Answer the question
In order to leave comments, you need to log in
Scheme.org micro-markup how to specify company branches?
There is basic information about the company
{
"@context": "http://schema.org",
"@type": "Corporation",
"image": "https://www.example.com/logo.jpg",
"name": "Intel Corporation",
"address": {
"@type": "PostalAddress",
"streetAddress": "1600 Saratoga Ave",
"addressLocality": "Moscow",
"addressRegion": "RU",
"postalCode": "123456",
"addressCountry": "RU"
},
"url": "https://www.example.com/",
"telephone": "+1234567890"
}
,
"openingHours": "Mo,Tu,We,Th,Fr,Sa,Su 09:00-22:00",
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"Sunday"
],
"opens": "09:00",
"closes": "22:00"
}
]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question