Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.D404 Error PageActionHTTP 404, custom pageFIX
FFavicon & BrandingAction1 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
BLandmark Structure3 landmarksREVIEW
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
BHeading Hierarchy6 headingsREVIEW
- H2 APPLIANCES
- H2 DRINKS
- H2 LEGETØJ
- H2 Hvad kan platformen?
- H2 Strategi i fokus
- H2 Kundecentret
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
CColor Contrast (Screenshot)Action20 text elements analyzed, 11 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 APPLIANCES | 1.92:1 | 3.0:1 | #000000 | #2E3D56 | Fail |
| h2 DRINKS | 1.70:1 | 3.0:1 | #000000 | #2D3541 | Fail |
| h2 LEGETØJ | 9.64:1 | 3.0:1 | #000000 | #ABB0B9 | Pass |
| h2 Hvad kan platformen? | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Strategi i fokus | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Kundecentret | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title NORRIQ eCommerce Pla… | 1.52:1 | 4.5:1 | #000000 | #222E3C | Fail |
| span Tilføj dine egne KP… | 5.39:1 | 4.5:1 | #000000 | #7A828A | Pass |
| span Dansk | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Hvidevarer | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Drikkevarer | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Kids | 5.66:1 | 4.5:1 | #000000 | #8D8285 | Pass |
| span Skab fokus på jeres | 1.64:1 | 4.5:1 | #000000 | #293340 | Fail |
| span BUDSKAB | 1.66:1 | 4.5:1 | #000000 | #293347 | Fail |
| span Med styling af tekst… | 3.66:1 | 4.5:1 | #000000 | #7F5E5C | Fail |
| a Gå til kundecenter | 1.74:1 | 4.5:1 | #000000 | #472F3A | Fail |
| p Lav genveje til fors… | 1.57:1 | 4.5:1 | #000000 | #1F3048 | Fail |
| a Gå til hvidevarer | 2.43:1 | 4.5:1 | #000000 | #394D67 | Fail |
| p Brug teksterne her t… | 1.36:1 | 4.5:1 | #000000 | #21242E | Fail |
| a Gå til drikkevarer | 1.68:1 | 4.5:1 | #000000 | #2B3446 | 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 Text Quality1 heading-text-quality issue(s) detectedPASS
A+Alt Text QualityAll 8 images OKPASS
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | text | Hvad leder du efter? | aria-label |
| input | text | Hvad leder du efter? | aria-label |
A+Link & Button Quality24 links, 4 buttons — all OKPASS
A+Form Input Types2 form control(s) checked, no type mismatchesPASS
A+Form Input Quality2 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "da-DK"PASS
A+Tabindex Anti-PatternsNo explicit tabindex attributes foundPASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 41 visible text node(s) render at >= 12 CSS pixelsPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
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.