Double H1 In The Template - Question | JoomShaper

Double H1 In The Template

A

ach

Template 1 month ago

I am using the macro template and noticed that the site logo is inside an H1 tag. Why? That’s not right; it interferes with the site's H1 SEO.

Where can I fix this?

0
4 Answers
A
ach
Accepted Answer
1 month ago #226724

There was an update on June 17, 2026, but apparently the error persists.

This is an error that shouldn't exist on a premium product.

Thanks anyway for the fix.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #226634

Hi,

indeed in some older templates this could be used, sorry :/

The only way to fix it is by template source code edition.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #226635

In template folder find file /features/logo.php

Edit lines: 56, 66, 68, 76 - change from <h1> to <div> and </div> save changes!

then use extra Custom CSS in Template Settings

#sp-header .logo div {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #226733

I agree, I shared that topic with our developer. Sorry, and thanks for understanding.

0