Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction10 of 36 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 10 image(s) |
| too long | 7 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
DLink & Button QualityAction8 issue(s) across 308 links and 21 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://ourworldindata.org/how-many-spec… | From our classicsHow many spec… | img no alt | Add alt attribute to the image |
| https://ourworldindata.org/how-many-spec… | From our classicsHow many spec… | img no alt | Add alt attribute to the image |
| https://x.com/ourworldindata | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/ourworldindata… | (empty) | empty | Add link text or aria-label |
| https://www.threads.net/@ourworldindata | (empty) | empty | Add link text or aria-label |
| https://facebook.com/ourworldindata | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/company/ourworl… | (empty) | empty | Add link text or aria-label |
| https://bsky.app/profile/ourworldindata.… | (empty) | empty | Add link text or aria-label |
| https://github.com/owid | (empty) | empty | Add link text or aria-label |
| /subscribe | (empty) | empty | Add link text or aria-label |
| https://ourworldindata.org/faqs | FAQs | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://x.com/ourworldindata; https://www.instagram.com/ourworldindata/; https://www.threads.net/@ourworldindata; https://facebook.com/ourworldindata; https://www.linkedin.com/company/ourworldindata; https://bsky.app/profile/ourworldindata.org; https://github.com/owid; /subscribe
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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://ourworldindata.org/how-many-species-are-there"]; a[href="https://ourworldindata.org/how-many-species-are-there"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://ourworldindata.org/faqs
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
DFavicon & 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
CLandmark StructureAction13 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
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
CHeading HierarchyAction58 headings, 1 skip(s)REVIEW
- H2 Research and data to make progress against the world’s largest problems.
- H3 Most people care about farm animals — our food system doesn't reflect that
- H3 We’re looking for a writer
- H3 How many species are there?
- H3 What do people die from in different countries?
- H3 Most people care about farm animals — our food system doesn't reflect that
- H3 How many species are there?
- H3 We’re looking for a writer
- H3 What do people die from in different countries?
- H4 Updates and announcements
- H3 NVIDIA's data center & AI revenue has grown nearly 15-fold since early 2023
- H3 Billions of people depend on synthetic fertilizers. Track how they're produced, traded, and used.
- H3 How much do governments spend, and what do they spend it on?
- H4 Subscribe to our newsletters
- H2 Data Insights
- H3 Indoor air pollution causes almost three million premature deaths every year
- H3 Death rates for cervical cancer in the United Kingdom have fallen by 80% since 1950
- H3 France’s nuclear fleet gives it one of the world’s lowest-carbon electricity grids
- H3 Hunger levels have increased across Africa over the last decade
- H3 Many countries are “leapfrogging” landlines and going straight to mobile phones
- H3 The global suicide rate has fallen since the 1990s, but the death toll is still high
- H3 Brazil, India, Vietnam, and Russia hold large reserves of rare earth, but mine very little of them
- H2 Explore our data
- H3 Child mortality rate Long-run estimates combining data from UN & Gapminder
- H4 What share of children die before their fifth birthday?
- H3 Share of population living in extreme poverty World Bank
- H4 What share of the population lives in extreme poverty?
- H3 Life expectancy Long-run estimates collated from multiple sources by Our World in Data
- H4 How has people’s life expectancy changed over time?
- H3 CO₂ emissions per capita Long-run estimates from the Global Carbon Budget
- H4 How have CO₂ emissions per capita changed?
- H3 GDP per capita Long-run estimates from the Maddison Project Database
- H4 How do average incomes compare between countries around the world?
- H3 Share of people who are undernourished UN FAO
- H4 What share of the population is suffering from hunger?
- H3 Literacy rate Long-run estimates collated from multiple sources by Our World in Data
- H4 When has literacy become a widespread skill?
- H3 Share of the population with access to electricity World Bank
- H4 Where do people lack access to even the most basic electricity supply?
- H2 Data explorers
- H2 All our topics
- H2 Population and Demographic Change
- H2 Health
- H2 Energy and Environment
- H2 Food and Agriculture
- H2 Poverty and Economic Development
- H2 Education and Knowledge
- H2 Innovation and Technological Change
- H2 Living Conditions, Community and Wellbeing
- H2 Human Rights and Democracy
- H2 Violence and War
- H4 Our World in Data is free and accessible for everyone. skipped
- H5 Explore
- H5 Resources
- H5 About
- H5 RSS Feeds
- H5 Follow us
- H2 Cookies help us build a better website
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
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
BLighthouse Accessibility AuditsScore 81/100 — 7 failing, 21 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 |
|---|
Try “Life expectancy”, “Poverty Nigeria Vietnam”, “CO2 France”… div#autocomplete > div.aa-Autocomplete > button#autocomplete-1-label > div.aa-DetachedSearchButtonPlaceholder |
NEW div.homepage-intro__featured-work-column > a.homepage-intro__featured-tile > span.h6-black-caps > span.homepage-intro__new-tag |
TODAY li.latest-data-insights__card > a.latest-data-insights__card__data-insight > div.latest-data-insights__card-right > p.data-insight-dateline |
APRIL 18 li.latest-data-insights__card > a.latest-data-insights__card__data-insight > div.latest-data-insights__card-right > p.data-insight-dateline |
Death rates for cervical cancer in the United Kingdom have fallen by 80% since … li.latest-data-insights__card > a.latest-data-insights__card__data-insight > div.latest-data-insights__card-right > h3#latest-data-insights__card-title-1 |
FOLLOW US footer.site-footer > div.footer-base > div.footer-base__socials > h5.h5-black-caps |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Global Change Data Lab footer.site-footer > div.footer-left > p.body-3-medium > a |
CC BY footer.site-footer > div.footer-left > p.body-3-medium > a |
MIT license footer.site-footer > div.footer-left > p.body-3-medium > a |
FAQs footer.site-footer > div.footer-left > p.body-3-medium > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
What share of children die before their fifth birthday? div > div.key-indicator > div.left > h4.narrative-title |
Our World in Data is free and accessible for everyone. section.donate-footer > div.donate-footer-inner > div > h4 |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a.homepage-intro__featured-tile > div.image > picture > img a.homepage-intro__featured-tile > div.image > picture > img |
div.GrapherWithFallback > figure.grapherPreview > picture > img.GrapherImage div.GrapherWithFallback > figure.grapherPreview > picture > img.GrapherImage |
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 |
|---|
footer.site-footer > div.footer-base > div.footer-base__socials > a footer.site-footer > div.footer-base > div.footer-base__socials > a |
footer.site-footer > div.footer-base > div.footer-base__socials > a footer.site-footer > div.footer-base > div.footer-base__socials > a |
footer.site-footer > div.footer-base > div.footer-base__socials > a footer.site-footer > div.footer-base > div.footer-base__socials > a |
footer.site-footer > div.footer-base > div.footer-base__socials > a footer.site-footer > div.footer-base > div.footer-base__socials > a |
footer.site-footer > div.footer-base > div.footer-base__socials > a footer.site-footer > div.footer-base > div.footer-base__socials > a |
footer.site-footer > div.footer-base > div.footer-base__socials > a footer.site-footer > div.footer-base > div.footer-base__socials > a |
footer.site-footer > div.footer-base > div.footer-base__socials > a footer.site-footer > div.footer-base > div.footer-base__socials > a |
footer.site-footer > div.footer-base > div.footer-base__socials > a footer.site-footer > div.footer-base > div.footer-base__socials > 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.
Best practices
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-enabled html.js-enabled |
These items highlight common accessibility best practices.
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 |
|---|
NEW ARTICLE · 6 MIN READ
Most people care about farm animals — our food system … section.homepage-intro > div.homepage-intro__featured-work > div.homepage-intro__featured-work-column > a.homepage-intro__featured-tile |
FROM OUR CLASSICS
How many species are there?
How many species do we share our… section.homepage-intro > div.homepage-intro__featured-work > div.homepage-intro__featured-work-column > a.homepage-intro__featured-tile |
ANNOUNCEMENT
We’re looking for a writer
We’re hiring a writer who can make the… section.homepage-intro > div.homepage-intro__featured-work > div.homepage-intro__featured-work-column > a.homepage-intro__featured-tile |
ARTICLE · 6 MIN READ
What do people die from in different countries?
Explore c… section.homepage-intro > div.homepage-intro__featured-work > div.homepage-intro__featured-work-column > a.homepage-intro__featured-tile |
DATA UPDATE - YESTERDAY
NVIDIA's data center & AI revenue has grown nearly 15-f… div.homepage-intro__announcements > ul.homepage-intro__announcements-list > li.homepage-intro__announcement > a.homepage-intro__announcement-link |
DATA UPDATE - THIS WEEK
Billions of people depend on synthetic fertilizers. Tra… div.homepage-intro__announcements > ul.homepage-intro__announcements-list > li.homepage-intro__announcement > a.homepage-intro__announcement-link |
TODAY
Indoor air pollution causes almost three million premature deaths every … div.latest-data-insights__viewport > ul.latest-data-insights__card-container > li.latest-data-insights__card > a.latest-data-insights__card__data-insight |
APRIL 18
Death rates for cervical cancer in the United Kingdom have fallen by … div.latest-data-insights__viewport > ul.latest-data-insights__card-container > li.latest-data-insights__card > a.latest-data-insights__card__data-insight |
AForm Accessibility1 of 6 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #mce-group[85302]-85302-1-homepage | checkbox | The OWID Brief Twice a monthStay up to date with our latest work plus curated highlights from across Our World in Data, twice a month. | for/id |
| #mce-group[85302]-85302-0-homepage | checkbox | Data Insights Every few daysReceive our bite-sized insights on how the world is changing, every few days. | for/id |
| #feedback.message | textarea | Message | for/id |
| #feedback.name | input | Your name | for/id |
| #feedback.email | Email address | for/id | |
| (Your email address) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="email" name="EMAIL">
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
A404 Error PageHTTP 404, custom pagePASS
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 Research and data to… | 12.52:1 | 3.0:1 | #000000 | #F7C020 | Pass |
| h2 Data Insights | 12.52:1 | 3.0:1 | #000000 | #F7C020 | Pass |
| h2 Explore our data | 12.52:1 | 3.0:1 | #000000 | #F7C020 | Pass |
| h2 Data explorers | 12.52:1 | 3.0:1 | #000000 | #F7C020 | Pass |
| h2 All our topics | 12.52:1 | 3.0:1 | #000000 | #F7C020 | Pass |
| h2 Population and Demog… | 12.52:1 | 3.0:1 | #000000 | #F7C020 | Pass |
| h2 Health | 12.52:1 | 3.0:1 | #000000 | #F7C020 | Pass |
| h2 Energy and Environme… | 12.52:1 | 3.0:1 | #000000 | #F7C020 | Pass |
| h2 Food and Agriculture | 12.52:1 | 3.0:1 | #000000 | #F7C020 | Pass |
| h2 Poverty and Economic… | 12.52:1 | 3.0:1 | #000000 | #F7C020 | Pass |
| h2 Education and Knowle… | 12.52:1 | 3.0:1 | #000000 | #F7C020 | Pass |
| h2 Innovation and Techn… | 12.52:1 | 3.0:1 | #000000 | #F7C020 | Pass |
| h2 Living Conditions, C… | 12.52:1 | 3.0:1 | #000000 | #F7C020 | Pass |
| h2 Human Rights and Dem… | 12.52:1 | 3.0:1 | #000000 | #F7C020 | Pass |
| h2 Violence and War | 12.52:1 | 3.0:1 | #000000 | #F7C020 | Pass |
| h2 Cookies help us buil… | 12.52:1 | 3.0:1 | #000000 | #F7C020 | Pass |
| h3 Most people care abo… | 12.52:1 | 3.0:1 | #000000 | #F7C020 | Pass |
| h3 We’re looking for … | 12.52:1 | 3.0:1 | #000000 | #F7C020 | Pass |
| h3 How many species are… | 12.52:1 | 3.0:1 | #000000 | #F7C020 | Pass |
| h3 What do people die f… | 12.52:1 | 3.0:1 | #000000 | #F7C020 | 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.