schema.org - Google Structured Data needs "lowPrice" property -


i have products in website, of them have price, inquiry products without price on page.

google search console tells me lowprice property necessary. how can mark these products without price?

missing: lowprice

here 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> 


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -