Skip to content

Instantly share code, notes, and snippets.

@patrickcoombe
Last active April 26, 2019 18:19
Show Gist options
  • Select an option

  • Save patrickcoombe/55d815633344eb580e6e to your computer and use it in GitHub Desktop.

Select an option

Save patrickcoombe/55d815633344eb580e6e to your computer and use it in GitHub Desktop.
Event: Venue
<script type="application/ld+json">
[{
"@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"
}
}]
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment