← All types

Review

JSON-LD Output

{
    "@context": "https://schema.org/",
    "@type": "Review",
    "author": {
        "@type": "Person",
        "name": "James Wilson"
    },
    "reviewRating": {
        "@type": "Rating",
        "ratingValue": 4,
        "bestRating": 5,
        "worstRating": 1
    },
    "reviewBody": "Excellent product with great build quality. Minor issues with the manual.",
    "datePublished": "2025-03-15",
    "name": "Great quality, minor documentation issues",
    "itemReviewed": {
        "@type": "Thing",
        "name": "Acme Wireless Headphones"
    },
    "positiveNotes": {
        "@type": "ItemList",
        "itemListElement": [
            {
                "@type": "ListItem",
                "position": 1,
                "name": "Excellent build quality"
            },
            {
                "@type": "ListItem",
                "position": 2,
                "name": "Great sound clarity"
            },
            {
                "@type": "ListItem",
                "position": 3,
                "name": "Comfortable fit"
            }
        ]
    },
    "negativeNotes": {
        "@type": "ItemList",
        "itemListElement": [
            {
                "@type": "ListItem",
                "position": 1,
                "name": "Manual could be clearer"
            },
            {
                "@type": "ListItem",
                "position": 2,
                "name": "No carrying case included"
            }
        ]
    },
    "contentReferenceTime": "2025-03-14T10:00:00Z"
}

Source: generate-review.php

Schema: https://schema.org/Review