{ "@context" : "http://schema.org", "@type" : "Product" ,"aggregateRating": { "@type" : "AggregateRating", "bestRating": "5", "ratingValue" : "4.6495", "reviewCount" : "12311", "worstRating" : 1 }, "review": [ { "@type":"Review", "author": { "@type": "Person", "name": "Donna H" }, "datePublished" : "2025-10-18", "description" : "Like taste ", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "Like taste " } , { "@type":"Review", "author": { "@type": "Person", "name": "brian f" }, "datePublished" : "2025-10-18", "description" : "Great taste without the need for sugar source.", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "Great taste without the need for sugar source." } ] }