Last active
April 26, 2019 18:19
-
-
Save patrickcoombe/55d815633344eb580e6e to your computer and use it in GitHub Desktop.
Event: Venue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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