Medium impactContent

Missing H1 Tag

Pages without an H1 lose a key topical signal. Here's why one H1 per page matters and how to add it correctly.

What it means

The page has no <h1> heading element. Common when designers use styled <div>s instead of semantic headings.

Why it matters

The H1 tells search engines and screen readers what the page is about. It's the strongest on-page topical signal after the title tag.

How to fix it

  1. Audit each flagged page for the visible main heading.
  2. Wrap that heading in <h1>...</h1> instead of <div> or <p>.
  3. Make sure the H1 includes the primary keyword.
  4. Use exactly one H1 per page; subsequent headings should be H2–H6.

Find this issue on your site automatically

FreeSEO scans for missing h1 tag and 140+ other issues, free, no signup.

Frequently asked questions

Can I have multiple H1s with HTML5?

Technically yes; for SEO, stick to one. Google's John Mueller has said multiple H1s are fine but one is clearer.