← All types

Event

JSON-LD Output

{
    "@context": "https://schema.org/",
    "@type": "Event",
    "name": "The Rolling Stones - Hackney Diamonds Tour",
    "startDate": "2025-07-21T19:00-05:00",
    "location": [
        {
            "@type": "Place",
            "name": "Soldier Field",
            "address": {
                "@type": "PostalAddress",
                "streetAddress": "1410 Special Olympics Dr",
                "addressLocality": "Chicago",
                "addressRegion": "IL",
                "postalCode": "60605",
                "addressCountry": "US"
            }
        },
        {
            "@type": "VirtualLocation",
            "url": "https://livestream.example.com/rolling-stones",
            "name": "Official Livestream"
        }
    ],
    "description": "The Rolling Stones return to Chicago for one night only. Available in-person and via livestream.",
    "endDate": "2025-07-21T23:00-05:00",
    "eventAttendanceMode": "https://schema.org/MixedEventAttendanceMode",
    "eventStatus": "https://schema.org/EventScheduled",
    "image": [
        "https://example.com/rolling-stones-tour.jpg"
    ],
    "offers": {
        "@type": "Offer",
        "url": "https://example.com/tickets/rolling-stones",
        "priceCurrency": "USD",
        "price": 125,
        "availability": "https://schema.org/InStock",
        "itemCondition": "https://schema.org/NewCondition"
    },
    "organizer": {
        "@type": "Organization",
        "name": "Live Nation",
        "url": "https://www.livenation.com"
    },
    "performer": {
        "@type": "Person",
        "name": "The Rolling Stones"
    },
    "previousStartDate": "2025-06-15T19:00-05:00"
}

Source: generate-event.php

Schema: https://schema.org/Event