Skip to content

Instantly share code, notes, and snippets.

@promediacorp
Last active June 23, 2017 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save promediacorp/ce0b4fa4be06fc50ca2e7c0b52d8a90d to your computer and use it in GitHub Desktop.
Save promediacorp/ce0b4fa4be06fc50ca2e7c0b52d8a90d to your computer and use it in GitHub Desktop.
JSON+LD - AEA Chicago
{
"@context": "http://schema.org",
"@type": "Event",
"location": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Chicago",
"addressRegion": "IL",
"postalCode": "60654",
"streetAddress": "320 N. Dearborn Street"
},
"name": "Westin Chicago River North"
},
"name": "An Event Apart Chicago",
"offers": {
"@type": "Offer",
"availability": "http://schema.org/LimitedAvailability",
"price": "1340.00",
"priceCurrency": "USD",
"url": "https://store.aneventapart.com/cart/cart_tickets/new?ticket_pricing_id=509"
},
"startDate": "2017-08-27T09:00:00",
"endDate": "2017-08-30T16:00:00"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment