A
A
Andrei Popov2018-12-01 15:02:56
HTML
Andrei Popov, 2018-12-01 15:02:56

Schema.org markup validation error?

48INY.png?trs=17ee8bb76f4d18109c060b7d35
Can you help me figure out what is causing this error and how to fix it? (this is in the offer clause)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
siarheisiarhei, 2018-12-01
@andrei500

<!--Указывается схема Product.-->
<div itemscope itemtype="http://schema.org/Product">

<!--В поле name указывается наименование товара.-->
  <h1 itemprop="name">Iphone 6 plus 16 GB</h1>

<!--В поле description дается описание товара.-->
  <span itemprop="description">iPhone 6 не просто больше. Он лучше во всех отношениях. Больше, но при этом значительно тоньше. Мощнее, но при этом исключительно экономичный. Его гладкая металлическая поверхность плавно переходит в стекло нового HD-дисплея Retina, образуя цельный, законченный дизайн. Его аппаратная часть идеально работает с программным обеспечением. Это новое поколение iPhone, улучшенное во всём</span>

<!--В поле image указывается ссылка на картинку товара.-->
  <img src="http://imageexample.com/iphone6plus.jpg" itemprop="image">

<!--Указывается схема Offer.-->
  <div itemprop="offers" itemscope itemtype="http://schema.org/Offer"> 

<!--В поле price указывается цена товара.-->
    <span itemprop="price"></span>

<!--В поле priceCurrency указывается валюта.-->
    <span itemprop="priceCurrency"></span>
  </div>
</div>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question