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
CLink & Button QualityAction3 issue(s) across 253 links and 12 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| (empty) | empty | Add link text or aria-label | |
| https://www.regulations.gov/ | Regulations.gov Link is extern… | new tab | Add '(opens in new tab)' to text |
| https://www.whitehouse.gov/ | WhiteHouse.gov Link is externa… | new tab | Add '(opens in new tab)' to text |
| https://www.usa.gov/ | USA.gov Link is external | 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 |
Links without text are announced as raw URLs by screen readers.
a#main-content
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.
https://www.regulations.gov/; https://www.whitehouse.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 (#97 on page); button.usa-button (#667 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
A+Landmark Structure21 landmarksPASS
A+Heading Hierarchy19 headingsPASS
- H2 Primary Navigation
- H1 National Small Business Week Virtual Summit
- H2 Make a payment to SBA
- H2 Log into your SBA account
- H2 Upcoming events
- H2 Make Onshoring Great Again
- H2 Browse business topics
- H3 Plan your business
- H3 Launch your business
- H3 Manage your business
- H3 Grow your business
- H2 How we help small businesses
- H3 Free business counseling
- H3 SBA-guaranteed business loans
- H3 Home & business disaster loans
- H3 Federal government contracting
- H2 Start and grow your business
- H3 Footer navigation
- H3 Sign up
A+Alt Text QualityAll 22 images OKPASS
AForm Accessibility1 of 4 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #search-field | search | Search | for/id |
| #edit-email | for/id | ||
| #edit-zipcode | text | ZIP Code | for/id |
| #edit-submit | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" name="op" id="edit-submit">
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
A404 Error PageHTTP 404, custom pagePASS
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 |
|---|---|---|---|---|---|
| h1 National Small Busin… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Primary Navigation | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Make a payment to SB… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Log into your SBA ac… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Upcoming events | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Make Onshoring Great… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Browse business topi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 How we help small bu… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Start and grow your … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Plan your business | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Launch your business | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Manage your business | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Grow your business | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Free business counse… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 SBA-guaranteed busin… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Home & business disa… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Federal government c… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Footer navigation | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Sign up | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Small Business Admin… | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | 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, 28 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.