Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction2 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
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
BHeading Hierarchy2 headingsREVIEW
- H2 SEX SELECTOR PORN GAMES
- H2 SEX SELECTOR MODELS
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
BLink & Button Quality18 issue(s) across 28 links and 7 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://sexselector.com/legal/privacy | link | generic text | Replace with descriptive text |
Before: link Suggested: Privacy | |||
| https://sexselector.com/legal/tos | link | generic text | Replace with descriptive text |
Before: link Suggested: Tos | |||
| https://support.sexselector.com/ | link | generic text | Replace with descriptive text |
Before: link Suggested: Home page | |||
| https://www.adultforce.com/ | link | generic text | Replace with descriptive text |
Before: link Suggested: Home page | |||
| https://support.sexselector.com/accessib… | link | generic text | Replace with descriptive text |
Before: link Suggested: Accessibility | |||
| https://support.sexselector.com/legal/an… | link | generic text | Replace with descriptive text |
Before: link Suggested: Anti Trafficking Statement | |||
| https://sexselector.com/legal/privacy | link | generic text | Replace with descriptive text |
Before: link Suggested: Privacy | |||
| https://sexselector.com/legal/tos | link | generic text | Replace with descriptive text |
Before: link Suggested: Tos | |||
| https://support.sexselector.com/ | link | generic text | Replace with descriptive text |
Before: link Suggested: Home page | |||
| https://www.adultforce.com/ | link | generic text | Replace with descriptive text |
Before: link Suggested: Home page | |||
| https://support.sexselector.com/accessib… | link | generic text | Replace with descriptive text |
Before: link Suggested: Accessibility | |||
| https://support.sexselector.com/legal/an… | link | generic text | Replace with descriptive text |
Before: link Suggested: Anti Trafficking Statement | |||
| https://bbhelp247.com/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 | |||
| https://site-ma.sexselector.com/login | link | generic text | Replace with descriptive text |
Before: link Suggested: Login | |||
| https://www.sexselector.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: Www.Google.Com | |||
| https://www.sexselector.com/legal/privac… | Privacy Notice | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
https://sexselector.com/legal/privacy ("PRIVACY NOTICE"); https://sexselector.com/legal/tos ("TERMS AND CONDITIONS"); https://support.sexselector.com/ ("SUPPORT"); https://www.adultforce.com/ ("AFFILIATE PROGRAMS"); https://support.sexselector.com/accessibility ("Accessibility"); https://support.sexselector.com/legal/anti-trafficking-statement ("Anti-trafficking statement"); https://sexselector.com/legal/privacy ("PRIVACY NOTICE"); https://sexselector.com/legal/tos ("TERMS AND CONDITIONS"); https://support.sexselector.com/ ("SUPPORT"); https://www.adultforce.com/ ("AFFILIATE PROGRAMS") (+8 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.sexselector.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
CMobile-Readable Font SizesAction89% of visible text renders at >= 12 CSS px (13 below threshold)REVIEW
B404 Error PageHTTP 404, custom pageREVIEW
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 |
|---|---|---|---|---|---|
| h2 SEX SELECTOR PORN GA… | 1.36:1 | 3.0:1 | #000000 | #2E1F34 | Fail |
| h2 SEX SELECTOR MODELS | 1.19:1 | 3.0:1 | #000000 | #1E1528 | Fail |
| title Make Your Own Porn -… | 1.46:1 | 4.5:1 | #000000 | #372339 | Fail |
| span What is Sex Selector… | 1.44:1 | 4.5:1 | #000000 | #352239 | Fail |
| span Sex Selector is an i… | 1.41:1 | 4.5:1 | #000000 | #332137 | Fail |
| a View All | 1.30:1 | 4.5:1 | #000000 | #291C31 | Fail |
| a VIEW MORE GAMES | 1.25:1 | 4.5:1 | #000000 | #24192D | Fail |
| a View All | 1.15:1 | 4.5:1 | #000000 | #191223 | Fail |
| a ACCESS NOW | 1.13:1 | 4.5:1 | #000000 | #16101F | Fail |
| a PRIVACY NOTICE | 1.11:1 | 4.5:1 | #000000 | #130F1B | Fail |
| a TERMS AND CONDITIONS | 1.11:1 | 4.5:1 | #000000 | #120F18 | Fail |
| a SUPPORT | 1.10:1 | 4.5:1 | #000000 | #100E15 | Fail |
| a AFFILIATE PROGRAMS | 1.10:1 | 4.5:1 | #000000 | #100F13 | Fail |
| a PORN DIRECTORY | 1.11:1 | 4.5:1 | #000000 | #111013 | Fail |
| button Cookie Preferences | 1.12:1 | 4.5:1 | #000000 | #121213 | Fail |
| a Content Removal | 1.14:1 | 4.5:1 | #000000 | #141415 | Fail |
| a Accessibility | 1.17:1 | 4.5:1 | #000000 | #171717 | Fail |
| a Anti-trafficking sta… | 1.22:1 | 4.5:1 | #000000 | #1B1B1B | Fail |
| a PRIVACY NOTICE | 1.29:1 | 4.5:1 | #000000 | #202020 | Fail |
| a TERMS AND CONDITIONS | 1.37:1 | 4.5:1 | #000000 | #252525 | 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, 20 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 |
|---|
ACCESS NOW div#ContainerAlignment_43296393178 > div.sc-dcJsrY > div#btn_Button_95140147835 > a.sc-gEvEer |
VIEW MORE GAMES div.sc-1fep8qc-0 > div.sc-1deoyo3-0 > div.sc-xw93q8-0 > a.sc-xw93q8-1 |
ACCESS NOW div.sc-1fep8qc-0 > div.sc-1deoyo3-0 > div.sc-xw93q8-0 > a.sc-xw93q8-1 |
Member Login div.sc-y3rqay-0 > div.sc-1dhvf0w-0 > div.sc-1dhvf0w-1 > a.sc-3byr16-0 |
Join Now div.sc-y3rqay-0 > div.sc-1dhvf0w-0 > div.sc-1dhvf0w-1 > a.sc-3byr16-0 |
Enter div.sc-y3rqay-0 > div.sc-y3rqay-1 > div.sc-rkkkdv-0 > button.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.
Names and labels
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.sc-1deoyo3-0 > div.sc-188caa2-0 > div.sc-mahl5e-1 > img.sc-mahl5e-0 div.sc-1deoyo3-0 > div.sc-188caa2-0 > div.sc-mahl5e-1 > img.sc-mahl5e-0 |
div.sc-1deoyo3-0 > div.sc-188caa2-0 > div.sc-mahl5e-1 > img.sc-mahl5e-0 div.sc-1deoyo3-0 > div.sc-188caa2-0 > div.sc-mahl5e-1 > img.sc-mahl5e-0 |
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.
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 |
|---|
PRIVACY NOTICE nav.sc-13v34sz-0 > ul.sc-13v34sz-1 > li.sc-13v34sz-2 > a.sc-13v34sz-3 |
TERMS AND CONDITIONS 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 |
AFFILIATE PROGRAMS 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 |
2257 statement page 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 |
Member 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 |