Schema.org<meta>
を使用してHTML5+Microdataのタグを使用して、製品が「在庫あり」であるかどうかを指定したいと思います。
これが正しい構文であるかどうかはわかりません。
<div itemscope itemtype="http://schema.org/Product">
<h2 itemprop="name">Product Name</h2>
<dl itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<dt itemprop="price">$1</dt>
<meta itemprop="availability" itemscope itemtype="http://schema.org/ItemAvailability" itemid="http://schema.org/InStock">
</dl>
</div>