Mobile app version of vmapp.org
Login or Join
Nimeshi995

: How many reviews to include in Schema markup (JSON-LD) on product pages? We have product pages with multiple reviews. Some have 200. 300 reviews. Obviously we do not put them all in the page

@Nimeshi995

Posted in: #JsonLd #SchemaOrg #Seo #UserReviews

We have product pages with multiple reviews. Some have 200. 300 reviews.
Obviously we do not put them all in the page html on page load - we show 5 as default. A person can hit "see more views" - 5 more will be ajax loaded, etc.

How many should we include in Schema markup (JSON-LD)?

I see some not include reviews at all - just aggregate rating. I see some people including 5-10 reviews, I saw one page including 50 reviews.
Theoretically we can include all of them (not to slow down page we can wait for DOM ready and than make data push). I just wonder if it makes sense.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Nimeshi995

2 Comments

Sorted by latest first Latest Oldest Best

 

@Chiappetta492

I think a webpage should only be applying schema markup to the reviews that are actually on that page. Schema markup helps Google determine what content is on your page. And so applying schema markup to a page that requires a user to click "view more" in order to actually see the marked up content isn't entirely accurate as to the page's content.

Applying schema markup to content on a page that isn't actually on that page is almost like cloaking in a way. I don't know if Google will penalize that, but I don't think it's actually using the schema markup in the way that it was intended and may end up hurting you.

Let's look at an example.

Imagine there is schema markup on a page for "apples", but there is only content on that page for "cupcakes". When a user clicks on the link because of the markup in hopes to see content for "apples", but only finds a page about "cupcakes", the wrong content was served up to the user. Therefore, there shouldn't be schema markup about apples on that page, or content that is not on that page altogether.

10% popularity Vote Up Vote Down


 

@Heady270

For products, Google only pays attention to the aggregate rating. See developers.google.com/search/docs/data-types/product
You tagged your question as SEO, but there is no ranking benefit from marking up your reviews. At most you will get rating stars in the search results.

Other types of reviews you might want mark up the actual reviews.


Job postings: developers.google.com/search/docs/data-types/job-posting Restaurants, stores, movies, or books: developers.google.com/search/docs/data-types/review

In cases where you do mark up all the reviews, they don't all have to be on one page. You can break the reviews into multiple pages.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme