Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction11 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
FFavicon & BrandingAction2 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
BHeading Hierarchy3 headingsREVIEW
- H2 Connexion
- H2 Inscription gratuite
- H2 Annuaire des membres
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
CForm AccessibilityAction6 of 21 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #txtMail | text | none | |
| #pwdPassAuth | password | Mot de passe | none |
| #txtCivilite1 | radio | none | |
| #txtCivilite3 | radio | none | |
| #txtCivilite2 | radio | none | |
| #txtNom | text | Nom d'usage* | none |
| #txtPrenom | text | Prénom* | none |
| #txtNomDeJeuneFille | text | Nom de naissance | none |
| #idPays | select | Pays | none |
| #txtVille | text | Ville* | none |
| #txtEmail | Votre mail* | none | |
| #pwdPass | password | Mot de passe* | none |
| #pwdPassConf | password | re-saisissez votre mot de passe* | none |
| #flagAccepteMessagePartenaire | checkbox | Offres partenaires | none |
| #viadeoNewsletters | checkbox | Newsletters | none |
| #moisDeNaissance | select | (none) | none |
| #anneeDeNaissance | select | (none) | none |
| login | submit | (none) | none |
| #jourDeNaissance | select | (none) | none |
| #btnSubmit | submit | (none) | none |
| #g-recaptcha-response | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" name="login">; <select name="jourDeNaissance" id="jourDeNaissance">; <select name="moisDeNaissance" id="moisDeNaissance">; <select name="anneeDeNaissance" id="anneeDeNaissance">; <input type="submit" id="btnSubmit">; <textarea name="g-recaptcha-response" id="g-recaptcha-response">
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
CLink & Button QualityAction2 issue(s) across 133 links and 2 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://viadeo.journaldunet.com/s | (empty) | empty | Add link text or aria-label |
| https://www.ccmbenchmark.com/donnees-per… | à tout moment | new tab | Add '(opens in new tab)' to text |
| https://www.ccmbenchmark.com/donnees-per… | politique de confidentialité | new tab | Add '(opens in new tab)' to text |
| https://www.ccmbenchmark.com/donnees-per… | politique Cookies | new tab | Add '(opens in new tab)' to text |
| https://viadeo.zendesk.com/hc/fr/article… | votre numéro de mobile vous s… | new tab | Add '(opens in new tab)' to text |
| https://jobs.ccmbenchmark.com/ | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://viadeo.journaldunet.com/s; https://jobs.ccmbenchmark.com/
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.ccmbenchmark.com/donnees-personnelles-partenaires-data?origin=via…; https://www.ccmbenchmark.com/donnees-personnelles?origin=viadeo.journaldunet.com; https://www.ccmbenchmark.com/donnees-personnelles-cookie?origin=viadeo.journa…; https://viadeo.zendesk.com/hc/fr/articles/360014592260-Pourquoi-dois-je-fourn…
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
BLighthouse Accessibility AuditsScore 81/100 — 6 failing, 22 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 |
|---|
(Mot de passe oublié ?) label.grid_line > div.grid_last > div.ccmcss_form__msg > a.a_hover |
form > fieldset > footer > input form > fieldset > footer > input |
Conditions générales form#frmAccount > fieldset > p.ccmcss_form__cgu > a.a_hover |
form#frmAccount > fieldset > footer.ccmcss_form__line--no_col > input#btnSubmit form#frmAccount > fieldset > footer.ccmcss_form__line--no_col > input#btnSubmit |
à tout moment form#frmAccount > fieldset > p.ccmcss_form__cgu > a |
politique de confidentialité form#frmAccount > fieldset > p.ccmcss_form__cgu > a |
politique Cookies form#frmAccount > fieldset > p.ccmcss_form__cgu > a |
votre numéro de mobile vous sera demandé form#frmAccount > fieldset > p.ccmcss_form__cgu > a.ccmcss_ft_bold |
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 |
|---|
- -
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
… div#divDateNaissance > div.grid_last > span.ccmcss_form__select_wrapper > select#jourDeNaissance |
- -
janvier
février
mars
avril
mai
juin
juillet
août
septembre
octobre
novembre… div#divDateNaissance > div.grid_last > span.ccmcss_form__select_wrapper > select#moisDeNaissance |
- -
2026
2025
2024
2023
2022
2021
2020
2019
2018
2017
2016
2015
2014
2013
2012
… div#divDateNaissance > div.grid_last > span.ccmcss_form__select_wrapper > select#anneeDeNaissance |
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 |
|---|
div.ccmcss_rwd_header__top > div > div.app_header_log__connected--menu > a.login div.ccmcss_rwd_header__top > div > div.app_header_log__connected--menu > a.login |
header#jHeader2016 > div.ccmcss_rwd_header__top > div > a.ccmcss_rwd_header__search header#jHeader2016 > div.ccmcss_rwd_header__top > div > a.ccmcss_rwd_header__search |
div.layout--flexbox > footer.cp_footer > div.cp_footer__logo > a div.layout--flexbox > footer.cp_footer > div.cp_footer__logo > 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
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 |
|---|
fieldset > label.grid_line > div.grid_last > input#txtMail fieldset > label.grid_line > div.grid_last > input#txtMail |
fieldset > label.grid_line > div.grid_last > input#pwdPassAuth fieldset > label.grid_line > div.grid_last > input#pwdPassAuth |
(Mot de passe oublié ?) label.grid_line > div.grid_last > div.ccmcss_form__msg > a.a_hover |
form > fieldset > footer > input form > fieldset > footer > input |
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 |
|---|
a div.app_abcdaire > ul > li > a |
b div.app_abcdaire > ul > li > a |
c div.app_abcdaire > ul > li > a |
d div.app_abcdaire > ul > li > a |
e div.app_abcdaire > ul > li > a |
f div.app_abcdaire > ul > li > a |
g div.app_abcdaire > ul > li > a |
h div.app_abcdaire > ul > li > a |
i div.app_abcdaire > ul > li > a |
j div.app_abcdaire > ul > li > a |
k div.app_abcdaire > ul > li > a |
l div.app_abcdaire > ul > li > a |
m div.app_abcdaire > ul > li > a |
n div.app_abcdaire > ul > li > a |
o div.app_abcdaire > ul > li > a |
p div.app_abcdaire > ul > li > a |
q div.app_abcdaire > ul > li > a |
r div.app_abcdaire > ul > li > a |
s div.app_abcdaire > ul > li > a |
t div.app_abcdaire > ul > li > a |
u div.app_abcdaire > ul > li > a |
v div.app_abcdaire > ul > li > a |
w div.app_abcdaire > ul > li > a |
x div.app_abcdaire > ul > li > a |
y div.app_abcdaire > ul > li > a |
z div.app_abcdaire > ul > li > a |
Qui sommes nous div#footer_internal_links_viadeo > ul > li > a |
Contact div#footer_internal_links_viadeo > ul > li > a |
Publicité div#footer_internal_links_viadeo > ul > li > a |
Recrutement div#footer_internal_links_viadeo > ul > li > a |
Societé div#footer_internal_links_viadeo > ul > li > a |
Données personnelles div#footer_internal_links_viadeo > ul > li > a |
Mentions légales div#footer_internal_links_viadeo > ul > li > a |
Tous les articles div#footer_internal_links_viadeo > ul > li > a |
Corrections div#footer_internal_links_viadeo > ul > li > a |
© 2022 CCM Benchmark div#footer_internal_links_viadeo > ul > li > a |
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.js html.js |
These items highlight common accessibility best practices.
A+Alt Text Quality1 of 4 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 1 image(s) |
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 Connexion | 16.17:1 | 3.0:1 | #000000 | #E0E2E4 | Pass |
| h2 Inscription gratuite | 16.17:1 | 3.0:1 | #000000 | #E0E2E4 | Pass |
| h2 Annuaire des membres | 16.17:1 | 3.0:1 | #000000 | #E0E2E4 | Pass |
| title Viadeo : networking,… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a IA News | 17.90:1 | 4.5:1 | #000000 | #ECEDED | Pass |
| a Tech | 16.17:1 | 4.5:1 | #000000 | #E0E2E4 | Pass |
| a Media / Adtech | 16.17:1 | 4.5:1 | #000000 | #E0E2E4 | Pass |
| a Start-up | 16.17:1 | 4.5:1 | #000000 | #E0E2E4 | Pass |
| a Cybersécurité | 16.17:1 | 4.5:1 | #000000 | #E0E2E4 | Pass |
| a Robotique | 16.17:1 | 4.5:1 | #000000 | #E0E2E4 | Pass |
| a Cloud | 16.17:1 | 4.5:1 | #000000 | #E0E2E4 | Pass |
| a Economie | 16.17:1 | 4.5:1 | #000000 | #E0E2E4 | Pass |
| a IA News | 16.17:1 | 4.5:1 | #000000 | #E0E2E4 | Pass |
| a Tech | 16.17:1 | 4.5:1 | #000000 | #E0E2E4 | Pass |
| a Media / Adtech | 16.17:1 | 4.5:1 | #000000 | #E0E2E4 | Pass |
| a Start-up | 16.17:1 | 4.5:1 | #000000 | #E0E2E4 | Pass |
| a Cybersécurité | 16.17:1 | 4.5:1 | #000000 | #E0E2E4 | Pass |
| a Robotique | 16.17:1 | 4.5:1 | #000000 | #E0E2E4 | Pass |
| a Cloud | 16.17:1 | 4.5:1 | #000000 | #E0E2E4 | Pass |
| a Economie | 16.17:1 | 4.5:1 | #000000 | #E0E2E4 | 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.