Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction5 issue(s) across 93 links and 12 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.doi.gov/freedom250 | Freedom 250 | new tab | Add '(opens in new tab)' to text |
| https://www.doi.gov/freedom250 | America's 250th Anniversary | new tab | Add '(opens in new tab)' to text |
| /freedom250 | America250 | new tab | Add '(opens in new tab)' to text |
| /freedom250 | America250 | new tab | Add '(opens in new tab)' to text |
| /about | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: About | |||
| /trump-administration-announces-deals-to… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Trump Administration Announces Deals Totaling 56 Billion During Indo Pacific Energy Security Summit | |||
| /promises-made-promises-kept | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Promises Made Promises Kept | |||
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Generic link text like 'click here' doesn't describe the destination.
/about ("Read More"); /trump-administration-announces-deals-totaling-56-billion-during-indo-pacific… ("Read More"); /promises-made-promises-kept ("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.doi.gov/freedom250; https://www.doi.gov/freedom250; /freedom250; /freedom250
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 (#140 on page); button.usa-button (#265 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.
DPrint StylesheetActionNo print stylesFIX
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.
2 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 Stewarding Conservat… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Recent News | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Latest News | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Our Mission | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 More from the Interi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Section Title | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Section Title | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 U.S. Department of t… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title U.S. Department of t… | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| a Skip to main content | 8.97:1 | 4.5:1 | #000000 | #93ADBF | Pass |
| p An official website … | 1.96:1 | 4.5:1 | #000000 | #01406E | Fail |
| p Here's how you know | 1.96:1 | 4.5:1 | #000000 | #01406E | Fail |
| span Here's how you know | 2.26:1 | 4.5:1 | #000000 | #1F4E50 | Fail |
| strong Official websites us… | 3.16:1 | 3.0:1 | #000000 | #4C6424 | Pass |
| strong .gov | 6.54:1 | 3.0:1 | #000000 | #8D9092 | Pass |
| p website belongs to a… | 6.37:1 | 4.5:1 | #000000 | #8B8E90 | Pass |
| strong Secure .gov websites… | 6.41:1 | 3.0:1 | #000000 | #8D8E91 | Pass |
| strong lock | 5.08:1 | 3.0:1 | #000000 | #7A7D81 | Pass |
| p ) or | 2.23:1 | 4.5:1 | #000000 | #49463F | Fail |
| strong https:// | 3.05:1 | 3.0:1 | #000000 | #5C5A55 | 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 89/100 — 3 failing, 25 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.
ARIA
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Hero playback control div.grid-container > div.field > section.paragraph > button.video-reel__toggle |
These are opportunities to improve the usage of ARIA in your application which 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. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
04/13/2026 div.info > div.publication-info > div.publication-info--dates > div.publication-info--date |
04/03/2026 div.info > div.publication-info > div.publication-info--dates > div.publication-info--date |
04/02/2026 div.info > div.publication-info > div.publication-info--dates > div.publication-info--date |
These are opportunities to improve the legibility of your content.
Names and labels
Including a skip link can help users skip to the main content to save time. Learn more about skip links.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to main content body.path-frontpage > a.usa-sr-only |
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.
ALandmark Structure17 landmarksPASS
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
AHeading Hierarchy20 headingsPASS
- H3 About
- H3 Bureaus
- H3 Media
- H1 Stewarding Conservation and Powering Our Future
- H1 U.S. Department of the Interior duplicate H1
- H2 Recent News
- H2 Department of the Interior Reopens Restored Tidal Basin Seawall
- H2 Latest News
- H3 Department of the Interior Completes Three-Day Probate Outreach Event at Gila River Indian…
- H3 Department of the Interior Begins Transition to Marine Minerals Administration
- H3 Interior Announces Strategic Initiative to Improve Efficiency, Boost American Energy Independence…
- H2 Our Mission
- H2 More from the Interior
- H2 Securing American Energy Dominance
- H2 Promises Made, Promises Kept
- H2 Webcams
- H2 Hearings and Appeals Case Inventories
- H2 Section Title
- H2 Section Title
- H3 U.S. Department of the Interior
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+Alt Text QualityAll 31 images OKPASS
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #extended-search-field-small | text | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="query" id="extended-search-field-small">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2