Skip to content

Instantly share code, notes, and snippets.

@denisstoyanov
Created March 22, 2019 08:57
Show Gist options
  • Save denisstoyanov/70f3b2827feb4a54ee6efdacd6a3b723 to your computer and use it in GitHub Desktop.
Save denisstoyanov/70f3b2827feb4a54ee6efdacd6a3b723 to your computer and use it in GitHub Desktop.
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@id": "https://expert-doors.com/#organization",
"@type": "Organization",
"name": "Врати Експерт",
"url": "https://expert-doors.com/",
"logo": "https://expert-doors.com/wp-content/uploads/2017/02/ExpertDOORlogo.png",
"location":
[{
"@type": "Place",
"address":
{
"@type": "PostalAddress",
"addressCountry": {
"@type": "Country",
"name": "BG"
},
"addressLocality": "София",
"addressRegion": "София",
"postalCode": "1527",
"streetAddress" : "бул. ген. Данаил Николаев 32-34",
"email": "officesofia@expert-doors.com",
"telephone" :
[
"+35924191067",
"+359894617555"
]
},
"name": "Врати Експерт - Данаил Николаев",
"openingHoursSpecification":
[{
"@type": "OpeningHoursSpecification",
"dayOfWeek":
[
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:30",
"closes": "19:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek":
[
"Saturday"
],
"opens": "09:30",
"closes": "19:00"
}
]
}],
"sameAs":
[
"https://www.facebook.com/vratiexpertsofia",
"https://twitter.com/DNYkUQshckPBQz9",
"https://www.pinterest.com/VratiExpertSofia",
"https://www.instagram.com/vratiexpert/"
]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment