Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction1 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
BLandmark Structure3 landmarksREVIEW
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 61 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 1 image(s) |
| too long | 15 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
CLink & Button QualityAction4 issue(s) across 214 links and 20 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://premium.britannica.com/premium-m… | SUBSCRIBE | new tab | Add '(opens in new tab)' to text |
| https://premium.britannica.com/premium-m… | SUBSCRIBE | new tab | Add '(opens in new tab)' to text |
| https://premium.britannica.com/premium-m… | SUBSCRIBE | new tab | Add '(opens in new tab)' to text |
| https://premium.britannica.com/premium-m… | (empty) | empty | Add link text or aria-label |
| https://kids.britannica.com/ | Britannica Kids | new tab | Add '(opens in new tab)' to text |
| https://www.merriam-webster.com | Merriam-Webster | new tab | Add '(opens in new tab)' to text |
| https://britannicalearn.com/ | School & Library | new tab | Add '(opens in new tab)' to text |
| https://melingo.com/ | Melingo | new tab | Add '(opens in new tab)' to text |
| https://books.britannica.com/ | Britannica Books | new tab | Add '(opens in new tab)' to text |
| https://escola.britannica.com.br/ | Escola | new tab | Add '(opens in new tab)' to text |
| https://arabic.britannicaenglish.com/en/ | Britannica English-Arabic | new tab | Add '(opens in new tab)' to text |
| https://www.nglish.com/spanish/en/ | Nglish Sp-En Translation | new tab | Add '(opens in new tab)' to text |
| https://britannica.threadless.com/?utm_s… | Britannica Merch | new tab | Add '(opens in new tab)' to text |
| https://britannica.com.au/ | Australia | new tab | Add '(opens in new tab)' to text |
| https://britannica.com.br/ | Brazil | new tab | Add '(opens in new tab)' to text |
| https://china.eb.com/ | China | new tab | Add '(opens in new tab)' to text |
| https://www.britannica.co.jp/ | Japan | new tab | Add '(opens in new tab)' to text |
| https://britannica.es | Latin America | new tab | Add '(opens in new tab)' to text |
| https://britannica.co.uk/ | United Kingdom | new tab | Add '(opens in new tab)' to text |
| https://encyclopediaapi.com/ | Encyclopaedia Britannica's Syn… | new tab | Add '(opens in new tab)' to text |
| https://corporate.britannica.com/intl_pu… | International Publishing | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/BRITANNICA/ | Share on Facebook | new tab | Add '(opens in new tab)' to text |
| https://x.com/britannica | Share on X | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/c/encyclopaediab… | Share on Youtube | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/britannica/ | Share on Instagram | new tab | Add '(opens in new tab)' to text |
| https://www.pinterest.com/britannica/ | Share on Pinterest | new tab | Add '(opens in new tab)' to text |
| https://corporate.britannica.com | About Us & Legal Info | new tab | Add '(opens in new tab)' to text |
| https://corporate.britannica.com/adverti… | Advertising | new tab | Add '(opens in new tab)' to text |
| https://corporate.britannica.com/contact… | Contact Us | new tab | Add '(opens in new tab)' to text |
| https://corporate.britannica.com/privacy… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://corporate.britannica.com/termsof… | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://corporate.britannica.com/equalem… | Equal Opportunity | 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 |
Links without text are announced as raw URLs by screen readers.
https://premium.britannica.com/premium-membership/?utm_source=premium&utm_med…
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://premium.britannica.com/premium-membership/?utm_source=premium&utm_med…; https://premium.britannica.com/premium-membership/?utm_source=premium&utm_med…; https://premium.britannica.com/premium-membership/?utm_source=premium&utm_med…; https://kids.britannica.com/; https://www.merriam-webster.com; https://britannicalearn.com/; https://melingo.com/; https://books.britannica.com/; https://escola.britannica.com.br/; https://arabic.britannicaenglish.com/en/ (+21 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
Icon-only buttons need an aria-label so screen readers can announce them.
button.search-reset-btn (#143 on page); button.search-reset-btn (#153 on page); button.search-reset-btn (#189 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 4 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 |
|---|---|---|---|---|---|
| h2 Featured Games | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Trending Quizzes | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Featured Videos | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Explore | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Read More | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Elections in the New… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Encyclopedia Britann… | 1.21:1 | 4.5:1 | #000000 | #071C2E | Fail |
| span Explore | 1.21:1 | 4.5:1 | #000000 | #071C2E | Fail |
| label Search Britannica | 1.21:1 | 4.5:1 | #000000 | #071C2E | Fail |
| span Click here to search | 1.21:1 | 4.5:1 | #000000 | #071C2D | Fail |
| label Search Britannica | 7.92:1 | 4.5:1 | #000000 | #98A0A7 | Pass |
| span Click here to search | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a SUBSCRIBE | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a SUBSCRIBE | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Login | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div https://premium.brit… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a SUBSCRIBE | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| label Search Britannica | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Click here to search | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Ask the Chatbot | 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 82/100 — 4 failing, 20 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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.global-nav-top-bar > div.grid > div.col-35 > button.js-toggle-user-dropdown div.global-nav-top-bar > div.grid > div.col-35 > button.js-toggle-user-dropdown |
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 |
|---|
div.grid > div.col-sm-40 > a > img.col-70 div.grid > div.col-sm-40 > a > img.col-70 |
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.marketing-HOMEPAGE_BOTTOM_SUBSCRIBE2 > div.grid > div.col-sm-40 > a div.marketing-HOMEPAGE_BOTTOM_SUBSCRIBE2 > div.grid > div.col-sm-40 > 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.
Contrast
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 |
|---|
archaeologists div.cards3up > div.kic-title-container > div.font-serif > a.md-crosslink |
ancient Egyptian div.cards3up > div.kic-title-container > div.font-serif > a.md-crosslink |
divine kingship div.cards3up > div.kic-title-container > div.font-serif > a.md-crosslink |
afterlife div.cards3up > div.kic-title-container > div.font-serif > a.md-crosslink |
Canada div.feature-block > div.oyr-title-container > p.font-serif > a.md-crosslink |
Liberal div.feature-block > div.oyr-title-container > p.font-serif > a.md-crosslink |
Mark Carney div.feature-block > div.oyr-title-container > p.font-serif > a.md-crosslink |
Benin div.feature-block > div.oyr-title-container > p.font-serif > a.md-crosslink |
Hungary div.kic-right-rail > div.feature-block > p.font-serif > a.md-crosslink |
Viktor Orbán div.kic-right-rail > div.feature-block > p.font-serif > a.md-crosslink |
Péter Magyar div.kic-right-rail > div.feature-block > p.font-serif > a.md-crosslink |
European Union div.kic-right-rail > div.feature-block > p.font-serif > a.md-crosslink |
Peru div.kic-right-rail > div.feature-block > p.font-serif > a.md-crosslink |
Alberto Fujimori div.kic-right-rail > div.feature-block > p.font-serif > a.md-crosslink |
has secured a place in the June 7 runoff div.kic-right-rail > div.feature-block > p.font-serif > a.md-crosslink |
Ismail Omar Guelleh div.kic-right-rail > div.feature-block > p.font-serif > a.md-crosslink |
Since he first took office in 1999 div.kic-right-rail > div.feature-block > p.font-serif > a.md-crosslink |
strategic location div.kic-right-rail > div.feature-block > p.font-serif > a.md-crosslink |
These are opportunities to improve the legibility of your content.
AHeading Hierarchy18 headingsPASS
- H2 Temples and Tombs
- H3 Read More
- H3 Elections in the News
- H2 New on Britannica
- H2 Popular ProCon Debate Topics
- H2 Featured Games
- H2 Trending Quizzes
- H2 Featured Videos
- H1 Britannica Premium Subscription
- H1 Unlock Exclusive Content! duplicate H1
- H2 Explore Britannica
- H3 History & Society
- H3 Science & Tech
- H3 Biographies
- H3 Animals & Nature
- H3 Geography & Travel
- H3 Arts & Culture
- H2 Calculators
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
A+Form AccessibilityAll 3 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #__fe87332f-ce0d-4187-b6a8-5ac2e25ac139 | input | Search Britannica | aria-label |
| #global-nav-search-query | input | Search Britannica | aria-label |
| #__e95f8fd6-0266-4a38-9335-b83b2a4461be | input | Search Britannica | aria-label |