reviewAspect
A Schema.org Property
- Canonical URL: https://schema.org/reviewAspect
- Check for open issues.
This Review or Rating is relevant to this part or facet of the itemReviewed.
Values expected to be one of these types
Source
https://github.com/schemaorg/schemaorg/issues/1689
Examples
Example 1
Copied
Example notes or example HTML without markup.
See JSON example.
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json"> { "@context": "https://schema.org/", "@type": "Review", "reviewBody": "The restaurant has great ambiance.", "itemReviewed": { "@type": "Restaurant", "name": "Fine Dining Establishment" }, "reviewRating": { "@type": "Rating", "ratingValue": 5, "worstRating": 1, "bestRating": 5, "reviewAspect": "Ambiance" } } </script>
Structured representation of the JSON-LD example.