Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
I ran an audit on my site via Semrush and received the error that two of my pages are showing duplicate meta descriptions. The two webpages are https://believeinthespectrum.shop/ and https://believeinthespectrum.shop/collections . I can change the meta description of each individual collections page, but see nowhere to update the overall collections page of my site. How can I fix this?
Thanks!
It comes by default from Shopify and it shows all of my collections at once. I would like to add a Meta title and description, since it has a negative influence on my SEO.
Could anyone help? (using Dawn theme).
try this in your collection.liquid file
{% if template == 'collection' %}
<meta name="description" content="Your custom meta description here">
{% endif %}