{ "@context" : "http://schema.org", "@type" : "Product" ,"aggregateRating": { "@type" : "AggregateRating", "bestRating": "5", "ratingValue" : "4.6638", "reviewCount" : "13260", "worstRating" : 1 }, "review": [ { "@type":"Review", "author": { "@type": "Person", "name": "Phillip S" }, "datePublished" : "2026-05-25", "description" : "I've been a black-coffee person forever. Now, I cannot go without The Good Stuff in my coffee. If I don't have it, I almost don't want to drink coffee. ", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "I've been a black-coffee person forever. Now, I cannot go without The Good Stuff in my coffee. If I don't have it, I almost don't want to drink coffee. " } , { "@type":"Review", "author": { "@type": "Person", "name": "Doug S" }, "datePublished" : "2026-05-25", "description" : "Cinnimon and Mocha are good\r\nVanilla is not. ", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "2", "worstRating" : "1" }, "reviewBody": "Cinnimon and Mocha are good\r\nVanilla is not. " } ] }