Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
FFavicon & BrandingAction1 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy4 headings, 1 skip(s)REVIEW
- H1 Hardened-PHP
- H2 PHP Security
- H1 Hardened PHP duplicate H1
- H3 Categories skipped
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
A+Landmark Structure9 landmarksPASS
A+Alt Text QualityNo imagesPASS
AForm Accessibility1 of 2 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #s | text | Search for: | for/id |
| #searchsubmit | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" id="searchsubmit">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
A+Link & Button Quality7 links, 2 buttons — all OKPASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Hardened PHP | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 PHP Security | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Categories | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Hardened PHP - Harde… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Hardened-PHP | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Menu | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Home | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p PHP is far and away … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p All of the most popu… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p It’s popularity, i… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p PHP can be hardened … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| strong Locate the PHP Confi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| p The very first step … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Depending on the hos… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| strong Editing the File on … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| p Individuals looking … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a The Blog Starter | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p for hosting options)… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p You’ll have to con… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
A+Lighthouse Accessibility AuditsScore 98/100 — 1 failing, 18 passedPASS
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
CATEGORIES div#main > div#secondary > aside#categories-2 > h3.widget-title |
These are opportunities to improve keyboard navigation in your application.