{ "@context" : "http://schema.org", "@type" : "Product" ,"aggregateRating": { "@type" : "AggregateRating", "bestRating": "5", "ratingValue" : "4.6544", "reviewCount" : "12776", "worstRating" : 1 }, "review": [ { "@type":"Review", "author": { "@type": "Person", "name": "Deven D" }, "datePublished" : "2025-12-02", "description" : "Be a loyal customer for years. Love this coffee and the good stuff.", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "Be a loyal customer for years. Love this coffee and the good stuff." } , { "@type":"Review", "author": { "@type": "Person", "name": "Deven D" }, "datePublished" : "2025-12-02", "description" : "Love this stuff.", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "Love this stuff." } ] }