{ "@context" : "http://schema.org", "@type" : "Product" ,"aggregateRating": { "@type" : "AggregateRating", "bestRating": "5", "ratingValue" : "4.6599", "reviewCount" : "13425", "worstRating" : 1 }, "review": [ { "@type":"Review", "author": { "@type": "Person", "name": "JEANNE M" }, "datePublished" : "2026-03-03", "description" : "I put cinnamon from The Good Stuff in my coffee every morning. Love the taste!!", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "I put cinnamon from The Good Stuff in my coffee every morning. Love the taste!!" } , { "@type":"Review", "author": { "@type": "Person", "name": "Eric D" }, "datePublished" : "2026-03-03", "description" : "I think it helps.", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "I think it helps." } ] }