Event Schema Generator
Generate Event JSON-LD for webinars, concerts, conferences, and festivals with ticket offers.
{
"@context": "https://schema.org",
"@type": "Event",
"name": "Global SEO Summit 2026",
"startDate": "2026-09-15T09:00:00-07:00",
"endDate": "2026-09-16T17:00:00-07:00",
"eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode",
"location": {
"@type": "VirtualLocation",
"url": "https://example.com/stream"
},
"offers": {
"@type": "Offer",
"price": "99",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
}
}How to Use Event Schema Generator
Provide event name, start and end dates/times, and venue or virtual meeting URL.
Optionally add ticket availability and pricing offers.
Embed on your event landing page to appear in Google Events carousels.
Frequently Asked Questions
Q.Can Event schema be used for online webinars?
Yes! Use `eventAttendanceMode: OnlineEventAttendanceMode` and include your virtual meeting or broadcast URL.
Related Structured Data Tools
JSON-LD Validator
Validate Schema.org structured data for syntax errors, missing required properties, and rich snippet eligibility.
Article Schema Generator
Generate Article, BlogPosting, and NewsArticle JSON-LD with author, dates, and publisher logo.
Product Schema Generator
Generate Product JSON-LD with aggregate ratings, price, currency, availability, and SKU.
Local Business Schema Generator
Generate LocalBusiness JSON-LD with address, telephone, opening hours, and geo-coordinates.