Skip to content

Instantly share code, notes, and snippets.

@ArjenMiedema
Last active August 29, 2015 14:26
Show Gist options
  • Save ArjenMiedema/2a663a9fd514aab595a7 to your computer and use it in GitHub Desktop.
Save ArjenMiedema/2a663a9fd514aab595a7 to your computer and use it in GitHub Desktop.
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "SportsEvent",
"name": "sc Leovardia Za 1 - Zwaluwen 1",
"homeTeam": {
"@type": "SportsTeam",
"name": "sc Leovardia Za 1",
"sport": "Football",
"athlete" : [
{
"@type": "Person",
"name": "Arjen Miedema"
},
{
"@type": "Person",
"name": "Jelle Kingma"
}
],
"coach" : {
"@type": "Person",
"name": "John Doe"
}
},
"awayTeam": {
"@type": "SportsTeam",
"name": "Zwaluwen 1",
"sport": "Football"
},
"startDate": "2015-08-01T14:30:00+02:00",
"location": {
"@type": "Place",
"name": "Sportpark Kalverdijkje",
"address": {
"@type": "PostalAddress",
"addressCountry": "NL",
"addressLocality": "Leeuwarden",
"postalCode": "8935LJ",
"streetAddress": "Kalverdijkje 25"
}
},
"offers": {
"@type": "Offer",
"price": "0.00",
"url": "http://www.scleovardia.nl/"
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment