Hide Shopify Collection from Google Search

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:

  1. From your Shopify admin, go to Online Store > Themes
  2. Find the theme you want to edit, click the button to open the actions menu, and then click Edit code.
  3. Click the theme.liquid layout file.
  4. Paste the following code in the section.
{% 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.