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?
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
Post a Comment