Review
ContentRich Result Eligible
Review
A review of a product, service, book, or other entity. Enables review snippet rich results with star ratings in Google Search.
Rich Result: Review Snippet
Required Properties
itemReviewed
reviewRating
author
Recommended Properties
reviewBody
datePublished
publisher
JSON-LD Example
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Review",
"itemReviewed": {
"@type": "Product",
"name": "SEO Tool Pro"
},
"reviewRating": {
"@type": "Rating",
"ratingValue": "5",
"bestRating": "5"
},
"author": {
"@type": "Person",
"name": "John Doe"
},
"reviewBody": "This tool completely transformed our SEO workflow. Highly recommended.",
"datePublished": "2026-05-01"
}
</script>Test your Review markup
Validate and generate Review JSON-LD for your site