This is Novos

Home / Blog / Shopify /

wpm@ Shopify URLs found in Search Console?

Tom Gandhi from NovosTom Gandhi in Shopify

6th April, 2023

wpm@ Shopify URLs found in Search Console?

You might have noticed around 1-2 months ago that Shopify randomly inserted a line of code into your robots.txt file… or you may not have, but they did. 

Since then, they have actually removed this line of code, however, as a consequence of doing this, you might have noticed that the number of URLs now ‘excluded by noindex tag’ has shot up significantly. 

 

How can you tell if you’ve been impacted? 

 

  1. Head over to your Google Search Console account
  2. Navigate in the left hand menu to ‘Pages’ 
  3. Scroll down beneath the graph and you’ll find a number of reasons why your pages are being excluded
  4. You’ll want to find the ‘excluded by ‘noindex’ tag’ row
  5. If you can see a clear trajectory growth in recent weeks, then you’ll have likely been hit with the issue

 

How can I fix the issue? 

 

If you’re not currently using a custom robots.txt liquid file, you’ll need to create one using this guide from Shopify

 

Once you have that setup, you can then add the below code to it (removing the blank file and replacing it with the below), or you can simply add a new row into your robots.txt file if it’s already setup; 

New Robots.txt liquid outline; 

 

# we use Shopify as our ecommerce platform

{%- comment -%}

# Caution! Please read https://help.shopify.com/en/manual/promoting-marketing/seo/editing-robots-txt before proceeding to make changes to this file.

{% endcomment %}

{% for group in robots.default_groups %}

  {{- group.user_agent -}}

  {% for rule in group.rules %}

    {{- rule -}}

  {% endfor %}

    {%- if group.user_agent.value == ‘*’ -%}

    {{ ‘Disallow: */wpm@’ }}

  {%- endif -%}

  {%- if group.sitemap != blank -%}

    {{ group.sitemap }}

  {%- endif -%}

{% endfor %}

 

If you have a robots.txt already configured;

  • Navigate to the section where you see ‘if group.user_agent.value ==;’
  • You’ll then want to add a new row beneath existing ‘Disallow’s’
  • Add in the below markup

 

{{ ‘Disallow: */wpm@’ }}

 

Should you require any further assistance, you can contact me directly, tom.gandhi@thisisnovos.com 

Tom Gandhi from Novos
Article by Tom Gandhi
Tom Gandhi is NOVOS' Head of SEO and has some of the most in-depth SEO knowledge around. From Shopify to Magento, Salesforce to Headless - he has dabbled in it all. This, combined with his deep understanding of the broader workings of eCommerce businesses, makes him a much sought-after strategist by our clients (it also helps that he has a knack for making complex technical terms sound simple). When not CMS hacking, Tom enjoys playing golf & exercising and a doting dad to the cutest baby girl in the world.

Get in touch with us today

We're eCommerce specialists for a reason, get in touch with us today and find out more.

I'd love to be sent your monthly newsletter for eCom tips, news and advice
Cyber warning: NOVOS (thisisnovos.com) is not affiliated with any other third party company and will never contact you other than from a legitimate thisisnovos.com email.