Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction5 issue(s) across 191 links and 13 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.hhs.gov/ | U.S. Department of Health & Hu… | new tab | Add '(opens in new tab)' to text |
| https://public.govdelivery.com/accounts/… | Subscribe to receive OWH updat… | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| https://link.springer.com/article/10.118… | Learn About Improving Maternal… | new tab | Add '(opens in new tab)' to text |
| https://link.springer.com/article/10.118… | Learn About Improving Maternal… | new tab | Add '(opens in new tab)' to text |
| https://womenshealth.gov/menopause | Learn about Menopause | new tab | Add '(opens in new tab)' to text |
| https://womenshealth.gov/TalkingPPD | Talking PPD | new tab | Add '(opens in new tab)' to text |
| /node/1501 | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: 1501 | |||
| https://www.pinterest.com/womenshealth | This is an external link discl… | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/WomensHealt… | This is an external link discl… | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/WomensHealth/ | This is an external link discl… | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/HHSOWH | This is an external link discl… | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/hhs-owh… | This is an external link discl… | new tab | Add '(opens in new tab)' to text |
| https://public.govdelivery.com/accounts/… | Subscribe to receive OWH updat… | new tab | Add '(opens in new tab)' to text |
| https://www.pinterest.com/womenshealth | This is an external link discl… | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/WomensHealt… | This is an external link discl… | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/womenshealth | This is an external link discl… | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/HHSOWH | This is an external link discl… | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/hhs-owh… | This is an external link discl… | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
a#main-content; a.lb-cancel (#731 on page); a.lb-close (#738 on page)
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
Generic link text like 'click here' doesn't describe the destination.
/node/1501 ("Read 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://www.hhs.gov/; https://public.govdelivery.com/accounts/USOPHSOWH/subscribers/new; https://link.springer.com/article/10.1186/s12884-025-08526-8; https://link.springer.com/article/10.1186/s12884-025-08526-8; https://womenshealth.gov/menopause; https://womenshealth.gov/TalkingPPD; https://www.pinterest.com/womenshealth; https://www.youtube.com/user/WomensHealthgov; https://twitter.com/WomensHealth/; https://www.facebook.com/HHSOWH (+7 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.usa-nav__close (#124 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
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.
BHeading Hierarchy9 headingsREVIEW
- H2 Explore the Latest Data, Key Findings, and Progress from Participating Hospitals
- H2 Explore OWH CME/CE Courses
- H2 Learn About Improving Maternal Health Outcomes
- H2 Learn about Menopause
- H3 Learn about Menopause
- H3 Talking PPD
- H2 Top Trending Health Topics
- H2 Featured Story
- H2 Connect
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
BAlt Text Quality1 of 39 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 1 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
A+Landmark Structure9 landmarksPASS
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #extended-mega-search-field-small | search | Search small | for/id |
| #owh-topics-search-input | search | Search | for/id |
A404 Error PageHTTP 404, custom pagePASS
A+Print StylesheetPrint styles detectedPASS
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 Featured Story | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Connect | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title OASH | Office on Wom… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to main content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p An official website … | 7.03:1 | 4.5:1 | #000000 | #669BC2 | Pass |
| p Here's how you know | 10.60:1 | 4.5:1 | #000000 | #99BDD6 | Pass |
| span Here's how you know | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| strong The .gov means it’… | 18.89:1 | 3.0:1 | #000000 | #F2F3F3 | Pass |
| p Federal government w… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| strong The site is secure. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| p The | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| strong https:// | 8.13:1 | 3.0:1 | #000000 | #919FD6 | Pass |
| p ensures that you are… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a U.S. Department of H… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Call the OWH HELPLIN… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 1-800-994-9662 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p 9 a.m. — 6 p.m. ET… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p OWH and the OWH help… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Please call 911 or g… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Close | 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.
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 29 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.