{ "@context" : "http://schema.org", "@type" : "Product" ,"aggregateRating": { "@type" : "AggregateRating", "bestRating": "5", "ratingValue" : "4.6627", "reviewCount" : "13132", "worstRating" : 1 }, "review": [ { "@type":"Review", "author": { "@type": "Person", "name": "MaryAnn B" }, "datePublished" : "2026-04-27", "description" : " Very good", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": " Very good" } , { "@type":"Review", "author": { "@type": "Person", "name": "MaryAnn B" }, "datePublished" : "2026-04-27", "description" : "I mix them together. I enjoy the flavors that way better.", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "I mix them together. I enjoy the flavors that way better." } ] }