Skip to main content

Review

Product and service reviews

About Review Schema

The Review schema type is used to mark up product and service reviews. Implementing this structured data helps search engines understand your content better and may qualify your pages for rich results in Google Search.

Properties

* Required Properties

@context
Must be "https://schema.org"
Type: URL
@type
Must be "Review"
Type: Text
name
The name or title
Type: Text

Recommended Properties

description
A description of the item
Type: Text
url
URL of the item
Type: URL
image
An image of the item
Type: URL or ImageObject

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "Review",
  "name": "Example Review",
  "description": "Product and service reviews",
  "url": "https://example.com/review",
  "image": "https://example.com/image.jpg"
}

Looking for more tools? TryQR Barcode Genfor generate qr codes and barcodes.