The h1 is the page main heading, the clearest single statement of what the page is about. Most pages need exactly one, and a missing h1 leaves both users and machines without that anchor. No top-level heading. Headings convey structure that helps Google and users parse the page.
Why does missing <h1> matter for AI search?
Headings convey structure that helps Google and users parse the page.
How do you fix it?
Add a clear, descriptive h1.
How do you find it on your site?
- View source and check for an h1 element.
- Crawl the site and filter for pages missing an h1.
- Check whether the template renders the main heading as an h1, not a styled div.
- Add one clear, descriptive h1 per page.
Which ranking and citation factors does it touch?
The h1 reinforces the page topic alongside the title. A missing one is a small but easy relevance loss.
What is the impact?
Medium. Direct.
What is the evidence?
Clear heading structure aids understanding. Google Search Central, Optimizing your website for generative AI features on Google Search; Google Search Central, SEO Starter Guide
Sources
Frequently asked questions about missing <h1>
What does "Missing <h1>" mean?
No top-level heading.
How do you fix missing <h1>?
Add a clear, descriptive h1.