Adding content to the shopify collection tag page

Topic summary

Goal: add SEO content to tag-filtered collection pages (e.g., /collections/witte-thee/sour), not just the base collection page.

Issue: Shopify provides a content area for collection pages, but not directly for tag sub-URLs.

Proposed approach: implement custom theme code that detects the tag page and outputs content pulled from a metafield associated with that tag. Caveat: this depends on the tag URL pattern working correctly in the store.

Adoption: the original poster implemented this metafield-based custom solution, noting it’s error-prone.

Interest: another participant reported needing the same capability; no native Shopify setting or alternative solution was offered.

Status: partially resolved. A workable custom method exists, but there’s no confirmed official support and maintainability risks remain; no code examples or screenshots were provided.

Summarized with AI on December 29. AI used: gpt-5.

Hi, i have a question

In my shopify store i have the following structure

/collections/witte-thee → this is a page that displays all the teas with as collection ‘witte-thee’
/collections/witte-thee/sour → this page displays all the ‘witte-thee’ products but only those with tag ‘sour’

But for SEO its necessary to place content on the end of my page, for the collections/witte-thee i know its possible but how to do this on the /sour page?

Thank you very much for your help in advance!

1 Like

I need the same thing

1 Like

Hi @HenrikHannewijk ,

If your /collections/witte-thee/sour is working well then you can write custom code which show the data from metafield assigned to tag.

But only if URL mentioned by you is working correctly.

Hi,

Thank you for your response. This is the solution I went with, even though it’s error-prone.