SEO, AdWords, affiliates, advertising, and promotions
Hi,
We just changed our template to Dawn theme. We are finding a big issue with how Google is spidering the collection pages. It is using the collection name as the html title instead of our optimized SEO title. And more alarming, it is using the filter names in the HTML description instead of our optimized description. This is the default out of the box way that Google is spidering the SEO. We need help fixing this during this important shopping season.
Hey @Antonina1,
I get how frustrating this can be, especially during a busy shopping season. Shopify's Dawn theme handles some SEO elements differently by default, but you can fix this! Here’s a step-by-step guide:
Replace it with something like:
<title>{{ collection.metafields.seo.title | default: collection.title }}</title>
It's probably pulling filter names or dynamic content. Update it to:
<meta name="description" content="{{ collection.metafields.seo.description | default: collection.description }}">
This should solve the issue! Let me know if you need help with any specific step—I’m happy to walk you through it. 😊
Hi @Antonina1
To fix the SEO issue with the Dawn theme collection pages:
1-Update Collection Page Metadata:
2-Edit Dawn Theme Code:
<title>{{ collection.meta_title | default: collection.title }}</title>
<meta name="description" content="{{ collection.meta_description | default: collection.description }}">
3-Exclude Filter Headers:
<meta name="robots" content="noindex, follow">
4-Use Search Console:
5-Test SEO Changes:
By following these steps, you can resolve the issue and ensure optimized metadata is indexed by Google.
If you have further questions, I am willing to answer.
Regards,
Daisy
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025