2.2 Heading structureHighVerified
Missing <h1>
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.
What it is
No top-level heading.
Why it matters
Headings convey structure that helps Google and users parse the page.
How to fix it
Add a clear, descriptive h1.
How to 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.
Cross-reference to ranking and citation factors
The h1 reinforces the page topic alongside the title. A missing one is a small but easy relevance loss.
Impact
Medium. Direct.
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