Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure5 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
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
2 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 |
|---|---|---|---|---|---|
| h2 Cookiegebruik | 1.23:1 | 3.0:1 | #000000 | #171C24 | Fail |
| h2 Bezoekersinformatie | 1.04:1 | 3.0:1 | #000000 | #0A0603 | Fail |
| title Rijksmuseum, hét mu… | 1.16:1 | 4.5:1 | #000000 | #12161C | Fail |
| p Het Rijksmuseum maak… | 1.29:1 | 4.5:1 | #000000 | #1B2128 | Fail |
| a cookiebeleid | 1.33:1 | 4.5:1 | #000000 | #1E232D | Fail |
| span Accepteren | 1.31:1 | 4.5:1 | #000000 | #232124 | Fail |
| span Nee, liever niet | 1.11:1 | 4.5:1 | #000000 | #111011 | Fail |
| a Direct naar de inhou… | 1.16:1 | 4.5:1 | #000000 | #171615 | Fail |
| span Language | 1.19:1 | 4.5:1 | #000000 | #191918 | Fail |
| span Inloggen | 1.18:1 | 4.5:1 | #000000 | #171816 | Fail |
| span Giftshop | 1.12:1 | 4.5:1 | #000000 | #131212 | Fail |
| span Rijksmuseum | 1.23:1 | 4.5:1 | #000000 | #201B15 | Fail |
| span Bezoek het Rijksmuse… | 1.32:1 | 4.5:1 | #000000 | #28211C | Fail |
| p Het museum neemt je … | 1.15:1 | 4.5:1 | #000000 | #18140E | Fail |
| p HOOFDPARTNERS | 2.43:1 | 4.5:1 | #000000 | #594936 | Fail |
| span Bezoek en tickets | 1.27:1 | 4.5:1 | #000000 | #241E12 | Fail |
| span Collectie | 2.31:1 | 4.5:1 | #000000 | #4E483B | Fail |
| span Stories | 1.44:1 | 4.5:1 | #000000 | #352618 | Fail |
| span Language | 1.36:1 | 4.5:1 | #000000 | #2A2419 | Fail |
| span Nederlands (Dutch) | 1.13:1 | 4.5:1 | #000000 | #161211 | 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+Heading Hierarchy8 headingsPASS
- H2 Cookiegebruik
- H2 Bezoek het Rijksmuseum
- H1 Highlights en tickets
- H2 Meivakantie
- H2 Metamorfosen
- H2 Metamorfosen in de Rijksmuseum shop
- H2 Collectie
- H2 Bezoekersinformatie
A+Alt Text QualityAll 30 images OKPASS
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality59 links, 5 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /nl/footer/cookiebeleid | cookiebeleid | new tab | Add '(opens in new tab)' to text |
| /nl/bezoek | Bezoek het Rijksmuseum … | img no alt | Add alt attribute to the image |
| /nl/bezoek | Rijksmuseum High… | img no alt | Add alt attribute to the image |
| /nl/zien-en-doen/families-kinderen/meiva… | Meivakantie … | img no alt | Add alt attribute to the image |
| /nl/zien-en-doen/tentoonstellingen/metam… | Metamorfosen … | img no alt | Add alt attribute to the image |
| https://www.rijksmuseumshop.nl/nl/actuee… | Metamorfosen in de Rijksmuseum… | img no alt | Add alt attribute to the image |
| /nl/collectie | Collectie … | img no alt | Add alt attribute to the image |
| /nl/steun/doneer/anbi-informatie | anbi logo | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
/nl/footer/cookiebeleid; /nl/steun/doneer/anbi-informatie
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
AFavicon & Branding27 icon(s) detectedPASS
A+Web ManifestPWA-readyPASS
A+Lighthouse Accessibility AuditsScore 100/100 — 0 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.