albaniax
Elite Member
- Aug 5, 2008
- 1,637
- 858
Hey folks,
Let take an example a website with lot's of products.
Now each product has lot's of short 1-2 sentences comments from users. After 5 comments, it goes to the next page:
Sometimes there might be even 20-30 comment-pages * 5 comments per site.
What do you think would be the best case for the indexation and usage as further content from these comments?
Currently the comment-pages have rel="next", and "prev". Otherwise they all have a canonical-tag to the main-product URL with only 5 comments, which is the only one indexed.
Do you think it would be a better idea to for example, make a new URL just for Google indexation with:
So this URL would be in the canonical-tag which has ALL comments at ONE page?
This url wouldn't be linked for the users, just in the canonical-tag I thought.
The only concern I have with this is, there are over 200 URLs which have over 50 comment pages, which would make more than maybe 2.000 words on one page! (LoadingSpeed)
Maybe this can be fixed with an cap of let's say 25 comments, then next page.
Any ideas appreciated!
Regards,
Albaniax
Let take an example a website with lot's of products.
Now each product has lot's of short 1-2 sentences comments from users. After 5 comments, it goes to the next page:
Code:
/product-a?comments-page2
/product-a?comments-page3
etc.
Sometimes there might be even 20-30 comment-pages * 5 comments per site.
What do you think would be the best case for the indexation and usage as further content from these comments?
Currently the comment-pages have rel="next", and "prev". Otherwise they all have a canonical-tag to the main-product URL with only 5 comments, which is the only one indexed.
Do you think it would be a better idea to for example, make a new URL just for Google indexation with:
/product-a?comments-all
So this URL would be in the canonical-tag which has ALL comments at ONE page?
This url wouldn't be linked for the users, just in the canonical-tag I thought.
The only concern I have with this is, there are over 200 URLs which have over 50 comment pages, which would make more than maybe 2.000 words on one page! (LoadingSpeed)
Maybe this can be fixed with an cap of let's say 25 comments, then next page.
Any ideas appreciated!
Regards,
Albaniax