<div class="item-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
<strong>от <span itemprop="price" content="6850">6 850</span> руб.</strong>
<meta itemprop="priceCurrency" content="RUB">
</div>
itemprop="offers"
, так как уже есть itemtype="http://schema.org/Offer"
<div class="item-price" itemscope="" itemtype="http://schema.org/Offer">
<strong>от <span itemprop="price" content="6850">6 850</span> руб.</strong>
<span><meta itemprop="priceCurrency" content="RUB"></span>
</div>