Note: You are viewing the development version of Schema.org. See how we work for more details.

reviewAspect

A Schema.org Property
This Review or Rating is relevant to this part or facet of the itemReviewed.

Values expected to be one of these types

Used on these types

Source

https://github.com/schemaorg/schemaorg/issues/1689


Examples

Example 1
Copied
Example notes or example HTML without markup.
  1. See JSON example.
Example encoded as JSON-LD in a HTML script tag.
  1. <script type="application/ld+json">
  2. {
  3.   "@context": "https://schema.org/",
  4.   "@type": "Review",
  5.   "reviewBody": "The restaurant has great ambiance.",
  6.   "itemReviewed": {
  7.     "@type": "Restaurant",
  8.     "name": "Fine Dining Establishment"
  9.   },
  10.   "reviewRating": {
  11.     "@type": "Rating",
  12.     "ratingValue": 5,
  13.     "worstRating": 1,
  14.     "bestRating": 5,
  15.     "reviewAspect": "Ambiance"
  16.   }
  17. }
  18. </script>
Structured representation of the JSON-LD example.