Basix101 Posted August 10, 2024 Share Posted August 10, 2024 How do I add the Google Top Quality Store badge to my website? Google gives instructions but I don't know where to put the code. Thank you in advance. Here's the Google instructions and link. https://support.google.com/merchants/answer/14428754 How to add your Top Quality Store badge The instructions to add your Top Quality Store badge require small updates to your website’s HTML which should take about 5–10 minutes. This may require support from someone familiar with your website content. Go to the interface where you can edit the HTML of your website. To do this, choose the step that best applies to you: Find the source HTML that applies to all pages on your site. Go to the particular page where you would like to display the badge. Check if the first line of the page begins with <!DOCTYPE html> If not, add <!DOCTYPE html> at the top of the page. Adding this code won’t impact your website rendering. Copy and paste the code below inside the <head> section of the HTML code Optional: By default, the widget will be fixed at the bottom right of your page. If you want to put the widget at the bottom left of your page, replace the yellow section of the code below with 'LEFT_BOTTOM'. Link to comment Share on other sites More sharing options...
ComGrafPL Posted August 10, 2024 Share Posted August 10, 2024 (edited) Check if you can use it in your country: https://support.google.com/merchants/answer/11192630?sjid=7896719442191523879-EU&hl=en-GB "Top Quality Store badge" - US, CA, AU, NZ Store review badge you can use is probably ( after 100 verified store reviews ) Edited August 10, 2024 by ComGrafPL (see edit history) Link to comment Share on other sites More sharing options...
Basix101 Posted August 10, 2024 Author Share Posted August 10, 2024 Yes, I can use it in my country. I do not know which file to put the code. Thank you Link to comment Share on other sites More sharing options...
Prestashop Addict Posted August 12, 2024 Share Posted August 12, 2024 PS version? Link to comment Share on other sites More sharing options...
andywhi Posted August 28 Share Posted August 28 I too am trying to add the Google shop badge to my site, and haven't a clue where to place the code. I'm using Prestashop 8, any help would be much appreciated! Thanks in advance Link to comment Share on other sites More sharing options...
ComGrafPL Posted August 28 Share Posted August 28 Same as other codes, like google tag, analytics. Try on header. Be advise, that badge can be used only on AU, CA, GB, IN, JP, NZ, US. Link to comment Share on other sites More sharing options...
andywhi Posted August 28 Share Posted August 28 Thanks for the quick reply. I'm in the UK and eligible for the badge. Sorry but I'm not sure where the header file is located. Please can you point me to the exact file and location to edit please? Thanks for your help. Link to comment Share on other sites More sharing options...
andywhi Posted August 28 Share Posted August 28 Sorted! If anyone else needs to do this, simply navigate to your current template folder and find the folder "_partials". You then need to add the code to the HEADER.tpl file. Add <!DOCTYPE html> at the top of the page. Paste the google code at the top of the page before any of the other code. Reload your website and it should appear at the bottom right corner. 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