AggregateRating Object
Represents the average rating based on multiple ratings or Reviews.
This is a contained object type. You'll find it part of a few objects. It does not stand alone, requires a parent object, example: Product Object.
Modeled based on https://schema.org/AggregateRating We welcome your feedback. Please use the Improvement Requests form.
at_type
String
Stand-In for JSON-LD @type - your UI is expected to change it to valid JSON-LD @type filed name.
itemReviewed
String
The item that is being reviewed/rated.
ratingCount
Integer
The count of total number of ratings.
reviewCount
Integer
The count of total number of reviews.
bestRating
Number
The highest value allowed in this rating system.
ratingValue
Number
The rating for the content.
reviewAspect
String
This Review or Rating is relevant to this part or facet of the itemReviewed.
worstRating
Number
The lowest value allowed in this rating system.
Last updated
Was this helpful?