Correct 'warranty' itemprop syntax
What syntax is correct for warranty itemprop in https://schema.org/Offer ? This one <meta itemprop="warranty" content="2ANN" /> or … <meta itemprop="warranty" content="2 ANN" /> or with hierarchy … <span itemprop="warranty" itemscope itemtype="https://schema.org/WarrantyPromise"> <span itemprop="durationOfWarranty" itemscope itemtype="https://schema.org/QuantitativeValue"> <span itemprop="value">2</span> years <meta itemprop="unitCode" content="ANN" /> </span> </span> The warranty property expects a WarrantyPromise as value: Values expected to be one of these types WarrantyPromise So your last