jsonld@web
jsonld@web:/event/venue$  cat ./event/venue.jsonld
rich results · passed @type · example

> Event Venue JSON-LD Sample Markup

Sample JSON-LD markup for event venues, can be used for any type of venue such as concerts, theater, comedy, sports, etc.

published
modified
size
1.4K
path
/event/venue/

Last updated October 2, 2019 by Patrick Coombe

Another JSON-LD example taken directly from Google’s own webmaster documentation on structured data. This time intended for event organizers / webmasters wishing to markup their websites with “venue” data.

venue.jsonld · 714B test
[{
  "@context" : "https://schema.org",
  "@type" : "MusicEvent",
  "name" : "B.B. King",
  "startDate" : "2014-04-12T19:30",
  "location" : {
    "@type" : "Place",
    "name" : "Lupo's Heartbreak Hotel",
    "address" : "79 Washington St., Providence, RI"
  },
  "offers" : {
     "@type" : "Offer",
     "url" : "https://www.etix.com/ticket/1771656"
  }
},{
  "@context" : "http://schema.org",
  "@type" : "MusicEvent",
  "name" : "B.B. King",
  "startDate" : "2014-04-13T20:00",
  "location" : {
    "@type" : "Place",
    "name" : "Lupo's Heartbreak Hotel",
    "address" : "79 Washington St., Providence, RI"
  },
  "offers" : {
    "@type" : "Offer",
    "url" : "https://www.etix.com/ticket/1771657"
  }
}]

google validated jsonld

Results

Properly marking up your event venue with JSON-LD can yield some pretty nice results in the SERPs. Checkout this mobile screenshot from the Fillmore Miami integrated with the local listing.

event markup json-ld schema