Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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 StructureAction5 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 Hierarchy17 headingsREVIEW
- H1 (empty)
- H1 (empty)
- H1 University Corporation for Atmospheric Research duplicate H1
- H2 Serving the Earth system science community
- H3 Quicklinks
- H4 What we do
- H4 What we offer
- H4 Opportunities
- H3 Newly renovated Sun-Earth Connections exhibit is now open
- H3 News
- H4 Researchers win prestigious AMS, AGU honors for contributions to Earth system science
- H5 Six NSF NCAR and UCAR researchers recognized
- H3 Opportunities for the Community
- H4 Postal Address
- H4 Shipping Address
- H4 Follow Us
- H4 Subscribe to News
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
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
BLink & Button Quality1 issue(s) across 108 links and 6 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.linkedin.com/posts/national-… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: National Center For Atmospheric Research Mesalabmonday Activity 7358175401526923267 Wvrp | |||
| https://news.ucar.edu/133065/ucar-seeks-… | UCAR seeks preliminary injunct… | new tab | Add '(opens in new tab)' to text |
| https://news.ucar.edu/133064/ucar-names-… | UCAR names Eric Barron as inte… | new tab | Add '(opens in new tab)' to text |
| https://news.ucar.edu/133061/ucar-statem… | UCAR statement on lawsuit file… | new tab | Add '(opens in new tab)' to text |
| https://news.ucar.edu | See all News | new tab | Add '(opens in new tab)' to text |
| https://mailchi.mp/ucar.edu/ucar-communi… | UCAR Currents: Community News … | new tab | Add '(opens in new tab)' to text |
| https://mailchi.mp/ucar.edu/ucar-communi… | UCAR Currents: Community News … | new tab | Add '(opens in new tab)' to text |
| https://mailchi.mp/ucar.edu/ucar-communi… | UCAR Currents: Community News … | new tab | Add '(opens in new tab)' to text |
| https://us4.campaign-archive.com/home/?u… | See all UCAR Updates | new tab | Add '(opens in new tab)' to text |
| https://www.nsf.gov/ | National Science Foundation | new tab | Add '(opens in new tab)' to text |
| https://nsf.gov | U.S. National Science Foundati… | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
https://www.linkedin.com/posts/national-center-for-atmospheric-research_mesal… ("Learn more")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://news.ucar.edu/133065/ucar-seeks-preliminary-injunction-against-federa…; https://news.ucar.edu/133064/ucar-names-eric-barron-interim-president; https://news.ucar.edu/133061/ucar-statement-lawsuit-filed-against-federal-adm…; https://news.ucar.edu; https://mailchi.mp/ucar.edu/ucar-community-news-september-13368348; https://mailchi.mp/ucar.edu/ucar-community-news-september-13368239; https://mailchi.mp/ucar.edu/ucar-community-news-september-13368120; https://us4.campaign-archive.com/home/?u=289033ba2718c3aa3d2b2e76f&id=10797fec53; https://www.nsf.gov/; https://nsf.gov
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
CFavicon & BrandingAction12 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 19 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
5 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 University Corporati… | 1.19:1 | 3.0:1 | #000000 | #011837 | Fail |
| h2 Serving the Earth sy… | 1.19:1 | 3.0:1 | #000000 | #011837 | Fail |
| h3 Quicklinks | 1.19:1 | 3.0:1 | #000000 | #011837 | Fail |
| h3 Newly renovated Sun-… | 1.19:1 | 3.0:1 | #000000 | #011837 | Fail |
| h3 News | 1.19:1 | 3.0:1 | #000000 | #011837 | Fail |
| h3 Opportunities for th… | 1.19:1 | 3.0:1 | #000000 | #011837 | Fail |
| title University Corporati… | 4.54:1 | 4.5:1 | #000000 | #00818F | Pass |
| a Skip to main content | 2.30:1 | 4.5:1 | #000000 | #03505A | Fail |
| a Alerts | 1.05:1 | 4.5:1 | #000000 | #09080D | Fail |
| button Search | 1.08:1 | 4.5:1 | #000000 | #0D0C11 | Fail |
| a Who we are | 1.18:1 | 4.5:1 | #000000 | #1C1619 | Fail |
| a Overview | 1.15:1 | 4.5:1 | #000000 | #181413 | Fail |
| p UCAR is a hub for th… | 1.64:1 | 4.5:1 | #000000 | #3F2E2A | Fail |
| a UCAR President searc… | 1.24:1 | 4.5:1 | #000000 | #1F1C1D | Fail |
| a Community Programs | 1.22:1 | 4.5:1 | #000000 | #1F1A1C | Fail |
| a Membership + governa… | 1.17:1 | 4.5:1 | #000000 | #181617 | Fail |
| a Ethics + integrity | 1.14:1 | 4.5:1 | #000000 | #151415 | Fail |
| a Partners + funders | 1.79:1 | 4.5:1 | #000000 | #00357A | Fail |
| a History | 1.48:1 | 4.5:1 | #000000 | #00295F | Fail |
| a Staff | 1.19:1 | 4.5:1 | #000000 | #011837 | Fail |
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+Alt Text QualityAll 4 images OKPASS
A+Form AccessibilityAll 4 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| q | text | Search | aria-label |
| q | text | Search | aria-label |
| #mce-EMAIL | Enter your email address to subscribe to the newsletter | aria-label | |
| #mc-embedded-subscribe | submit | Subscribe to news | aria-label |
A404 Error PageHTTP 404, custom pagePASS
ALighthouse Accessibility AuditsScore 91/100 — 4 failing, 24 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 |
|---|
LEARN MORE ABOUT US div.grid-y > div.cell > div.grid-x > a.cell |
LEARN MORE ABOUT NSF NCAR div.cell > article.content > p > a.cta-link |
U.S. National Science Foundation. div.grid-x > div.cell > p > a |
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 |
|---|
U.S. National Science Foundation. div.grid-x > div.cell > p > 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 we do div.cell > a > div.inner > h4 |
These are opportunities to improve keyboard navigation in your application.
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 html.js |
These items highlight common accessibility best practices.