Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction4 landmarksFIX
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
DLink & Button QualityAction8 issue(s) across 38 links and 2 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| http://www.facebook.com/sharer.php?u=htt… | new tab | Add '(opens in new tab)' to text | |
| http://twitter.com/share?url=https://gdp… | new tab | Add '(opens in new tab)' to text | |
| https://gdpr.eu/ | (empty) | empty | Add link text or aria-label |
| https://research-and-innovation.ec.europ… | (empty) | empty | Add link text or aria-label |
| https://gdpr.eu/gdpr-in-2020/ | (empty) | empty | Add link text or aria-label |
| https://gdpr.eu/italy-fines-energy-compa… | (empty) | empty | Add link text or aria-label |
| https://gdpr.eu/gdpr-vs-lgpd/ | (empty) | empty | Add link text or aria-label |
| https://ec.europa.eu/commission/prioriti… | here | generic text | Replace with descriptive text |
Before: here Suggested: 2018 Reform Eu Data Protection Rules En | |||
| # | (empty) | empty | Add link text or aria-label |
| https://proton.me/business/gdpr?ref=gdpr… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Gdpr?Ref=Gdpreu | |||
Links without text are announced as raw URLs by screen readers.
https://gdpr.eu/; https://research-and-innovation.ec.europa.eu/funding/funding-opportunities/fu…; https://gdpr.eu/gdpr-in-2020/; https://gdpr.eu/italy-fines-energy-company-for-multiple-gdpr-violations/; https://gdpr.eu/gdpr-vs-lgpd/; #
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
Generic link text like 'click here' doesn't describe the destination.
https://ec.europa.eu/commission/priorities/justice-and-fundamental-rights/dat… ("here"); https://proton.me/business/gdpr?ref=gdpreu ("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.
http://www.facebook.com/sharer.php?u=https://gdpr.eu/; http://twitter.com/share?url=https://gdpr.eu/
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
DWeb ManifestActionValid manifestFIX
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy20 headings, 2 skip(s)REVIEW
- H1 Complete guide to GDPR compliance
- H4 GDPR Overview skipped
- H5 What is GDPR, the EU’s new data protection law?
- H5 Everything you need to know about the “Right to be forgotten”
- H5 What are the GDPR Fines?
- H4 GDPR Compliance
- H5 Data protection and working remotely
- H5 Cookies, the GDPR, and the ePrivacy Directive
- H5 Everything you need to know about GDPR compliance
- H4 News & Updates
- H5 How the GDPR could change in 2020
- H5 Italy fines Eni Gas e Luce €11.5 million for multiple GDPR violations
- H5 What is the LGPD? Brazil’s version of the GDPR
- H4 GDPR compliance checklist
- H4 GDPR Forms and Templates
- H6 About GDPR.EU skipped
- H5 Getting Started
- H5 Templates
- H5 Technical Review
- H5 About Us
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
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #search-form-69e5dec3249a9 | search | (Search...) | placeholder only |
| #search-form-69e5dec324a7e | search | (Search...) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search" name="s" id="search-form-69e5dec3249a9">; <input type="search" name="s" id="search-form-69e5dec324a7e">
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 & BrandingAction20 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 9 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
4 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 Complete guide to GD… | 1.83:1 | 3.0:1 | #000000 | #283A56 | Fail |
| title General Data Protect… | 17.62:1 | 4.5:1 | #000000 | #EBEBEB | Pass |
| span Facebook | 16.67:1 | 4.5:1 | #000000 | #E5E5E5 | Pass |
| span Twitter | 16.67:1 | 4.5:1 | #000000 | #E5E5E5 | Pass |
| span Search | 5.57:1 | 4.5:1 | #000000 | #798498 | Pass |
| span Search | 1.84:1 | 4.5:1 | #000000 | #283A59 | Fail |
| a Home | 1.81:1 | 4.5:1 | #000000 | #283955 | Fail |
| a Checklist | 1.76:1 | 4.5:1 | #000000 | #283754 | Fail |
| a FAQ | 2.26:1 | 4.5:1 | #000000 | #3B485B | Fail |
| a GDPR | 1.93:1 | 4.5:1 | #000000 | #313D56 | Fail |
| a News & Updates | 1.81:1 | 4.5:1 | #000000 | #283955 | Fail |
| p GDPR.eu is a resourc… | 2.24:1 | 4.5:1 | #000000 | #384667 | Fail |
| p Here you’ll find a… | 2.46:1 | 4.5:1 | #000000 | #3C4C6F | Fail |
| p achieve GDPR complia… | 11.38:1 | 4.5:1 | #000000 | #B9BFCB | Pass |
| h4 GDPR Overview | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| p If you’re new to t… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a What is GDPR, the EU… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p What is the GDPR? Eu… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Everything you need … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Also known as the ri… | 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.
BLighthouse Accessibility AuditsScore 82/100 — 4 failing, 15 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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#searchx > div.search-box > form.search-form > button.button div#searchx > div.search-box > form.search-form > button.button |
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 |
|---|
header#header > div#social > div.container > a header#header > div#social > div.container > a |
header#header > div#social > div.container > a header#header > div#social > div.container > a |
nav#nav > div.container > nav#mainmenu > a#menu nav#nav > div.container > nav#mainmenu > a#menu |
div.col-md-4 > div.news > div.news-post-box > a div.col-md-4 > div.news > div.news-post-box > a |
div.col-md-4 > div.news > div.news-post-box > a div.col-md-4 > div.news > div.news-post-box > a |
div.col-md-4 > div.news > div.news-post-box > a div.col-md-4 > div.news > div.news-post-box > 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.
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 |
|---|
GDPR Overview div.row > div.col-md-4 > div.section-title > h4 |
About GDPR.EU div.container > div.post-author-details-box > div.post-author-details > h6 |
These are opportunities to improve keyboard navigation in your application.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.no-svg html.no-svg |
These items highlight common accessibility best practices.