Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction2 landmarksFIX
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
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
DFavicon & BrandingAction3 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
- H3 Nordstrom: A Market in Motion: Looking Back on Three Decades in Foreign Exchange
- H3 Statement Regarding Use of FedTrade Plus for Securities Lending Operations
- H3 Business Leaders Survey: Service Sector Activity Declines
- H3 The Federal Reserve’s Transition to Ample Reserves: A View from the SOMA Annual Report
- H3 Key Takeaways from President Williams’s Speech on the Economic Outlook and Monetary Policy
- H3 Economic Activity in the Second District Continued to Decline Modestly
- H3 Empire State Manufacturing Survey: Business Activity Increases Moderately
- H3 How Changes to GSE Ownership Structure Could Affect the Agency MBS Market
- H3 Scams Involving the Federal Reserve Name
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
CLink & Button QualityAction4 issue(s) across 213 links and 1 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| (empty) | empty | Add link text or aria-label | |
| http://libertystreeteconomics.newyorkfed… | Blog | new tab | Add '(opens in new tab)' to text |
| / | (empty) | empty | Add link text or aria-label |
| /newsevents/speeches/2026/wil260416 | (empty) | empty | Add link text or aria-label |
| /markets/annual_reports | (empty) | empty | Add link text or aria-label |
| https://x.com/NewYorkFed | X | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/TheNewYorkF… | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/federal… | new tab | Add '(opens in new tab)' to text | |
| https://public.govdelivery.com/accounts/… | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/NewYorkFed | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/newyorkfed | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
a (#35 on page); /; /newsevents/speeches/2026/wil260416; /markets/annual_reports
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
Add '(opens in new tab)' to link text or aria-label.
http://libertystreeteconomics.newyorkfed.org; https://x.com/NewYorkFed; https://www.youtube.com/user/TheNewYorkFed; https://www.linkedin.com/company/federal-reserve-bank-of-new-york; https://public.govdelivery.com/accounts/USFRBNEWYORK/subscriber/new?; https://www.instagram.com/NewYorkFed; https://www.facebook.com/newyorkfed
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
CColor Contrast (Screenshot)Action20 text elements analyzed, 8 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
3 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 |
|---|---|---|---|---|---|
| title FEDERAL RESERVE BANK… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Museum & Visits | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Regional Economy | 1.07:1 | 4.5:1 | #000000 | #0C0C0C | Fail |
| a Data & Statistics | 1.91:1 | 4.5:1 | #000000 | #3E3C3B | Fail |
| a Careers | 1.14:1 | 4.5:1 | #000000 | #191210 | Fail |
| a Blog | 1.42:1 | 4.5:1 | #000000 | #31251F | Fail |
| a Press Center | 2.11:1 | 4.5:1 | #000000 | #513F35 | Fail |
| a Menu | 2.76:1 | 4.5:1 | #000000 | #635042 | Fail |
| a About the New York… | 2.11:1 | 4.5:1 | #000000 | #4B4138 | Fail |
| a About the New York… | 3.90:1 | 4.5:1 | #000000 | #6C6A68 | Fail |
| a What We Do | 18.81:1 | 4.5:1 | #000000 | #F5F2ED | Pass |
| a Who We Are | 18.81:1 | 4.5:1 | #000000 | #F5F2ED | Pass |
| a Bank Leadership | 20.13:1 | 4.5:1 | #000000 | #FBFAF8 | Pass |
| a Communities We Serve | 18.81:1 | 4.5:1 | #000000 | #F5F2ED | Pass |
| a Governance | 18.81:1 | 4.5:1 | #000000 | #F5F2ED | Pass |
| a Board of Directors | 18.81:1 | 4.5:1 | #000000 | #F5F2ED | Pass |
| a Disclosures | 18.81:1 | 4.5:1 | #000000 | #F5F2ED | Pass |
| a Ethics and Conflicts… | 18.81:1 | 4.5:1 | #000000 | #F5F2ED | Pass |
| a Annual Financial Sta… | 18.81:1 | 4.5:1 | #000000 | #F5F2ED | Pass |
| a Org Chart | 18.81:1 | 4.5:1 | #000000 | #F5F2ED | 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.
CLighthouse Accessibility AuditsActionScore 71/100 — 4 failing, 9 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
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.dxt-logo-wrapper > div > div.dxt-logo-wrapper-a > a.dxt-logo div.dxt-logo-wrapper > div > div.dxt-logo-wrapper-a > a.dxt-logo |
div.featured-headlines > ul.featured > li.featured-headline-active > a div.featured-headlines > ul.featured > li.featured-headline-active > a |
div.featured-headlines > ul.featured > li > a div.featured-headlines > ul.featured > li > a |
ul.spotlight > li#spotlight-slide-0 > div#spotlight-image-0 > a.spotlight-slide-link ul.spotlight > li#spotlight-slide-0 > div#spotlight-image-0 > a.spotlight-slide-link |
ul.spotlight > li#spotlight-slide-1 > div#spotlight-image-1 > a.spotlight-slide-link ul.spotlight > li#spotlight-slide-1 > div#spotlight-image-1 > a.spotlight-slide-link |
ul.spotlight > li#spotlight-slide-3 > div#spotlight-image-3 > a.spotlight-slide-link ul.spotlight > li#spotlight-slide-3 > div#spotlight-image-3 > a.spotlight-slide-link |
ul.spotlight > li#spotlight-slide-4 > div#spotlight-image-4 > a.spotlight-slide-link ul.spotlight > li#spotlight-slide-4 > div#spotlight-image-4 > a.spotlight-slide-link |
ul.spotlight > li#spotlight-slide-7 > div#spotlight-image-7 > a.spotlight-slide-link ul.spotlight > li#spotlight-slide-7 > div#spotlight-image-7 > a.spotlight-slide-link |
ul.spotlight > li#spotlight-slide-8 > div#spotlight-image-8 > a.spotlight-slide-link ul.spotlight > li#spotlight-slide-8 > div#spotlight-image-8 > a.spotlight-slide-link |
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
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|
PRESS CENTER li#spotlight-slide-0 > a.spotlight-slide-link > span.strap > a.dxt-spotlight-title |
REGIONAL ECONOMY li#spotlight-slide-2 > a.spotlight-slide-link > span.strap > a.dxt-spotlight-title |
THE TELLER WINDOW li#spotlight-slide-3 > a.spotlight-slide-link > span.strap > a.dxt-spotlight-title |
THE TELLER WINDOW li#spotlight-slide-4 > a.spotlight-slide-link > span.strap > a.dxt-spotlight-title |
REGIONAL ECONOMY li#spotlight-slide-5 > a.spotlight-slide-link > span.strap > a.dxt-spotlight-title |
REGIONAL ECONOMY li#spotlight-slide-6 > a.spotlight-slide-link > span.strap > a.dxt-spotlight-title |
THE TELLER WINDOW li#spotlight-slide-7 > a.spotlight-slide-link > span.strap > a.dxt-spotlight-title |
ABOUT THE NEW YORK FED li#spotlight-slide-8 > a.spotlight-slide-link > span.strap > a.dxt-spotlight-title |
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 html |
These items highlight common accessibility best practices.
A+Alt Text QualityAll 27 images OKPASS
AForm Accessibility1 of 2 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #searchbutton | submit | Search Button | aria-label |
| #searchbox | text | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="text" id="searchbox">
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