Hello Tymwie,
Thanks for reaching out regarding paginated comments and your comment on the open feature request in GitHub.
There’s a difference between the support we can offer here and the level of programming needed to change (core) features of our plugin. We cannot advise you on how to make such implementations you desire at this time. And though we cannot be of any assistance yet, you’re completely free to change anything in the plugin to better suit your needs.
Thread Starter
tymwie
(@tymwie)
Hello Maybellyne,
I indicated a serious error and a problem in your plug, it is only up to you whether you will rise to the occasion and solve this problem.
It can be solved in different ways.
(@tymwie)
3 years, 11 months ago
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.
https://ibb.co/tHCP70V
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?`