Mobile app version of vmapp.org
Login or Join
Rambettina238

: Duplicate content issue on product review page I have a product review page that defaults to showing all reviews. On this page I have 5 links which link to showing only the 1, 2, 3, 4 and

@Rambettina238

Posted in: #DuplicateContent #Url

I have a product review page that defaults to showing all reviews. On this page I have 5 links which link to showing only the 1, 2, 3, 4 and 5 star ratings.

If I have a product with 1 review which is a 5 star review, the 5 star review link then gets flagged for duplicate content as my URL changes from example.com/Review/CODE/0 to example.com/Review/CODE/5.
But the content doesn't change (as there is only the one review).

My initial thought is to add no-index to the review page that lists everything and only allow the search engines to index each star rating page individually.

Is this the correct approach?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Rambettina238

1 Comments

Sorted by latest first Latest Oldest Best

 

@Steve110

If you have same content on all the 6 URLs (www.mysite.com/Review/CODE/0 to mysite.com/Review/CODE/5) add rel="canonical"link to the <head> section of all the remaining 5 URLs.

Add <link rel="canonical" href="www.mysite.com/Review/CODE/0"/> to the <head> section of mysite.com/Review/CODE/1 to mysite.com/Review/CODE/5.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme