Answer the question
In order to leave comments, you need to log in
How to arrange structured data on the site?
There was a problem with the design of structured data. I'll give an example code below to make it clearer:
<div itemscope itemtype="http://schema.org/Product">
<span itemprop="brand">Бренд</span>
<span itemprop="name">Имя</span>
<!--Открываем тег "offer" -->
<span itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<meta itemprop="priceCurrency" content="USD" />
$<span itemprop="price">119.99</span>
<!--Тут мы закрываем тег "offer" -->
</span>
<span itemprop="description">Описание</span>
<!--А здесь "offer" опять нужно открыть! -->
<link itemprop="availability" href="http://schema.org/InStock"/>Есть в наличии</span>
</div>
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