Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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
BLandmark Structure17 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
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #search_field | text | (Enter number / search term → without clicking in the field) | placeholder only |
| #search_field | text | (Enter number / search term → without clicking in the field) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="s" id="search_field">; <input type="text" name="s" id="search_field">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
CFavicon & BrandingAction3 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 80/100 — 5 failing, 16 passedREVIEW
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Follow us: footer#colophon > div.sharing-and-rating > div.sharing > div.sharing-hint |
XING div.sharing > ul > li > a |
LinkedIn div.sharing > ul > li > a |
Rate us: footer#colophon > div.sharing-and-rating > div.site-rating > div.rating-question |
Please wait... div.site-rating > div.gdrts-shortcode-wrapper > div#gdrts-dynamic-id-1 > div.gdrts-rating-please-wait |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
PDF article#post-310 > div.entry-content > p > a |
These are opportunities to improve the legibility of your content.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
XING|
LinkedIn footer#colophon > div.sharing-and-rating > div.sharing > ul |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
DSGVO div.header-row > div.header-content > div.language-selector > a.language-link |
1 tbody.row-hover > tr.row-1 > td.column-3 > a |
2 tbody.row-hover > tr.row-1 > td.column-3 > a |
3 tbody.row-hover > tr.row-1 > td.column-3 > a |
4 tbody.row-hover > tr.row-1 > td.column-3 > a |
5 tbody.row-hover > tr.row-2 > td.column-3 > a |
6 tbody.row-hover > tr.row-2 > td.column-3 > a |
7 tbody.row-hover > tr.row-2 > td.column-3 > a |
8 tbody.row-hover > tr.row-2 > td.column-3 > a |
9 tbody.row-hover > tr.row-2 > td.column-3 > a |
10 tbody.row-hover > tr.row-2 > td.column-3 > a |
These items highlight common accessibility best practices.
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Chapter 1 – 1 2 3 4
Chapter 2 – 5 6 7 8 9 10 11
Chapter 3 – 12 13 14… main#main > article#post-310 > div.entry-content > table#tablepress-12 |
A+Heading Hierarchy6 headingsPASS
- H1 General Data Protection Regulation GDPR
- H2 Quick Access
- H2 Key Issues
- H2 Table of Contents
- H2 Logo
- H2 CTA
A+Alt Text QualityAll 3 images OKPASS
ALink & Button Quality1 issue(s) across 357 links and 12 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://eur-lex.europa.eu/legal-content/… | new tab | Add '(opens in new tab)' to text | |
| https://www.intersoft-consulting.de/en/?… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: ?Utm Source=Gdpr Info.Eu&Utm Medium=Banner&Utm Campaign=Learn+More | |||
| https://www.xing.com/news/pages/dr-daten… | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/interso… | new tab | Add '(opens in new tab)' to text | |
Generic link text like 'click here' doesn't describe the destination.
https://www.intersoft-consulting.de/en/?utm_source=gdpr-info.eu&utm_medium=ba… ("Learn more")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32016R0679; https://www.xing.com/news/pages/dr-datenschutz-633; https://www.linkedin.com/company/intersoft-consulting-services-ag
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
A404 Error PageHTTP 404, custom pagePASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
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 Quick Access | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Key Issues | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Table of Contents | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Logo | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 CTA | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title General Data Protect… | 12.08:1 | 4.5:1 | #000000 | #E3B8D5 | Pass |
| span Search for: | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p When autocomplete re… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a General Data Protect… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Final text of the GD… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Menu and widgets | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a DSGVO | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a GDPR | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Recitals | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Key Issues | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a AI Act | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Data Act | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Search for: | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p When autocomplete re… | 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.