Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure16 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
CLink & Button QualityAction35 issue(s) across 231 links and 11 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://report.telekom.com/remuneration | Remuneration | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| https://report.telekom.com/cr-report/202… | Link to external website: Corp… | new tab | Add '(opens in new tab)' to text |
| https://report.telekom.com/annual-report… | Annual Report 2025 (online) | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/channel/UCt5ngfC… | Videos (Youtube @DT_IR) | new tab | Add '(opens in new tab)' to text |
| https://www.cr-report.telekom.com | Corporate Responsibility Repor… | new tab | Add '(opens in new tab)' to text |
| https://report.telekom.com/remuneration | Remuneration | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| https://www.youtube.com/channel/UCt5ngfC… | Link to external website: Vide… | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| https://www.linkedin.com/company/telekom | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/@DeutscheTelekom | Youtube | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/deutscheteleko… | new tab | Add '(opens in new tab)' to text | |
| https://www.telekom.de/ueber-das-unterne… | our websites | new tab | Add '(opens in new tab)' to text |
| https://consenthub.utiq.com/pages/privac… | supported internet connection | new tab | Add '(opens in new tab)' to text |
| https://consenthub.utiq.com/ | Utiq’s privacy portal (“co… | new tab | Add '(opens in new tab)' to text |
| https://consenthub.utiq.com/pages/privac… | Utiq's privacy statement | new tab | Add '(opens in new tab)' to text |
| https://www.telekom.com/en/deutsche-tele… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.telekom.com/en/deutsche-tele… | Imprint | new tab | Add '(opens in new tab)' to text |
| https://telekom.com/en/deutsche-telekom/… | Partner List (4) | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
a.anchor (#228 on page); a.anchor (#362 on page); a.anchor (#447 on page); a.anchor (#575 on page); a.anchor (#597 on page); a.anchor (#613 on page); a.anchor (#629 on page); a.anchor (#820 on page); a.anchor (#838 on page); a.anchor (#856 on page) (+25 more)
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://report.telekom.com/remuneration; https://report.telekom.com/cr-report/2024; https://report.telekom.com/annual-report-2025/; https://www.youtube.com/channel/UCt5ngfCsXQvQLNY2YdYlc_g; https://www.cr-report.telekom.com; https://report.telekom.com/remuneration; https://www.youtube.com/channel/UCt5ngfCsXQvQLNY2YdYlc_g; https://www.linkedin.com/company/telekom; https://www.youtube.com/@DeutscheTelekom; https://www.instagram.com/deutschetelekom (+7 more)
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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding6 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CColor Contrast (Screenshot)Action20 text elements analyzed, 16 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
5 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Home | 1.84:1 | 3.0:1 | #000000 | #6F1242 | Fail |
| h2 At a glance | 1.84:1 | 3.0:1 | #000000 | #6F1242 | Fail |
| h2 Specials | 1.84:1 | 3.0:1 | #000000 | #6F1242 | Fail |
| h2 Note | 1.84:1 | 3.0:1 | #000000 | #6F1242 | Fail |
| h2 Cookies and similar … | 1.84:1 | 3.0:1 | #000000 | #6F1242 | Fail |
| h3 Sorry, we are not al… | 1.84:1 | 3.0:1 | #000000 | #6F1242 | Fail |
| title Corporate Website: I… | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| span Company | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| span Company profile | 3.17:1 | 4.5:1 | #000000 | #485F76 | Fail |
| span Worldwide | 2.61:1 | 4.5:1 | #000000 | #2C5377 | Fail |
| span Topic specials | 2.50:1 | 4.5:1 | #000000 | #295075 | Fail |
| span Data privacy and sec… | 2.32:1 | 4.5:1 | #000000 | #234B71 | Fail |
| span Digital Responsibili… | 2.20:1 | 4.5:1 | #000000 | #1D486E | Fail |
| span Management unplugged | 1.52:1 | 4.5:1 | #000000 | #3F2533 | Fail |
| span Strategy | 1.91:1 | 4.5:1 | #000000 | #612A3F | Fail |
| span Management and Corpo… | 1.96:1 | 4.5:1 | #000000 | #513358 | Fail |
| span Board of Management | 1.39:1 | 4.5:1 | #000000 | #152B15 | Fail |
| span Supervisory Board | 1.06:1 | 4.5:1 | #000000 | #0D080E | Fail |
| span Remuneration | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Reports and declarat… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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+Heading Hierarchy6 headingsPASS
- H1 Home
- H2 At a glance
- H2 Specials
- H3 Sorry, we are not allowed to show you this content due to your cookie settings.
- H2 Note
- H2 Cookies and similar technologies
A+Alt Text QualityAll 37 images OKPASS
A+Form AccessibilityAll 5 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| query | search | Search term | none |
| doctype | select | Content type | none |
| input | text | Content type Blog postMedia informationNewsVideo Content type | none |
| dateFrom_string | text | Choose date or period (from) | none |
| dateTo_string | text | Choose period (to) | none |
A+Lighthouse Accessibility AuditsScore 100/100 — 0 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.