Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction5 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
DMobile Keyboard & AutofillAction2/2 eligible field(s) missing autocomplete or inputmodeFIX
FFavicon & BrandingAction2 icon(s) detectedFIX
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
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| (Enter your email) | placeholder only | ||
| #g-recaptcha-response-100000 | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea name="g-recaptcha-response" id="g-recaptcha-response-100000">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
Placeholder text disappears on focus and is not a reliable label.
<input type="email" name="email" id="email">
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
CLink & Button QualityAction25 issue(s) across 58 links and 13 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | (empty) | empty | Add link text or aria-label |
| https://www.mofos.com/legal/tos | link | generic text | Replace with descriptive text |
Before: link Suggested: Tos | |||
| https://www.mofos.com/legal/privacy | link | generic text | Replace with descriptive text |
Before: link Suggested: Privacy | |||
| https://support.mofos.com/ | link | generic text | Replace with descriptive text |
Before: link Suggested: Home page | |||
| https://www.mofos.com/legal/tos#cancel | link | generic text | Replace with descriptive text |
Before: link Suggested: Tos#Cancel | |||
| https://support.mofos.com/accessibility | link | generic text | Replace with descriptive text |
Before: link Suggested: Accessibility | |||
| https://support.mofos.com/legal/anti-tra… | link | generic text | Replace with descriptive text |
Before: link Suggested: Anti Trafficking Statement | |||
| https://www.mofos.com/legal/tos | link | generic text | Replace with descriptive text |
Before: link Suggested: Tos | |||
| https://www.mofos.com/legal/privacy | link | generic text | Replace with descriptive text |
Before: link Suggested: Privacy | |||
| https://support.mofos.com/ | link | generic text | Replace with descriptive text |
Before: link Suggested: Home page | |||
| https://www.mofos.com/legal/tos#cancel | link | generic text | Replace with descriptive text |
Before: link Suggested: Tos#Cancel | |||
| https://support.mofos.com/accessibility | link | generic text | Replace with descriptive text |
Before: link Suggested: Accessibility | |||
| https://support.mofos.com/legal/anti-tra… | link | generic text | Replace with descriptive text |
Before: link Suggested: Anti Trafficking Statement | |||
| https://support.mofos.com/accessibility | link | generic text | Replace with descriptive text |
Before: link Suggested: Accessibility | |||
| https://support.mofos.com/legal/anti-tra… | link | generic text | Replace with descriptive text |
Before: link Suggested: Anti Trafficking Statement | |||
| https://support.mofos.com/accessibility | link | generic text | Replace with descriptive text |
Before: link Suggested: Accessibility | |||
| https://support.mofos.com/legal/anti-tra… | link | generic text | Replace with descriptive text |
Before: link Suggested: Anti Trafficking Statement | |||
| https://www.mofos.com/legal/2257 | link | generic text | Replace with descriptive text |
Before: link Suggested: 2257 | |||
| https://secure.vend-o.com/customers/prof… | link | generic text | Replace with descriptive text |
Before: link Suggested: Login | |||
| https://cs.segpay.com/ | link | generic text | Replace with descriptive text |
Before: link Suggested: Home page | |||
| http://probiller.com | link | generic text | Replace with descriptive text |
Before: link Suggested: Probiller.Com | |||
| https://site-ma.mofos.com/login | link | generic text | Replace with descriptive text |
Before: link Suggested: Login | |||
| https://www.mofos.com/legal/tos | link | generic text | Replace with descriptive text |
Before: link Suggested: Tos | |||
| https://www.google.com/ | link | generic text | Replace with descriptive text |
Before: link Suggested: Home page | |||
| https://www.mofos.com/legal/privacy | Privacy Notice | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/
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
Generic link text like 'click here' doesn't describe the destination.
https://www.mofos.com/legal/tos ("TERMS & CONDITIONS"); https://www.mofos.com/legal/privacy ("PRIVACY NOTICE"); https://support.mofos.com/ ("Support"); https://www.mofos.com/legal/tos#cancel ("CANCELLATION POLICY"); https://support.mofos.com/accessibility ("Accessibility"); https://support.mofos.com/legal/anti-trafficking-statement ("Anti-trafficking statement"); https://www.mofos.com/legal/tos ("TERMS & CONDITIONS"); https://www.mofos.com/legal/privacy ("PRIVACY NOTICE"); https://support.mofos.com/ ("Support"); https://www.mofos.com/legal/tos#cancel ("CANCELLATION POLICY") (+13 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://www.mofos.com/legal/privacy
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
Icon-only buttons need an aria-label so screen readers can announce them.
button.sc-hknOHE (#58 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
BTap Target Adequacy1 tap target(s) too small or too close togetherREVIEW
CMobile-Readable Font SizesAction82% of visible text renders at >= 12 CSS px (64 below threshold)REVIEW
B404 Error PageHTTP 404, custom pageREVIEW
BColor Contrast (Screenshot)20 text elements analyzed, 0 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 LATEST MOFOS VIDEOS | 6.06:1 | 3.0:1 | #000000 | #908887 | Pass |
| h2 LET'S POST IT | 5.84:1 | 3.0:1 | #000000 | #8B8684 | Pass |
| h2 HE'S GOT RIZZ | 6.19:1 | 3.0:1 | #000000 | #8D8B8A | Pass |
| h2 I KNOW THAT GIRL | 7.92:1 | 3.0:1 | #000000 | #9F9F9D | Pass |
| h2 Don’t Break Me | 7.92:1 | 3.0:1 | #000000 | #9F9F9D | Pass |
| h2 Top Rated Videos | 7.92:1 | 3.0:1 | #000000 | #9F9F9D | Pass |
| title Mofos.com | The Worl… | 8.32:1 | 4.5:1 | #000000 | #A9A29A | Pass |
| label Hamburger menu open | 8.15:1 | 4.5:1 | #000000 | #A8A099 | Pass |
| a MEMBER LOGIN | 7.77:1 | 4.5:1 | #000000 | #A49C96 | Pass |
| a JOIN NOW | 7.41:1 | 4.5:1 | #000000 | #A09893 | Pass |
| a VIDEOS | 7.03:1 | 4.5:1 | #000000 | #9B948F | Pass |
| a GIRLS | 6.60:1 | 4.5:1 | #000000 | #968F8B | Pass |
| a CHANNELS | 6.27:1 | 4.5:1 | #000000 | #928B88 | Pass |
| a CATEGORIES | 6.02:1 | 4.5:1 | #000000 | #8E8886 | Pass |
| a MEMBER LOGIN | 5.94:1 | 4.5:1 | #000000 | #8D8785 | Pass |
| span SAVE 69% OFF | 5.94:1 | 4.5:1 | #000000 | #8D8785 | Pass |
| span THE ENTIRE YEAR | 5.96:1 | 4.5:1 | #000000 | #8E8786 | Pass |
| a JOIN NOW | 5.98:1 | 4.5:1 | #000000 | #8F8786 | Pass |
| a View All | 5.98:1 | 4.5:1 | #000000 | #8F8786 | Pass |
| span MOFOS CHANNELS | 5.95:1 | 4.5:1 | #000000 | #8E8785 | 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 80/100 — 6 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.
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#MobileHeader_57188648263 > div#ContainerAlignment_3631450193 > div.sc-bbSZdi > button.sc-hknOHE div#MobileHeader_57188648263 > div#ContainerAlignment_3631450193 > div.sc-bbSZdi > button.sc-hknOHE |
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.sc-yo7o1v-0 > div#MobileHeader_57188648263 > div#ContainerAlignment_35374005354 > a#Logo_30007000780 div.sc-yo7o1v-0 > div#MobileHeader_57188648263 > div#ContainerAlignment_35374005354 > a#Logo_30007000780 |
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.
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 |
|---|
Join Now div.sc-y3rqay-0 > div.sc-1dhvf0w-0 > div.sc-1dhvf0w-1 > a.sc-3byr16-0 |
Exit div.sc-y3rqay-0 > div.sc-y3rqay-1 > div.sc-rkkkdv-0 > a.sc-3byr16-0 |
These are opportunities to improve the legibility of your content.
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 |
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 |
|---|
Previous div.sc-1deoyo3-0 > div.sc-15y43vd-0 > div.sc-rnnlw8-0 > button.flickity-button |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
TERMS & CONDITIONS nav.sc-13v34sz-0 > ul.sc-13v34sz-1 > li.sc-13v34sz-2 > a.sc-13v34sz-3 |
PRIVACY NOTICE nav.sc-13v34sz-0 > ul.sc-13v34sz-1 > li.sc-13v34sz-2 > a.sc-13v34sz-3 |
SUPPORT nav.sc-13v34sz-0 > ul.sc-13v34sz-1 > li.sc-13v34sz-2 > a.sc-13v34sz-3 |
CANCELLATION POLICY nav.sc-13v34sz-0 > ul.sc-13v34sz-1 > li.sc-13v34sz-2 > a.sc-13v34sz-3 |
ACCESSIBILITY nav.sc-13v34sz-0 > ul.sc-13v34sz-1 > li.sc-13v34sz-2 > a.sc-13v34sz-3 |
ANTI-TRAFFICKING STATEMENT nav.sc-13v34sz-0 > ul.sc-13v34sz-1 > li.sc-13v34sz-2 > a.sc-13v34sz-3 |
ACCESSIBILITY nav.sc-13v34sz-0 > ul.sc-13v34sz-1 > li.sc-13v34sz-2 > a.sc-13v34sz-3 |
ANTI-TRAFFICKING STATEMENT nav.sc-13v34sz-0 > ul.sc-13v34sz-1 > li.sc-13v34sz-2 > a.sc-13v34sz-3 |
here div.sc-c12nx1-0 > div.sc-qq931q-0 > p.sc-hq7nt5-0 > a |
Vendo div.sc-c12nx1-0 > div.sc-qq931q-0 > p.sc-hq7nt5-0 > a |
Segpay div.sc-c12nx1-0 > div.sc-qq931q-0 > p.sc-hq7nt5-0 > a |
Probiller div.sc-1p82nyv-0 > div.sc-1p82nyv-1 > p.sc-hq7nt5-0 > a |
Login div.sc-y3rqay-0 > div.sc-1dhvf0w-0 > div.sc-1dhvf0w-1 > a.sc-3byr16-0 |
Terms and Conditions div.sc-y3rqay-1 > div.sc-1eyb95j-0 > p.sc-1eyb95j-1 > a |
Exit div.sc-y3rqay-0 > div.sc-y3rqay-1 > div.sc-rkkkdv-0 > a.sc-3byr16-0 |
A+Heading Hierarchy6 headingsPASS
- H1 LATEST MOFOS VIDEOS
- H2 LET'S POST IT
- H2 HE'S GOT RIZZ
- H2 I KNOW THAT GIRL
- H2 Don’t Break Me
- H2 Top Rated Videos