Page is missing an H1 heading
Verdict and Severity
User Impact
Screen reader users navigating by headings cannot identify the main page content.
Evidence
- Expected Behavior
- Every page should have exactly one <h1>.
- Actual Behavior
- No <h1> heading found.
Why It Matters
No <h1> element found. Screen reader users cannot identify the page topic.
Recommendation
Add an <h1> element describing the page topic.
Validation Steps
- Use NVDA headings list — H1 should appear
Standards Mapping
Confidence and Caveats
Deterministic check: no H1 element in DOM.