Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction6 of 38 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 6 image(s) |
| too long | 1 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
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
FLink & Button QualityAction5 issue(s) across 458 links and 41 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://journal.lemonde.fr | Le journal numérique Le jou… | new tab | Add '(opens in new tab)' to text |
| https://la-beaute-creatrice.lemonde.fr/l… | Investir dans les Sciences Ver… | img no alt | Add alt attribute to the image |
| https://www.lemonde.fr/international/art… | <img src="https://img.lemde.fr… | img no alt | Add alt attribute to the image |
| https://www.lemonde.fr/international/art… | Analyse S’abonnerEn Israël,… | img no alt | Add alt attribute to the image |
| https://www.lemonde.fr/economie/article/… | Chronique S’abonner« Faute… | img no alt | Add alt attribute to the image |
| https://www.lemonde.fr/chaleur-humaine/a… | (empty) | empty | Add link text or aria-label |
| https://la-beaute-creatrice.lemonde.fr/l… | Investir dans les Sciences Ver… | img no alt | Add alt attribute to the image |
| https://la-beaute-creatrice.lemonde.fr/e… | Plus circulaire, innovant et a… | img no alt | Add alt attribute to the image |
| https://gorgonzola-allie-gourmand-des-ta… | Gorgonzola DOP : l’allié go… | img no alt | Add alt attribute to the image |
| https://carnet.lemonde.fr/annonce | Le carnet du Monde | new tab | Add '(opens in new tab)' to text |
| https://www.lemonde.fr/le-monde-evenemen… | Le Monde Evènements | new tab | Add '(opens in new tab)' to text |
| https://www.courrierinternational.com/ | Courrier International | new tab | Add '(opens in new tab)' to text |
| https://www.telerama.fr/ | Télérama | new tab | Add '(opens in new tab)' to text |
| https://www.lavie.fr/ | La Vie | new tab | Add '(opens in new tab)' to text |
| https://www.huffingtonpost.fr/ | Le HuffPost | new tab | Add '(opens in new tab)' to text |
| https://www.nouvelobs.com/ | Le Nouvel Obs | new tab | Add '(opens in new tab)' to text |
| https://www.monde-diplomatique.fr/ | Le Monde diplomatique | new tab | Add '(opens in new tab)' to text |
| https://sdllemonde.fr/ | La société des lecteurs du M… | new tab | Add '(opens in new tab)' to text |
| https://ensecurite.sourcesure.eu/ | Source Sûre | new tab | Add '(opens in new tab)' to text |
| https://mpublicite.fr/ | M Publicité | new tab | Add '(opens in new tab)' to text |
| https://abo.lemonde.fr/?edi_medium=cta_s… | S’abonner / Se désabonner | new tab | Add '(opens in new tab)' to text |
| https://evenements-abonnes.lemonde.fr/ | Évenements abonnés | new tab | Add '(opens in new tab)' to text |
| https://www.lemonde.fr/faq/?thematic=con… | Contacter Le Monde | new tab | Add '(opens in new tab)' to text |
| https://www.lemonde.fr/mentions-legales/ | Mentions légales | new tab | Add '(opens in new tab)' to text |
| https://www.lemonde.fr/cgv/ | Conditions générales | new tab | Add '(opens in new tab)' to text |
| https://www.lemonde.fr/actualite-medias/… | Charte du Groupe | new tab | Add '(opens in new tab)' to text |
| https://www.lemonde.fr/confidentialite/ | Politique de confidentialité | new tab | Add '(opens in new tab)' to text |
| https://www.lemonde.fr/faq/ | Aide (FAQ) | new tab | Add '(opens in new tab)' to text |
| https://www.lemonde.fr/cgv/ | Conditions générales | new tab | Add '(opens in new tab)' to text |
| https://www.lemonde.fr/faq/ | Aide (FAQ) | new tab | Add '(opens in new tab)' to text |
| https://refairelemonde.typeform.com/to/p… | Votre avis sur le site | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/lemonde.fr | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/user/LeMonde | Youtube | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/lemondefr/?hl=… | new tab | Add '(opens in new tab)' to text | |
| https://www.snapchat.com/discover/Le-Mon… | Snapchat | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@lemondefr | TikTok | new tab | Add '(opens in new tab)' to text |
| https://iabeurope.eu/transparency-consen… | le cadre de transparence et de… | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://www.lemonde.fr/chaleur-humaine/article/2025/01/30/mesurez-votre-impact-environnement-avec-le-calculateur-d-empreinte-carbone-et-eau_6523433_6125299.html?lmd_medium=bizdev&lmd_campaign=services_partenaire_lmfr&lmd_creation=ademe
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://journal.lemonde.fr; https://carnet.lemonde.fr/annonce; https://www.lemonde.fr/le-monde-evenements/; https://www.courrierinternational.com/; https://www.telerama.fr/; https://www.lavie.fr/; https://www.huffingtonpost.fr/; https://www.nouvelobs.com/; https://www.monde-diplomatique.fr/; https://sdllemonde.fr/ (+19 more)
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
F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure7 landmarksREVIEW
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
BFavicon & Branding20 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 3 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 |
|---|---|---|---|---|---|
| h3 Guides d’achat | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Formation de langues | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Services Le Monde | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Guides d'achat Le Mo… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Le Monde à l'intern… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Services Partenaires | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Sites du groupe | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Informations légale… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Informations légale… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Le Monde.fr - Actual… | 1.48:1 | 4.5:1 | #000000 | #262B35 | Fail |
| span Contenu | 1.48:1 | 4.5:1 | #000000 | #262B35 | Fail |
| span Menu | 1.48:1 | 4.5:1 | #000000 | #262B35 | Fail |
| span Recherche | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Pied de page | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Le journal | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Services | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Menu | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Menu | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Retour à la page d… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Votre compte | 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 88/100 — 5 failing, 25 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 |
|---|
ATTA KENARE/AFP section.area > div.article > div.lmd-link-clickarea > div.article__media-credit |
Soren Seelow div.article > a > div.article__wrapper > p.article__byline |
9 min de lecture section.area > div.article > a > p.article__footer-info |
TRIBUNE div.article > div.lmd-link-clickarea > div.article__footer > p.article__type |
Piotr Smolar div.article > a > div.article__wrapper > p.article__byline |
4 min de lecture div.area > div.article > a > p.article__footer-info |
Elise Vincent et Piotr Smolar div.article > a > div.article__wrapper > p.article__byline |
3 min de lecture div.area > div.article > a > p.article__footer-info |
Nicole Vulser et Raphaëlle Rérolle div.article > a > div.article__wrapper > p.article__byline |
14 min de lecture div.area > div.article > a > p.article__footer-info |
Jérusalem, correspondant a > div.article__author > div > div.article__author-desc |
avec Le Monde div.services__content > div.bizdev-list > div.bizdev-list__header > div.bizdev-list__header-partner |
These are opportunities to improve the legibility of your content.
Names and labels
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body#js-body > iframe#multisync-allowlist-iframe body#js-body > iframe#multisync-allowlist-iframe |
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.services > div.services__content > div.js-bizdev > a div.services > div.services__content > div.js-bizdev > 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 |
|---|
Sélection de la rédaction div#habillagepub > section.zone > div.area > h4.area__title |
These are opportunities to improve keyboard navigation in your application.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
NOUVEAU
Météo du climat
Consulter la carte et les données climatiques. div#habillagepub > section.zone > section.area > a.ds-teasercard |
AHeading Hierarchy16 headings, 1 skip(s)PASS
- H1 Live Article se déroulant en direct L’Iran et le Moyen-Orient suspendus à la décision de Donald Trump, à quelques heures de la fin de son ultimatum ; Emmanuel Macron convoque un conseil de d
- H4 Jeux skipped
- H4 Sélection de la rédaction
- H4 Idées
- H4 Les plus lus
- H4 Partenaires
- H3 Guides d’achat
- H3 Formation de langues
- H4 Jeux
- H3 Services Le Monde
- H3 Guides d'achat Le Monde
- H3 Le Monde à l'international
- H3 Services Partenaires
- H3 Sites du groupe
- H3 Informations légales le Monde
- H3 Informations légales le Monde
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
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | search | (Rechercher sur Le Monde) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search">
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