Accessibility
· 24 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 SupportActionNo dark mode signalsFIX
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
CHeading HierarchyAction11 headings, 2 skip(s)REVIEW
- H1 Mehr Wunschkunden
- H1 Attraktiver für neue Mitarbeiter duplicate H1
- H1 Effizienteres Marketing duplicate H1
- H1 VON RAKETE: Einsteigen. Abheben. Jetzt. duplicate H1
- H3 Ergebnisse bisheriger MissionenDas haben wir für unsere Kunden realisiert skipped
- H3 Wer schon mit uns fliegt:Kunden und Branchen
- H1 Mission ControlTeam Lead duplicate H1
- H3 Katja VON RAKETE skipped
- H3 Markus VON RAKETE
- H3 Ready for takeoff
- H2 (empty)
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
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
CFavicon & BrandingAction3 icon(s) detectedREVIEW
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.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Mehr Wunschkunden | 1.31:1 | 3.0:1 | #000000 | #192231 | Fail |
| h1 Attraktiver für neu… | 1.30:1 | 3.0:1 | #000000 | #182131 | Fail |
| h1 Effizienteres Market… | 1.32:1 | 3.0:1 | #000000 | #192232 | Fail |
| h1 Team Lead | 1.32:1 | 3.0:1 | #000000 | #192232 | Fail |
| h3 Das haben wir für u… | 1.32:1 | 3.0:1 | #000000 | #192232 | Fail |
| h3 Kunden und Branchen | 1.32:1 | 3.0:1 | #000000 | #192232 | Fail |
| h3 Katja VON RAKETE | 1.32:1 | 3.0:1 | #000000 | #192232 | Fail |
| h3 Markus VON RAKETE | 1.32:1 | 3.0:1 | #000000 | #192232 | Fail |
| h3 Ready for takeoff | 1.32:1 | 3.0:1 | #000000 | #192232 | Fail |
| title Home - VON RAKETE | 1.32:1 | 4.5:1 | #000000 | #192232 | Fail |
| a Navigation überspri… | 1.30:1 | 4.5:1 | #000000 | #182131 | Fail |
| strong Home | 1.32:1 | 3.0:1 | #000000 | #192232 | Fail |
| a Leistungen | 1.30:1 | 4.5:1 | #000000 | #182132 | Fail |
| a Strategieentwicklung | 1.30:1 | 4.5:1 | #000000 | #182130 | Fail |
| a Design & Web-Entwick… | 1.32:1 | 4.5:1 | #000000 | #192232 | Fail |
| a Online-Marketing | 1.31:1 | 4.5:1 | #000000 | #182231 | Fail |
| a Angebote | 1.30:1 | 4.5:1 | #000000 | #182131 | Fail |
| a Brand Sparring | 1.32:1 | 4.5:1 | #000000 | #192232 | Fail |
| a Recruiting | 1.30:1 | 4.5:1 | #000000 | #182132 | Fail |
| a Unternehmer in der N… | 1.30:1 | 4.5:1 | #000000 | #182131 | 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 QualityAll 11 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 3 images OKPASS
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality1 issue(s) across 45 links and 0 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| #nav | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
#nav
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
A+Form Input TypesNo form controls on this pagePASS
A+Form Input QualityNo form controls on this pagePASS
A+Mobile Keyboard & AutofillNo form controls -- mobile keyboard check is N/APASS
A+Document LanguageLang attribute set to "de"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 52 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
ALighthouse Accessibility AuditsScore 93/100 — 2 failing, 17 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 |
|---|
ERGEBNISSE BISHERIGER MISSIONEN
DAS HABEN WIR FÜR UNSERE KUNDEN REALISIERT div.panel > div.inside > div.ce_text > h3 |
KATJA VON RAKETE div.panel > div.inside > div.ce_text > h3 |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.inside > div.c100 > div#mobile_menu > a div.inside > div.c100 > div#mobile_menu > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.