Generate Google-ready JSON-LD review schema. Paste into your site's HTML and Google may show star ratings in search results.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Your Item Name",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"reviewCount": 128,
"bestRating": 5,
"worstRating": 1
}
}
</script>Tip: paste this directly into your page's <head> or before the closing </body> tag.
Validate with the Schema.org Validator or Google's Rich Results Test.
Want automatic schema for your real reviews?
Rated Stores widgets inject up-to-date JSON-LD on every page load — no manual updates needed.
Try free →