The WebAIM Million
The 2024 report on the accessibility of the top 1,000,000 home pages
Introduction
For the sixth consecutive year, WebAIM conducted an accessibility evaluation of the home pages for the top 1,000,000 web sites. The evaluation was conducted using the WAVE stand-alone API (with additional tools to collect site technology and sector data). The results provide an overview of and insight into the current state of web accessibility for individuals with disabilities as well as trends over time.
The Sample
Site Lookup
How did your home page rank in our study? Enter a web site domain below to view details.
The million home page list was derived from the Tranco ranking which combines several sources of "top" web sites.
Sites without home pages, pages that returned errors (404, etc.), pages with fewer than 10 HTML elements, and pages with more than 5,000 links to the same domain (for SEO purposes) were not included.
Methodology
The WAVE accessibility engine was used to analyze the rendered DOM of all pages after scripting and styles were applied. WAVE detects end-user accessibility barriers and Web Content Accessibility Guidelines (WCAG) conformance failures. All automated tools, including WAVE, have limitations—not all conformance failures can be automatically detected. Absence of detected errors does not indicate that a page is accessible or conformant. Although this report describes only a subset of accessibility issues on only 1,000,000 home pages, this report provides a quantified and reliable representation of the current state of the accessibility of the most influential pages on the web.
The Tranco list of top web sites was used for the 2024 sample. While the methodology and sources for Tranco are very similar to those used by the WebAIM Million in previous years, the Tranco sample includes only pay-level domains, meaning domains that can be directly registered, not including sub-domains. This year's sample covered a broader swath of the web with fewer infrastructural domains that users would not view, such as CDNs, image and data servers, APIs, etc. This minor change to sampling, plus more comprehensive tests in WAVE, may account for some of the changes described below.
Detected Errors
Across the one million home pages, 56,791,260 distinct accessibility errors were detected—an average of 56.8 errors per page. The number of detected errors increased notably (13.6%) since the 2023 analysis which found 50 errors/page. "Errors" are WAVE-detected accessibility barriers having notable end user impact, and which have a very high likelihood of being WCAG 2.2 Level A/AA conformance failures.
This chart shows the average number of detectable errors per home page over time:
Home Page Complexity
The home pages tested had nearly 1.2 billion page elements. Home page complexity increased significantly in 12 months, from an average of 1050 elements in February 2023 to an average of 1173 elements per home page in February 2024—an 11.8% increase.
The following chart shows the number of home page elements detected over the last six WebAIM Million studies:
The number of home page elements increased 11.8% since 2024, and has increased 50% in the last 5 years. 4.8% of all home page elements had a detected accessibility error. Users with disabilities would expect to encounter errors on 1 in every 21 home page elements.
Error density (number of errors divided by number of page elements) is provided in the site lookup, but is an unreliable metric of site accessibility. A significant number of page elements (<div>
and <span>
elements, for example) may result in a lower error density (suggesting better accessibility), when in fact many new accessibility errors may have also been introduced. This report focuses on average number of detected errors—likely end user barriers—present as opposed to error densities (how diluted those errors are within page elements).
There was a correlation between page popularity and home page complexity. The top 100,000 pages averaged 1,424 elements—45% more page elements than the last 100,000 sites in the sample (980 elements).
WCAG Conformance
95.9% of home pages had detected WCAG 2 failures. This improved slightly from 96.3% in 2023. Over the last 5 years, the pages with detectable WCAG failures have decreased by only 1.9% from 97.8%. These are only automatically detected errors that align with WCAG conformance failures with a high level of reliability which suggests that the rate of full WCAG 2 A/AA conformance was certainly lower.
This chart shows the percentage of home pages with detected WCAG conformance failures over time:
While the rate of pages with no detectable errors was very low, 22.2% of pages had 5 or fewer detected errors and 31.2% had 10 or fewer. Over the last several years the proportion of pages with fewer errors has increased while the number of pages with many errors has also increased—pages with fewer errors have gotten better while pages with many errors have gotten worse.
WCAG Failure Type | % of home pages |
---|---|
Low contrast text | 81.0% |
Missing alternative text for images | 54.5% |
Missing form input labels | 48.6% |
Empty links | 44.6% |
Empty buttons | 28.2% |
Missing document language | 17.1% |
96.4% of all errors detected fall into these six categories. These most common errors have been the same for the last 5 years. Addressing just these few types of issues would significantly improve accessibility across the web.
Over time the number of pages with low contrast text, missing alternative text, empty links, and missing document language has decreased while the number of pages with missing form input labels and empty buttons has been largely unchanged.
Low Contrast Text
Low contrast text, below the WCAG 2 AA thresholds, was found on 81% of home pages. This was the most commonly-detected accessibility issue. On average, each home page had 34.5 distinct instances of low-contrast text, up 13.7% from 30.4 in 2023.
Images and Alternative Text
Home pages are becoming increasingly graphical. There were over 55.6 million images in the sample, or 55.6 images per home page on average, a 28% increase over the last year. 21.6% of all home page images (12 per page on average) had missing alternative text (not counting alt=""
). 43% of the images missing alternative text were linked images—resulting in links that were not descriptive. One out of every four linked images was missing alternative text.
14.6% of images with alternative text had questionable or repetitive alternative text—such as alt="image", "graphic", "blank", a file name, etc., or alternative text identical to adjacent text or the alternative text of an adjacent image.
These data show that one may expect one third of the images on popular home pages to have missing, questionable, or repetitive alternative text.
Form Labeling
The number of form inputs on home pages has nearly doubled in 5 years, with a notable increase of 22.6% in the last year, from 5.0 million to 6.2 million. 35.5% of form inputs identified were not properly labeled (either via <label>
, aria-label
, aria-labelledby
, or title
).
Headings
23.8 million headings were detected (nearly 24 on average per home page). The number (and prevalence) of heading levels were:
- 1.5 million
<h1>
headings (6.4%) - 7.3 million
<h2>
headings (30.5%) - 8.6 million
<h3>
headings (36.3%) - 3.7 million
<h4>
headings (15.6%) - 1.8 million
<h5>
headings (7.5%) - .9 million
<h6>
headings (3.7%)
The number of headings present on analyzed home pages decreased 4% from 24.8 million in 2023 reversing a trend of increases the previous four years.
Because headings are the primary mechanism used by screen reader users to navigate content, their proper implementation is important. 16.8% of home pages had more than one <h1>
—a decrease from 20.1% in 2023. There were 1,058,992 instances of skipped heading levels (e.g., jumping from <h2>
to <h4>
)—one in every 22 headings. Skipped heading levels were present on 37.9% of all pages, down from 42.2% in 2023. 11.3% of pages had no headings present at all, up from 7.9% in 2023.
Regions
76.7% of home pages had at least one region (or ARIA landmark) defined—a decrease from 80.9% in 2023 (though an increase from all previous years). A <main>
element or main landmark was present on 39.1% of home pages, down slightly from 41.5% in 2023 (though an increase from all previous years). 15.5% of home pages had a "search" landmark, down from 21% in 2023.
ARIA
89,050,856 ARIA attributes were detected—89 per page on average! ARIA code usage increased 15% in just one year and has more than quadrupled since 2019.
This chart shows the number of ARIA attributes per home page over time:
The prevalence of ARIA labels and descriptions increased 26% in just the last year. Home pages averaged 19.2 aria-label
, aria-labelledby
, or aria-describedby
attributes.
74.6% of the one million home pages used ARIA (excluding ARIA landmark roles). Home pages with ARIA present averaged 34.2% more detected errors than those without ARIA—one would expect to encounter an additional 15 potential barriers on home pages with ARIA present.
Increased ARIA usage on pages was associated with higher detected errors. The more ARIA attributes that were present, the more detected accessibility errors could be expected. This does not necessarily mean that ARIA introduced these errors (these pages are more complex), but pages typically had more errors when ARIA was present.
6.7% of home pages had an ARIA menu (role="menu"
, up from 5% in 2023), but 28% of ARIA menus introduced accessibility barriers due to the lack of necessary ARIA menu markup and interactions.
Home pages also averaged 15.5 aria-hidden="true"
attributes (up from 13.7 in 2023, 11.0 in 2022, 8.9 in 2021, and 6.6 in 2020) and 3.1 role="button"
attributes (down from 3.4 in 2023, but up from previous years). Home pages averaged 23.1 instances of tabindex=0
or tabindex=-1
(up 16% from 19.9 in 2023 and up 95% from 2020).
Links
13.2% of pages had ambiguous link text, such as "click here", "more", "continue", etc. (a decrease from 17.3% of pages in 2023). These pages had 6.3 instances of ambiguous links on average.
Skip Links
13.3% of home pages had a "skip" link present, down from 17.2% in 2023. One out of every 10 "skip" links were broken—either they were hidden in a way that made them inaccessible or the link target was not present in the page.
Doctypes
91.6% of home pages had a valid HTML5 doctype—an increase from 89.8% in 2023, 86.1% in 2022 and 79.1% in 2021. Pages with a valid HTML5 doctype had significantly more page elements (average of 1213 vs. 745) and detectable errors (average of 57.1 vs. 53.2) than pages with other doctypes. 511 unique doctypes were encountered in the million-page sample.
Site Categories
We're grateful for the support of webshrinker.com for providing us the site category data. Their support makes this valuable information available.
The one million home pages were categorized based on content into IAB Content Taxonomy categories. The table below shows the average number of errors in each category and the percent difference in errors for that category from the average of 56.8 errors for the entire million-page sample. In other words, the percentage difference is how much better or worse that category is than the average home page.
Category | Avg. # of errors | % difference |
---|---|---|
Government | 35.7 | −37.2% |
Social Media | 40.9 | −28.0% |
Technology & Computing | 41.8 | −26.4% |
Law, Government, & Politics | 43.1 | −24.1% |
Business | 44.3 | −22.0% |
Society | 44.8 | −21.0% |
Education | 48.3 | −15.0% |
Careers | 48.9 | −13.8% |
Personal Finance | 49.2 | −13.4% |
Family and Parenting | 50.8 | −10.6% |
Science | 50.9 | −10.4% |
Food and Drink | 51.6 | −9.1% |
Health and Fitness | 51.7 | −9.0% |
Religion and Spirituality | 58.7 | +3.3% |
Arts and Entertainment | 60.4 | +6.3% |
Travel | 64.7 | +13.8% |
Hobbies and Interests | 66.2 | +16.5% |
Pets | 66.3 | +16.7% |
Automotive | 66.5 | +17.1% |
Home and Garden | 67.6 | +19.1% |
News/Weather/Information | 69.5 | +22.3% |
Adult Content | 72.9 | +28.3% |
Real Estate | 75.1 | +32.2% |
Style & Fashion | 77.3 | +36.1% |
Shopping | 83.3 | +46.6% |
Sports | 84.9 | +49.4% |
There were notable differences in accessibility errors for sites in different categories. Sports, shopping, style & fashion, real estate, and adult content home pages, for example, had over twice the number of errors on average as governmental web sites.
TLDs
1068 unique top-level domains (e.g., com, .tv, .fashion, etc.) were represented in the million pages analyzed. The table below shows select TLDs with home page counts, average number of errors per home page, and percentage difference from the average of 56.8 errors for the entire million-page sample.
TLD | # of home pages | Avg. # of errors | % difference |
---|---|---|---|
gov | 1,611 | 20.3 | −64.2% |
edu | 3,257 | 26.0 | −54.2% |
us | 2,515 | 34.2 | −39.7% |
ca | 5,386 | 35.6 | −37.3% |
uk | 15,388 | 41.7 | −26.6% |
org | 41,107 | 42.0 | −26.1% |
info | 7,952 | 44.7 | −21.3% |
au | 7,533 | 48.7 | −14.3% |
net | 40,270 | 48.9 | −14.0% |
nl | 10,910 | 49.4 | −13.0% |
jp | 26,956 | 49.5 | −12.9% |
co | 7,440 | 50.3 | −11.4% |
eu | 4,258 | 50.5 | −11.1% |
de | 21,911 | 51.4 | −9.5% |
id | 4,074 | 55.6 | −2.1% |
fr | 9,537 | 55.7 | −2.0% |
com | 432,581 | 56.4 | −.1% |
es | 5,267 | 60.7 | +6.8% |
in | 10,670 | 60.9 | +7.2% |
it | 9,996 | 66.4 | +16.9% |
ru | 50,058 | 67.5 | +18.8% |
br | 19,848 | 69.0 | +21.4% |
pl | 9,442 | 69.7 | +22.8% |
cz | 4,772 | 73.0 | +28.5% |
ua | 5,508 | 93.1 | +63.8% |
cn | 20,999 | 107.7 | +89.6% |
This shows notable differences between TLDs.
Languages
84% of pages specified a document language, an increase from 82.2% in 2023. Despite being a WCAG failure, pages without a language defined had fewer errors on average than most pages with a language defined.
This table shows the specified page language for the most common languages (n>5000), number of pages in the sample, average number of errors, and percentage difference in errors from the overall average of 56.8.
Specified Language | # of home pages | Avg. # of errors | % difference |
---|---|---|---|
English | 488,599 | 47.9 | −15.6% |
Dutch | 11,549 | 50.3 | −11.4% |
German | 28,293 | 54.3 | −4.4% |
No language specified | 160,101 | 56.2 | −1.1% |
Japanese | 33,991 | 60.1 | +5.9% |
French | 20,670 | 62.3 | +9.6% |
Russian | 75,321 | 64.4 | +13.4% |
Spanish | 30,242 | 65.3 | +15.0% |
Portuguese | 26,703 | 68.7 | +20.9% |
Italian | 10,882 | 70.7 | +24.4% |
Polish | 8,805 | 72.8 | +28.2% |
Turkish | 8,344 | 74.7 | +31.5% |
Chinese | 8,298 | 76.2 | +34.2% |
Farsi | 5,839 | 78.3 | +37.9% |
Korean | 6,239 | 86.9 | +53.1% |
Vietnamese | 5,609 | 88.0 | +54.9% |
No linguistic content/not applicable (lang=zxx) | 7,218 | 93.4 | +64.5% |
Indonesian | 11,813 | 130.8 | +130.3% |
As with TLDs, there are significant differences in accessibility of pages in various languages. Western languages generally fared better than other languages.
Technologies
Over 1,200 different types of web technologies were detected on the one million home pages. Common technologies detected on more than 5,000 home pages are listed below, ordered from "best" to "worst". Note that correspondence of additional errors with a technology cannot always be attributed to that technology.
Content management systems and site builders
CMS | # of home pages | Avg. # of errors | % difference |
---|---|---|---|
Divi | 8,188 | 28.3 | −50.1% |
Webflow | 7,951 | 28.4 | −50.1% |
Adobe Experience Manager | 5,743 | 31.1 | −45.3% |
Typo3 CMS | 5,144 | 44.7 | −21.3% |
Drupal | 19,366 | 44.8 | −21.1% |
Joomla | 7,018 | 49.2 | −13.4% |
Elementor | 44,501 | 51.2 | −9.9% |
Wordpress | 234,922 | 51.5 | −9.3% |
wpBakery | 18,949 | 66.4 | +16.9% |
1C-Bitrix | 11,452 | 96.9 | +70.5% |
There was a wide diversity in the impact that the CMS choice appeared to have on accessibility with home pages. Most pages that use a common CMS have fewer errors than average.
JavaScript frameworks
Framework | # of home pages | Avg. # of errors | % difference |
---|---|---|---|
Next.js | 21,542 | 41.4 | −27.1% |
Nuxt.js | 12,722 | 42.4 | −25.3% |
AMP | 14,867 | 47.3 | −16.8% |
Emotion | 12,097 | 47.8 | −15.9% |
React | 72,616 | 50.1 | −11.7% |
styled-components | 12,609 | 51.4 | −9.6% |
Zone.js | 7,373 | 51.7 | −9.0% |
Alpine.js | 5,808 | 52.0 | −8.5% |
GSAP | 41,586 | 57.7 | +1.5% |
Backbone.js | 10,519 | 59.7 | +5.2% |
AngularJS | 7,502 | 60.7 | +6.9% |
Stimulus | 5,345 | 60.9 | +7.2% |
Vue.js | 43,351 | 62.3 | +9.7% |
RequireJS | 13,917 | 68.2 | +20.1% |
Handlebars | 9,913 | 70.4 | +23.9% |
toastr | 6,488 | 78.1 | +37.5% |
Mustache | 7,843 | 90.6 | +59.5% |
JavaScript libraries
Library | # of home pages | Avg. # of errors | % difference |
---|---|---|---|
YUI | 5,804 | 45.2 | −20.4% |
Polyfill | 12,420 | 49.8 | −12.2% |
AOS | 17,300 | 50.7 | −10.7% |
jQuery Mobile | 5,000 | 50.9 | −10.3% |
lit-html | 10,962 | 52.7 | −7.2% |
DataTables | 9,249 | 56.3 | −0.8% |
Lodash | 38,839 | 57.0 | +0.4% |
lit-element | 8,534 | 57.4 | +1.1% |
jQuery Migrate | 204,168 | 57.7 | +1.6% |
Lightbox | 37,855 | 60.4 | +6.4% |
core-js | 337,569 | 61.4 | +8.1% |
Boomerang | 27,138 | 62.2 | +9.5% |
Modernizr | 68,044 | 63.6 | +11.9% |
Underscore.js | 12,107 | 64.2 | +13.0% |
jQuery | 627,641 | 64.4 | +13.5% |
LazySizes | 69,285 | 64.7 | +13.8% |
Tippy.js | 5,750 | 64.9 | +14.2% |
web-vitals | 35,561 | 65.4 | +15.1% |
Flickity | 18,028 | 65.6 | +15.5% |
Hammer.js | 16,960 | 66.2 | +16.5% |
Photoswipe | 12,104 | 68.6 | +20.8% |
jQuery UI | 154,455 | 69.0 | +21.5% |
Isotope | 41,677 | 70.0 | +23.2% |
Preact | 17,237 | 70.2 | +23.7% |
Swiper | 112,105 | 71.2 | +25.3% |
Moment.js | 38,259 | 76.1 | +33.9% |
prettyPhoto | 12,589 | 77.1 | +35.7% |
Axios | 10,638 | 78.1 | +37.5% |
OWL Carousel | 64,418 | 83.5 | +47.0% |
FancyBox | 52,612 | 84.0 | +47.9% |
Slick | 68,579 | 85.5 | +50.6% |
Select2 | 31,652 | 87.3 | +53.8% |
SweetAlert2 | 10,850 | 93.0 | +63.8% |
Clipboard.js | 6,537 | 96.6 | +70.1% |
Fingerprintjs | 5,415 | 154.2 | +171.5% |
The presence of most of these popular JavaScript libraries aligned with an increase in detected accessibility errors.
Web frameworks
Web Framework | # of home pages | Avg. # of errors | % difference |
---|---|---|---|
Next.js | 21,542 | 41.4 | −27.1% |
ZURB foundation | 15,723 | 54.2 | −4.5% |
Microsoft ASP | 44,831 | 58.9 | +3.8% |
Express | 18,420 | 60.4 | +6.4% |
UIkit | 5,424 | 60.5 | +6.5% |
CodeIgniter | 5,615 | 66.3 | +16.8% |
Laravel | 9,549 | 66.9 | +17.7% |
Animate.css | 27,054 | 68.3 | +20.3% |
Bootstrap | 257,688 | 69.7 | +22.7% |
CivicTheme | 9,226 | 95.5 | +68.1% |
Home pages in the sample that utilize the popular Bootstrap framework had 12.9 more accessibility errors on average than those that did not. We can't know from these data if Bootstrap introduced these errors, but there was a correspondence of increased errors when Bootstrap was present.
Ecommerce platforms
Platform | # of home pages | Avg. # of errors | % difference |
---|---|---|---|
Shopify | 18,420 | 60.4 | +6.4% |
Woocommerce | 24,495 | 74.9 | +31.8% |
Magento | 8,451 | 86.6 | +52.5% |
Advertisement networks
theTradeDesk | 6,514 | 39.0 | −31.4% |
Linkedin Ads | 12,750 | 44.9 | −21.0% |
Amazon Advertising | 14,598 | 58.1 | +2.3% |
Microsoft Advertising | 33,260 | 59.7 | +5.0% |
Pubmatic | 8,189 | 63.8 | +12.4% |
AppNexus | 10,805 | 64.1 | +12.8% |
OpenX | 5,609 | 64.3 | +13.2% |
Prebid | 18,915 | 64.4 | +13.4% |
Teads | 5,092 | 64.9 | +14.3% |
Taboola | 8,895 | 66.0 | +16.2% |
33Across | 13,559 | 66.1 | +16.3% |
Twitter Ads | 34,567 | 66.6 | +17.3% |
Pinterest Ads | 15,210 | 66.7 | +17.4% |
ID5 | 9,332 | 67.1 | +18.2% |
Rubicon Project | 9,293 | 67.5 | +18.8% |
Google AdSense | 68,646 | 69.1 | +21.6% |
Yandex | 65,825 | 72.9 | +28.4% |
Doubleclick | 10,064 | 74.7 | +31.5% |
Criteo | 18,897 | 88.0 | +54.8% |
Pages that utilized almost any of these popular ad systems had more errors on average than those that did not. The data suggest that ads were among the strongest harbingers of accessibility errors. Home pages that utilize the common Google AdSense system had 12.3 more errors on average.
Other technologies
Other common technologies also correlated to more errors:
- 12.9% of pages had ReCAPTCHA (down from 14.4% in 2023), and these pages had 8.1 more errors than average.
- 13.4% of pages (up from 11.5% in 2023) were detected as having Progressive Web Apps (PWAs) and these pages had 3.1 more errors than average.
Web sites that used common cookie compliance technologies, such as OneTrust and CookieYes averaged notably fewer errors than average, whereas sites that used browser fingerprinting technologies commonly used for user tracking averaged significantly more errors than average. Sites that used FingerprintJS and ClientJS for user tracking averaged nearly twice and over ten times as many errors respectively. This may suggest a relationship between user privacy and accessibility practices.
1,126,054 tables were observed (up from 1,064,331 in 2023) on 162,377 pages. Only 189,546 (16.8%) of the tables had valid data table markup.
Web sites with common accessibility overlays detected averaged fewer detectable errors than average.
- AudioEye - 36.9 errors
- UserWay - 42.9 errors
- accessiBe - 50.5 errors
NOTE: Overlays that manipulate WAVE results were disabled before the testing occurred.
Conclusion
Our 2024 analysis saw a notable increase in the number of detected accessibility errors, though a small decrease in number of pages with WCAG conformance failures. Despite increased errors, there were several positive trends. Pages with fewer errors in the past generally got better, suggesting that increased focus on accessibility is impactful. Also, the prevalence of several error types, such as low contrast text and missing alt text decreased. Some sectors, such as government and education, fare much better than others indicating regulation and supports have a positive impact on accessibility. We at WebAIM hope that this report will help influence improved accessibility.