Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DTabindex Anti-PatternsAction0 positive, 110 -1-on-focusableFIX
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
CLink & Button QualityAction4 issue(s) across 165 links and 61 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.linkedin.com/company/accentu… | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/accenture | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/accenture/ | new tab | Add '(opens in new tab)' to text | |
| https://www.accenture.com/de-de/support/… | Cookie-Richtlinie | new tab | Add '(opens in new tab)' to text |
| https://www.accenture.com/de-de/support/… | Datenschutzerklärung. | new tab | Add '(opens in new tab)' to text |
| https://www.accenture.com/de-de/support/… | Rechtliche Informationen, wird… | new tab | Add '(opens in new tab)' to text |
| https://www.accenture.com/at-de/support/… | Cookie-Richtlinie. | new tab | Add '(opens in new tab)' to text |
| https://www.onetrust.com/solutions/conse… | Powered by OneTrust Wird in ne… | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Add '(opens in new tab)' to link text or aria-label.
https://www.linkedin.com/company/accenture; https://www.facebook.com/accenture; https://www.instagram.com/accenture/; https://www.accenture.com/de-de/support/company-cookies-similar-technology; https://www.accenture.com/de-de/support/privacy-policy; https://www.accenture.com/de-de/support/company-impressum; https://www.accenture.com/at-de/support/company-cookies-similar-technology; https://www.onetrust.com/solutions/consent-and-preferences/
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
Icon-only buttons need an aria-label so screen readers can announce them.
button (#1211 on page); button (#1223 on page); button (#1243 on page); button (#1263 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 7 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 |
|---|---|---|---|---|---|
| h2 360° VALUE | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h2 Auszeichnungen | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h2 Let there be change | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h2 Datenschutz-Präfere… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Wir leben Wandel und… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Škoda macht Kundens… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Bristol Myers Squibb… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Eine der "Fortune's … | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Fortune & Great Plac… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Platz 1 im Refinitiv… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Gestalte deine Karri… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Datenschutz-Präfere… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Cookie-Liste | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| title Deutschland | Let Th… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Skip to main content | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Skip to footer | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| div Menu | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| div Close Menu | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| div Unsere Kompetenzen | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| div Back | 1.00:1 | 4.5:1 | #000000 | #000000 | 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.
ALandmark Structure7 landmarksPASS
The skip-link anchor (e.g., `href="#main"`) points at an ID that has no corresponding element on the page. Activating the link does nothing -- a silent WCAG 2.4.1 failure that the visual link presence hides. Add `id="main"` (or whichever matches the href) to the target landmark.
Skip link points at an ID that doesn't exist on the page. The link looks fine visually but does nothing when activated -- silent WCAG 2.4.1 failure.
Learn more ▾ ▴
Find the target landmark (typically <main> or the first <h1>) and add `id="..."` matching the skip link's href fragment. Test by tabbing to the skip link and pressing Enter -- focus should jump to the target.
Source: WCAG 2.1 SC 2.4.1
A+Heading Hierarchy21 headingsPASS
- H1 GEMEINSAM NEU ERFINDEN
- H2 360° VALUE
- H3 Wir leben Wandel und schaffen Werte für unsere Stakeholder. Jeden Tag und überall auf der Welt.
- H3 Škoda macht Kundenservice zum Wachstumstreiber
- H3 Bristol Myers Squibb treibt medizinische Durchbrüche mit KI voran
- H4 Die Welt nachhaltig ernähren
- H4 Personalisierung eines Kultobjekts
- H4 Kreative Ansätze für globale Geschäftsprozesse
- H2 Auszeichnungen
- H3 Eine der "Fortune's World's Most Admired Companies" hidden
- H3 Fortune & Great Place to Work® World’s Best Workplaces™ hidden
- H3 Platz 1 im Refinitiv Diversity & Inclusion Index hidden
- H3 Gestalte deine Karriere
- H2 Let there be change
- H2 Datenschutz-Präferenz-Center
- H3 Datenschutz-Präferenzen verwalten
- H4 Unbedingt notwendige Cookies
- H4 Analyse-Cookies
- H4 Leistungs- und Funktions-Cookies
- H4 Cookies für Werbung und soziale Medien
- H3 Cookie-Liste
A+Heading Text Quality1 heading-text-quality issue(s) detectedPASS
A+Alt Text QualityAll 16 images OKPASS
A+Form AccessibilityAll 9 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #carousel-slider-id | range | Carousel slider control | for/id |
| #ot-group-id-2 | checkbox | Analyse-Cookies | for/id |
| #ot-group-id-3 | checkbox | Leistungs- und Funktions-Cookies | for/id |
| #ot-group-id-4 | checkbox | Cookies für Werbung und soziale Medien | for/id |
| #vendor-search-handler | text | Suche in Cookie-Listen | aria-label |
| #chkbox-id | checkbox | checkbox label | for/id |
| #select-all-hosts-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-leg-handler | checkbox | checkbox label | for/id |
A+Form Input Types1 input(s) using type=text where a specific type would helpPASS
A+Form Input Quality9 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "de-DE"PASS
A+Iframe AccessibilityAll 1 iframe(s) have descriptive titlesPASS
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 — 1 failing, 31 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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Präferenz-Center div.rad-footer__links-container > ul.rad-footer__links-column > li.rad-footer__link-item > a.rad-footer__link |
Impressum. div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a#pc-policy-text-link-3 |