{ "@context" : "http://schema.org", "@type" : "Product" ,"aggregateRating": { "@type" : "AggregateRating", "bestRating": "5", "ratingValue" : "4.6646", "reviewCount" : "13428", "worstRating" : 1 }, "review": [ { "@type":"Review", "author": { "@type": "Person", "name": "Tamara S" }, "datePublished" : "2026-08-19", "description" : "I don't like the taste. The mocha is much better.", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "3", "worstRating" : "1" }, "reviewBody": "I don't like the taste. The mocha is much better." } , { "@type":"Review", "author": { "@type": "Person", "name": "Daniel T" }, "datePublished" : "2026-08-17", "description" : "Amazing taste.", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "Amazing taste." } ] }