Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
CLandmark StructureAction31 landmarksREVIEW
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
BHeading Hierarchy38 headingsREVIEW
- H1 World Health Day
- H2 Latest news
- H2 Latest on emergencies
- H3 Conflict in the Middle East
- H3 (empty)
- H3 Read the latest situation report
- H3 Meningitis
- H3 Read our fact sheet
- H3 Influenza vaccines
- H3 (empty)
- H3 (empty)
- H3 Read about the next generation
- H3 COVID-19
- H3 (empty)
- H3 See the latest data
- H2 Highlights
- H3 WHO Pandemic Agreement
- H3 Learn more
- H3 Global health architecture
- H3 Provide your input
- H3 Urban health
- H3 Read about our work
- H3 Refugee and migrant health
- H3 (empty)
- H3 Read the fact sheet
- H2 Invest in WHO
- H3 Read more
- H2 Publications
- H3 Find a publication
- H2 Videos
- H3 Let's unpack menopause
- H2 Speeches
- H3 Read WHO Director-General's speeches
- H2 Campaigns
- H3 World Immunization Week
- H3 World Malaria Day
- H3 World Hand Hygiene Day
- H2 Events
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
BForm Accessibility2 of 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #language-selector | select | Select language | for/id |
| #01eea27a-23fa-4e8e-92f2-055d8cb6f2c7 | search | (Search) | placeholder only |
| language-selector | select | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<select name="language-selector">
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="search" id="01eea27a-23fa-4e8e-92f2-055d8cb6f2c7">
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
BLink & Button Quality1 issue(s) across 594 links and 0 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| # | (empty) | empty | Add link text or aria-label |
| /mega-menu/countries/regions/europe | Europe | new tab | Add '(opens in new tab)' to text |
| /mega-menu/countries/regions/western-pac… | Western Pacific | new tab | Add '(opens in new tab)' to text |
| /mega-menu/news/all-news/photo-library | Photo library | new tab | Add '(opens in new tab)' to text |
| /mega-menu/data/dashboards/covid-19-dash… | COVID-19 dashboard | new tab | Add '(opens in new tab)' to text |
| /mega-menu/data/reports | Reports | new tab | Add '(opens in new tab)' to text |
| /mega-menu/about-us/governance/governing… | Governing bodies | new tab | Add '(opens in new tab)' to text |
| /mega-menu/countries/regions/europe | Europe | new tab | Add '(opens in new tab)' to text |
| /mega-menu/countries/regions/western-pac… | Western Pacific | new tab | Add '(opens in new tab)' to text |
| /mega-menu/news/all-news/photo-library | Photo library | new tab | Add '(opens in new tab)' to text |
| /mega-menu/data/dashboards/covid-19-dash… | COVID-19 dashboard | new tab | Add '(opens in new tab)' to text |
| /mega-menu/data/reports | Reports | new tab | Add '(opens in new tab)' to text |
| /mega-menu/about-us/governance/governing… | Governing bodies | new tab | Add '(opens in new tab)' to text |
| /mega-menu/countries/regions/europe | Europe | new tab | Add '(opens in new tab)' to text |
| /mega-menu/countries/regions/western-pac… | Western Pacific | new tab | Add '(opens in new tab)' to text |
| /mega-menu/news/all-news/photo-library | Photo library | new tab | Add '(opens in new tab)' to text |
| /mega-menu/data/dashboards/covid-19-dash… | COVID-19 dashboard | new tab | Add '(opens in new tab)' to text |
| /mega-menu/data/reports | Reports | new tab | Add '(opens in new tab)' to text |
| /mega-menu/about-us/governance/governing… | Governing bodies | new tab | Add '(opens in new tab)' to text |
| /redirect-pages/footer/regions/africa | Africa | new tab | Add '(opens in new tab)' to text |
| /redirect-pages/footer/regions/americas | Americas | new tab | Add '(opens in new tab)' to text |
| /redirect-pages/footer/regions/eastern-m… | Eastern Mediterranean | new tab | Add '(opens in new tab)' to text |
| /redirect-pages/footer/regions/europe | Europe | new tab | Add '(opens in new tab)' to text |
| /redirect-pages/footer/who-policies/info… | Information disclosure | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/who?sub_con… | Follow WHO on Youtube | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/intent/follow?source… | Follow WHO on Twitter | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/WHO | Follow WHO on Facebook | new tab | Add '(opens in new tab)' to text |
| https://instagram.com/who | Follow WHO on Instagram | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/world-h… | Follow WHO on LinkedIn | new tab | Add '(opens in new tab)' to text |
| https://www.snapchat.com/add/who | Follow WHO on Snapchat | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@who?lang=en | Follow WHO on TikTok | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
#
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.
/mega-menu/countries/regions/europe; /mega-menu/countries/regions/western-pacific; /mega-menu/news/all-news/photo-library; /mega-menu/data/dashboards/covid-19-dashboard; /mega-menu/data/reports; /mega-menu/about-us/governance/governing-bodies-website; /mega-menu/countries/regions/europe; /mega-menu/countries/regions/western-pacific; /mega-menu/news/all-news/photo-library; /mega-menu/data/dashboards/covid-19-dashboard (+20 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 & Branding17 icon(s) detectedREVIEW
AAlt Text QualityAll 29 images OKPASS
| Issue | Count |
|---|---|
| too long | 3 image(s) |
A404 Error PageHTTP 404, custom pagePASS
A+Web ManifestPWA-readyPASS
A+Print StylesheetPrint styles detectedPASS
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 Latest news | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Latest on emergencie… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Highlights | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Invest in WHO | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Publications | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Videos | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Speeches | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Campaigns | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Events | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Conflict in the Midd… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Read the latest situ… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Meningitis | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Read our fact sheet | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Influenza vaccines | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Read about the next … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 See the latest data | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 WHO Pandemic Agreeme… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Learn more | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Global health archit… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Provide your input | 21.00:1 | 3.0: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.
A+Lighthouse Accessibility AuditsScore 96/100 — 2 failing, 27 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.
Names and labels
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.row > div.sf_colsIn > div.slicknav_menu > a.slicknav_btn div.row > div.sf_colsIn > div.slicknav_menu > a.slicknav_btn |
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.
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 |
|---|
28 March 2026 News release
WHO Member States agree to extend negotiations on k… div#PageContent_C510_Col00 > div.list-view > div.list-view--item > a.link-container |
26 March 2026 News release
Encouraging progress in inclusive health policies f… div#PageContent_C510_Col00 > div.list-view > div.list-view--item > a.link-container |
24 March 2026 News release
WHO recommends new diagnostic tools to help end TB div#PageContent_C510_Col00 > div.list-view > div.list-view--item > a.link-container |
18 March 2026 Joint News Release
Progress in reducing child deaths slows as 4.… div#PageContent_C510_Col00 > div.list-view > div.list-view--item > a.link-container |
2026
One Health Summit, Lyon, France, 5-7 April 2026
5 – 7 April 2026 div#PageContent_C633_Col01 > div.list-view > div.list-view--item > a.link-container |
Film screening and discussion on education for a balance between animal, plant … div#PageContent_C633_Col01 > div.list-view > div.list-view--item > a.link-container |
Together for One Health at the Local Level
6 April 2026 14:00 – 17:30 CET div#PageContent_C633_Col01 > div.list-view > div.list-view--item > a.link-container |
World Health Day
World Health Day 2026: Together for health. Stand with scienc… div#PageContent_C633_Col01 > div.list-view > div.list-view--item > a.link-container |
Global Forum of WHO Collaborating Centres: collaborating for a healthier future… div#PageContent_C633_Col01 > div.list-view > div.list-view--item > a.link-container |