assume you have a blog post... domain.com/blogid/title
and then you have 500 comments on that post.
your blog page shows your post and 10 comments, and then you page comments using ajax. I was thinking about having a link on the blog page with something like "view all comments" and its url would like domain.com/comments/blogid so that users with javascript turned off and googlebot and read all comments by visiting that page. but obviously, first 10 comments would be duplicated, and how does googlebot link the comments back to the original blog post?
Basically, how should I do ajax paging so that it's SEO (googlebot) friendly