Pagenation - Crawl Issue
-
Hi,
We have a site with large number of products (6000 +) under each categories and so we have made a page under each category to list out all products (View all page), which lists out product in pagenation setup built on Ajax. The problem is only our 1st page is crawlable and all the other pages beyond 1st page remains hidden,
We need make all our pagenation URL’s crawlable, our requirements are we never want a change in URL as user goes to next page, want to show the user the same URL for all the pagenation numbers. Is there a perfect solution? -
Sadly, no. It's tricky, but your best bet is probably to deliver a non-AJAX version to Google (or make the AJAX crawlable, although that depends entirely on your implementation) and then use rel=prev/next on Google's version. This is tricky at best, but Google has to be able to crawl the paginated URLs somehow.
Just so I understand - the "View All" isn't really a view all without being able to call the AJAX, right?
You might want to check out: