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.
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CAlt Text QualityAction6 of 125 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
CLink & Button QualityAction2 issue(s) across 333 links and 6 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.nu.nl/advertorial-independer… | Barbecue populair bij dieven: … | img no alt | Add alt attribute to the image |
| https://www.nu.nl/advertorial-independer… | Aangeboden door: IndependerBar… | img no alt | Add alt attribute to the image |
| https://shop.nu.nl/product/puzzel-nederl… | Ga de uitdaging aan en leg dez… | new tab | Add '(opens in new tab)' to text |
| https://shop.nu.nl/product/bastion-hotel… | Boek een overnachting bij Bast… | new tab | Add '(opens in new tab)' to text |
| https://shop.nu.nl/product/revo-supercd?… | Speel jouw favoriete muziek af… | new tab | Add '(opens in new tab)' to text |
| https://shop.nu.nl/product/dagje-uit-die… | Geniet van een leuk dagje uit … | new tab | Add '(opens in new tab)' to text |
| https://shop.nu.nl/product/corpus?utm_me… | Ga op reis door het menselijk … | new tab | Add '(opens in new tab)' to text |
| https://shop.nu.nl/product/residence-ter… | Slaap bijzonder onder de sterr… | new tab | Add '(opens in new tab)' to text |
| https://shop.nu.nl/product/snowworld-ski… | SnowWorld Skipas: ga lekker sk… | new tab | Add '(opens in new tab)' to text |
| https://shop.nu.nl/product/chanson-met-1… | Koop tickets voor Chanson, een… | new tab | Add '(opens in new tab)' to text |
| https://shop.nu.nl/?utm_medium=redaction… | Bekijk meer NUshop | new tab | Add '(opens in new tab)' to text |
| https://www.loberon.nl/Koningsweek-bij-L… | Profiteer nu van Loberon Konin… | new tab | Add '(opens in new tab)' to text |
| https://www.awin1.com/cread.php?awinmid=… | Shop nu O My Bag Perfect Summe… | new tab | Add '(opens in new tab)' to text |
| https://www.awin1.com/cread.php?awinmid=… | Shop nu MARC INBANE voor een s… | new tab | Add '(opens in new tab)' to text |
| https://www.awin1.com/cread.php?awinmid=… | Ontdek nu Haibu voor top beaut… | new tab | Add '(opens in new tab)' to text |
| https://www.reclamefolder.nl/f/folders/7… | Zelfklevende wandtegels bij Ac… | new tab | Add '(opens in new tab)' to text |
| https://www.reclamefolder.nl/f/folders/7… | Aanrecht organizer bij Kruidva… | new tab | Add '(opens in new tab)' to text |
| http://www.nu.nl/login?utm_source={{BRAN… | Nieuws uit andere mediaLog in … | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@nu.nl | Volg ons op TikTok | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/nu.nl/ | Volg ons op Instagram | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/NUnl | Volg ons op Facebook | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/nunl | Volg ons op YouTube | new tab | Add '(opens in new tab)' to text |
| https://x.com/NUnl | Volg ons op X | new tab | Add '(opens in new tab)' to text |
| https://bsky.app/profile/nu.nl | Volg ons op Bluesky | new tab | Add '(opens in new tab)' to text |
| /rss | RSS Feed | new tab | Add '(opens in new tab)' to text |
| https://apps.apple.com/nl/app/nu-nl/id38… | Download de NU.nl app in de Ap… | new tab | Add '(opens in new tab)' to text |
| https://play.google.com/store/apps/detai… | Download de NU.nl app in de Go… | 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 |
Add '(opens in new tab)' to link text or aria-label.
https://shop.nu.nl/product/puzzel-nederland-in-vogelvlucht?utm_medium=redacti…; https://shop.nu.nl/product/bastion-hotelovernachting-voor-2-pers-incl-ontbijt…; https://shop.nu.nl/product/revo-supercd?utm_medium=redactionele_site&utm_sour…; https://shop.nu.nl/product/dagje-uit-dierenpark-artis?utm_medium=redactionele…; https://shop.nu.nl/product/corpus?utm_medium=redactionele_site&utm_source=nus…; https://shop.nu.nl/product/residence-terschelling-wellness-waddenresort?utm_m…; https://shop.nu.nl/product/snowworld-ski?utm_medium=redactionele_site&utm_sou…; https://shop.nu.nl/product/chanson-met-10-euro-voordeel?utm_medium=redactione…; https://shop.nu.nl/?utm_medium=redactionele_site&utm_source=nushop&utm_conten…; https://www.loberon.nl/Koningsweek-bij-LOBERON/?utm_source=dpgmedia&utm_mediu… (+15 more)
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.carousel-vertical-videos__button (#685 on page); button.carousel-vertical-videos__button (#812 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
CFavicon & BrandingAction6 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 1 fail WCAG AAREVIEW
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 Het laatste nieuws h… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Volg ons op sociale … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title NU - Het laatste nie… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Ga naar de inhoud | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Voorpagina | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Net binnen | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Populair | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Algemeen | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| a Economie | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
| a Sport | 17.94:1 | 4.5:1 | #000000 | #EDEDED | Pass |
| a Media, Cultuur en Ac… | 15.51:1 | 4.5:1 | #000000 | #DCDEDB | Pass |
| a Shop | 12.54:1 | 4.5:1 | #000000 | #C6C9C3 | Pass |
| span Meer | 6.24:1 | 4.5:1 | #000000 | #8C8D80 | Pass |
| span Meer (open hoofdmenu… | 2.66:1 | 4.5:1 | #000000 | #51524B | Fail |
| a Voorpagina | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Net binnen | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Binnenland | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Buitenland | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Politiek | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Video | 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.
ALandmark Structure24 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 Het laatste nieuws het eerst op NU.nl
- H2 Nieuwsvideo's
- H2 Meest Gelezen
- H2 Economie
- H2 Sport
- H2 Media, Cultuur en Achterklap
- H2 NUjij
- H2 Uit andere media
- H2 Uitgelichte video's
- H2 Tech en Wetenschap
- H2 Tweakers
- H2 Aangeboden door NUshop
- H2 Aanbiedingen
- H2 Net binnen
- H2 Top 5 Meest gelezen
- H2 Top 5 Meest besproken
- H2 Snel spelen
- H2 Volg ons op sociale media
A+Form AccessibilityNo form controlsPASS
A+Lighthouse Accessibility AuditsScore 98/100 — 2 failing, 22 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.
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 |
|---|
Geef toestemming of stel je eigen keuze in div#pg-first-layer > main#pg-body > div > h3 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Inloggen header#pg-header > div#pg-header-content > div#login-btn-container > button#pg-login-btn |