Created
February 6, 2019 15:00
-
-
Save pentago/d60c744ca97875848d20afc700dcb3cb to your computer and use it in GitHub Desktop.
This file contains hidden or 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": "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