Adding content to the shopify collection tag page

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!

I need the same thing

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.