Hi
I would like to know where to find the H1 and H2 headers in my “Production Dawn” theme. Any help is greatly appreciated.
Adam
Goal: Locate H1 and H2 (HTML heading) tags in a Shopify “Dawn” theme to improve SEO (search engine optimization).
What was tried:
Issue encountered:
Current guidance/action items:
Status: No definitive file/tag provided for the requester’s customized theme; discussion remains open, with a recommended method to locate headings. Screenshots support the method.
Hi
I would like to know where to find the H1 and H2 headers in my “Production Dawn” theme. Any help is greatly appreciated.
Adam
Be good to know what you’re actually trying to achieve. Possible there’s a better/easier way.
But here’s how I found it:
Then used a shopify theme chrome extension:
Searched theme files for “product__title”
Likely candidate file was sections/main-product.liquid
Found by CTRL-F for that CSS class ID’d earlier “product__title” but could have also tried just CTRL-F for “<h1” or something.
Random edit to test it’s the right location - added “blah”
Saved. Refreshed live page. Blah appears.
You can use a similar process to find the HTML elements for other templates like page/blog/collection and for H2’s etc.
Hi
I am improving the SEO of my pages.
Thanks for the help
Regards
Adam
Not finding it anywhere. Any suggestions?
I gave a few pretty detailed steps, which one is not working?
I’ve looked at the same code that you indicate in your screenshots in. There is no such tag. The theme I’m using is a Shopify free theme. called production Dawn
Yeah I used a fresh test Dawn theme to get the example in the screenshots.
I suspect that the “production” part of the theme name is from someone who previously edited it and deployed it to production. So based of that assumption, it seems likely the current Dawn theme is diff to the older version customized version you are using.
If you follow my first step (inspect element) that will give you a clue as to what text to search for in the theme, to try and locate what you’re looking for. It’s really the process that’s important here, not the specific string being searched for.