Review Details
Generated Schema
{
"@context": "https://schema.org",
"@type": "Review",
"itemReviewed": {
"@type": "Product",
"name": "Product Name"
},
"reviewRating": {
"@type": "Rating",
"ratingValue": "5",
"bestRating": "5"
},
"author": {
"@type": "Person",
"name": "Reviewer Name"
},
"reviewBody": "Review text"
}Pro Tips
- Ratings: Use 1-5 scale for consistency
- Authenticity: Only add genuine customer reviews
- Details: Include specific pros and cons
- Author: Specify reviewer name and type
Implementation
Placement: Add on product/service pages
Format: JSON-LD in script tag
Testing: Use Google Rich Results Test
Compliance: Follow Google review guidelines
Why Review Schema Displays Star Ratings in Search Results
Review schema displays star ratings and review counts in search results, building trust and improving CTR.
Review Schema Benefits & Star Ratings
- Star ratings: Show ratings in search results
- Trust signals: Reviews build credibility
- Higher CTR: Rich results get more clicks
- Better conversions: Reviews influence purchases
Review Schema Properties (Rating, Author & Review Body)
Key properties for Review schema markup.
- reviewRating: Rating value (1-5)
- author: Reviewer name and type
- reviewBody: Review text content
- itemReviewed: Product or service being reviewed
- datePublished: Review publication date