Hi there,
I am trying to hide the automated “Collections/all” All products collection page from showing up on Google Search Results. I have tried to add this code to the in my theme.liquid spot:
{% if handle contains ‘collections/all’ %}
{% endif %}
following this article: https://help.shopify.com/en/manual/promoting-marketing/seo/hide-a-page-from-search-engines
but did not have luck. I am not sure if I need to wait for google to crawl my site again in order for this to update or if the code was incorrect?
For privacy reasons I will not post a link to my actual site, but will happily provide it if someone has the answer to this question!
Thank you!