Home page title H1 only all other pages H2

Hello, I recently added H1 title on my Shopify store using the custom liquid option in the theme editor. I am using Dawn 15.0. The issue is this is conflicting either my collection and product pages H1 titles. After scanning with an SEO auditor, it’s showing I have duplicate H1 tags for every URL. The reason for this is like I said, the H1 title on my home page is also an H1 title on every collection and product page. How do I edit this so its only an H1 on home page but H2 on all other pages or just remove the title from all other pages expect the home page?

1 Like

Hi @Bruce_Nolan1

You can use the following code as an example.

{% if template.name == "index" %}
# Your code here 
{% else %}
## Your code here 
{% endif %}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Thank you so much, how do I edit my logo to remove the H1 tags on it and what do I put instead of H1?

or H2?