All things Shopify and commerce
Hi
can someone help and advise me how to change the collections page, meta title, description and H1 tag
im on the empire theme
my website is www.infraredheatingsupplies.com
right now it is automatically set to be the same as the homepage
There isn't a way to change these in the store backend, but with a little code you can insert your own title and description.
In theme.liquid locate the <title> tag and insert the following code above it, changing the TITLE and DESCRIPTION text to something suitable.
{% if canonical_url == 'https://infraredheatingsupplies.com/collections' %}
<title>TITLE</title>
<meta name="description" content="DESCRIPTION">
{% endif %}
<title>
{{ page_title }}
...
Hope this helps
Simon
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024