Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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!
Solved! Go to the solution
This is an accepted solution.
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.
I need the same thing
This is an accepted solution.
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.