Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLink & Button Quality1 issue(s) across 65 links and 13 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.adeccogroup.com/ | Explore The Adecco Group | new tab | Add '(opens in new tab)' to text |
| https://careers.adeccogroup.com/search-j… | careers @ Adecco | new tab | Add '(opens in new tab)' to text |
| https://www.adeccogroup.com/investors/ | investors | new tab | Add '(opens in new tab)' to text |
| https://adeccogroup.com/our-group/about-… | Code of Conduct | new tab | Add '(opens in new tab)' to text |
| https://secure.ethicspoint.eu/domain/med… | ACE reporting line | new tab | Add '(opens in new tab)' to text |
| https://in.linkedin.com/company/adecco | new tab | Add '(opens in new tab)' to text | |
| (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
a.link_small (#555 on page)
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.adeccogroup.com/; https://careers.adeccogroup.com/search-jobs?acm=ALL&alrpm=ALL&ascf=[%7B%22key…; https://www.adeccogroup.com/investors/; https://adeccogroup.com/our-group/about-us/code-of-conduct/; https://secure.ethicspoint.eu/domain/media/en/gui/7017/index.html; https://in.linkedin.com/company/adecco
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 & Branding5 icon(s) detectedREVIEW
CWeb ManifestActionValid manifestREVIEW
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.
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 Looking for a job? | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h1 Hiring talent? | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 A more human approac… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 to recruitment | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Our global impact | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Job search essenti… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Flexible Staffing & … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Industries we serve | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 What our clients are… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Resources | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Part of the Adecco G… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Are you ready to exp… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Find Jobs & Staffing… | 1.78:1 | 4.5:1 | #000000 | #75001F | Fail |
| a Skip to main | 2.37:1 | 4.5:1 | #000000 | #793345 | Fail |
| span menu | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| div Discover 100 000+ … | 5.17:1 | 4.5:1 | #000000 | #7E7E7E | Pass |
| a Find a Job | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Join thousands of co… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a View Employer Servic… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Work isn’t one-siz… | 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.
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
AHeading Hierarchy11 headingsPASS
- H1 Looking for a job?
- H1 Hiring talent? duplicate H1
- H2 A more human approach to recruitment
- H2 Our global impact
- H2 Job search essentials
- H2 Flexible Staffing & Workforce Solutions
- H2 Industries we serve
- H2 What our clients are saying
- H2 Resources
- H2 Part of the Adecco Group Ecosystem
- H2 Are you ready to experience the Adecco difference?
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
AAlt Text Quality1 of 39 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 1 image(s) |
| too long | 2 image(s) |
A+Form AccessibilityNo form controlsPASS
ALighthouse Accessibility AuditsScore 93/100 — 2 failing, 28 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.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to main nav#navigation > section.pr2 > section > a.SkipLink_skip-btn__YhgD8 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Build my CV section.tile-compare-solutions > div.tile-compare-solution-col-1 > div.text_center > a.CareersDEICards_alltiles-link__UmtZV |
Explore advice section.tile-compare-solutions > div.tile-compare-solution-col-1 > div.text_center > a.CareersDEICards_alltiles-link__UmtZV |
Start applying section.tile-compare-solutions > div.tile-compare-solution-col-1 > div.text_center > a.CareersDEICards_alltiles-link__UmtZV |
Temporary Staffing section.tile-compare-solutions > div.tile-compare-solution-col-1 > div.text_center > a.CareersDEICards_alltiles-link__UmtZV |
Permanent Placement section.tile-compare-solutions > div.tile-compare-solution-col-1 > div.text_center > a.CareersDEICards_alltiles-link__UmtZV |
Outsourcing section.tile-compare-solutions > div.tile-compare-solution-col-1 > div.text_center > a.CareersDEICards_alltiles-link__UmtZV |
Training section.tile-compare-solutions > div.tile-compare-solution-col-1 > div.text_center > a.CareersDEICards_alltiles-link__UmtZV |
Diversity & Inclusion section.tile-compare-solutions > div.tile-compare-solution-col-1 > div.text_center > a.CareersDEICards_alltiles-link__UmtZV |
How we work section.tile-compare-solutions > div.tile-compare-solution-col-1 > div.text_center > a.CareersDEICards_alltiles-link__UmtZV |
These items highlight common accessibility best practices.