{
“@context”: “https://schema.org/”,
“@type”: “Product”,
“name”: “{title}”,
“aggregateRating”: {
“@type”: “AggregateRating”,
“ratingValue”: “{score}”,
“bestRating”: “{best}”,
“ratingCount”: “{count}”
}