Jump to content

Google prices on images - wholesale


Gert1234

Recommended Posts

Hi

Is it possible to disable or compelety remove the structured data of google images

We have a wholesale website where prices are blocked on the prestashop. However, google still manages to capture these and put them underneeth the image. Only the prices needs to be removed, the website still needs to be viewable at google search.

 

 

afbeelding.png.aa3fe1a41dd37763f901cf20fa1e588e.png

Link to comment
Share on other sites

  • 8 months later...

Hi,

you should just remove the shema.org data from the product page, in this section:

<span itemprop="price" content="29">$29.00</span>

so it becames:

<span>$29.00</span> 
           

                  

you can check it after the removing to see if Google still sees the offer price here: https://search.google.com/structured-data/testing-tool/

Kind regards, Leo

Edited by Leo @ Prestachamps
wrong link, not visible code section (see edit history)
Link to comment
Share on other sites

8 hours ago, Leo @ Prestachamps said:

Hi,

you should just remove the shema.org data from the product page, in this section:


 
            

                  

so it becames:


 
           

                  

you can check it after the removing to see if Google still sees the offer price here: https://addonsps1769.prestaforce.com/en/art/3-13-the-best-is-yet-to-come-framed-poster.html#/19-dimension-40x60cm

Kind regards, Leo

thanks for your reply, but i can see code ?

can u repost it please 

thanks

Link to comment
Share on other sites

11 hours ago, Leo @ Prestachamps said:

Hi,

you should just remove the shema.org data from the product page, in this section:


 
            

                  

so it becames:


 
           

                  

you can check it after the removing to see if Google still sees the offer price here: https://addonsps1769.prestaforce.com/en/art/3-13-the-best-is-yet-to-come-framed-poster.html#/19-dimension-40x60cm

Kind regards, Leo

do u mean  itemprop price ? 

Link to comment
Share on other sites

Oh, sorry about that, it was a bit late, and I pasted the wrong link for the testing tool.

I meant remove the  itemprop="price" and the  content="XXX"  from the :
 

<span itemprop="price" content="29">$29.00</span>

you can test it with this tool  https://search.google.com/structured-data/testing-tool/ , to see if Google will see the price of the offer. It's recommended to remove also the offer itemprop and schema attributes, also the other itemprop attributes from the offer section

Kind regards, Leo

Link to comment
Share on other sites

3 hours ago, Prestachamps said:

Oh, sorry about that, it was a bit late, and I pasted the wrong link for the testing tool.

I meant remove the  itemprop="price" and the  content="XXX"  from the :
 


<span itemprop="price" content="29">$29.00</span>

you can test it with this tool  https://search.google.com/structured-data/testing-tool/ , to see if Google will see the price of the offer. It's recommended to remove also the offer itemprop and schema attributes, also the other itemprop attributes from the offer section

Kind regards, Leo

thanks for your reply,  i check it... and it is present in this code  :  "  product:price:amount  "  

but ins't in product.tpl,  could be in header ?    because i view it in header by this tool  

https://search.google.com/test/rich-results?utm_campaign=sdtt&utm_medium=url

Link to comment
Share on other sites

On 1/16/2021 at 6:25 PM, Prestachamps said:

Oh, sorry about that, it was a bit late, and I pasted the wrong link for the testing tool.

I meant remove the  itemprop="price" and the  content="XXX"  from the :
 


<span itemprop="price" content="29">$29.00</span>

you can test it with this tool  https://search.google.com/structured-data/testing-tool/ , to see if Google will see the price of the offer. It's recommended to remove also the offer itemprop and schema attributes, also the other itemprop attributes from the offer section

Kind regards, Leo

any update... ?

Link to comment
Share on other sites

  • 1 year later...

Hello!
I am having the same problem.. I already removed the meta tag with the property product:price:amount but it is still showing up..
I also removed the itemprop="price" and the "content" but it's still showing up on google 😕

Anyone with a different solution?

 

 

Thanks in advance

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