Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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
BLandmark Structure15 landmarksREVIEW
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
BAlt Text Quality2 of 28 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction11 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 15 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 VCU | 9.81:1 | 3.0:1 | #000000 | #EAA400 | Pass |
| h2 Explore our | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Rams say it | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 We are the | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Explore | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Resources | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Site links | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| title Virginia Commonwealt… | 1.32:1 | 4.5:1 | #000000 | #222222 | Fail |
| a Virginia Commonwealt… | 1.32:1 | 4.5:1 | #000000 | #222222 | Fail |
| a Give | 5.07:1 | 4.5:1 | #000000 | #A1750E | Pass |
| a Skip to main content | 11.58:1 | 4.5:1 | #000000 | #FEB200 | Pass |
| a Skip to footer | 11.70:1 | 4.5:1 | #000000 | #FFB300 | Pass |
| button Full menu | 10.82:1 | 4.5:1 | #000000 | #F6AC00 | Pass |
| a Programs | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Programs | 1.01:1 | 4.5:1 | #000000 | #010101 | Fail |
| a Undergraduate | 1.05:1 | 4.5:1 | #000000 | #090909 | Fail |
| a Graduate | 1.09:1 | 4.5:1 | #000000 | #0F0E0E | Fail |
| a Colleges and schools | 1.13:1 | 4.5:1 | #000000 | #141314 | Fail |
| a Online learning | 1.17:1 | 4.5:1 | #000000 | #171717 | Fail |
| a Continuing education | 1.18:1 | 4.5:1 | #000000 | #181818 | 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.
A+Heading Hierarchy8 headingsPASS
- H1 VCU
- H2 Explore our programs
- H2 Why VCU?
- H2 Rams say it best
- H2 We are the UNCOMMON
- H2 Explore
- H2 Resources
- H2 Site links
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #query | text | Search VCU people and web | for/id |
| #peQ | input | Keyword | for/id |
ALink & Button Quality150 links, 19 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://irds.vcu.edu/consumer-informatio… | Student consumer information | new tab | Add '(opens in new tab)' to text |
| https://vcu.public.doctract.com/doctract… | Nondiscrimination notice | new tab | Add '(opens in new tab)' to text |
| https://accessibility.vcu.edu/ | Accessibility | new tab | Add '(opens in new tab)' to text |
| https://marcom.vcu.edu/requests/foia/ | FOIA | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://irds.vcu.edu/consumer-information/; https://vcu.public.doctract.com/doctract/documentportal/08DA32A740D33543CBC5E…; https://accessibility.vcu.edu/; https://marcom.vcu.edu/requests/foia/
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
A+Lighthouse Accessibility AuditsScore 97/100 — 1 failing, 32 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.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to main content body > nav#skip-links > a.cwf-skip-links__link |
Skip to footer body > nav#skip-links > a.cwf-skip-links__link |
These are opportunities to improve keyboard navigation in your application.