Event schema feeds Google Events, Google Maps event listings, and third-party calendar apps. It is the difference between your event being discoverable and being buried. Event marketers who implement this schema see 40–60% more organic ticket sales.
{ "@context": "https://schema.org", "@type": "Event", "name": "SchemaGens SEO Summit 2026", "description": "A one-day conference on structured data, AI search, and schema-driven SEO.", "url": "https://example.com/events/seo-summit-2026", "startDate": "2026-09-15T09:00:00-04:00", "endDate": "2026-09-15T17:00:00-04:00", "eventStatus": "https://schema.org/EventScheduled", "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode", "location": { "@type": "Place", "name": "Convention Center Downtown", "address": { "@type": "PostalAddress", "streetAddress": "500 W Madison St", "addressLocality": "Chicago", "addressRegion": "IL", "postalCode": "60661", "addressCountry": "US" } }, "organizer": { "@type": "Organization", "name": "SchemaGens Events" }, "offers": { "@type": "Offer", "price": "299", "priceCurrency": "USD", "availability": "https://schema.org/InStock", "url": "https://example.com/events/seo-summit-2026/tickets" } }
Paste any URL and we'll write a custom Event schema in ~2 seconds.