Free Aggregate Rating Schema Markup Generator
Schema Markup Generators
FAQ Website Organization Article Local Business Event Job Posting Product Recipe Video Aggregate Rating Breadcrumbs
Use our FREE Schema.org Aggregate Rating structured data generator to create JSON-LD markups, including all of the required item properties.
After generating your code, always test it with Google Rich Results Test tool before using it.
Aggregate Rating Structured Data Code Example
<script type='application/ld+json'>
{
"@context": "http://schema.org",
"@type": "Product",
"name": "Free Schema Markup Generator",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5",
"ratingCount": "45",
"reviewCount": "123"
}
}
</script>
Schema.org’s references: Review. Google’s documentation: Review snippet