-
-
Save shanutthankachan/8491c0a34310fc1615f08f85561da02a to your computer and use it in GitHub Desktop.
Local events to google search results
This file contains 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": "http://schema.org", | |
"@type": "Event", | |
"name": "Jan Lieberman Concert Series: Journey in Jazz", | |
"startDate": "2017-04-24T19:30-08:00", | |
"location": { | |
"@type": "Place", | |
"name": "Santa Clara City Library, Central Park Library", | |
"address": { | |
"@type": "PostalAddress", | |
"streetAddress": "2635 Homestead Rd", | |
"addressLocality": "Santa Clara", | |
"postalCode": "95051", | |
"addressRegion": "CA", | |
"addressCountry": "US" | |
} | |
}, | |
"image": "http://www.domain.com/event_image/12345", | |
"description": "Join us for an afternoon of Jazz with Santa Clara resident and pianist Andy Lagunoff. Complimentary food and beverages will be served.", | |
"endDate": "2017-04-24T23:00-08:00", | |
"offers": { | |
"@type": "Offer", | |
"url": "https://www.domain.com/event_offer/12345_201803180430", | |
"price": "30", | |
"priceCurrency": "USD", | |
"availability": "http://schema.org/InStock", | |
"validFrom": "2017-01-20T16:20-08:00" | |
}, | |
"performer": { | |
"@type": "PerformingGroup", | |
"name": "Andy Lagunoff" | |
} | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment