Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
C404 Error PageActionHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 2 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 High Performance Ser… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 to Power your Infras… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 internet for every i… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Flexible, simple, sc… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Deploy, scale, autom… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Redundant cloud infr… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Scalable storage | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 OpenClaw on VPS: a p… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Exit: limitations. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Enter: growth. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Own your idea | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Supported by our inf… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Notice | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 %%domain%% | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 %%priceDataFormatted… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Video | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title TransIP | Cloud, Vir… | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| span Skip to content | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| span TransIP | 1.19:1 | 4.5:1 | #000000 | #021C23 | Fail |
| div VPS | 1.02:1 | 4.5:1 | #000000 | #02020D | 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.
A+Landmark Structure7 landmarksPASS
AHeading Hierarchy14 headings, 1 skip(s)PASS
- H1 High Performance Servers to Power your Infrastructure
- H3 %%domain%%%%tld%% skipped
- H3 %%priceDataFormatted.firstPeriodCosts%%*/ /yr
- H2 internet for every idea.
- H2 Flexible, simple, scalable
- H2 Deploy, scale, automate
- H2 Redundant cloud infra
- H2 Scalable storage
- H2 OpenClaw on VPS: a powerful AI assistant
- H3 Video
- H2 Exit: limitations.Enter: growth.
- H2 Own your idea
- H2 Supported by our infrastructure
- H2 Notice
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+Alt Text QualityAll 5 images OKPASS
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| search | search | Domain name | aria-label |
| search-bulk | textarea | Enter multiple domain names at once | aria-label |
ALink & Button Quality121 links, 18 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.facebook.com/transipnl | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/transip | new tab | Add '(opens in new tab)' to text | |
| https://youtube.com/channel/UC-pq8pz6AME… | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.iubenda.com/privacy-policy/4… | cookie policy | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.facebook.com/transipnl; https://twitter.com/transip; https://youtube.com/channel/UC-pq8pz6AMEwpt1ivOVvnPQ; https://www.iubenda.com/privacy-policy/49412707/cookie-policy?an=no&s_ck=fals…
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
A+Lighthouse Accessibility AuditsScore 96/100 — 1 failing, 26 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.
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 |
|---|
Accept div.iubenda-cs-rationale > div.iubenda-cs-opt-group > div.iubenda-cs-opt-group-consent > button.iubenda-cs-accept-btn |
These are opportunities to improve the legibility of your content.