Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
A+Heading Hierarchy4 headingsPASS
- H1 Are you a human?
- H2 (empty)
- H3 Why am I seeing this?
- H3 What can I do to prevent this in the future?
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
A+Alt Text QualityNo imagesPASS
A+Form AccessibilityNo form controlsPASS
A+Link & Button QualityNo links or buttonsPASS
A+Color Contrast (Screenshot)15 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 (15)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Are you a | 18.59:1 | 3.0:1 | #000000 | #F1F1F1 | Pass |
| h3 Why am I seeing this… | 18.59:1 | 3.0:1 | #000000 | #F1F1F1 | Pass |
| h3 What can I do to pre… | 18.59:1 | 3.0:1 | #000000 | #F1F1F1 | Pass |
| title Just a moment... | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| title Norwegian logo | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| strong human? | 18.59:1 | 3.0:1 | #000000 | #F1F1F1 | Pass |
| p For security purpose… | 18.59:1 | 4.5:1 | #000000 | #F1F1F1 | Pass |
| div Verification success… | 18.59:1 | 4.5:1 | #000000 | #F1F1F1 | Pass |
| strong IP: | 18.59:1 | 3.0:1 | #000000 | #F1F1F1 | Pass |
| div 2a03:90c0:2a2::141 … | 18.59:1 | 4.5:1 | #000000 | #F1F1F1 | Pass |
| strong RAY: | 18.59:1 | 3.0:1 | #000000 | #F1F1F1 | Pass |
| div 9ece9b2f7e2ece7d | 18.59:1 | 4.5:1 | #000000 | #F1F1F1 | Pass |
| p Automated measures h… | 18.59:1 | 4.5:1 | #000000 | #F1F1F1 | Pass |
| p If you are on a pers… | 18.59:1 | 4.5:1 | #000000 | #F1F1F1 | Pass |
| p If you are at an off… | 18.59:1 | 4.5:1 | #000000 | #F1F1F1 | 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 95/100 — 2 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.
ARIA
Some ARIA attributes are only allowed on an element under certain conditions. Learn more about conditional ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ul > li.ot-cat-item > div.ot-chkbox > input#ot-bnr-grp-id-C0001 ul > li.ot-cat-item > div.ot-chkbox > input#ot-bnr-grp-id-C0001 |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Strictly Necessary Cookies div.ot-cat-lst > ul > li.ot-cat-item > h4#ot-bnr-hdr-id-C0001 |
These are opportunities to improve keyboard navigation in your application.