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.
DFavicon & BrandingAction3 icon(s) detectedFIX
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure4 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
CColor Contrast (Screenshot)Action18 text elements analyzed, 18 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 (18)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Willkommen bei DER S… | 2.60:1 | 3.0:1 | #000000 | #505050 | Fail |
| h2 © STANDARD Verlagsg… | 2.52:1 | 3.0:1 | #000000 | #4E4E4E | Fail |
| title derStandard.at | 2.60:1 | 4.5:1 | #000000 | #505050 | Fail |
| strong Sie entscheiden dar… | 2.60:1 | 3.0:1 | #000000 | #505050 | Fail |
| strong Bitte deaktivieren | 2.60:1 | 3.0:1 | #000000 | #505050 | Fail |
| p Sie sämtliche Hard-… | 2.60:1 | 4.5:1 | #000000 | #505050 | Fail |
| p Sie haben ein PUR-Ab… | 2.56:1 | 4.5:1 | #000000 | #4F4F4F | Fail |
| button Hier anmelden. | 2.56:1 | 4.5:1 | #000000 | #4F4F4F | Fail |
| p Alle Rechte vorbehal… | 2.52:1 | 4.5:1 | #000000 | #4E4E4E | Fail |
| p Eine Weiterverwendun… | 2.52:1 | 4.5:1 | #000000 | #4E4E4E | Fail |
| p Weitere Angebote | 2.56:1 | 4.5:1 | #000000 | #4F4F4F | Fail |
| a derStandard.de | 2.60:1 | 4.5:1 | #000000 | #505050 | Fail |
| a derStandard.at | 2.60:1 | 4.5:1 | #000000 | #505050 | Fail |
| p Rechtliches | 2.60:1 | 4.5:1 | #000000 | #505050 | Fail |
| a Impressum & Offenleg… | 2.60:1 | 4.5:1 | #000000 | #505050 | Fail |
| a Datenschutz | 2.60:1 | 4.5:1 | #000000 | #505050 | Fail |
| a AGB | 2.60:1 | 4.5:1 | #000000 | #505050 | Fail |
| a Unternehmen | 2.60:1 | 4.5:1 | #000000 | #505050 | 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 Hierarchy2 headingsPASS
- H1 Willkommen bei DER STANDARD
- H2 © STANDARD Verlagsgesellschaft m.b.H. 2026
A+Alt Text QualityAll 1 images OKPASS
A+Form AccessibilityNo form controlsPASS
A+Link & Button Quality6 links, 1 buttons — all OKPASS
AWeb ManifestPWA-readyPASS
A+Lighthouse Accessibility AuditsScore 96/100 — 1 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.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
derStandard.de nav.site-footer-network-nav > ul > li > a |
derStandard.at nav.site-footer-network-nav > ul > li > a |
Impressum & Offenlegung nav.site-footer-legal-nav > ul > li > a |
Unternehmen nav.site-footer-legal-nav > ul > li > a |
These items highlight common accessibility best practices.