schemaorg-coda :: Example

eg-0014

From v29.4

JSON-LD

{
      "@context": "https://schema.org",
      "@type": "ChildrensEvent",
      "name": "Story Time Reading",
      "startDate": "2020-07-24T16:00Z",
      "endDate": "2020-07-24T16:30Z",
      "eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode",
      "eventStatus": "https://schema.org/EventScheduled",
      "location": {
        "@type": "VirtualLocation",
        "url": "https://stream.storytimereadings.com/"
      },

      "image": "https://storytimereadings.com/photos/childrensphoto.jpg",
      "description": "Story Time readings for children of all ages - July 2020 edition",
      "offers": {
        "@type": "Offer",
        "url": "https://torytimereadings.com/event_offer/2020-07-24-free",
        "price": "0",
        "priceCurrency": "USD",
        "availability": "https://schema.org/InStock",
        "validFrom": "2020-07-01T12:00"
      },
      "performer": {
        "@type": "Person",
        "name": "Darren R Story",
        "alternateName": "The Virtual Story Master"
      },
      "organizer": {
        "@type": "Organization",
        "name": "Story Time Virtual Events",
        "url": "https://torytimereadings.com.com"
      }
    }

Pre-Markup

Example of an online event.