Jump to content

Warning - "is not valid price specification" - in structured-data testing-tool


4GLte.eu

Recommended Posts

When I check in https://search.google.com/structured-data/testing-tool any of the product page I receive a warning

 

The property 420,60 is not a valid price specification.

 

I presume it is about the colon in the price instead of a dot. On front end the price is correct £420.60 but in the code indeed:

 

 
<meta itemprop="currency" content="GBP">
               Price : £ <span itemprop="price">420,60</span>

 

Anyone knows how to resolve this?

Link to comment
Share on other sites

Maybe it is a bug and they forgot to apply decimal changes in meta tags.

 

What is your Prestashop version?

 

You could try to locate PHP file that is writting metas and see if there is any chance to change separator there.

 

If you cannot locate it, try to search "itemprop" string using this tool http://tecnoes.com/product/prestashop-scanner/

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

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...