Trying to allocate H1 and H2 tags through my site using Dawn theme.

Solved

Trying to allocate H1 and H2 tags through my site using Dawn theme.

MEDANZ
Tourist
3 0 1

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?

Accepted Solution (1)
lunaworks
Shopify Partner
452 44 48

This is an accepted solution.

Are you using dawn theme? If yes you can change it in "main-page.liquid"

If my solution fixed your issue, please mark my solution as solved.
In need of custom solutions? Please DM.

View solution in original post

Replies 6 (6)

lunaworks
Shopify Partner
452 44 48

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.

If my solution fixed your issue, please mark my solution as solved.
In need of custom solutions? Please DM.
MEDANZ
Tourist
3 0 1

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?

lunaworks
Shopify Partner
452 44 48

This is an accepted solution.

Are you using dawn theme? If yes you can change it in "main-page.liquid"

If my solution fixed your issue, please mark my solution as solved.
In need of custom solutions? Please DM.

Transcy
Shopify Partner
285 19 87

Hello @MEDANZ ,

 

Here's how you can add H1 and H2 tags on various pages in your Shopify store:

 

1. 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.

 

2. 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

 

 

Transcy - The #1 Translation and Currency Converter
- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Blog
NinescapeLand
Explorer
87 1 12

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

lunaworks
Shopify Partner
452 44 48

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. 

If my solution fixed your issue, please mark my solution as solved.
In need of custom solutions? Please DM.