Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction6 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
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
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 PageActionHTTP 404, bare pageFIX
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLink & Button Quality3 issue(s) across 198 links and 47 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://twitter.com/virginiadotgov | X Account | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/virginiagov/ | Instagram Account | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/virginiadotgov | X Account | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/virginiagov/ | Instagram Account | new tab | Add '(opens in new tab)' to text |
| https://permits.virginia.gov/Permit/Sear… | Find Virginia Permit Processes… | new tab | Add '(opens in new tab)' to text |
| https://www.jobs.virginia.gov/home | Find a job in Virginia governm… | new tab | Add '(opens in new tab)' to text |
| https://www.dvs.virginia.gov/benefits-se… | Veteran Benefit Support | new tab | Add '(opens in new tab)' to text |
| https://scc.virginia.gov/pages/new-busin… | Register your business name | new tab | Add '(opens in new tab)' to text |
| https://servevirginia.org/news-and-event… | Serve VirginiaCelebrate Nation… | new tab | Add '(opens in new tab)' to text |
| https://www.vdacs.virginia.gov/vagrown/ | Virginia Department of Agricul… | new tab | Add '(opens in new tab)' to text |
| https://www.dmv.virginia.gov/online-serv… | Couple with tablet | new tab | Add '(opens in new tab)' to text |
| https://www.dmv.virginia.gov/online-serv… | Online Driver's License Renewa… | new tab | Add '(opens in new tab)' to text |
| https://www.dcr.virginia.gov/state-parks… | Rocking chairs on porch | new tab | Add '(opens in new tab)' to text |
| https://www.dcr.virginia.gov/state-parks… | Reserve Your Cabin | new tab | Add '(opens in new tab)' to text |
| https://www.211virginia.org/consumer/ind… | 211 Virginia Logo | new tab | Add '(opens in new tab)' to text |
| https://www.211virginia.org/consumer/ind… | Find needed social services | new tab | Add '(opens in new tab)' to text |
| https://www.osig.virginia.gov/program-ar… | State Fraud, Waste, and Abuse … | new tab | Add '(opens in new tab)' to text |
| https://www.osig.virginia.gov/program-ar… | State Fraud, Waste & Abuse Hot… | new tab | Add '(opens in new tab)' to text |
| https://www.virginia.gov/nahm/ | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Nahm | |||
| /black-history-month/ | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Black History Month | |||
| /womens-history-month/ | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Womens History Month | |||
| https://www.governor.virginia.gov | governor.virginia.govGovernorA… | new tab | Add '(opens in new tab)' to text |
| https://www.ltgov.virginia.gov | ltgov.virginia.govLieutenant G… | new tab | Add '(opens in new tab)' to text |
| https://www.oag.state.va.us | oag.state.va.usAttorney Genera… | new tab | Add '(opens in new tab)' to text |
| https://commonwealthcalendar.virginia.go… | Full Calendar | new tab | Add '(opens in new tab)' to text |
| https://www.governor.virginia.gov | Governor | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
https://www.virginia.gov/nahm/ ("Learn More"); /black-history-month/ ("Learn More"); /womens-history-month/ ("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/virginiadotgov; https://www.instagram.com/virginiagov/; https://twitter.com/virginiadotgov; https://www.instagram.com/virginiagov/; https://permits.virginia.gov/Permit/Search; https://www.jobs.virginia.gov/home; https://www.dvs.virginia.gov/benefits-services; https://scc.virginia.gov/pages/new-business-resources; https://servevirginia.org/news-and-events/global-volunteer-month/; https://www.vdacs.virginia.gov/vagrown/ (+13 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
CFavicon & BrandingAction6 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 14 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 Virginia.gov | 1.12:1 | 3.0:1 | #000000 | #03122A | Fail |
| h1 Welcome to Virginia.… | 1.12:1 | 3.0:1 | #000000 | #03122A | Fail |
| h2 How can we help you? | 1.12:1 | 3.0:1 | #000000 | #03122A | Fail |
| h2 Top Services | 1.12:1 | 3.0:1 | #000000 | #03122A | Fail |
| h2 Services & Resources | 1.12:1 | 3.0:1 | #000000 | #03122A | Fail |
| h2 Happening in Virgini… | 1.12:1 | 3.0:1 | #000000 | #03122A | Fail |
| h2 Your Government | 1.12:1 | 3.0:1 | #000000 | #03122A | Fail |
| h2 Commonwealth Calenda… | 1.12:1 | 3.0:1 | #000000 | #03122A | Fail |
| h3 Join us in celebrati… | 1.12:1 | 3.0:1 | #000000 | #03122A | Fail |
| h3 Early season produce… | 1.12:1 | 3.0:1 | #000000 | #03122A | Fail |
| h3 Celebrate Virginia C… | 1.12:1 | 3.0:1 | #000000 | #03122A | Fail |
| title Home | Virginia.gov | 1.30:1 | 4.5:1 | #000000 | #212121 | Fail |
| a Virginia.gov | 1.48:1 | 4.5:1 | #000000 | #2A2B2B | Fail |
| span An official website … | 1.81:1 | 4.5:1 | #000000 | #383939 | Fail |
| a Here's how you know | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span An official website | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Here's how you know | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span To ensure accurate s… | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | Pass |
| button English | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | Pass |
| span ▼ | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | 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.
AHeading Hierarchy35 headingsPASS
- H1 Virginia.gov
- H1 Welcome to Virginia.gov duplicate H1
- H2 How can we help you?
- H2 Top Services
- H2 Celebrate National Volunteer Week
- H3 Join us in celebrating National Volunteer Week by giving back to your community, whether it's helping at a local food bank or cleaning up a state park. Visit Serve Virginia to find volunteer opportuni
- H2 Services & Resources
- H3 Business
- H3 Economy
- H3 Education
- H3 Employment
- H3 Environment & Natural Resources
- H3 Family & Health
- H3 Finance
- H3 Government
- H3 Licenses & Permits
- H3 Public Safety
- H3 Recreation & Culture
- H3 Transportation
- H2 Explore Virginia's Local Harvest
- H3 Early season produce and garden-ready plants are popping up across Virginia. Use the Virginia Grown website to explore what's in season and find local farms, markets, and producers near you.
- H2 Happening in Virginia
- H3 Online Driver's License Renewals
- H3 Reserve Your Cabin
- H3 Find needed social services
- H3 State Fraud, Waste & Abuse Hotline
- H3 Celebrate Virginia Culture and History
- H3 Month of November CelebrationNative American Heritage Month
- H3 Month of February CelebrationBlack History Month
- H3 Month of March CelebrationWomen's History Month
- H2 Your Government
- H3 GovernorAbigail Spanberger
- H3 Lieutenant GovernorGhazala Hashmi
- H3 Attorney GeneralJay Jones
- H2 Commonwealth Calendar
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 17 images OKPASS
| Issue | Count |
|---|---|
| too long | 1 image(s) |
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #js-vagov-search | input | Search Virginia.gov | for/id |
A+Lighthouse Accessibility AuditsScore 98/100 — 1 failing, 25 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.
Best practices
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.