{ "@context" : "http://schema.org", "@type" : "Product" ,"aggregateRating": { "@type" : "AggregateRating", "bestRating": "5", "ratingValue" : "4.6651", "reviewCount" : "13298", "worstRating" : 1 }, "review": [ { "@type":"Review", "author": { "@type": "Person", "name": "Craig P" }, "datePublished" : "2026-07-02", "description" : "The Mocha and Vanilla taste better, but the cinnamon still very good.", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "4", "worstRating" : "1" }, "reviewBody": "The Mocha and Vanilla taste better, but the cinnamon still very good." } , { "@type":"Review", "author": { "@type": "Person", "name": "Craig P" }, "datePublished" : "2026-07-02", "description" : "Amazing taste and I have noticed that regular use leads to less muscle soreness.", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "Amazing taste and I have noticed that regular use leads to less muscle soreness." } ] }