{ "@context" : "http://schema.org", "@type" : "Product" ,"aggregateRating": { "@type" : "AggregateRating", "bestRating": "5", "ratingValue" : "4.6656", "reviewCount" : "13333", "worstRating" : 1 }, "review": [ { "@type":"Review", "author": { "@type": "Person", "name": "ANNET M" }, "datePublished" : "2026-07-27", "description" : "Love the travel sticks! So convenient and just the right amount every time.", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "Love the travel sticks! So convenient and just the right amount every time." } , { "@type":"Review", "author": { "@type": "Person", "name": "Arthur B" }, "datePublished" : "2026-07-27", "description" : "Nice accessories.", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "Nice accessories." } ] }