Skip to content

Instantly share code, notes, and snippets.

@pentago
Created February 6, 2019 15:00
Show Gist options
  • Save pentago/d60c744ca97875848d20afc700dcb3cb to your computer and use it in GitHub Desktop.
Save pentago/d60c744ca97875848d20afc700dcb3cb to your computer and use it in GitHub Desktop.
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Place",
"name": "$PROPERTY-LISTING-PAGETITLE",
"description": "$PROPERTY-LISTING-DESCRIPTION",
"address": {
"@type": "PostalAddress",
"addressCountry": "RS",
"addressLocality": "Belgrade",
"postalCode": "11000",
"streetAddress": "$BUILDING-ADDRESS"
},
"hasMap": {
"@type": "Map",
"url": "$BUILDING-MAP-URL-FROM-GOOGLE-MAPS"
},
"photo": {
"@type": "ImageObject",
"url": "$ABSOLUTE-URL-TO-PROPERTY-PHOTO"
},
"url": "$ABSOLUTE-URL-OF-PROPERTY-PAGE"
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment