> 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.
[{
"@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"
}
}]

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.
