Hey everyone,
So today we’ve setup a private collection, only accessible for people with an account and a certain tag.
This is all working fine. But i’m finding out that the products in this private collection are findable on google.
The theme we use is “Label”
And this is the custom code for the private collection:
{%if customer.tags contains “shop”%}
{% section “main-collection” %}
{%else%}
{{ pages.no-access.content }}
{%endif%}
The idea is that shops can acces this “wholesale” page but these products should be in no way findable for regular costumers.
Would be very happy if someone out there could help me find a solution to this!