Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionHTTP 404, bare pageFIX
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction8 issue(s) across 75 links and 5 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.arbeitsagentur.de/karriere-u… | (empty) | empty | Add link text or aria-label |
| https://www.arbeitsagentur.de/jobsuche | Jobsuche | new tab | Add '(opens in new tab)' to text |
| https://www.arbeitsagentur.de/jobsuche/?… | Jobsuche über Personalvermitt… | new tab | Add '(opens in new tab)' to text |
| /news/ba-secure-app | (empty) | empty | Add link text or aria-label |
| https://www.arbeitsagentur.de/news/arbei… | (empty) | empty | Add link text or aria-label |
| /vertretung-im-online-konto-moeglich | (empty) | empty | Add link text or aria-label |
| /ueber-uns | (empty) | empty | Add link text or aria-label |
| https://www.arbeitsagentur.de/bakarriere… | (empty) | empty | Add link text or aria-label |
| /presse | (empty) | empty | Add link text or aria-label |
| https://statistik.arbeitsagentur.de/ | (empty) | empty | Add link text or aria-label |
| https://www.bsi.bund.de/DE/Themen/Untern… | Der Informationsverbund „IT-… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://www.arbeitsagentur.de/karriere-und-weiterbildung/berufsberatung-im-er…; /news/ba-secure-app; https://www.arbeitsagentur.de/news/arbeitsmarkt#accordion1320901774888243; /vertretung-im-online-konto-moeglich; /ueber-uns; https://www.arbeitsagentur.de/bakarriere?mtm_campaign=poe21-testcase-homepage…; /presse; https://statistik.arbeitsagentur.de/
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
Add '(opens in new tab)' to link text or aria-label.
https://www.arbeitsagentur.de/jobsuche; https://www.arbeitsagentur.de/jobsuche/?pavsuche=true; https://www.bsi.bund.de/DE/Themen/Unternehmen-und-Organisationen/Standards-un…
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
BFavicon & Branding12 icon(s) detectedREVIEW
BColor Contrast (Screenshot)20 text elements analyzed, 0 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 Hauptnavigation | 3.33:1 | 3.0:1 | #000000 | #5F6060 | Pass |
| h1 Willkommen, wie kön… | 3.33:1 | 3.0:1 | #000000 | #5F6060 | Pass |
| h1 Bildnachweis | 3.33:1 | 3.0:1 | #000000 | #5F6060 | Pass |
| h2 Unsere Angebote für… | 3.28:1 | 3.0:1 | #000000 | #5E5F60 | Pass |
| h2 Kontakt & Downloads | 3.33:1 | 3.0:1 | #000000 | #5F6060 | Pass |
| h2 Aktuelle Information… | 3.33:1 | 3.0:1 | #000000 | #5F6060 | Pass |
| h2 Mehr über die Bunde… | 3.33:1 | 3.0:1 | #000000 | #5F6060 | Pass |
| h3 Zeit für berufliche… | 3.28:1 | 3.0:1 | #000000 | #5E5F5F | Pass |
| h3 Arbeitslos und Arbei… | 3.28:1 | 3.0:1 | #000000 | #5E5F5F | Pass |
| h3 Schule, Ausbildung u… | 3.33:1 | 3.0:1 | #000000 | #5F6060 | Pass |
| h3 Familie und Kinder | 3.33:1 | 3.0:1 | #000000 | #5F6060 | Pass |
| h3 Menschen mit Behinde… | 3.33:1 | 3.0:1 | #000000 | #5F6060 | Pass |
| h3 Karriere und Weiterb… | 3.33:1 | 3.0:1 | #000000 | #5F6060 | Pass |
| h3 Zum Arbeiten nach De… | 3.33:1 | 3.0:1 | #000000 | #5F6060 | Pass |
| h3 Ihre Dienststelle vo… | 3.33:1 | 3.0:1 | #000000 | #5F6060 | Pass |
| h3 Kontaktieren Sie uns… | 3.33:1 | 3.0:1 | #000000 | #5F6060 | Pass |
| h3 Downloads | 3.33:1 | 3.0:1 | #000000 | #5F6060 | Pass |
| h3 Die neue BA-Secure A… | 3.33:1 | 3.0:1 | #000000 | #5F6060 | Pass |
| h3 Frühjahrsbelebung o… | 3.33:1 | 3.0:1 | #000000 | #5F6060 | Pass |
| h3 Vertretung im Online… | 3.33:1 | 3.0:1 | #000000 | #5F6060 | 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.
ALandmark Structure11 landmarksPASS
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
AHeading Hierarchy25 headingsPASS
- H1 Hauptnavigation
- H1 Willkommen, wie können wir Sie weiterbringen? duplicate H1
- H2 Unsere Angebote für Bürgerinnen und Bürger
- H3 Zeit für berufliche Veränderung
- H3 Arbeitslos und Arbeit finden
- H3 Schule, Ausbildung und Studium
- H3 Familie und Kinder
- H3 Menschen mit Behinderungen
- H3 Karriere und Weiterbildung
- H3 Zum Arbeiten nach Deutschland
- H2 Kontakt & Downloads
- H3 Ihre Dienststelle vor Ort
- H3 Kontaktieren Sie uns direkt
- H3 Downloads
- H2 Aktuelle Informationen
- H3 Die neue BA-Secure App
- H3 Frühjahrsbelebung ohne nennenswerten Schwung
- H3 Vertretung im Online-Konto möglich
- H3 Finden Sie Veranstaltungen in Ihrer Nähe
- H2 Mehr über die Bundesagentur für Arbeit
- H3 Über uns
- H3 Karriere bei der Bundesagentur
- H3 Presse
- H3 Statistik
- H1 Bildnachweis duplicate H1
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
AAlt Text Quality1 of 8 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 1 image(s) |
| too long | 1 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
A+Form AccessibilityNo form controlsPASS
A+Web ManifestPWA-readyPASS
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 29 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.