{
    "@context": "https://schema.org",
    "@type": "SportsEvent",
    "name": "Coast-to-Crest Century Bicycle Ride 2026",
    "description": "An iconic 100-mile endurance road cycling event through scenic coastal highways and challenging mountain passes. Fully supported with 5 SAG rest stops, mechanical support, and post-ride festival.",
    "sport": "Cycling",
    "image": [
      "https://example.com/images/century-ride-banner-16x9.jpg",
      "https://example.com/images/peloton-climb-4x3.jpg"
    ],
    "startDate": "2026-10-10T06:30:00-07:00",
    "endDate": "2026-10-10T17:00:00-07:00",
    "eventStatus": "https://schema.org/EventScheduled",
    "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
    "location": {
      "@type": "Place",
      "name": "Pacific Coast Pier Plaza (Start/Finish Village)",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "100 Ocean Promenade",
        "addressLocality": "Santa Cruz",
        "addressRegion": "CA",
        "postalCode": "95060",
        "addressCountry": "US"
      },
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": "36.9610",
        "longitude": "-122.0225"
      }
    },
    "organizer": {
      "@type": "Organization",
      "name": "Pacific Endurance Cycling Club",
      "url": "https://pacificendurance.example.org",
      "email": "ride-director@pacificendurance.example.org"
    },
    "offers": [
      {
        "@type": "Offer",
        "name": "Full 100-Mile Century Registration",
        "price": "125.00",
        "priceCurrency": "USD",
        "url": "https://coasttocrest2026.example.com#register",
        "availability": "https://schema.org/InStock",
        "validFrom": "2026-05-01T00:00:00-07:00"
      },
      {
        "@type": "Offer",
        "name": "Metric Century (62-Mile Option)",
        "price": "95.00",
        "priceCurrency": "USD",
        "url": "https://coasttocrest2026.example.com#register",
        "availability": "https://schema.org/InStock",
        "validFrom": "2026-05-01T00:00:00-07:00"
      }
    ]
  }