Update your cancelled or postponed events with Schema

Update your cancelled or postponed events with Schema • Yoast

The outbreak of COVID-19 led to a wave of canceled or postponed events. Some events made the switch from an offline event to an online one. As everyone is scrambling to look up the latest information on events online, it is important to have all the latest details on your website. Search engines can pick up these details and post the correct information in the search results. New Event Schema helps speed up this process.

Events structured data expanded quickly

In last week’s release of Schema.org 7.0, you can find several updates to the Events structured data. You can give your event an eventStatus of EventCancelled when it’s cancelled or an EventPostponed when it’s been postponed. In addition, you can also set a rescheduled event as EventRescheduled.

A new option is available for events that moved online: you can now update the eventStatus to EventMovedOnline. Here, you can also mark events as online-only by setting the location to VirtualLocation and set the eventAttendenceMode to OnlineEventAttendanceMode.

An example for YoastCon 2020

We had a new edition of YoastCon planned for April, 2020. As everything else, we rescheduled that to a date later in the year. I thought I’d let you see how one of these additions could look in code.

Below, you can find a part of the Schema code found on the YoastCon page. I’ve added the eventStatus, plus the corresponding EventRescheduled property. Also, I’ve added the old, plus the new date. Now, search engines know this event was rescheduled to a new date and can update the listing accordingly.

{
        "@type":"BusinessEvent",
        "@id":"https://yoast.com/yoastcon/#yoastcon",
        "mainEntityOfPage": {
            "@id": "https://yoast.com/yoastcon/#webpage"
        }
        ,
        "name":"YoastCon",
        "description":"Due to the recent COVID-19 health concerns both locally and among our (international) speakers, we're sad to announce that we're postponing YoastCon 2020.",
        "organizer": {
            "@id": "https://yoast.com/#organization"
        }
        ,
        "startDate":"2020-09-10T07:00:00+00:00",
        "endDate":"2020-09-10T07:00:00+00:00",
        "eventStatus": "https://schema.org/EventRescheduled",
        "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
      "previousStartDate": "2020-04-21T19:00",
        "url":"https://yoast.com/yoastcon/",
        "image":"https://yoast.com/app/uploads/2019/10/YoastCon2020-600x338.png",
        "location": {
           "@type":"Place",
            "name":"Theater 't Mozau00efek",
            "url":"https://www.mozaiekwijchen.nl/",
            "address": {
                "@type": "PostalAddress", 
		"addressLocality": "Wijchen", 	
		"addressRegion": "Gelderland", 
		"addressCountry": "The Netherlands", 
		"postalCode": "6602 HX", 
		"streetAddress": "Campuslaan 6"
            }
        }

Moving the event online

Many events now move to online-only, for the time being or completely. You can now let search engines know that the event has turned into an online event — or a mixed event with both an offline and an online component.

In the YoastCon example, I could move the event by adding an EventMovedOnline property, combined with a new VirtualLocation property with a link to the page where the event is happening online. Code is truncated.

"eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode",
      "eventStatus": [
        "https://schema.org/EventRescheduled",
        "https://schema.org/EventMovedOnline"
        ],
      "previousStartDate": "2020-04-22T19:00",
      "location": {
        "@type": "VirtualLocation",
        "url": "https://yoast.com/yoastcon/"

Of course, you can combine both online and offline locations of the event. Simply add the MixedEventAttendanceMode to the eventAttendanceMode and set both a virtual as well as a real location for the event. This might look something like this:

  "eventAttendanceMode": "https://schema.org/MixedEventAttendanceMode",
  "eventStatus": "https://schema.org/EventScheduled",
  "location": [{
    "@type": "VirtualLocation",
    "url": "https://yoast.com/yoastcon/"
  },
  {
    "@type":"Place",
        "name":"Theater 't Mozau00efek",
        "url":"https://www.mozaiekwijchen.nl/",
        "address": {
            "@type": "PostalAddress", 
            "addressLocality": "Wijchen",   
            "addressRegion": "Gelderland", 
            "addressCountry": "The Netherlands", 
            "postalCode": "6602 HX", 
            "streetAddress": "Campuslaan 6"
}
}]

Google has a special page in on its developer website describing how to get your event in the search results correctly.

SpecialAnnouncement for broadcasting announcements

The new SpecialAnnouncement type lets governments announce important happenings, like the closing of businesses and public recreation areas. While the initial offering is focused entirely on the spread special announcements during the Coronavirus pandemic, this will be extended at a further date. Both Bing and Google accept SpecialAnnouncement and will highlight these pages in the results how they see fit. You can find more information on SpecialAnnouncement on Schema.org/SpecialAnnouncement.

We’re working on this as well

As you see, it makes a lot of sense to add this to your event pages. Unfortunately, at the moment Yoast SEO doesn’t have to option to add this code automatically. We’re working on that, though! Our structured data content blocks already let you build great FAQ pages and how-to articles, but we’re also working on blocks for events and recipes, among other things. In a while, you can add events and mark these as online, offline or mixed, while the correct structured data will be applied automatically.

Other things you can do to get provide accurate and up-to-date information

In the current COVID-19/Coronavirus pandemic, it is crucial to give people accurate information about your event or business. A lot things have changed, many people sit indoor and have to go online to find out which businesses they can still visit or which events take place when. So, please take a moment to bring all your listings up-to-date.

Please check your listings on Google My Business, Bing Places, Yelp, TripAdvisor et cetera. Also update your social media channels like Facebook and Twitter. In addition, it might be a good idea to put a COVID-19 related FAQ page on your website answering the most pressing questions on how your business or event is handling this crisis. The Yoast SEO FAQ content block helps you make such a page in an instant. It also automatically adds valid structured data that makes sure the FAQ shows up in Google. Use it to your advantage.

Also, make sure to read Google’s documentation on how to pause your business online in search during this crisis.

Stay indoors. Stay safe!

Keep reading the article at SEO blog • Yoast. The article was originally written by Edwin Toonen on 2020-03-27 09:33:18.

The article was hand-picked and curated for you by the Editorial Team of WP Archives.

Disclosure: Some of the links in this post are "affiliate links." This means if you click on the link and purchase the product, We may receive an affiliate commission.

Leave a Comment

Your email address will not be published. Required fields are marked *

Show Your ❤️ Love! Like Us
Scroll to Top