Collections page meta title and description and h1 tags

Collections page meta title and description and h1 tags

ihs1
Explorer
105 1 11

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

Reply 1 (1)

BlackCro
Shopify Partner
66 14 9

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 

BlackCro.co.uk

CRO & Development Agency