Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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 Structure8 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
CAlt Text QualityAction1 of 15 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 1 image(s) |
| too long | 4 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
BLink & Button Quality244 links, 25 buttons — all OKREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://journal.lemonde.fr | The print The print | new tab | Add '(opens in new tab)' to text |
| https://www.lemonde.fr/en/opinion/articl… | Column Subscribe'Can Le Pen an… | img no alt | Add alt attribute to the image |
| 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/en/cgv-en/ | Terms & Conditions | new tab | Add '(opens in new tab)' to text |
| /en/faq/ | FAQ | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/Le-Monde-in-Eng… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/@LeMondeInEnglis… | Youtube | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/lemonde_en/ | new tab | Add '(opens in new tab)' to text | |
| https://www.tiktok.com/@lemonde_en | TikTok | new tab | Add '(opens in new tab)' to text |
| https://www.reddit.com/user/LeMonde_en/ | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://journal.lemonde.fr; https://www.lemonde.fr/mentions-legales/; https://www.lemonde.fr/cgv/; https://www.lemonde.fr/actualite-medias/article/2010/11/03/la-charte-d-ethique-et-de-deontologie-du-groupe-le-monde_1434737_3236.html; https://www.lemonde.fr/confidentialite/; https://www.lemonde.fr/faq/; https://www.lemonde.fr/en/cgv-en/; /en/faq/; https://www.facebook.com/Le-Monde-in-English-108626768479797; https://www.youtube.com/@LeMondeInEnglish (+3 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
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 Sections | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 French Focus | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Opinion | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Informations légale… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Le Monde Legal infor… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Le Monde in English … | 1.46:1 | 4.5:1 | #000000 | #292A2B | Fail |
| span Content | 1.46:1 | 4.5:1 | #000000 | #292A2B | Fail |
| span Menu | 1.46:1 | 4.5:1 | #000000 | #292A2B | Fail |
| span Search | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Footer | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Date: | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Monday, April 6, 202… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Time: | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span 11:35 pm (Paris) | 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 Go Back to the HomeP… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Your account | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Your account | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Subscribe | 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.
AHeading Hierarchy9 headings, 1 skip(s)PASS
- H1 A wave of dissent sweeps through Servant of the People, Zelensky's party
- H4 Editor’s Picks skipped
- H4 Opinion
- H4 Most read
- H3 Sections
- H3 French Focus
- H3 Opinion
- H3 Informations légales le Monde
- H3 Le Monde Legal informations
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 | (Search an article) | 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
A+Web ManifestPWA-readyPASS
ALighthouse Accessibility AuditsScore 91/100 — 3 failing, 23 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.
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 |
|---|
SITARA CELINA RAJH FOR LE MONDE section.area > div.article > div.lmd-link-clickarea > div.article__media-credit |
Valentine Faure div.article > a > div.article__wrapper > p.article__byline |
11 min read section.area > div.article > a > p.article__footer-info |
Alexandre Aublanc div.article > a > div.article__wrapper > p.article__byline |
8 min read div.area > div.article > a > p.article__footer-info |
Olivier Faye div.article > a > div.article__wrapper > p.article__byline |
14 min read div.area > div.article > a > p.article__footer-info |
Léo Bourdin div.article > a > div.article__wrapper > p.article__byline |
4 min read div.area > div.article > a > p.article__footer-info |
Columnist a > div.article__author > div > div.article__author-desc |
Economist a > div.article__author > div > div.article__author-desc |
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 |
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 |
|---|
Editor’s Picks div#habillagepub > section.zone > div.area > h4.area__title |
These are opportunities to improve keyboard navigation in your application.