If I change the permalink structure to the following in the Permalinks settings page in WordPress:
www.example/%category%/%postname%/
Then I create a post with the slug my-post
and add two categories for that post category1
and category2
, will Google see this as duplicate content because if you go to both these links:
www.example/category1/my-post/
www.example/category2/my-post/
They will go to the same post but the URL does not change, isn't this classed as duplicate content? Will Google and other search engines penalise a site that uses this practice? What is the recommend approach to this problem?
If I change the permalink structure to the following in the Permalinks settings page in WordPress:
www.example/%category%/%postname%/
Then I create a post with the slug my-post
and add two categories for that post category1
and category2
, will Google see this as duplicate content because if you go to both these links:
www.example/category1/my-post/
www.example/category2/my-post/
They will go to the same post but the URL does not change, isn't this classed as duplicate content? Will Google and other search engines penalise a site that uses this practice? What is the recommend approach to this problem?
Share Improve this question asked Sep 25, 2019 at 8:11 TomTom 31 bronze badge1 Answer
Reset to default 0It should not affect it because Wordpress redirects links to post leaving you with only one canonical and working one. Post would be visible in both categories but will have only one correct permalink.