Making AJAX called content indexable
-
Hi,
I've read a bit up on making AJAX called content indexable and there seems to be a number of options available, and the recommended methods seems to chaneg with time.
My situation is this:
On a product pages I have a list of reviews - of which I show the latest 10 reviews.
The rest of the reviews are in a paginated format where if the user clicks a "next" button, the next set loads in the same page via AJAX.
No ideally I would like all this content indexable as we have hundreds of reviews per product - but at the moment on the latest 10 reviews are indexed.
So what is the best / simplest way of getting google to index all these reviews and associate them with this product page?
Many thanks