Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We have SEO Yoast installed and the collections/all pages have been picked up as SEO Yoast thinks it's a standard collections page. Which is fine as a fallback but ideally, we would want to individually change the title and description. So normally how would you do this in Shopify?
For example https://domain.com.au/collections/all/radiant-cut
All pages should have an option for meta data.
have you checked the collection page?
Yes, but it's a products archive page denoted by the /all/ in the URL. Take out the all, and yes I can find those easily. I believe the ALL is something shopify does by default to create more options for users but creates SEO headaches.
/collections/all/oval-cut - I thought I could find this tagging somewhere but I cannot.
So I want to put an if conditional to look for “/collections/all/round-cut” for example and if it doesn’t match PAGE.URL, load the default <title> (see below).
If {% page.url = “/collections/all/round-cut” % }
<title>NEW TITLE</title>
{% endif %}
If {% page.url = “/collections/all/halo-cut” % }
<title>NEW TITLE</title>
{% endif %}
// load default if two or more above don’t match current page URL
<title>{% if current_tags %}{{ current_tags | join: ', ' }} {% endif %}{{ seo_title }}</title>
Hi,
Did you find a work around for this?
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025