Review Schema Generator

Product or service reviews with ratings and author information

← Back to Schema Types

AI-Powered Schema Suggestions

Paste your content URL or HTML and let AI extract schema data automatically. 5 uses left

Schema Details

Rating from 1 to 5

Share on:

📱 How it appears in Google

View:

SERP preview for review coming soon

Complete the form to see how your rich snippet will appear

💡 Rich results like this can increase your click-through rate by 20-30% compared to plain blue links.

Schema Code

Format:
{
  "@context": "https://schema.org",
  "@type": "Review",
  "itemReviewed": {
    "@type": "Thing",
    "name": "Item Name"
  },
  "author": {
    "@type": "Person",
    "name": "Reviewer Name"
  },
  "reviewRating": {
    "@type": "Rating",
    "ratingValue": 5,
    "bestRating": 5,
    "worstRating": 1
  },
  "reviewBody": "Review text goes here",
  "datePublished": "2025-12-12"
}