Pipeline theme trying to change h2 to h1 on some pages

I didn’t design the store but I am helping out to optimize it. I am having a hard time finding where and what code I should be adding to change a sections h2 designation to h1 using the pipeline theme. Most pages have h1 designation on on the product pages but on some of the about us and similar pages they are missing a h1 for SEO optimization. These pages are using a banner section at the top of the page with text overlaying and image. I have the page title where the banner section asks for a headline but then when I view source it is showing it as h2 and there is no h1 on the page. Any help or suggestions would be appreciated.

Here is the section when viewing source

I tried changing this to h1 class in the section-hero.liquid and it didn’t change anything.

1 Like

@PJ_1

yes, its possible but make sure per page H1 used only one if you have used section so if multiped time so there are issue ON SEO

Thanks @KetanKumar ,

Yes I am aware to make sure there is only one h1 used. My issue is I cannot figure out how to get what is showing up as h2 to show up as h1. Right now those pages do not have an h1 at all so I am trying to get the copy from the “headline” box on the banner section (that is only used once on those pages) to be changed to h1.