You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try my page with a SEO optimizer it complains about "H1 Header Tag Usage"
Your page has more than one H1 Tag. It is generally recommended to only use one H1 Tag on a page.
The H1 Header Tag is an important way of signaling to search engines what your content is about, and subsequently the keywords it should rank for.
I use bigimg on my landing page and when i look at the generated html code i see that there is 2 div classes in the code.
Yes I mean the Beautiful Hugo Template source files, because no matter if you are using git submodules or hugo modules it should be using the files on github. I assume there might be a logic error in the files where bigimgs are being created.
When i try my page with a SEO optimizer it complains about "H1 Header Tag Usage"
I use bigimg on my landing page and when i look at the generated html code i see that there is 2 div classes in the code.
<div class="intro-header big-img" xxx>
<div class="intro-header no-img">
Which contains my h1 header tag twice.
My guess is that the
<div class="intro-header no-img">
should only be rendered when NOT using bigimg?Is there a way to change this, or is this by design?
The text was updated successfully, but these errors were encountered: