Goal: Add a unique, SEO-focused content section at the bottom of each category (collection) page in the Debut theme.
Proposed approaches:
Edit the collection.liquid template (Online Store > Themes > Edit code) to conditionally output content per collection.
Use metafields (custom fields) to store per-collection content and render it in the collection template; styling required. Note: there is no plug-and-play snippet; custom coding is needed.
Clarifications:
The claim that Debut doesn’t support metafields was challenged; it can use metafields with added code.
No concrete code examples or tutorials were provided in the thread. No images or attachments are necessary to understand the issue.
Status/outcome:
No finalized solution or step-by-step guide shared. The path forward is to implement metafields and modify collection.liquid to display them at the bottom of the page. The requester is still seeking detailed instructions or a tutorial.
Summarized with AI on December 30.
AI used: gpt-5.
I am using Debut theme, and I have a few categories on my website. Is there any way I can add a section where I can show a lot of content for SEO purposes - at the bottom in the category pages?
I tried a lot but nothing seems to work unfortunately.
I need to add a section at the end of each category - different content for each category page. There is already content at the top, but I am looking to create a section at the bottom of each category page.
You may need to add content to collection.liquid file in Online Store > Themes > Edit code and add code to check and display content for each collection.
You can try to use metafields to have dynamic section content. Then you will need to call the section in your Debut category page and do some styling. Unfortunately, there is no straightforward code for this.