Mini data
Autor: Виктор Пономарев
Besucht 989,
Followers 1,
Geteilt 0
Hello!
My question is: why mini data give as much space from the header to the header of the site? www.air-cools.ru
Здравствуйте!!!
У меня вопрос: почему мини данные дают такой большой отступ от верхнего колонтитула до шапки сайта?
Gepostet am
Autor
skrin №1
Autor
Skrin №2 and mini data code html
<div itemscope itemtype="http://schema.org/Organization">
<a itemprop="url" href="http://www.air-cools.ru"><div itemprop="name"><strong>AIR-Cools</strong></div>
</a>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">ул. Молодцова д. 2 корп.1</span><br>
<span itemprop="addressLocality">Москва</span><br>
<span itemprop="postalCode">127221</span><br>
<span itemprop="addressCountry">Россия</span><br>
</div>
</div>
Hello,
If you use the span tag, since WebSite X5 has a reset css it will be shown in the same size. You need to define the height of the span with css to something smaller. Ex. span {font-size:8px;}
Hope this helps!
Autor
Maybe I do not understand a bit, but I do not know where to do it.
Возможно я немного не понимаю, но я не знаю где это сделать.
Hello,
The html head section is not thought for this use because the microdata has to be used inside the pages. You can choose to use them in the Header adding the html code box.
If you insert them in the Header in menu 1 it will not have this distance anymore.
Hope this helps.