
Exemple de balisage HTML optimisé pour une fiche produit :
<article itemscope itemtype="https://schema.org/Product">
<h1 itemprop="name">Crème Hydratante Professionnelle Scarlett Beauty</h1>
<div itemprop="description">
<p>Notre crème hydratante professionnelle combine acide hyaluronique
et céramides pour une hydratation intense 24h. Testée
dermatologiquement, adaptée aux peaux sensibles.</p>
</div>
<div itemprop="offers" itemscope itemtype="https://schema.org/Offer">
<span itemprop="price" content="49.90">49,90</span>
<span itemprop="priceCurrency" content="EUR">€</span>
<link itemprop="availability" href="https://schema.org/InStock" />
</div>
<div itemprop="aggregateRating" itemscope
itemtype="https://schema.org/AggregateRating">
<span itemprop="ratingValue">4.8</span> / 5 basé sur
<span itemprop="reviewCount">247</span> avis
</div>
</article>