Schema markup

Review schema generator

Generate Review JSON-LD for individual reviews of products, businesses, books, or software.

Item being reviewed
Review
Review JSON-LD·HTML
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Review",
  "reviewRating": {
    "@type": "Rating",
    "ratingValue": "5",
    "bestRating": "5"
  }
}
</script>