Jump to content

How to add your Top Quality Google Store badge


Basix101

Recommended Posts

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

  • 1 year later...

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

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

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

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