{ "@context" : "http://schema.org", "@type" : "Product" ,"aggregateRating": { "@type" : "AggregateRating", "bestRating": "5", "ratingValue" : "4.6655", "reviewCount" : "13402", "worstRating" : 1 }, "review": [ { "@type":"Review", "author": { "@type": "Person", "name": ""Customer" " }, "datePublished" : "2026-08-10", "description" : "Like the product but not the price", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "4", "worstRating" : "1" }, "reviewBody": "Like the product but not the price" } , { "@type":"Review", "author": { "@type": "Person", "name": ""Amy F" }, "datePublished" : "2026-08-09", "description" : "Taste is great and I really did feel the effects of taking it within the first few days!", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "Taste is great and I really did feel the effects of taking it within the first few days!" } ] }