{ "@context" : "http://schema.org", "@type" : "Product" ,"aggregateRating": { "@type" : "AggregateRating", "bestRating": "5", "ratingValue" : "4.6546", "reviewCount" : "12837", "worstRating" : 1 }, "review": [ { "@type":"Review", "author": { "@type": "Person", "name": ""Channing" " }, "datePublished" : "2025-12-12", "description" : "Amazing products", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "Amazing products" } , { "@type":"Review", "author": { "@type": "Person", "name": "Kathy D" }, "datePublished" : "2025-12-12", "description" : "It adds to the coffee without being overpowering ", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "It adds to the coffee without being overpowering " } ] }