Is it possible to edit blog tag page seo?

Hi there,

Is it possible to edit the seo of blog tag pages (i.e. /blogs/christmas-music/tagged/christmas-jazz)? All tag page are coming up as duplicate content basically.

Otherwise, is it better to not allow indexing of these pages via robots.txt?

Thanks

Hi @TessaAdamson ,

I don’t understand, are you trying to change the URL of the tag or just show the tag name.

With link: this is not possible, it is default by shopify.

With name: you can use this code to display tag name:

{% for tag in article.tags %}
  {{ tag }}
{% endfor %}

Hope it helps!