{ "@context" : "http://schema.org", "@type" : "Product" ,"aggregateRating": { "@type" : "AggregateRating", "bestRating": "5", "ratingValue" : "4.6655", "reviewCount" : "13400", "worstRating" : 1 }, "review": [ { "@type":"Review", "author": { "@type": "Person", "name": ""Patricia C" }, "datePublished" : "2026-08-09", "description" : "Delicious and effective.", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "Delicious and effective." } , { "@type":"Review", "author": { "@type": "Person", "name": ""Customer" " }, "datePublished" : "2026-08-08", "description" : "It is hard for me to drink coffee without it now. It really is The Good Stuff.", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "It is hard for me to drink coffee without it now. It really is The Good Stuff." } ] }