Answer the question
In order to leave comments, you need to log in
How to properly mark up the store contact page with affiliates?
Hello!
I did microdata for contacts for schema.org/Organization , no questions. Now I'm faced with the task of making micro-markup for a store that has branches throughout Russia. That is, the structure is as follows:
1. General info for all branches: Company name + company description.
2. A list of 10 cities: for each city, respectively, its own:
- zip code
- address
- phone number
- mail
- working hours (in some cases it differs)
Has anyone done something like this?
Found on the net for schema.org/Store,but in this scheme different names. I have no branch names + contact details for each branch are not shown here:
<div itemscope="" itemtype="http://schema.org/Store">
<h1 itemprop="name">Название сети магазинов</h1>
Описание сети магазинов
Часы работы: <time itemprop="openingHours" datetime="Mo-Fr 07:00-23:00">Понедельник-Пятница с 7:00 до 23:00 </time>
Контактный телефон: <span itemprop="telephone">контаткный телефон</span>
</div>
Дальше перечесляем предприятия (департаменты) входящие в нашу сеть
<div itemprop="department" itemscope="" itemtype="http://schema.org/Pharmacy">
<h2 itemprop="name">Аптека</h2>
Описание аптеки
Часы работы: <time itemprop="openingHours" datetime="Mo-Fr 07:00-23:00">Понедельник-Пятница с 7:00 до 23:00 </time>
Контактный телефон: <span itemprop="telephone">контаткный телефон</span>
</div>
<div itemprop="department" itemscope="" itemtype="http://schema.org/DryCleaningOrLaundry">
<h2 itemprop="name">Химчистка</h2>
Описание химчистки
Часы работы: <time itemprop="openingHours" datetime="Mo-Fr 07:00-23:00">Понедельник-Пятница с 7:00 до 23:00 </time>
Контактный телефон: <span itemprop="telephone">контаткный телефон</span>
Какая-нибудь ветвь компании <span itemprop="branchOf" itemscope="" itemtype="http://schema.org/Corporation">
URL адрес сайта
<a itemprop="url" href="http://example.com/">
<span itemprop="name">Наименование ответвтвления</span></a></span>.
</div>
</div>
Answer the question
In order to leave comments, you need to log in
So far, the only thought is this - I took the Organization and put a lot of address - prntscr.com/gspse2
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question