Hi Community,
Today I have a little challenge. I want to remove the visibility of the collection page from Google search. A long search did not provide a satisfactory answer. I would be very grateful for your help!
Hi Community,
Today I have a little challenge. I want to remove the visibility of the collection page from Google search. A long search did not provide a satisfactory answer. I would be very grateful for your help!
The name of the page is https://www.themushroomelixir.de/
Hello Alexander_Waino,
Create collections “hidden”
Hi @Alexander_Waino You can try this way:
{% if handle contains 'page-handle-you-want-to-exclude' %}
<meta name="robots" content="noindex">
{% endif %}
For more details, you can check with Shopify Help center and hope it helps you a bit.