I have some products in website, some of them have price, but some are inquiry products that without price on page.
Google search console tells me the lowPrice
property is necessary. How can I mark these products up without price?
Here is the sample code:
<tr itemscope itemtype="http://schema.org/Product">
<td><a itemprop="url" href="#"><img src="#.png" itemprop="image" class="ProdImg"></a></td>
<td><a href="#">KOA</a></td>
<td itemprop="description"><a href="#">name</a></td>
<td><a itemprop="url" href="#"><span itemprop="name">HV731JTTD1002F</span></a></td>
<td itemprop="description">HV73</td>
<td class="price"><a href="#">inquiry</a></td>
</tr>