A user review of a product. Reviews are also posts, so they carry engagement metrics.
| Metadata | Value |
|---|
| Plural | reviews |
| Subtitle field | author |
| Also | post |
| Field | Type |
|---|
rating | number |
ratingMax | number |
tags | string[] |
isVerified | boolean |
From post:
| Field | Type |
|---|
externalUrl | url |
postType | string |
External standards this shape draws from or aligns with. See Shape design principles for how prior art informs shape design.
- schema.org/Review — Our rating ≈ reviewRating.ratingValue; ratingMax ≈ bestRating; reviews = itemReviewed; isVerified has no direct property (extension).
- schema.org/AggregateRating — For product review aggregates. Our rating/ratingMax map to ratingValue/bestRating; reviewCount is inherited when computed.