Total novice trying to set H1 tags through my site for SEO purposes. I managed to change the logo to no longer be an H1 but it appears that none of my pages have H1 not even my product pages? could be wrong. Would like to be able to set H1/ H2 tags to most pages easily. Any help much appreciated have tried watching a few videos posted her but none seem to address change tags on multiple pages only the home page?
Hey @MEDANZ you won’t be able to change h1 across all pages from one setting. You’ll need to do that per template or page.
Anyways you can change the heading tags in the code.
Thank you for the reply, say if I want to change it across all default pages that are assigned where in the code would I do that?
Are you using dawn theme? If yes you can change it in “main-page.liquid”
Hello @MEDANZ ,
Here’s how you can add H1 and H2 tags on various pages in your Shopify store:
- Home page:
- Go to Online Store → Themes → Customize
- Go to the sections that represent the content sections of your home page (e.g., Hero section, Featured Products, etc.).
- Find a text field where you can enter the content and format the main heading as H1 and any subheadings as H2 using the editor’s formatting options.
- Product pages
- Go to Online Store → Themes → Customize
- Go to the product page settings or product template.
- Verify that the product title is set as the H1 tag. If not, you may need to modify the code to ensure the product title is wrapped in an H1 tag.
3, Other pages:
- Use the theme editor to find the text fields where you can enter content and format the main heading as H1 and subheadings as H2. If your theme does not provide an easy way to set H1 and H2 tags through the theme editor, you may need to edit the theme’s code directly.
Hope these can help.
Transcy
Hi @Transcy
This is my website: https://ninescapeland.com/
Recently, I am also looking for a solution how to change H2 title to be H1 title, as you said, if I want to change my home page, I can main heading as H1 and any subheadings as H2 using the editor’s formatting options. Can you give me some advice of what the H1 code looks like?
Looking forward to your reply.
Annicia Jin
NinescapeLand
If you want the levels for the default titles then you’d have to do it through code. Where you update your settings and add the heading levels you want so you can update them in the customizer.
Unless you’re talking about using the richtext formatting tools.