{ "@context" : "http://schema.org", "@type" : "Product" ,"aggregateRating": { "@type" : "AggregateRating", "bestRating": "5", "ratingValue" : "4.8203", "reviewCount" : "907", "worstRating" : 1 }, "review": [ { "@type":"Review", "author": { "@type": "Person", "name": "Jamison K" }, "datePublished" : "2025-01-07", "description" : "does not show hot spots!", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "does not show hot spots!" } , { "@type":"Review", "author": { "@type": "Person", "name": "Jamison K" }, "datePublished" : "2025-01-07", "description" : "Great extrusion and strong", "reviewRating": { "@type": "Rating", "bestRating" : "5", "ratingValue" : "5", "worstRating" : "1" }, "reviewBody": "Great extrusion and strong" } ] }