Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLandmark StructureAction3 landmarksREVIEW
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
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
C404 Error PageActionHTTP 404, custom pageREVIEW
A+Heading Hierarchy6 headingsPASS
- H1 Sell your domainswith confidence
- H2 Search through our database of 500,000+ domains now.
- H2 Features for buyers and sellers
- H2 Sell your domain in three easy steps
- H2 What can you expect from us?
- H2 Sign up for our newsletter and stay up to date.
A+Alt Text QualityAll 16 images OKPASS
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| search | text | (Enter domain name) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="search">
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
A+Link & Button Quality42 links, 5 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 |
|---|---|---|---|---|---|
| h2 Search through our d… | 16.98:1 | 3.0:1 | #000000 | #E7E7E7 | Pass |
| h2 Features for buyers … | 16.98:1 | 3.0:1 | #000000 | #E7E7E7 | Pass |
| h2 Sell your domain in … | 16.98:1 | 3.0:1 | #000000 | #E7E7E7 | Pass |
| h2 What can you expect … | 16.98:1 | 3.0:1 | #000000 | #E7E7E7 | Pass |
| h2 Sign up for our news… | 16.98:1 | 3.0:1 | #000000 | #E7E7E7 | Pass |
| title Nameshift: Buy & sel… | 17.55:1 | 4.5:1 | #000000 | #EAEAF2 | Pass |
| span Nameshift.com | 15.84:1 | 4.5:1 | #000000 | #DFDFE6 | Pass |
| a Home | 14.38:1 | 4.5:1 | #000000 | #D5D5DC | Pass |
| a For sellers | 13.96:1 | 4.5:1 | #000000 | #D2D2D9 | Pass |
| a For buyers | 13.96:1 | 4.5:1 | #000000 | #D2D2D9 | Pass |
| a Domain Database | 13.96:1 | 4.5:1 | #000000 | #D2D2D9 | Pass |
| a Auctions | 13.96:1 | 4.5:1 | #000000 | #D2D2D9 | Pass |
| strong Deutschland | 13.96:1 | 3.0:1 | #000000 | #D2D2D9 | Pass |
| em Deutsch (deu) | 13.96:1 | 4.5:1 | #000000 | #D2D2D9 | Pass |
| strong España | 13.96:1 | 3.0:1 | #000000 | #D2D2D9 | Pass |
| em Español (esp) | 13.96:1 | 4.5:1 | #000000 | #D2D2D9 | Pass |
| strong France | 13.96:1 | 3.0:1 | #000000 | #D2D2D9 | Pass |
| em Français (fra) | 13.96:1 | 4.5:1 | #000000 | #D2D2D9 | Pass |
| strong Italia | 13.96:1 | 3.0:1 | #000000 | #D2D2D9 | Pass |
| em Italiano (ita) | 13.96:1 | 4.5:1 | #000000 | #D2D2D9 | 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 100/100 — 0 failing, 28 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.