How can I add SEO text to each collection page?

Topic summary

Goal: Add unique SEO text (with links) beneath products on each Shopify collection page.

Proposed approaches:

  • Metafields: Add collection-level metafields (custom fields) to store per-collection SEO copy and render them in the collection template so each collection shows different text and links.
  • Custom template: Create a new Liquid template (seo-collection.liquid) and use conditional logic on collection.handle (the collection’s unique identifier) to output the appropriate SEO text for each collection. This involves theme coding and may require hiring a developer.

Clarifications:

  • Metafields are configurable data fields in Shopify that let you attach structured content to resources like collections.
  • collection.handle is the unique string used to identify a collection in Liquid templates.

Status/outcome:

  • The requester asked for more detailed instructions, but no step-by-step guidance was provided. The discussion remains open with two possible paths and no finalized solution. No code or media was shared.
Summarized with AI on January 28. AI used: gpt-5.

Hey, is it possible to add text underneath the product on a collection page? I would like to add a different text to all of my collections for the SEO. It would be great if i could also use links in these texts.

You can configure metafields to do it!

1 Like

could you explain a little bit more about this? im pretty new to shopify

Instead of creating meta-fields, creating meta-fields can be more complicated.

You can build a seo-collection.liquid and then write your seo copy for your corresponding collection by judging collection.handle in this.

If you’re not very familiar with coding, you may need to hire a developer to help you with this!