How can I modify Meta Robots tags for SEO improvement?

Hello,

How do I change the Meta Robot Tags with

to

Please suggest the steps.

Thanks

Hi @fundooworks
In order to change the Meta Robot Tags from

to

you will need to access the HTML code of the page where the tags are located. You can do this by using an HTML editor or a code editor. Once you have access to the HTML code, you should look for the existing meta robots tag and update it with the new one. For example, if the existing tag is

,

you should replace it with

.

Once you have updated the tag, you will need to save the HTML file and then upload it to the server. After that, the new meta robots tag should be in effect.

I hope this helps!

Hello @fundooworks ,

This is flareAI - Generating Sales from Google Search, on Autopilot. Helping Shopify merchants in generating $5 million in sales from Google Search.

If my suggestions helps you, please Like and Accept solution to let me know

To change the meta robots tags on a Shopify store, you can use the following steps:

  1. Log in to your Shopify store’s admin dashboard.
  2. Go to the Online Store section and select Themes.
  3. Find the theme you want to edit and click on the Actions button. Select Edit code.
  4. In the file editor, look for the theme.liquid or header.liquid file and open it.
  5. Look for the section of the file and insert the meta robots tag you want to use.

  1. Save your changes and preview them on your live site.

It’s important to note that different themes may have different ways to add the meta tags, but the process should be similar.

If you found the answer helpful consider supporting the Shopify Community by giving it a Like + Accept the solution.

Gina
flareAI

2 Likes

Hi @Fundooworks,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.iquid,

Step 3: Search content_for_header on the theme.liquid file,

Step 4: replace old {{ content_for_header }} by new code => click Save

{% capture h_header %}
    {{ content_for_header }}
    {%endcapture %}
    {{ h_header |replace:'':'' }}

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

If don’t work you can add code

{% capture h_header %}
    {{ content_for_header }}
    {%endcapture %}
    {{ h_header |replace:'','' }}
1 Like

Hi there,

We tried both exactly as instructed (which seems to be the same). No changes, can you please advice

I tried as well and did not work
Did you found a solution?

Hi,
Have you used SEO shopify APP?
Almost no shopify theme will write this code in the code:

This will cause your page to not be indexed by Google.

So it may be a human-written code or SEO is used to set a specific page with a noindex tag.