SEO, AdWords, affiliates, advertising, and promotions
Hi,
I'm trying to locate/edit the default H1 tag in the Brooklyn theme. When I do site diagnostics, I have 2 entries for H1, the first is blank and the second is the one I added as custom HTML. I am trying to remove or properly edit the first entry. I added Headline and subhead to the slider image but this does not effect the missing H1.
Any ideas
One of the H1 tags is on your logo. Look at theme.liquid and remove the h1 from the logo. You can try changing the h1 to div like I have below in red.
<div class="site-header__logo large--left" itemscope="" itemtype="http://schema.org/Organization">
<a href="/" itemprop="url" class="site-header__logo-link logo--has-inverted">
<img src="//cdn.shopify.com/s/files/1/1842/2791/files/Ceres-Logo-Light_225x.png?v=1563290024" srcset="//cdn.shopify.com/s/files/1/1842/2791/files/Ceres-Logo-Light_225x.png?v=1563290024 1x, //cdn.shopify.com/s/files/1/1842/2791/files/Ceres-Logo-Light_225x@2x.png?v=1563290024 2x" alt="Ceres Natural Remedies" itemprop="logo">
</a>
<a href="/" itemprop="url" class="logo--inverted">
<img src="//cdn.shopify.com/s/files/1/1842/2791/files/ceres-logo-web_225x.png?v=1559586514" srcset="//cdn.shopify.com/s/files/1/1842/2791/files/ceres-logo-web_225x.png?v=1559586514 1x, //cdn.shopify.com/s/files/1/1842/2791/files/ceres-logo-web_225x@2x.png?v=1559586514 2x" alt="Ceres Natural Remedies" itemprop="logo">
</a>
</div>
Thanks Steve!
I actually found the item in header.liquid and edited it there.
Find
<h1 class="header__logo">{{ header_logo }}</h1>
replace with (h2 or h3: I prefer h3 for logo)
Paste the following
<h3 class="header__logo">{{ header_logo }}</h3>
<h1>YOUR TAG TEXT</h1>
Before you paste, remember to replace YOUR TAG TEXT with your choice of text.
User | RANK |
---|---|
12 | |
5 | |
4 | |
4 | |
3 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023