Free Tool

Event Schema Validator

Events with date, location, and ticket information. Validate your Event structured data and preview how it appears in Google rich results.

Required Fields

  • name
  • startDate
  • location

Recommended Fields

  • image
  • description
  • endDate
  • offers
  • performer
  • organizer

Validate Your Event Schema

JSON-LD

Example Event JSON-LD

{
  "@context": "https://schema.org",
  "@type": "Event",
  "name": "Web Performance Summit 2026",
  "startDate": "2026-06-15T09:00:00-07:00",
  "endDate": "2026-06-17T17:00:00-07:00",
  "location": {
    "@type": "Place",
    "name": "Moscone Center",
    "address": {
      "@type": "PostalAddress",
      "addressLocality": "San Francisco",
      "addressRegion": "CA"
    }
  },
  "image": "https://example.com/event.jpg",
  "description": "The premier conference for web performance engineers.",
  "offers": {
    "@type": "Offer",
    "price": "299",
    "priceCurrency": "USD",
    "availability": "https://schema.org/InStock"
  }
}

Ready for a Full Site Audit?

Audit multiple URLs at once and get comprehensive performance, SEO, and accessibility insights.

Start Bulk Audit