How can I add an H1 heading to my online store's theme code?

Hello everyone! I would like to improve my SEO score which is not bad, but it’s never hurts to improve it a little. I did run a SEO analysis on store so I know my SEO score or what to improve. The only thing I can’t seem to find is my H1 heading. No, not the one in the Shopify preferences. The one in the theme code. So I would like to give a H1 heading to my store but I don’t know how to code at all. If somebody could send me a code snippet I can use and tell me where to insert it would be awesome!

here h1 tag for all page title I show you code shopify debut theme

here is an example of a p tag with a title


{{ page.title }}

you can find an HTML tag and replace with h1 tag male sure you replace correct way tag


  

    

      

        # {{ page.title }}
      

      
        {{ page.content }}
      

    

  

if you are not tech then you have to hire a developer

  • if the code tag not written properly then your website not function properly

  • website looks change you replace the tag maybe but it depends on your theme.

1 Like

Thank you:)

1 Like

@ShoppersQlik I hope you found the solution make my answer as solution and close the topics

1 Like