{ "@context" : "http://schema.org", "@type" : "Product" ,"aggregateRating": { "@type" : "AggregateRating", "bestRating": "5", "ratingValue" : "4.6535", "reviewCount" : "12738", "worstRating" : 1 }, "review": [ { "@type":"Review", "author": { "@type": "Person", "name": "Steve S" }, "datePublished" : "2025-11-29", "description" : "This is a great addition to cup of coffee anytime of day. Glad I came across this product", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "This is a great addition to cup of coffee anytime of day. Glad I came across this product" } , { "@type":"Review", "author": { "@type": "Person", "name": "Steve S" }, "datePublished" : "2025-11-29", "description" : "Wasn't sure about trying these but I'm glad I did. Ordering more today. ", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "Wasn't sure about trying these but I'm glad I did. Ordering more today. " } ] }