Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction4 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-Readable Font SizesAction25% of visible text renders at >= 12 CSS px (140 below threshold)FIX
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
CLink & Button QualityAction9 issue(s) across 225 links and 5 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| http://cs.segpay.com/ | Billing & Support | new tab | Add '(opens in new tab)' to text |
| http://cs.segpay.com/ | Billing & Support | new tab | Add '(opens in new tab)' to text |
| https://familytherapyxxx.com/the-goth-la… | read more | generic text | Replace with descriptive text |
Before: read more Suggested: The Goth Latina Experience | |||
| https://familytherapyxxx.com/summer-vaca… | read more | generic text | Replace with descriptive text |
Before: read more Suggested: Summer Vacation | |||
| https://familytherapyxxx.com/step-sister… | read more | generic text | Replace with descriptive text |
Before: read more Suggested: Step Sister Wrestling | |||
| https://familytherapyxxx.com/living-with… | read more | generic text | Replace with descriptive text |
Before: read more Suggested: Living With Three Goth Step Sisters | |||
| https://familytherapyxxx.com/the-weekend… | read more | generic text | Replace with descriptive text |
Before: read more Suggested: The Weekend Away | |||
| https://familytherapyxxx.com/special-med… | read more | generic text | Replace with descriptive text |
Before: read more Suggested: Special Medicine | |||
| https://familytherapyxxx.com/home-from-t… | read more | generic text | Replace with descriptive text |
Before: read more Suggested: Home From The After Party | |||
| https://familytherapyxxx.com/stress-reli… | read more | generic text | Replace with descriptive text |
Before: read more Suggested: Stress Relief | |||
| https://familytherapyxxx.com/south-of-th… | read more | generic text | Replace with descriptive text |
Before: read more Suggested: South Of The Border | |||
| http://cs.segpay.com/ | Billing & Support | new tab | Add '(opens in new tab)' to text |
| https://wyldesites.com | Wyldesites, Inc. | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
https://familytherapyxxx.com/the-goth-latina-experience/ ("read more"); https://familytherapyxxx.com/summer-vacation/ ("read more"); https://familytherapyxxx.com/step-sister-wrestling/ ("read more"); https://familytherapyxxx.com/living-with-three-goth-step-sisters/ ("read more"); https://familytherapyxxx.com/the-weekend-away/ ("read more"); https://familytherapyxxx.com/special-medicine/ ("read more"); https://familytherapyxxx.com/home-from-the-after-party/ ("read more"); https://familytherapyxxx.com/stress-relief/ ("read more"); https://familytherapyxxx.com/south-of-the-border/ ("read 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.
http://cs.segpay.com/; http://cs.segpay.com/; http://cs.segpay.com/; https://wyldesites.com
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
BTap Target Adequacy3 tap target(s) too small or too close togetherREVIEW
BFavicon & Branding4 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.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Family Porn – Fami… | 1.02:1 | 3.0:1 | #000000 | #030303 | Fail |
| h2 Check out more of th… | 1.02:1 | 3.0:1 | #000000 | #030303 | Fail |
| h2 ADULT CONTENT - ACCE… | 1.02:1 | 3.0:1 | #000000 | #030303 | Fail |
| h3 Join Family Therapy … | 1.02:1 | 3.0:1 | #000000 | #030303 | Fail |
| title Family Porn - Family… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Billing & Support | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a LOGIN | 1.03:1 | 4.5:1 | #000000 | #080408 | Fail |
| a Home | 1.10:1 | 4.5:1 | #000000 | #170B19 | Fail |
| a Categories | 1.14:1 | 4.5:1 | #000000 | #1C0F1D | Fail |
| a Network | 1.12:1 | 4.5:1 | #000000 | #1A0D1B | Fail |
| a JOIN NOW! | 1.13:1 | 4.5:1 | #000000 | #1B0E1B | Fail |
| span Select Page | 1.12:1 | 4.5:1 | #000000 | #1A0D1A | Fail |
| a Home | 1.11:1 | 4.5:1 | #000000 | #190C1A | Fail |
| a Categories | 1.10:1 | 4.5:1 | #000000 | #170B19 | Fail |
| a Network | 1.07:1 | 4.5:1 | #000000 | #110716 | Fail |
| span Toggle submenu | 1.06:1 | 4.5:1 | #000000 | #100716 | Fail |
| a JOIN NOW! | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Billing & Support | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a LOGIN | 1.01:1 | 4.5:1 | #000000 | #010101 | Fail |
| span Video Player | 1.02:1 | 4.5:1 | #000000 | #030303 | 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.
BLighthouse Accessibility AuditsScore 84/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 |
|---|
JOIN NOW div.et_pb_row > div.et_pb_column > div.et_pb_button_module_wrapper > a.et_pb_button |
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 |
|---|
div.et_pb_section > div.et_pb_module > div.et-pb-slider-arrows > a.et-pb-arrow-prev div.et_pb_section > div.et_pb_module > div.et-pb-slider-arrows > a.et-pb-arrow-prev |
div.et_pb_section > div.et_pb_module > div.et-pb-slider-arrows > a.et-pb-arrow-next div.et_pb_section > div.et_pb_module > div.et-pb-slider-arrows > a.et-pb-arrow-next |
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 |
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 |
|---|
1 div.et_pb_section > div.et_pb_module > div.et-pb-controllers > a.et-pb-active-control |
2 div.et_pb_section > div.et_pb_module > div.et-pb-controllers > a |
3 div.et_pb_section > div.et_pb_module > div.et-pb-controllers > a |
These items highlight common accessibility best practices.
A+Heading Hierarchy16 headingsPASS
- H2 The Goth Latina Experience
- H2 Special Medicine
- H2 Summer Vacation
- H1 Family Porn – Family Therapy XXX
- H2 Check out more of the most recent Family Therapy XXX video updates:
- H2 The Goth Latina Experience
- H2 Summer Vacation
- H2 Step Sister Wrestling
- H2 Living With Three Goth Step Sisters
- H2 The Weekend Away
- H2 Special Medicine
- H2 Home From The After Party
- H2 Stress Relief
- H2 South of the Border
- H3 Join Family Therapy XXX Today!
- H2 ADULT CONTENT - ACCESS RESTRICTED
A+Heading Text Quality1 heading-text-quality issue(s) detectedPASS
A+Alt Text QualityAll 30 images OKPASS
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| s | search | (Search …) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search" name="s">
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