A Page With No H1 Is a Page With No Title
Published on June 08, 2026
An H1 is the one heading that tells everyone, a reader, Google, or an AI engine, what the page is about. When it's missing, the page still looks fine to you, because you can see the big text at the top. The machine reading the page can't. It sees a hero styled to look like a title but tagged as something else, so it has no top-level label to hang the page on.
If this action item showed up in your audit, the agent found a page where the most prominent text is an H2 (or a div, or a styled paragraph) instead of a real H1. Here's what that means and whether it's worth fixing.
Why a missing H1 hurts AI traffic
Getting cited by ChatGPT, Perplexity, or Google's AI Mode is a retrieval game. These systems break a question into parts, pull the chunks that answer them, and stitch a response together. To decide whether your page is even relevant, they lean on structure. The heading hierarchy tells them what the page covers and how it's organized, and the H1 is a key structural signal in that hierarchy. No H1 means no clear answer to "what is this page for."
Google lists the first visible H1 as one of several signals it uses to generate the title link, alongside the title tag, the main visual title, og:title, and other prominent text. When the H1 is missing, Google falls back to those other sources. Sometimes it guesses right. Often it grabs a navigation label, a tagline, or the wrong heading, and now your page is filed under the wrong topic.
There's an accessibility angle too, and it matters more than it used to. AI agents increasingly read the page's accessibility tree, the browser's own semantic map of roles and names. A hero that's visually huge but tagged as a plain element shows up in that tree with the wrong weight, or no weight. Screen readers hit the same wall: people who navigate by headings land on a page with no top-level entry point. The visual design hides the problem from you. The structure exposes it to every machine that reads the page.
What approving this fix does
Approving this action item tells the agent to promote the page's main hero text to a real H1, one per page, and demote the existing headings so the hierarchy is clean: H1 for the title, H2 for sections, H3 under those. No skipped levels, no two competing top-level headings.
The visual design doesn't change. This is a tag swap, not a redesign. The text that already looks like the title becomes the title in the markup too.
When to approve, and when to skip
Approve this when:
- The page is one you want found and cited: a money page, a service page, a post, anything with a clear subject.
- The hero text is genuinely the title and just tagged wrong. This is the common case and a near-zero-risk fix.
Think twice when:
- The page is a special template (a full-screen landing page, an app screen, a gallery) where the "title" is really branding, not a topic. Forcing an H1 onto a page with no real subject doesn't help.
- The fix would create two H1s. If the page already hides an H1 somewhere (some themes inject one you can't see), promoting the hero gives you two competing titles. The agent handles this, but the goal is one H1, not more headings.
Honestly, this is one of the cheaper fixes in your audit. Low effort, low risk, and the downside of leaving it is that AI engines and Google keep guessing your topic. For most content pages, approve it.
How the fix gets applied
Once you approve, the agent edits the page so the main heading is a single H1, fixes the heading order beneath it, and publishes through your site's connection. The rendered page looks the same to a visitor. What changes is the markup and the accessibility tree, which is what the machines actually read.
Frequently asked questions
Is a missing H1 really a problem if the page looks fine? Yes. "Looks fine" is a human judgment based on visual size. Search engines and AI agents read the tag, not the font. A 48px hero tagged as an H2 is, to them, a subheading with no parent.
Does Google require exactly one H1? No. Google tolerates multiple H1s and won't penalize you for them. John Mueller has called header elements a "really strong signal" for understanding a page's topics. Multiple H1s are technically allowed, but Search Engine Journal and every major SEO tool treat one H1 per page as best practice. One clear H1 is the safe choice.
Will adding an H1 make me rank or get cited? It's a precondition, not a magic button. The H1 helps machines identify your topic correctly. Whether you then rank or get cited depends on the content, freshness, and authority. But a page they can't categorize rarely wins either way.
Is this an SEO fix or an accessibility fix? Both. The same broken structure that confuses Google confuses screen readers and AI agents reading the accessibility tree. Fixing the H1 cleans up all three at once.