netamismb Posted November 5, 2022 Posted November 5, 2022 (edited) In Google Search Console I get errors in all the products page: Invalid floating point number in property 'price' (in 'offers') and Missing field 'priceCurrency' (in 'offers'). I am using the Niara theme. In the page source I get: itemtype="https://schema.org/Offer"><link itemprop="availability"><meta itemprop="price" content="15.999999"><span id="our_price_display" class="price" itemprop="price">16,00 €</span> impuestos inc.<meta itemprop="priceCurrency" content="EUR"></p> I am not sure why this is happening. Does anyone manage to have those errors solved? Edited November 5, 2022 by netamismb
datakick Posted November 5, 2022 Posted November 5, 2022 <span id="our_price_display" class="price" itemprop="price"> This <span> should not have itemprop attribute. See here: https://github.com/thirtybees/niara/blob/eddb7661e611f9f4f494449eec0cea134c0c884d/product.tpl#L326-L327 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now