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. 😊
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024