Free Review Schema Generator
Review schema markup enables star ratings and review snippets to appear directly in Google search results. This powerful social proof can significantly increase click-through rates by showing users that your products, services, or content have been positively reviewed.
How to Add Review Schema to Your Website
-
Enter the item being reviewed (product, service, etc.)
-
Add the reviewer's name
-
Set the rating value and scale
-
Include the review body/text
-
Add the review date
-
For aggregate ratings, add total review count
-
Copy the JSON-LD to your review page
Review JSON-LD Example
Here's an example of valid Review structured data that you can use as a reference:
{
"@context": "https://schema.org",
"@type": "Review",
"itemReviewed": {
"@type": "Product",
"name": "Premium Wireless Headphones"
},
"author": {
"@type": "Person",
"name": "John Reviewer"
},
"reviewRating": {
"@type": "Rating",
"ratingValue": "4.5",
"bestRating": "5"
},
"reviewBody": "Excellent sound quality with comfortable fit. Battery life is impressive.",
"datePublished": "2024-01-15",
"publisher": {
"@type": "Organization",
"name": "Tech Reviews Site"
}
} Tip: Always validate your schema markup using Google's Rich Results Test before deploying to production.
Frequently Asked Questions
Can I use Review Schema for my own products?
Google recommends that reviews should be from third parties. Self-reviews may not be shown as rich results. Use AggregateRating for collecting customer reviews.
What's the difference between Review and AggregateRating?
Review is for a single review with text. AggregateRating summarizes multiple reviews (e.g., '4.5 stars from 100 reviews').
What rating scale should I use?
Most commonly 1-5 stars, but you can use any scale. Just specify the bestRating property (e.g., 10 for a 1-10 scale).
Other Schema Generators
FAQ Page Schema
Mark up your Frequently Asked Questions to appear in Google's rich results with expandable Q&A.
Article Schema
Enhance your blog posts and news articles with structured data for better search visibility.
Local Business Schema
Help your business appear in local search results and Google Maps with proper structured data.
Product Schema
Display product information, prices, and reviews directly in Google search results.
Breadcrumb Schema
Show your site's navigation hierarchy in search results for better user experience.
Event Schema
Promote your events in Google search with dates, location, and ticket information.