Skip to content
Plauditlyplauditly
← Free toolsGenerator

Generate review schema that Google reads.

Paste your product name and up to five reviews below. The tool builds valid schema.org Review + AggregateRating JSON-LD that you can drop into your site's <head>. That's the markup Google reads when it decides whether to show ⭐⭐⭐⭐⭐ next to your search result.

How to use the output
  1. 01Copy the generated <script> block at the bottom.
  2. 02Paste into your site's <head>, on the page where the reviews are shown.
  3. 03Run the page through Google's Rich Results Test to confirm eligibility.
Reviews (1/5)
01
Rating
Generated schema
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Acme Pro",
  "url": "https://example.com",
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "5",
    "reviewCount": "1",
    "bestRating": "5",
    "worstRating": "1"
  },
  "review": [
    {
      "@type": "Review",
      "reviewRating": {
        "@type": "Rating",
        "ratingValue": "5",
        "bestRating": "5",
        "worstRating": "1"
      },
      "author": {
        "@type": "Person",
        "name": "Sarah Chen"
      },
      "reviewBody": "Best testimonial software we've used. Setup took twelve minutes and conversion lifted within a week."
    }
  ]
}
</script>
SERP preview
https://example.com
Acme Pro
Rating: 5.0/5·1 review

Best testimonial software we've used. Setup took twelve minutes and conversion lifted within a week.

Approximate preview · actual SERP may vary

One catch worth knowing

Google requires that the reviews shown in the markup are also visible to the visitor on the same page. Don't paste this JSON-LD on a page that doesn't actually render the reviews — Google's spam team will flag it eventually, and you'll lose the rich result.

If you want both the markup and a visible wall of those reviews, that's literally what Plauditly does: it emits this JSON-LD alongside the visible Wall of Love widget, so the markup and the visible content are always in sync. It also handles the part where new reviews you add later automatically appear in both.

Try Plauditly's Wall of Love →