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 & BrandingAction2 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
BLink & Button Quality1 issue(s) across 127 links and 18 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://go.microsoft.com/fwlink/?LinkId=… | Privacyverklaring | new tab | Add '(opens in new tab)' to text |
| https://aka.ms/3rdpartycookies | Cookies van derden | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Add '(opens in new tab)' to link text or aria-label.
https://go.microsoft.com/fwlink/?LinkId=521839; https://aka.ms/3rdpartycookies
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.uhf-contextual-nav-trigger (#312 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
ALandmark Structure10 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
A+Heading Hierarchy18 headingsPASS
- H1 Word een racelegende
- H2 Maak kennis met Surface Laptop
- H2 Surface Pro, Copilot+ PC
- H2 Je productiviteit, een boost gegeven
- H2 Xbox Game Pass Ultimate
- H2 Accessoires om van te houden
- H2 Microsoft Edge
- H2 Voor bedrijven
- H3 Surface Pro voor zakelijk gebruik, Copilot+ PC | Intel
- H3 Microsoft 365 Copilot
- H3 Doe mee aan het AI-tijdperk
- H3 Windows 11 voor bedrijven
- H2 Nieuw
- H2 Microsoft Store
- H2 Onderwijs
- H2 Zakelijk
- H2 Ontwikkelaar en IT
- H2 Bedrijf
A+Alt Text QualityAll 17 images OKPASS
| Issue | Count |
|---|---|
| too long | 2 image(s) |
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| q | search | (Zoeken op Microsoft.com) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search" name="q">
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+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 Word een racelegende | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Maak kennis met Surf… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Surface Pro, Copilot… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Je productiviteit, e… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Xbox Game Pass Ultim… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Accessoires om van t… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Microsoft Edge | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Voor bedrijven | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Nieuw | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Microsoft Store | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Onderwijs | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Zakelijk | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Ontwikkelaar en IT | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Bedrijf | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Surface Pro voor zak… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Microsoft 365 Copilo… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Doe mee aan het AI-t… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Windows 11 voor bedr… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Microsoft – AI, cl… | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| span Trace Id is missing | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | 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 — 1 failing, 27 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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Shop voor je bedrijf nav#link-list-uid1e91 > ul.text-center > li.font-weight-semibold > a |
Word nu lid div.card > div.card-footer > div.link-group > a.btn |
Download nu div.card > div#card-body-highlight-uid9268 > div.link-group > a.btn |
Koop nu div.card > div.card-footer > div.link-group > a.btn |