Skip to content

Instantly share code, notes, and snippets.

@ivikash
Last active December 20, 2015 15:59
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 ivikash/6157930 to your computer and use it in GitHub Desktop.
Save ivikash/6157930 to your computer and use it in GitHub Desktop.
{
"@context": {
"name": "http://schema.org/name",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"description": "http://schema.org/description",
"image": {
"@id": "http://schema.org/image",
"@type": "@id"
},
"geo": "http://schema.org/geo",
"latitude": {
"@id": "http://schema.org/latitude",
"@type": "xsd:float"
},
"longitude": {
"@id": "http://schema.org/longitude",
"@type": "xsd:float"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment