Jump to content

european price: schema.org error


Fabrizio_1

Recommended Posts

homepage: https://www.bluestreets.net

webpage (for example): https://www.bluestreets.net/prodotti/341-biciclette-pieghevoli-birdy-speed-blue.html

Prestashop 1.6.0.8

 

In Europe we use comma instead dot for decimals,

but schema.org needs dot for decimals

Warning in attachment
How can I solve?

Tnx in advance

post-1185694-0-32301200-1468674205_thumb.jpg

Edited by Fabrizio_1 (see edit history)
Link to comment
Share on other sites

  • 3 weeks later...
  • 2 months later...
  • 1 month later...

Hi there,

 

I'm experiencing the same issue and want to know how you'd rate my approach.

 

Since in Germany we use a comma for separating decimals and some customers want the € symbol next to their prices, adding the price schema.org specific but invisible like the currency at least results in no errors by Google's structured data testing tool.

 

Please see the following code example:

Current code:

<span id="our_price_display" class="price" itemprop="price">3,78 €</span> inkl. MwSt.<meta itemprop="priceCurrency" content="EUR" />

Adjusted code:

<span id="our_price_display" class="price">3,78 €</span> inkl. MwSt.<meta itemprop="price" content="3.78" /><meta itemprop="priceCurrency" content="EUR" />

Thanks in advance for any thoughts on this.

 

Best,

Marc

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...