{ "@context" : "http://schema.org", "@type" : "Product" ,"aggregateRating": { "@type" : "AggregateRating", "bestRating": "5", "ratingValue" : "4.6638", "reviewCount" : "13282", "worstRating" : 1 }, "review": [ { "@type":"Review", "author": { "@type": "Person", "name": "Deven D" }, "datePublished" : "2026-06-25", "description" : "Love this stuff.", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "Love this stuff." } , { "@type":"Review", "author": { "@type": "Person", "name": "Deven D" }, "datePublished" : "2026-06-25", "description" : "Great flavor and helping me with dehydration.", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "Great flavor and helping me with dehydration." } ] }