Quick answer
Add one clear visible heading that describes the page’s main subject when the page is a standalone content or product page. A missing H1 is a structural review signal, not proof that a page cannot rank or that adding any arbitrary text will help.
What the issue means
The H1 element usually identifies the primary topic visible to the reader. It should describe the page rather than repeat navigation, a brand slogan, or a hidden keyword list.
Why it matters for SEO
A useful heading helps readers understand where they are and gives machines another piece of document structure. It is one signal among page content, title, links, and other evidence; it is not a guaranteed ranking control.
How NOTABIS detects it
The missing-h1 rule counts H1 elements in the measured HTML document. Depending on the crawler path, client-rendered content may be absent from initial HTML, so compare raw and rendered evidence when available.
How to check it yourself
Open the page and inspect the visible main heading. Also use View Source and browser developer tools to determine whether the H1 exists in the response or is inserted after JavaScript runs.
How to fix it
Add a visible H1 inside the main content region and make it specific to the page. Preserve sensible heading order below it. For React or other client-rendered sites, prefer server-rendered or prerendered SEO-critical markup when initial HTML matters.
When it may be intentional
A login endpoint, redirect response, API response, or utility document may not need a content H1. Do not add a fake heading solely to silence a finding.
Related issues
Review multiple H1s, skipped heading levels, empty headings, title tags, and rendered DOM evidence.
Run a NOTABIS audit
An audit shows which crawled pages lack a measured H1 and where the finding came from.