All generators
Commerce · Review

Review Schema Generator

Standalone product or service review.

output.json
{
  "@context": "https://schema.org",
  "@type": "Review",
  "itemReviewed": {
    "@type": "Product"
  },
  "reviewRating": {
    "@type": "Rating",
    "bestRating": 5
  },
  "author": {
    "@type": "Person",
    "name": ""
  }
}