{ "@context" : "http://schema.org", "@type" : "Product" ,"aggregateRating": { "@type" : "AggregateRating", "bestRating": "5", "ratingValue" : "4.6652", "reviewCount" : "13289", "worstRating" : 1 }, "review": [ { "@type":"Review", "author": { "@type": "Person", "name": "Lisa P" }, "datePublished" : "2026-07-01", "description" : "Tastes great \r\nHelps me wake up", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "Tastes great \r\nHelps me wake up" } , { "@type":"Review", "author": { "@type": "Person", "name": "charles a" }, "datePublished" : "2026-06-30", "description" : "as stated, the product tastes wonderful, but would like a bit more of a sanings or promotional incentive", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "4", "worstRating" : "1" }, "reviewBody": "as stated, the product tastes wonderful, but would like a bit more of a sanings or promotional incentive" } ] }