Я дам ссылки разметкой по "товарам" и в общем, я думаю если прочтете то поймете :)
habrahabr.ru/company/yandex/blog/211638 - в общем
https://help.yandex.ru/webmaster/schema-org/what-i... - почитать
https://help.yandex.ru/webmaster/schema-org/semant... - почитать
https://support.google.com/webmasters/answer/146750 - примеры (помойму тот что вам надо)
https://www.google.ru/webmasters/tools/richsnippet... - примеры
webmaster.yandex.ua/microtest.xml - есть примеры
Вот о продукте на schema.org
www.schema.org/Product
Код с разметкой (к примеру монитор):
<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>