S
S
Sergey questions2018-03-15 23:14:52
Search Engine Optimization
Sergey questions, 2018-03-15 23:14:52

Is it possible to split micro-markup according to the Yandex standard into several blocks?

Hello.
Please tell me if my website contains, for example, a phone number in the header, the company name in the block on the left, the address in the footer. Is it possible for me to break the micro-markup https://yandex.ru/support/webmaster/schema-org/ into blocks? Those. for example in the header:

<div itemscope itemtype="http://schema.org/Organization">
  Телефон:<span itemprop="telephone">+7 495 739–70–00</span>,
  Электронная почта: <span itemprop="email">[email protected]</span>
</div>

In the footer:
<div itemscope itemtype="http://schema.org/Organization">
   <span itemprop="name">Яндекс</span>
  <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
    Адрес:
    <span itemprop="streetAddress">Льва Толстого, 16</span>
    <span itemprop="postalCode"> 119021</span>
    <span itemprop="addressLocality">Москва</span>,
  </div>
</div>

Question 2, is it possible (and necessary) to use this markup on all pages of the site? Because template for header and footer blocks for all pages, incl. for the main - one.
Or can it be done in some other way? I ask for help, connoisseurs

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey questions, 2018-03-15
@smartycms

Although I think it's better to use script type="application/ld+json"

D
Denis, 2018-03-15
@sidni

To be honest, I have never seen this markup being broken, I think this will not work because many markups have required fields and most likely there will be errors, check the resulting page with a Google validator https://search.google.com/structured-data/testing-.. .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question