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
BHeading Hierarchy7 headingsREVIEW
- H2 DNA Day is April 25.
- H3 NIH Strategic Plan for Disability Health Research
- H3 Low-cost care model reduces blood pressure in high-risk populations
- H3 NIH Research in Context: Treating addiction
- H2 NIH at a Glance
- H2 Featured Resources & Initiatives
- H2 Footer menu
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
BLink & Button Quality2 issue(s) across 99 links and 10 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.genome.gov/dna-day | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Dna Day | |||
| http://www.hhs.gov/ | Department of Health and Human… | new tab | Add '(opens in new tab)' to text |
| https://eeo.nih.gov/no-fear-act | No Fear Act | new tab | Add '(opens in new tab)' to text |
| https://www.hhs.gov/vulnerability-disclo… | HHS Vulnerability Disclosure | new tab | Add '(opens in new tab)' to text |
| https://oig.hhs.gov/ | Office of Inspector General | new tab | Add '(opens in new tab)' to text |
| https://www.usa.gov/ | Visit USA.gov | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Generic link text like 'click here' doesn't describe the destination.
https://www.genome.gov/dna-day ("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.
http://www.hhs.gov/; https://eeo.nih.gov/no-fear-act; https://www.hhs.gov/vulnerability-disclosure-policy/index.html; https://oig.hhs.gov/; https://www.usa.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
Icon-only buttons need an aria-label so screen readers can announce them.
button.usa-nav__close (#119 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
BColor Contrast (Screenshot)20 text elements analyzed, 0 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 DNA Day is April 25. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 NIH at a Glance | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Featured Resources &… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Footer menu | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 NIH Strategic Plan f… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Low-cost care model … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 NIH Research in Cont… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title National Institutes … | 18.43:1 | 4.5:1 | #000000 | #F0F0F0 | Pass |
| a Skip to main content | 19.43:1 | 4.5:1 | #000000 | #F6F6F6 | Pass |
| p An official website … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Here’s how you kno… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Here’s how you kno… | 6.76:1 | 4.5:1 | #000000 | #7B96A6 | Pass |
| strong Official websites us… | 8.80:1 | 3.0:1 | #000000 | #90ACBA | Pass |
| strong .gov | 9.29:1 | 3.0:1 | #000000 | #98B0BE | Pass |
| p website belongs to a… | 7.59:1 | 4.5:1 | #000000 | #879FAD | Pass |
| strong Secure .gov websites… | 10.70:1 | 3.0:1 | #000000 | #AABBCD | Pass |
| strong lock | 18.43:1 | 3.0:1 | #000000 | #F0F0F0 | Pass |
| p ) or | 18.43:1 | 4.5:1 | #000000 | #F0F0F0 | Pass |
| strong https:// | 18.43:1 | 3.0:1 | #000000 | #F0F0F0 | Pass |
| p means you’ve safel… | 18.43:1 | 4.5:1 | #000000 | #F0F0F0 | 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+Landmark Structure11 landmarksPASS
A+Alt Text Quality1 of 18 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 1 image(s) |
| too long | 1 image(s) |
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #extended-search-field-en-small | search | Search | for/id |
A404 Error PageHTTP 404, custom pagePASS
A+Lighthouse Accessibility AuditsScore 96/100 — 1 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. 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 |
|---|
Department of Health and Human Services div.usa-identifier__container > div.usa-identifier__identity > p.usa-identifier__identity-disclaimer > a.ext |
These are opportunities to improve the legibility of your content.