Tool #55
Event Schema100% Free & Client-SideReal-Time Computation

Event Schema Generator

Generate Event JSON-LD for webinars, concerts, conferences, and festivals with ticket offers.

Event JSON-LD
{
  "@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

1Step 1

Provide event name, start and end dates/times, and venue or virtual meeting URL.

2Step 2

Optionally add ticket availability and pricing offers.

3Step 3

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.