Okay, the file is called list-collections.json
I’ve carried out the steps exactly as you’ve outlined. So where do you had the meta description? Where is the settings for the /collections/all page?
Issue Identified:
Shopify auto-generates a /collections page that inherits the homepage’s meta description, creating SEO duplicate content errors. This page isn’t accessible through the dashboard for direct editing.
Primary Solution (theme.liquid editing):
Multiple users confirmed success by modifying the theme.liquid file (or doc-head-core.liquid in some themes):
Critical Implementation Details:
'list-collections', 'collection-list', or check your templates folder for the exact filenamerequest.path == '/collections' instead of template matchingsettings_schema.json to create a theme settings field, avoiding hard-coded valuesOngoing Challenges:
Status: Partial resolution with workarounds; no official Shopify fix announced.
Okay, the file is called list-collections.json
I’ve carried out the steps exactly as you’ve outlined. So where do you had the meta description? Where is the settings for the /collections/all page?