{ "@context" : "http://schema.org", "@type" : "Product" ,"aggregateRating": { "@type" : "AggregateRating", "bestRating": "5", "ratingValue" : "4.6537", "reviewCount" : "12747", "worstRating" : 1 }, "review": [ { "@type":"Review", "author": { "@type": "Person", "name": "Ryan B" }, "datePublished" : "2025-12-01", "description" : "perfect additive to my morning coffee", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "perfect additive to my morning coffee" } , { "@type":"Review", "author": { "@type": "Person", "name": "Karen C" }, "datePublished" : "2025-11-30", "description" : "I have only used the free ones that I received from my first order. I used them when I traveled and they were nice to use!", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "I have only used the free ones that I received from my first order. I used them when I traveled and they were nice to use!" } ] }