{ "@context" : "http://schema.org", "@type" : "Product" ,"aggregateRating": { "@type" : "AggregateRating", "bestRating": "5", "ratingValue" : "4.6606", "reviewCount" : "13464", "worstRating" : 1 }, "review": [ { "@type":"Review", "author": { "@type": "Person", "name": "Evelyn A" }, "datePublished" : "2026-03-09", "description" : "These gummies are a hit with my family and me! Besides being good for us, they taste great!", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "These gummies are a hit with my family and me! Besides being good for us, they taste great!" } , { "@type":"Review", "author": { "@type": "Person", "name": "John E" }, "datePublished" : "2026-03-09", "description" : "These are perfect compliment to coffee for pre workout burst of energy ", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "These are perfect compliment to coffee for pre workout burst of energy " } ] }