Need help changing all H2 headings to H1 tags across my Shopify store

I recently noticed that on all my pages (including homepage, and custom page), the main page titles are set as <h2> tags instead of <h1>. Because of this, my website doesn’t have any <h1> tag, which is affecting SEO.

I want to change this to <h1> so that the main heading of each page is properly marked for SEO.

Can anyone guide me on how to globally update this across all pages?
Do I need to edit each section file manually (like main-product.liquid, main-collection-banner.liquid, etc.), or is there a simpler way to apply it throughout the theme?

I’m using the Dawn theme.
Any help or code guidance would be greatly appreciated! :folded_hands:

website: https://www.varthagaminternational.com/

Thank you!

you will need to edit section codes, if you are not familiar with coding then please hire someone, but changing through coding is the best option.

To build shopify pages use pagefly

Hi @Sivadarshan

After my checking, you set up store logo as H1 tag and that is why your page title is H2. To resolve this, you need to access header related liquid file and make a search with <h1, then change it in pairs from <h1></h1> to <h2></h2>. Then check in customization page if the title can be directly modified from h2 to h1. If not, you have to access related liquid file and search out h1 to change into h2.

Since we need to access store backend liquid files and customization page and resolve this issue, you can also get help from SEOAnt and we can offer a free examination to change the title from h2 to h1 by clicking here if you still fail to handle it on your own. May your issue can be resolved earlier with our help in this community. Thank you!