Edit Robots.txt to allow index of multiple tags

Hi @MBroadbridge

This is Richard from PageFly - Shopify Page Builder App

You will need to create a robots.txt for your site in the theme under templates structures first

Then you can exclude it by this

{% for group in robots.default_groups %}
  {{- group.user_agent }}

  {%- for rule in group.rules -%}
    {%- unless rule.value == '/collections/demo/tag2' -%}
      {{ rule }}
    {%- endunless -%}
  {%- endfor -%}

  {%- if group.sitemap != blank -%}
      {{ group.sitemap }}
  {%- endif -%}
{% endfor %}

Hope this can help you solve the issue

Best regards,

Richard | PageFly