HTML kode šis tekstas atrodo taip:

<div itemscope itemtype="http://schema.org/Product">
<span itemprop="name">Produkto pavadinimas</span>
<span itemprop="offers" itemscope itemtype="http://schema.org/Offer">
Kaina: <span itemprop="price">100LTL</span>
</span>
<div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
Įvertintas <span itemprop="ratingValue">5</span> balais iš 5 – atsižvelgiant į
<span itemprop="reviewCount">2</span> atsiliepimus
</div>
</div>