Comment pagination
-
Hello,
I noticed that when the division into pages of comments / opinions is enabled, despite the canonical attribute set in the code for the main page of the product, Google indexes all subpages with comments.
The canonical attribute is not a guarantee that the indexing robot will not index other subpages.
Therefore, in my opinion, there should be a function that will insert the noindex, follow attribute on paging subpages.
So if we have subpages:
https://domain.com/product-name/comment-page-1/
https://domain.com/product-name/comment-page-2/
https://domain.com/product-name/comment-page-3/
https://domain.com/product-name/comment-page-4/then in the code we should have the code:
Then we are sure that Google will follow our recommendation and we will not have duplicates in the index as in the attached example above.
Does anyone have a solution for this problem?`
- The topic ‘Comment pagination’ is closed to new replies.