Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction6 issue(s) across 98 links and 4 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://alexlegend.com | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| https://alexlegend.com | (empty) | empty | Add link text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <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.
https://alexlegend.com; #; https://alexlegend.com
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
Icon-only buttons need an aria-label so screen readers can announce them.
button.btn (#116 on page); button.btn (#119 on page); button.btn (#121 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
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure5 landmarksREVIEW
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
CAlt Text QualityAction2 of 17 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
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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding6 icon(s) detectedREVIEW
CWeb ManifestActionValid manifestREVIEW
CLighthouse Accessibility AuditsActionScore 76/100 — 4 failing, 17 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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.wrapper > div.row > div.trigger-col > button.btn div.wrapper > div.row > div.trigger-col > button.btn |
div.wrapper > div.row > div.trigger-col > button.btn div.wrapper > div.row > div.trigger-col > button.btn |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#tns1 > div#tns1-item0 > a > img.swiper-lazy div#tns1 > div#tns1-item0 > a > img.swiper-lazy |
div#mb_age_warning > div > center > img div#mb_age_warning > div > center > img |
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.wrapper > div.row > div.logo-col > a div.wrapper > div.row > div.logo-col > a |
div#tns1-iw > div#tns1 > div#tns1-item0 > a div#tns1-iw > div#tns1 > div#tns1-item0 > a |
div.wrapper > div.row > div.footer-logo-col > a div.wrapper > div.row > div.footer-logo-col > 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
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
A+Heading Hierarchy3 headingsPASS
- H1 Latest Alex Legend XXX Video Release
- H2 Alex Legend XXX Videos
- H2 Next update goes live in
A+Heading Text QualityAll 3 heading(s) have substantive, well-formed textPASS
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| q | text | (Search...) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="q">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
A+Form Input Types1 input(s) using type=text where a specific type would helpPASS
A+Form Input Quality1 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "en"PASS
A+Tabindex Anti-PatternsNo explicit tabindex attributes foundPASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 171 visible text node(s) render at >= 12 CSS pixelsPASS
A+PWA Depth1 PWA signal(s) surfacedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
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 Latest Alex Legend X… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Alex Legend XXX Vide… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Next update goes liv… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Alex Legend Porn & X… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a ⭐ WELCOME SPECIAL … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p We have detected tha… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| li Alabama | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| li Arizona | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| li Arkansas | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| li Florida | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| li Georgia | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| li Idaho | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| li Indiana | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| li Kansas | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| li Kentucky | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| li Louisiana | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| li Missouri | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| li Mississippi | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| li Montana | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| li Nebraska | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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.