Jump to content

Google Search and product price


Gioko3

Recommended Posts

Hello,

I have a problem with my eshop.

When i google a product category and the name of my eshop the products appear on description with their base price(not their final price),in the results page.

This is confusing for the customer since they enter my eshop afterwards and they find that the price of the products is higher!

Do you have any suggestions?

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

  • 4 months later...

hi, i have a problem with my products in google search. When i check with structured data tool in google all it s ok, except price. It gives me this warning : (The property 113,74 lei is not a valid price specification. Learn more about http://schema.org/price.)

if someone can help me fix it. thank you

 

https://search.google.com/structured-data/testing-tool i tested here this link: http://vitabiotic.ro/65-rhodiolin-calivita-pret-prospect.html

try it and please help me if you can.

Thank you!

Link to comment
Share on other sites

  • 4 years later...
On 9/7/2016 at 9:59 PM, mrnmarius said:

hi, i have a problem with my products in google search. When i check with structured data tool in google all it s ok, except price. It gives me this warning : (The property 113,74 lei is not a valid price specification. Learn more about http://schema.org/price.)

if someone can help me fix it. thank you

 

https://search.google.com/structured-data/testing-tool i tested here this link: http://vitabiotic.ro/65-rhodiolin-calivita-pret-prospect.html

try it and please help me if you can.

Thank you!

Old thread but maybe it will help for others.

Your code for price is bad. Now is:

<span id="our_price_display" itemprop="price">127,49 Lei</span><meta itemprop="priceCurrency" content="RON" />

but should be something like this

<span itemprop="price" content="127.49">127,49 </span>
<span itemprop="priceCurrency" content="RON">Lei</span>

Explanation:

  • don't use comma for cents, use dot.
  • add price in itemprop attribute.
  • price currency set international currency code (in span as a text You can show whatever You want).

 

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