Aggregate Rating Schema Generator
My Schema tool will generate compliant Json-LD structured data based on your required field. Each field will generate an item property
Generated JSON-LD:
Structured data sample for ‘Aggregate Rating’ Schema
{
"@context": "http://schema.org",
"@type": "Product",
"name": "Schema Generator By David Carralon",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5",
"ratingCount": "50",
"reviewCount": "100"
}
}

