Skip to content

Instantly share code, notes, and snippets.

@caovillanueva
Created September 10, 2019 16:28
Show Gist options
  • Save caovillanueva/a06d9b8a12a9b916a5006627262cb0fa to your computer and use it in GitHub Desktop.
Save caovillanueva/a06d9b8a12a9b916a5006627262cb0fa to your computer and use it in GitHub Desktop.
[Shopify Google Console] Indexed, though blocked by robots.txt #Shopify #SEO
add the follow code in theme.liquid:
{% if template contains 'search' %}
<meta name="robots" content="noindex">
{% endif %}
OR
{% if handle contains 'page-handle-you-want-to-exclude' %}
<meta name="robots" content="noindex">
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment