Skip to content
SEWWA

Schema guides Schema type

Review schema: complete guide

When to use: First-party or third-party reviews displayed with the product or service.

Required properties

Optional properties

Example JSON-LD

{
"@context": "https://schema.org",
"@type": "Review",
"itemReviewed": {
"@type": "Product",
"name": "Example Lamp"
},
"reviewRating": {
"@type": "Rating",
"ratingValue": 5,
"bestRating": 5
},
"author": {
"@type": "Person",
"name": "Alex Reader"
},
"reviewBody": "Bright, stable base, great for long work sessions."
}

Validation tips

Overview

Review markup is high risk if it looks manipulative. Prefer AggregateRating when you have many genuine ratings that meet visibility requirements.

When in doubt, ship Product + Offer first; add reviews after legal/marketing review.

Try the free Schema Generator →