Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction6 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
DForm AccessibilityAction4 of 4 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| s | text | (Search ) | placeholder only |
| s | text | (Search ) | placeholder only |
| #footer-language-select | select | (none) | none |
| #footer-language-select | select | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<select name="footer-language-select" id="footer-language-select">; <select name="footer-language-select" id="footer-language-select">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="s">; <input type="text" name="s">
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
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
BAlt Text Quality2 of 13 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 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
BLink & Button Quality2 issue(s) across 118 links and 3 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.geopost.com/en/ | Visit our website | new tab | Add '(opens in new tab)' to text |
| https://www.geopost.com/en/ | Visit our website | new tab | Add '(opens in new tab)' to text |
| javascript:void(0) | (empty) | empty | Add link text or aria-label |
| javascript:void(0) | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
javascript:void(0); javascript:void(0)
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.geopost.com/en/; https://www.geopost.com/en/
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
C404 Error PageActionHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 2 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 Welcome to DPD | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 We foster better… | 2.57:1 | 3.0:1 | #414042 | #7F7F7F | Fail |
| h2 We foster better… | 2.57:1 | 3.0:1 | #414042 | #7F7F7F | Fail |
| title We are DPD - DPD | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| p What are you looking… | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| span Menu | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| a DPD Austria | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| a DPD Belgium | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| a DPD China | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| a DPD Croatia | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| a DPD Czech Republic | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| a DPD Estonia | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| a DPD France | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| a DPD Germany | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| a DPD Hong Kong | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| a DPD Hungary | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| a DPD Ireland | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| a DPD Latvia | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| a DPD Lithuania | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| a DPD Luxemburg | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | 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.
CLighthouse Accessibility AuditsActionScore 70/100 — 8 failing, 20 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.
ARIA
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
g.imapsContainer > g.imapsSprite-group > g.imapsContainer > g.imapsSprite-group g.imapsContainer > g.imapsSprite-group > g.imapsContainer > g.imapsSprite-group |
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Cookie Settings
We and our partners use cookies or other tracers to facilitate… body.home > div#tc-privacy-wrapper > div#popin_tc_privacy |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Use plus and minus keys on your keyboard to zoom in and out g.imapsSprite-group > g.imapsContainer > g.imapsSprite-group > g.imapsSprite-group |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Africa div.row > div.column > h3 > span |
Americas div.row > div.column > h3 > span |
Asia div.row > div.column > h3 > span |
Europe div.row > div.column > h3 > span |
These are opportunities to improve the legibility of your content.
Names and labels
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
English nav.nav > ul.footer-link > li.language-items > select#footer-language-select |
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 |
|---|
nav.nav > ul.footer-link > li.language-items > a.select-arrow nav.nav > ul.footer-link > li.language-items > a.select-arrow |
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.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|
English nav.nav > ul.footer-link > li.language-items > select#footer-language-select |
nav.nav > ul.footer-link > li.language-items > a.select-arrow nav.nav > ul.footer-link > li.language-items > a.select-arrow |
These items highlight common accessibility best practices.
A+Heading Hierarchy10 headingsPASS
- H1 Welcome to DPD
- H2 Find your local DPD Partner
- H2 Or choose DPD partners in your Region
- H3 Africa
- H3 Americas
- H3 Asia
- H3 Europe
- H2 Discover more about Geopost
- H2 We foster better business to deliver progress for commerce
- H2 We foster better business to deliver progress for commerce