{ "@context" : "http://schema.org", "@type" : "Product" ,"aggregateRating": { "@type" : "AggregateRating", "bestRating": "5", "ratingValue" : "4.6528", "reviewCount" : "12649", "worstRating" : 1 }, "review": [ { "@type":"Review", "author": { "@type": "Person", "name": "Karen Q" }, "datePublished" : "2025-11-23", "description" : "I tried it in both coffee and tea. It was good in both, though I preferred coffee.", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "I tried it in both coffee and tea. It was good in both, though I preferred coffee." } , { "@type":"Review", "author": { "@type": "Person", "name": ""Chris" " }, "datePublished" : "2025-11-23", "description" : "Love it", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "Love it" } ] }