Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction12 issue(s) across 149 links and 12 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://twitter.com/USTradeRep | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/pages/Office-of… | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/ustraderep/?hl… | new tab | Add '(opens in new tab)' to text | |
| mailto:media@ustr.eop.gov | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/USTradeRep | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/pages/Office-of… | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/ustraderep/?hl… | new tab | Add '(opens in new tab)' to text | |
| mailto:media@ustr.eop.gov | new tab | Add '(opens in new tab)' to text | |
| # | (empty) | empty | Add link text or aria-label |
| /about-us/biographies-key-officials | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Biographies Key Officials | |||
| /issue-areas/presidential-tariff-actions | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Presidential Tariff Actions | |||
| https://twitter.com/USTradeRep | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/USTradeRep/ | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/ustraderep/?hl… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/user/ustr | YouTube | 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 |
| <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 |
| <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.
#
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.
/about-us/biographies-key-officials ("Read More"); /issue-areas/presidential-tariff-actions ("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://twitter.com/USTradeRep; https://www.facebook.com/pages/Office-of-the-United-States-Trade-Representati…; https://www.instagram.com/ustraderep/?hl=en; mailto:media@ustr.eop.gov; https://twitter.com/USTradeRep; https://www.facebook.com/pages/Office-of-the-United-States-Trade-Representati…; https://www.instagram.com/ustraderep/?hl=en; mailto:media@ustr.eop.gov; https://twitter.com/USTradeRep; https://www.facebook.com/USTradeRep/ (+2 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.submit (#155 on page); button.toggle (#157 on page); button.submit-mobile (#159 on page); button.submit (#315 on page); button.toggle (#317 on page); button.submit-mobile (#319 on page); button.btn (#391 on page); button.btn (#436 on page); button.btn (#442 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
CLandmark StructureAction1 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
BHeading Hierarchy10 headingsREVIEW
- H2 "I am convinced that American workers, farmers, ranchers, and service providers can compete with anyone else in the world, in this market and beyond – so long as they have a level playing field."
- H1 News
- H2 (empty)
- H2 (empty)
- H2 (empty)
- H1 Leadership duplicate H1
- H2 United States Trade Representative
- H3 Jamieson Greer
- H3 Ambassador Jamieson Greer was confirmed by the U.S. Senate as the 20th United States Trade Representative on February 27, 2025. As a key member of President Trump’s cabinet, Ambassador Greer has ma
- H1 Priorities duplicate H1
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
CColor Contrast (Screenshot)Action20 text elements analyzed, 17 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 |
|---|---|---|---|---|---|
| h1 News | 10.34:1 | 3.0:1 | #000000 | #D7B300 | Pass |
| h1 Leadership | 10.34:1 | 3.0:1 | #000000 | #D7B300 | Pass |
| h1 Priorities | 10.34:1 | 3.0:1 | #000000 | #D7B300 | Pass |
| title Home | United States… | 1.15:1 | 4.5:1 | #000000 | #0D132D | Fail |
| a Skip to main content | 1.15:1 | 4.5:1 | #000000 | #0D132D | Fail |
| a Trade Agreements | 1.15:1 | 4.5:1 | #000000 | #0D132D | Fail |
| a Agreements on Recipr… | 1.16:1 | 4.5:1 | #000000 | #0E142E | Fail |
| a Free Trade Agreement… | 1.16:1 | 4.5:1 | #000000 | #0E142E | Fail |
| a Trade & Investment F… | 1.15:1 | 4.5:1 | #000000 | #0D132D | Fail |
| a Bilateral Investment… | 1.15:1 | 4.5:1 | #000000 | #0D132D | Fail |
| a Other Initiatives | 1.15:1 | 4.5:1 | #000000 | #0D132D | Fail |
| a Countries & Regions | 1.15:1 | 4.5:1 | #000000 | #0D132D | Fail |
| a Africa | 1.15:1 | 4.5:1 | #000000 | #0D132D | Fail |
| a Western Hemisphere | 1.15:1 | 4.5:1 | #000000 | #0D132D | Fail |
| a Southeast Asia & Pac… | 1.15:1 | 4.5:1 | #000000 | #0D132D | Fail |
| a Europe & Middle East | 1.15:1 | 4.5:1 | #000000 | #0D132D | Fail |
| a South & Central Asia | 1.15:1 | 4.5:1 | #000000 | #0D132D | Fail |
| a China, Mongolia & Ta… | 1.15:1 | 4.5:1 | #000000 | #0D132D | Fail |
| a Japan, Korea & APEC | 1.15:1 | 4.5:1 | #000000 | #0D132D | Fail |
| a United States Trade … | 1.15:1 | 4.5:1 | #000000 | #0D132D | 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.
BLighthouse Accessibility AuditsScore 85/100 — 4 failing, 22 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
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.dialog-off-canvas-main-canvas > div.masthead > div.hero-background > img div.dialog-off-canvas-main-canvas > div.masthead > div.hero-background > img |
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.col-12 > nav.site-navigation > div.d-inline-block > a.site-menu-toggle div.col-12 > nav.site-navigation > div.d-inline-block > a.site-menu-toggle |
div.hero-container > div > div > a div.hero-container > div > div > 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.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
search li#search > span > form > button.submit-mobile |
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.
AAlt Text Quality1 of 24 images have issuesPASS
| 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
AForm Accessibility1 of 3 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #collapseExample | text | Search through site content | aria-label |
| #collapseExample | text | Search through site content | aria-label |
| #mce-EMAIL | (Email Address) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="email" name="EMAIL" id="mce-EMAIL">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman