I would like to remove the H1 tag that is wrapped around the logo in Impulse so that I can assign the H1 tag to rich text with keywords for SEO purposes. Does anyone know how to do this in IMPULSE theme, please? (I know how to assign the H1 logo to the rich text, it’s just removing the H1 from the logo).
Topic summary
Goal: Remove the H1 tag wrapping the logo in the Impulse theme so the H1 can be used for keyword-rich text (SEO). H1 is the main page heading that search engines prioritize.
Proposed approaches:
- General: Edit the theme’s header code and replace the logo’s
wrapper with a non-heading element (e.g.,
). - Specific steps provided:
- Online Store > Edit code.
- Open header-logo-block.liquid.
- Replace the H1 markup around the logo with a non-heading element in two places (as shown in the attached before/after images).
Notes:
- The attached images are central; they show the exact code lines to change and their replacements.
Outcome:
- The original poster confirmed the solution worked and expressed thanks.
Status: Resolved. No further issues or disagreements raised.
@JessicaGibson Hope you are doing well.
to remove the h1 from the logo you need to update the header file of your theme. look for the logo code in your header file and remove the h1 tag or replace that h1 tag with div or something other element.
Hi @JessicaGibson ,
You can remove H1 tag from the logo by following these steps:
-
Go to your online store => Edit code
-
Find the file name header-logo-block.liquid
-
Change the code:
to this:
Change this code:
to this:
Hope this will help
This is great! Thanks so much for your help!
No problem! I’m so glad you did
![]()
