Event Schema Markup Generator
Event schema markup makes your events eligible to appear in Google's event-listing rich results — showing event name, date, location, and ticket price directly in search. Add every field you have available, especially startDate, location, and offers, to maximise rich-result eligibility.
!Required fields
ISO 8601 — YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS
▶Recommended fields(10 fields — improve rich result appearance)
⚠ 3 required fields missing: Event name, Start date, Venue name
JSON-LD output✓ ready
<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Event", "eventStatus": "https://schema.org/EventScheduled", "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode", "offers": { "@type": "Offer", "availability": "https://schema.org/InStock" } } </script>
