Implement structured schema in HTML website
问题 I am implementing structured data (schema.org) for my website. I am stuck at putting in ratingValue and reviewCount , everything else I am able to put in dynamically. "review": [ { "@type": "Review", "reviewRating":{ "@type": "Rating", "ratingValue": "4", "bestRating": "5" }, "author":{ "@type": "Organization", "name": "xyz" } } ], "aggregateRating": { "@type": "AggregateRating", "ratingValue": "3.7", "reviewCount": "15" } Where I can put reviewCount and ratingValue ? We are not asking our