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
BLink & Button Quality2 issue(s) across 85 links and 4 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://news.ua.edu/2026/03/ua-launches-… | (empty) | empty | Add link text or aria-label |
| https://news.ua.edu/2026/03/ua-launches-… | (empty) | empty | Add link text or aria-label |
| https://uasystem.edu/ | Part of the University of Alab… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://news.ua.edu/2026/03/ua-launches-automotive-engineering-exchange-program/; https://news.ua.edu/2026/03/ua-launches-automotive-engineering-exchange-program/
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://uasystem.edu/
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
C404 Error PageActionHTTP 404, custom pageREVIEW
CFavicon & BrandingAction4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 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 WHERE LEGENDS | 2.66:1 | 3.0:1 | #000000 | #9E1B32 | Fail |
| h1 ARE MADE | 2.66:1 | 3.0:1 | #000000 | #9E1B32 | Fail |
| h1 WHERE LEGENDS | 2.66:1 | 3.0:1 | #000000 | #9E1B32 | Fail |
| h1 ARE MADE | 2.66:1 | 3.0:1 | #000000 | #9E1B32 | Fail |
| h1 Home | 2.66:1 | 3.0:1 | #000000 | #9E1B32 | Fail |
| h2 LEGENDARY | 2.66:1 | 3.0:1 | #000000 | #9E1B32 | Fail |
| h2 NEWS | 1.00:1 | 3.0:1 | #9E1B32 | #9E1B32 | Fail |
| h2 EXPERIENCE | 1.00:1 | 3.0:1 | #9E1B32 | #9E1B32 | Fail |
| h2 TRIUMPH | 2.66:1 | 3.0:1 | #000000 | #9E1B32 | Fail |
| h2 Contact | 2.66:1 | 3.0:1 | #000000 | #9E1B32 | Fail |
| h2 Resources | 2.66:1 | 3.0:1 | #000000 | #9E1B32 | Fail |
| h2 Tools | 2.66:1 | 3.0:1 | #000000 | #9E1B32 | Fail |
| h3 RESEARCH | 2.66:1 | 3.0:1 | #000000 | #9E1B32 | Fail |
| h3 COMMENCEMENT | 2.66:1 | 3.0:1 | #000000 | #9E1B32 | Fail |
| h3 RESEARCH | 2.66:1 | 3.0:1 | #000000 | #9E1B32 | Fail |
| h3 RESEARCH | 2.66:1 | 3.0:1 | #000000 | #9E1B32 | Fail |
| h3 COMMENCEMENT | 2.66:1 | 3.0:1 | #000000 | #9E1B32 | Fail |
| h3 RESEARCH | 2.66:1 | 3.0:1 | #000000 | #9E1B32 | Fail |
| title The University of Al… | 2.66:1 | 4.5:1 | #000000 | #9E1B32 | Fail |
| a Skip to content | 2.53:1 | 4.5:1 | #000000 | #90263B | 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+Landmark Structure6 landmarksPASS
AHeading Hierarchy22 headingsPASS
- H1 WHERE LEGENDSARE MADE
- H1 WHERE LEGENDSARE MADE duplicate H1
- H1 Home duplicate H1
- H2 LEGENDARY ACADEMICS
- H3 MAJORS AND PROGRAMS
- H3 UA ONLINE
- H3 RESEARCH
- H3 EXPERIENTIAL LEARNING
- H2 UNIVERSITY NEWS
- H3 UA-Developed Software Used for NASA Moon Missions
- H3 RESEARCH
- H3 COMMENCEMENT
- H3 RESEARCH
- H3 UA-Developed Software Used for NASA Moon Missions
- H3 RESEARCH
- H3 COMMENCEMENT
- H3 RESEARCH
- H2 THE ALABAMA EXPERIENCE
- H2 EVERY TRIUMPHHAS ITS ORIGIN STORY
- H2 Contact
- H2 Resources
- H2 Tools
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 18 images OKPASS
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #UA_BrandBar_SearchInput | search | Search | for/id |
| #UA_BrandBar_MenuSearchInput | text | Search | for/id |
ALighthouse Accessibility AuditsScore 92/100 — 2 failing, 22 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.
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.wp-block-group > div.wp-block-group > p.has-text-align-center > a div.wp-block-group > div.wp-block-group > p.has-text-align-center > 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 |
|---|
Copyright © 2026 div.ua_brand-footer_logo-copyright > p > span > a |
(205) 348-6010 div.ua_brand-footer_logo-copyright > p > span > a |
Contact UA div.ua_brand-footer_logo-copyright > p > span > a |
Accessibility nav > ul.ua_brand-footer_link-list > li > a |
SACSCOC nav > ul.ua_brand-footer_link-list > li > a |
Taskstream nav > ul.ua_brand-footer_link-list > li > a |
These items highlight common accessibility best practices.