Answer the question
In order to leave comments, you need to log in
How to use microdata for a furniture site?
What are the nuances, markups that should be taken into account when starting to work with micromarkup (microdata)?
I will be very grateful for the information with examples. Where can I read more in Russian.
Answer the question
In order to leave comments, you need to log in
I will give links marked by "goods" and in general, I think if you read it you will understand :)
habrahabr.ru/company/yandex/blog/211638 - in general
https://help.yandex.ru/webmaster/schema-org/ what-i... - read
https://help.yandex.ru/webmaster/schema-org/semant... - read
https://support.google.com/webmasters/answer/146750 - examples (I guess that what you need)
https://www.google.ru/webmasters/tools/richsnippet... - examples
webmaster.yandex.ua/microtest.xml - there are examples
Here is about the product on schema.org www.schema.org/Product
Code with markup (for example, a monitor):
<div itemscope itemtype="http://schema.org/Product">
<img itemprop="image" src="dell-30in-lcd.jpg" />
<span itemprop="name">Dell UltraSharp 30" LCD Monitor</span>
<div itemprop="aggregateRating"
itemscope itemtype="http://schema.org/AggregateRating">
<span itemprop="ratingValue">87</span>
out of <span itemprop="bestRating">100</span>
based on <span itemprop="ratingCount">24</span> user ratings
</div>
<div itemprop="offers" itemscope itemtype="http://schema.org/AggregateOffer">
<span itemprop="lowPrice">$1250</span>
to <span itemprop="highPrice">$1495</span>
from <span itemprop="offerCount">8</span> sellers
Sellers:
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<a itemprop="url" href="save-a-lot-monitors.com/dell-30.html">
Save A Lot Monitors - $1250</a>
</div>
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<a itemprop="url" href="jondoe-gadgets.com/dell-30.html">
Jon Doe's Gadgets - $1350</a>
</div>
...
</div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question