Gert1234 Posted May 4, 2020 Share Posted May 4, 2020 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. Link to comment Share on other sites More sharing options...
idnovate.com Posted May 4, 2020 Share Posted May 4, 2020 If Google is able to scrap the price is because it appears in the source code. And this is because a bug in your template or PrestaShop. Please check your product page source code and check where it appears. Link to comment Share on other sites More sharing options...
Gert1234 Posted May 4, 2020 Author Share Posted May 4, 2020 (edited) Hi Thanks for the quick reply. We use the classic version 1.0.0 provided by prestashop, so no adjustments or special things in the template at this point. Edited May 4, 2020 by Gert1234 (see edit history) Link to comment Share on other sites More sharing options...
idnovate.com Posted May 5, 2020 Share Posted May 5, 2020 There were some bugs anyway Please check if you have these patches applied in your version. https://github.com/PrestaShop/PrestaShop/issues/9937 https://github.com/PrestaShop/PrestaShop/issues/11742 https://github.com/PrestaShop/PrestaShop/pull/12546 Link to comment Share on other sites More sharing options...
rb10 Posted January 15, 2021 Share Posted January 15, 2021 On 5/5/2020 at 08:29, idnovate.com said: Ci sono stati comunque dei bug Per favore controlla se hai queste patch applicate nella tua versione. https://github.com/PrestaShop/PrestaShop/issues/9937 https://github.com/PrestaShop/PrestaShop/issues/11742 https://github.com/PrestaShop/PrestaShop/pull/12546 hi, how can solve this problem? where i can see the patch ? Link to comment Share on other sites More sharing options...
Prestachamps Posted January 16, 2021 Share Posted January 16, 2021 (edited) 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 January 16, 2021 by Leo @ Prestachamps wrong link, not visible code section (see edit history) Link to comment Share on other sites More sharing options...
rb10 Posted January 16, 2021 Share Posted January 16, 2021 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 More sharing options...
rb10 Posted January 16, 2021 Share Posted January 16, 2021 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 More sharing options...
Prestachamps Posted January 16, 2021 Share Posted January 16, 2021 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 More sharing options...
rb10 Posted January 16, 2021 Share Posted January 16, 2021 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 More sharing options...
rb10 Posted January 22, 2021 Share Posted January 22, 2021 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 More sharing options...
idnovate.com Posted January 30, 2021 Share Posted January 30, 2021 Which is your site? Link to comment Share on other sites More sharing options...
SVFer Posted September 19, 2022 Share Posted September 19, 2022 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 More sharing options...
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