Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction10 issue(s) across 171 links and 7 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| tel:310208202111 | +31 (0) 20 82 02 111 | img no alt | Add alt attribute to the image |
| mailto:info@dovendi.com | info@dovendi.com | img no alt | Add alt attribute to the image |
| /en/tips/10-tips-for-a-good-domain-name | What makes a good domain name … | img no alt | Add alt attribute to the image |
| /en/knowledge-base/frequently-asked-ques… | How do you acquire domain name… | img no alt | Add alt attribute to the image |
| /en/knowledge-base/frequently-asked-ques… | What do I pay for a domain nam… | img no alt | Add alt attribute to the image |
| /en/knowledge-base/frequently-asked-ques… | I have lost my domain name … | img no alt | Add alt attribute to the image |
| /en/domain-management | Management | img no alt | Add alt attribute to the image |
| /en/domain-auction | Auction | img no alt | Add alt attribute to the image |
| /en/domain-valuation | Valuation | img no alt | Add alt attribute to the image |
| /en/domain-advice | Advice | img no alt | Add alt attribute to the image |
| /en/domain-mediation | Mediation | img no alt | Add alt attribute to the image |
| /en/domain-purchase | Purchase | img no alt | Add alt attribute to the image |
| /en/partners/xns | (empty) | empty | Add link text or aria-label |
| /en/partners/sidn | (empty) | empty | Add link text or aria-label |
| /en/partners/bodis | (empty) | empty | Add link text or aria-label |
| /en/partners/xns | (empty) | empty | Add link text or aria-label |
| /en/partners/sidn | (empty) | empty | Add link text or aria-label |
| /en/partners/bodis | (empty) | empty | Add link text or aria-label |
| https://www.feedbackcompany.com/nl-nl/ke… | Keurmerk Feedback Company | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/en/partners/xns; /en/partners/sidn; /en/partners/bodis; /en/partners/xns; /en/partners/sidn; /en/partners/bodis
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="tel:310208202111"]; a[href="mailto:info@dovendi.com"]; a[href="/en/tips/10-tips-for-a-good-domain-name"]; a[href="/en/knowledge-base/frequently-asked-questions/about-previously-used-domain-na…"]; a[href="/en/knowledge-base/frequently-asked-questions/common-information/what-do-i-pa…"]; a[href="/en/knowledge-base/frequently-asked-questions/common-information/i-have-lost-…"]; a[href="/en/domain-management"]; a[href="/en/domain-auction"]; a[href="/en/domain-valuation"]; a[href="/en/domain-advice"] (+2 more)
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.feedbackcompany.com/nl-nl/keurmerk-voor-consumenten/
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
Icon-only buttons need an aria-label so screen readers can announce them.
button#search-popout--submit; button.absolute (#323 on page); button.absolute (#480 on page); button.absolute (#537 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
FFavicon & BrandingAction2 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
DLighthouse Accessibility AuditsActionScore 67/100 — 5 failing, 11 passedFIX
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 |
|---|
div.container > div.w-full > form#domain_form > button.absolute div.container > div.w-full > form#domain_form > button.absolute |
div.container > div.w-full > form#search_form > button.absolute div.container > div.w-full > form#search_form > button.absolute |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.w-full > div.shadow-lg > div.bg-orange > img.w-3 div.w-full > div.shadow-lg > div.bg-orange > img.w-3 |
div.w-full > div.shadow-lg > div.bg-orange > img.w-3 div.w-full > div.shadow-lg > div.bg-orange > img.w-3 |
div.w-full > div.shadow-lg > div.bg-orange > img.w-3 div.w-full > div.shadow-lg > div.bg-orange > img.w-3 |
div.w-full > div.shadow-lg > div.bg-orange > img.w-3 div.w-full > div.shadow-lg > div.bg-orange > img.w-3 |
div.w-full > div.shadow-lg > div.bg-orange > img.w-3 div.w-full > div.shadow-lg > div.bg-orange > img.w-3 |
div.w-full > div.shadow-lg > div.bg-orange > img.w-3 div.w-full > div.shadow-lg > div.bg-orange > img.w-3 |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.w-full > div.text-logo-slider > div.swiper-wrapper > a.swiper-slide div.w-full > div.text-logo-slider > div.swiper-wrapper > a.swiper-slide |
div.w-full > div.text-logo-slider > div.swiper-wrapper > a.swiper-slide div.w-full > div.text-logo-slider > div.swiper-wrapper > a.swiper-slide |
div.w-full > div.text-logo-slider > div.swiper-wrapper > a.swiper-slide div.w-full > div.text-logo-slider > div.swiper-wrapper > a.swiper-slide |
div.w-full > div.text-logo-slider > div.swiper-wrapper > a.swiper-slide div.w-full > div.text-logo-slider > div.swiper-wrapper > a.swiper-slide |
div.w-full > div.text-logo-slider > div.swiper-wrapper > a.swiper-slide div.w-full > div.text-logo-slider > div.swiper-wrapper > a.swiper-slide |
div.w-full > div.text-logo-slider > div.swiper-wrapper > a.swiper-slide div.w-full > div.text-logo-slider > div.swiper-wrapper > a.swiper-slide |
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 |
|---|
Get to know us too! section.py-10 > div.container > div.w-full > a.inline-flex |
Useful tips section.relative > div.container > a.p-4 > div.inline-flex |
Our explanation section.relative > div.container > a.p-4 > div.inline-flex |
Value of a name section.relative > div.container > a.p-4 > div.inline-flex |
Find a cause section.relative > div.container > a.p-4 > div.inline-flex |
All services section.text-usps > div.container > div.w-full > a.inline-flex |
How it works section.py-12 > div.container > div.w-full > a.inline-flex |
Partners overview section.py-10 > div.container > div.w-full > a.inline-flex |
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 |
|---|
What makes a good domain name section.relative > div.container > a.p-4 > h3.text-[14px] |
These are opportunities to improve keyboard navigation in your application.
CAlt Text QualityAction6 of 39 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 6 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
CForm AccessibilityAction5 of 5 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #search-popout--input | search | (Search on dovendi.com) | placeholder only |
| #search-popout--input | search | (Search on dovendi.com) | placeholder only |
| #domain_search | search | (Find your domain name) | placeholder only |
| #search | search | (Your search starts here) | placeholder only |
| #g-recaptcha-response-100000 | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea name="g-recaptcha-response" id="g-recaptcha-response-100000">
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
Placeholder text disappears on focus and is not a reliable label.
<input type="search" name="search" id="search-popout--input">; <input type="search" name="search" id="search-popout--input">; <input type="search" name="domain_search" id="domain_search">; <input type="search" name="search" id="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
B404 Error PageHTTP 404, custom pageREVIEW
ALandmark Structure4 landmarksPASS
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
AHeading Hierarchy19 headings, 1 skip(s)PASS
- H2 The platform for domain names
- H1 Your all-in-one portal for domain names
- H3 What makes a good domain name skipped
- H3 How do you acquire domain names
- H3 What do I pay for a domain name
- H3 I have lost my domain name
- H2 Use our international expertise in domain names
- H2 I am looking for a good domain name
- H2 Good domain names can be very valuable.
- H2 We are missing crucial donations!
- H2 I am looking for a good domain name
- H2 A domain name is up for sale. What exactly does that mean?
- H3 First registration
- H3 Second registration
- H3 Exploitation
- H3 Aftermarket
- H3 Termination
- H3 Quarantine
- H2 Serving the customer together
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+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 Your all-in-one port… | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h2 The platform for dom… | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h2 Use our internationa… | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h2 I am looking for a g… | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h2 Good domain names ca… | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h2 We are missing cruci… | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h2 I am looking for a g… | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h2 A domain name is up … | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h2 Serving the customer… | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h3 What makes a good do… | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h3 How do you acquire d… | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h3 What do I pay for a … | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h3 I have lost my domai… | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h3 First registration | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h3 Second registration | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h3 Exploitation | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h3 Aftermarket | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h3 Termination | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h3 Quarantine | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| title Dovendi - Dovendi - … | 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.