Is it possible to have the tag <div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
but no <itemprop="price" class="uc-price">
tag?
I don't want to show the price if the item is out of stock. I just want to use the tag <link itemprop="availability" href="schema.org/OutOfStock" />
but I get an 'incomplete microdata with schema.org' error.
Any ideas how to do this?