Upcoming Events In The Knowledge Graph

Thursday, January 15, 2015

Last year, we launched a new way for musical artists to list their upcoming events on Google: schema.org markup on their official websites. Now we're expanding this program in four ways:

For artists: if you mark up ticketing links along with the events on your official website, we'll show an expanded answer card for your events in Google Search, including the on-sale date, availability, and a direct link to your preferred ticketing site.

As before, you may write the event markup directly into your site's HTML, or simply install an event widget that builds in the markup for you automatically—like Bandsintown, BandPage, GigPress, ReverbNation or Songkick.

Delegated Event Listings

What if you can't add markup or an event widget to your official website—for example, if your website doesn't list your events at all? Now you can use delegation markup to tell us to source your events from a page of your choice on another website. Just add the following markup to your home page, making sure to customize the three red values:

<script type="application/ld+json">
{"@context" : "https://schema.org",
"@type" : "MusicGroup",
"name" : "<span>Your Band or Performer Name</span>",
"url" : "<span>https://your-official-website.com</span>",
"event" : "https://other-event-site.com/your-event-listing-page/"
}
</script>

The marked-up events found on the other event site's page will then be eligible for Google events features. Examples of sites you can point to in the "event" field include bandpage.com, bandsintown.com, songkick.com, and ticketmaster.com.

Comedian Events

Hey funny people! We want your performances to show up on Google, too. Just add ComedyEvent markup to your official website. Or, if another site like laughstub.com has your complete event listings, use delegation markup on your home page to point us their way.

Venue Events

Last but definitely not least: we're starting to show venue event listings in Google Search. Concert venues, theaters, libraries, fairgrounds, and so on: make your upcoming events eligible for display across Google by adding Event markup to your official website.

As with artist events, you have a choice of writing the event markup directly into your site's HTML, or using a widget or plugin that builds in the markup for you. Also, if all your events are ticketed by a primary ticketer whose website provides markup, you don't have to do anything! Google will read the ticketer's markup and apply it toward your venue's event listings.

For example, venues ticketed by Ticketmaster, including its international sites and TicketWeb, will automatically be covered. The same goes for venues that list events with Ticketfly, AXS, LaughStub, Wantickets, Holdmyticket, ShowClix, Stranger Tickets, Ticket Alternative, Digitick, See Tickets, Tix, Fnac Spectacles, Ticketland.ru, iTickets, MIDWESTIX, Ticketleap, or Instantseats. All of these have already implemented ticketer events markup.

Please see our Developer Site for full documentation of these features, including a video tutorial on how to write and test event markup. Then add the markup, help new fans discover your events, and play to a packed house!