Accessibility
· 24 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.
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
CLandmark StructureAction2 landmarksREVIEW
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
BForm Accessibility5 of 5 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| q | text | (Search with DuckDuckGo) | placeholder only |
| q | text | (Search with Google) | placeholder only |
| search | text | (Search Wikipedia) | placeholder only |
| p | text | (Search with Yahoo) | placeholder only |
| search_query | text | (Search YouTube) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="q">; <input type="text" name="q">; <input type="text" name="search">; <input type="text" name="p">; <input type="text" name="search_query">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
BForm Input Types5 input(s) using type=text where a specific type would helpREVIEW
BTabindex Anti-Patterns0 positive, 5 -1-on-focusableREVIEW
BFavicon & Branding4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 16 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 The-Spider.com | 3.54:1 | 3.0:1 | #000000 | #865A3C | Pass |
| title A homepage for spide… | 2.13:1 | 4.5:1 | #000000 | #474245 | Fail |
| p A homepage for spide… | 4.95:1 | 4.5:1 | #000000 | #AC6C35 | Pass |
| a Entertainment | 5.87:1 | 4.5:1 | #000000 | #C97124 | Pass |
| a Gaming | 5.63:1 | 4.5:1 | #000000 | #D0670C | Pass |
| a Epic Games | 1.38:1 | 4.5:1 | #000000 | #4A1205 | Fail |
| a G2A | 1.06:1 | 4.5:1 | #000000 | #200001 | Fail |
| a GOG | 1.73:1 | 4.5:1 | #000000 | #343638 | Fail |
| a Green Man Gaming | 1.46:1 | 4.5:1 | #000000 | #292A2B | Fail |
| a Humble Bundle | 1.32:1 | 4.5:1 | #000000 | #222222 | Fail |
| a Origin | 1.32:1 | 4.5:1 | #000000 | #222222 | Fail |
| a Steam | 1.32:1 | 4.5:1 | #000000 | #222222 | Fail |
| a Steam DB | 1.32:1 | 4.5:1 | #000000 | #222222 | Fail |
| a U-Play | 1.32:1 | 4.5:1 | #000000 | #222222 | Fail |
| a Social Media | 1.32:1 | 4.5:1 | #000000 | #222222 | Fail |
| a Facebook | 1.32:1 | 4.5:1 | #000000 | #222222 | Fail |
| a Instagram | 1.32:1 | 4.5:1 | #000000 | #222222 | Fail |
| a Pinterest | 1.32:1 | 4.5:1 | #000000 | #222222 | Fail |
| a Tumblr | 1.32:1 | 4.5:1 | #000000 | #222222 | Fail |
| a Twitter | 1.32:1 | 4.5:1 | #000000 | #222222 | Fail |
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.
BLighthouse Accessibility AuditsScore 88/100 — 4 failing, 21 passedREVIEW
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > nav.navbar > div.container-fluid > button.navbar-toggler body > nav.navbar > div.container-fluid > button.navbar-toggler |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Google div.row > ul.nav > li.nav-item > button#pills-google-tab |
Go! div#pills-google > form > div.input-group > button.btn |
These are opportunities to improve the legibility of your content.
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 |
|---|
'We just hit somebody' - Frontier Airlines plane kills runway trespasser at Den… div.carousel-inner > div.carousel-item > div.carousel-caption > h5 |
These are opportunities to improve keyboard navigation in your application.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
AHeading Hierarchy20 headings, 1 skip(s)PASS
- H1 The-Spider.com
- H5 'We just hit somebody' - Frontier Airlines plane kills runway trespasser at Denver airport skipped
- H5 Why Canada is seeing its biggest military recruitment surge in 30 years
- H5 Hovering objects and flashing lights: what we learned from UFO documents released by the Pentagon
- H5 Iran accuses US of 'reckless military adventure'
- H5 US jobs data beats expectations for second month in a row
- H5 Missing hiker killed in possible bear attack in Montana
- H5 Watch: Declassified footage shows 'unidentified anomalous phenomena'
- H5 International cyber attack disrupts swathe of universities and schools
- H5 'I'd rather live in hiding in the US than return to Somalia'
- H5 US to revoke passports of parents with child support debt
- H5 Video of man throwing rock at seal in Hawaii sparks anger
- H5 US driver arrested after chasing down child on bike on footpath
- H5 Moment former FedEx driver sentenced to death for killing Athena Strand
- H5 Watch: Hundreds of beagles rescued from Wisconsin breeding facility being rehomed
- H5 Watch: Met Gala sees Beyoncé's return and a star-studded red carpet
- H5 The no-nonsense judge calling the shots in Musk v Altman trial
- H5 What to know about Louise Arbour, Canada's next governor general
- H5 How did Heidi Klum become a living Met Gala sculpture?
- H5 The most talked-about looks at this year's Met Gala
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+Heading Text QualityAll 20 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 22 images OKPASS
ALink & Button Quality1 issue(s) across 194 links and 14 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| <button> | (empty) | empty | Add button text or aria-label |
Icon-only buttons need an aria-label so screen readers can announce them.
button.navbar-toggler (#29 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2