Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DFavicon & BrandingAction3 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CForm AccessibilityAction3 of 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| q | text | (Search) | placeholder only |
| language | select | (none) | none |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<select name="language">; <input type="submit">
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="q">
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
C404 Error PageActionCould not testREVIEW
404 page quality check not available.
CColor Contrast (Screenshot)Action20 text elements analyzed, 15 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 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 Here is your order | 17.30:1 | 3.0:1 | #000000 | #E9E9E9 | Pass |
| h2 Tenders and orders i… | 17.30:1 | 3.0:1 | #000000 | #E9E9E9 | Pass |
| h2 Why are there EU-wid… | 17.30:1 | 3.0:1 | #000000 | #E9E9E9 | Pass |
| h2 Public procurement l… | 17.30:1 | 3.0:1 | #000000 | #E9E9E9 | Pass |
| title evergabe.com | 1.95:1 | 4.5:1 | #000000 | #34403E | Fail |
| a Start | 1.88:1 | 4.5:1 | #000000 | #313E3C | Fail |
| a CPV | 1.83:1 | 4.5:1 | #000000 | #2E3C3B | Fail |
| a Search | 1.83:1 | 4.5:1 | #000000 | #2F3C3B | Fail |
| a Contact | 1.86:1 | 4.5:1 | #000000 | #303D3C | Fail |
| span Region wählen | 1.88:1 | 4.5:1 | #000000 | #313E3C | Fail |
| a Belgique/België | 1.98:1 | 4.5:1 | #000000 | #35413F | Fail |
| a Česko | 2.01:1 | 4.5:1 | #000000 | #364240 | Fail |
| a Danmark | 2.07:1 | 4.5:1 | #000000 | #384440 | Fail |
| a Deutschland | 2.10:1 | 4.5:1 | #000000 | #394541 | Fail |
| a Eesti | 1.88:1 | 4.5:1 | #000000 | #2E3E3F | Fail |
| a Éire/Ireland | 1.87:1 | 4.5:1 | #000000 | #2D3E40 | Fail |
| a España | 1.85:1 | 4.5:1 | #000000 | #2C3D3F | Fail |
| a France | 2.89:1 | 4.5:1 | #000000 | #515859 | Fail |
| a Hrvatska | 3.88:1 | 4.5:1 | #000000 | #6A6A6A | Fail |
| a Ísland | 9.90:1 | 4.5:1 | #000000 | #B2B2B2 | 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 85/100 — 4 failing, 26 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
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 |
|---|
Menu header > nav#main > div.mobile-menu > a#nav-open-btn |
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.
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.search-field > div.search-field-container > div.field-group > button div.search-field > div.search-field-container > div.field-group > button |
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 |
|---|
български (bg)
Hrvatski (hr)
česky (cs)
dansk (da)
Nederlands (nl)
English (en)… div.container > div.content > form > select |
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.
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 |
|---|
Tenders and orders in england div.container-full > div.block-center > div.content > h2 |
Why are there EU-wide tenders? div.container-full > div.block-center > div.content > h2 |
Public procurement law in the EU div.container-full > div.block-center > div.content > h2 |
Accept All div.sc-koXPp > div.sc-iHGNWf > div.sc-bmzYkS > button.sc-gsFSXq |
Deny div.sc-koXPp > div.sc-iHGNWf > div.sc-bmzYkS > button.sc-gsFSXq |
These are opportunities to improve the legibility of your content.
ALandmark Structure4 landmarksPASS
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
A+Heading Hierarchy4 headingsPASS
- H1 Here is your order
- H2 Tenders and orders in england
- H2 Why are there EU-wide tenders?
- H2 Public procurement law in the EU
A+Heading Text QualityAll 4 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 2 images OKPASS
ALink & Button Quality84 links, 2 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /en/region/deutschland/ | Deutschland | new tab | Add '(opens in new tab)' to text |
| /en/region/deutschland/ | Deutschland | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
/en/region/deutschland/; /en/region/deutschland/
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