Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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.
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BAlt Text Quality1 of 42 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 1 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
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
CLink & Button QualityAction5 issue(s) across 148 links and 0 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /search | Search | img no alt | Add alt attribute to the image |
| https://bsky.app/profile/avclub.com | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/theavc/ | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/user/theavclub | (empty) | empty | Add link text or aria-label |
| https://x.com/theavclub | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/theavclub | (empty) | empty | Add link text or aria-label |
| https://www.avclub.com/puella-magi-madok… | <img class="no-lazy" src="http… | img no alt | Add alt attribute to the image |
| https://www.facebook.com/theavclub | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://bsky.app/profile/avclub.com; https://www.instagram.com/theavc/; https://www.youtube.com/user/theavclub; https://x.com/theavclub; https://www.facebook.com/theavclub
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.facebook.com/theavclub
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
BFavicon & Branding10 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 1 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 |
|---|---|---|---|---|---|
| title The A.V. Club — Po… | 3.77:1 | 4.5:1 | #000000 | #686868 | Fail |
| a Skip to the content | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | Pass |
| a Paste | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | Pass |
| a A.V. Club | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | Pass |
| a Jezebel | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | Pass |
| a Splinter | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | Pass |
| a Daytrotter | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | Pass |
| a Latest | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | Pass |
| a News | 14.09:1 | 4.5:1 | #000000 | #B3DBDD | Pass |
| a Film | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Music | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Games | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Anime | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Books | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Aux | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Newsletter | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Bluesky | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Instagram | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| a Twitter | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | Pass |
| a YouTube | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | 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.
BLighthouse Accessibility AuditsScore 86/100 — 4 failing, 23 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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Accept all div.cmpboxbtns > span#cmpwelcomebtnyes > a.cmpboxbtn > span#cmpbntyestxt |
Settings div.cmpboxbtns > span#cmpwelcomebtncustom > a.cmpboxbtn > span#cmpbntcustomtxt |
Privacy notice div.cmpboxinner > div.cmpboxbtns > div.cmpmore > a.cmpmorelink |
These are opportunities to improve the legibility of your content.
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 |
|---|
header#master-header > div.top-bar-container > div.bottom-link-row > a.account header#master-header > div.top-bar-container > div.bottom-link-row > a.account |
div#landing-more-featured > ul.articles > li.grid-x > a.large-3 div#landing-more-featured > ul.articles > li.grid-x > a.large-3 |
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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Paste
|
A.V. Club
|
Jezebel
|
Splinter
|
Daytrotter div.grid-container > header#master-header > div#site-bar > ul |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Recommended for You
1Invincible season 4 saves the best for last
2Jessica Jones… div.large-12 > div.grid-x > aside#sidebar > li#block-17 |
div.large-12 > div.grid-x > aside#sidebar > li#block-18 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
A+Landmark Structure5 landmarksPASS
A+Heading Hierarchy1 headingsPASS
- H1 xmlns="http://www.w3.org/2000/svg"> AV Club
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #master-search | text | Search | aria-label |