Skip to content

Instantly share code, notes, and snippets.

@regisrob
Last active November 24, 2016 10:24
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 regisrob/d4fd4b9c4244023a46ff0ec364f1beca to your computer and use it in GitHub Desktop.
Save regisrob/d4fd4b9c4244023a46ff0ec364f1beca to your computer and use it in GitHub Desktop.
RS schema.org : Location
{
"@context": "http://schema.org/",
"@type": "Place",
"url": "{URL_PAGE_LOCATION}",
"name": "{TITLE_PAGE_LOCATION}",
"alternateName": "{./Place/Name}",
"geo": {
"@type": "GeoCoordinates",
"latitude": "{LAT_LOCATION}",
"longitude": "{LONG_LOCATION}"
},
"sameAs": "{./Place/Concept}",
"description": "{./Place/Note}",
"containedInPlace": {
"@type": "Place",
"name": "{LABEL_PARENT_LOCATION}",
"url": "{URL_PAGE_PARENT_LOCATION}"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment