← All types

Product

JSON-LD Output

{
    "@context": "https://schema.org/",
    "@type": "Product",
    "name": "Wireless Bluetooth Headphones",
    "image": [
        "https://example.com/photos/headphones-front.jpg",
        "https://example.com/photos/headphones-side.jpg"
    ],
    "description": "Premium noise-cancelling wireless headphones with 30-hour battery life.",
    "sku": "WBH-PRO-2025",
    "offers": {
        "@type": "AggregateOffer",
        "lowPrice": 149.99,
        "priceCurrency": "USD",
        "highPrice": 249.99,
        "offerCount": 8
    },
    "brand": {
        "@type": "Brand",
        "name": "AudioTech"
    },
    "mpn": "AT-WBH-PRO",
    "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": 4.6,
        "bestRating": 5,
        "worstRating": 1,
        "ratingCount": 234,
        "reviewCount": 45
    },
    "review": [
        {
            "@type": "Review",
            "author": {
                "@type": "Person",
                "name": "Alex Chen"
            },
            "reviewRating": {
                "@type": "Rating",
                "ratingValue": 5,
                "bestRating": 5,
                "worstRating": 1
            },
            "reviewBody": "Incredible noise cancellation and battery life.",
            "datePublished": "2025-06-15",
            "name": "Best headphones ever"
        }
    ],
    "color": "Matte Black",
    "material": "Premium ABS Plastic",
    "pattern": "Solid",
    "size": "One Size",
    "inProductGroupWithID": "audio-headphones-pro",
    "gtin": "0098765432101",
    "isVariantOf": {
        "@type": "ProductGroup",
        "name": "AudioTech Pro Series",
        "productGroupID": "audio-headphones-pro"
    },
    "audience": {
        "@type": "PeopleAudience",
        "suggestedGender": "unisex",
        "suggestedMinAge": 13
    },
    "hasCertification": [
        {
            "@type": "Certification",
            "name": "Bluetooth 5.3 Certified",
            "issuedBy": {
                "@type": "Organization",
                "name": "Bluetooth SIG"
            },
            "certificationIdentification": "BT53-WBH-2025"
        }
    ],
    "subjectOf": "https://example.com/product-comparison-video"
}

Source: generate-product-aggregate-offer.php

Schema: https://schema.org/Product