Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionHTTP 500, custom pageFIX
FFavicon & BrandingAction1 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
CForm AccessibilityAction3 of 9 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| age_gate[remember] | checkbox | none | |
| #wpst_user_pass | password | Password | for/id |
| #wpst_user_or_email | text | Username or E-mail | for/id |
| #moove_gdpr_strict_cookies | checkbox | Enable or Disable Cookies | none |
| #moove_gdpr_performance_cookies | checkbox | Enable or Disable Cookies | none |
| #moove_gdpr_advanced_cookies | checkbox | Enable or Disable Cookies | none |
| wpst_user_login | text | (none) | none |
| #searchsubmit | submit | (none) | none |
| #s | text | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="s" id="s">; <input type="submit" id="searchsubmit">; <input type="text" name="wpst_user_login">
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
CLink & Button QualityAction2 issue(s) across 138 links and 19 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://fetish4all.com/go/fetish-webcam/ | Live FetishCam | new tab | Add '(opens in new tab)' to text |
| https://fetish4all.com/go/hankeys-toys/ | Hankey’s Toys | new tab | Add '(opens in new tab)' to text |
| https://www.iyalc.com/adulttime/go.php?p… | (empty) | empty | Add link text or aria-label |
| https://www.g2fame.com/evilangel/go.php?… | (empty) | empty | Add link text or aria-label |
| https://www.legalporno.com/new-videos?af… | <img src="https://eyov5sd2xs2.… | new tab | Add '(opens in new tab)' to text |
| https://wordpress.org/plugins/gdpr-cooki… | Powered by GDPR Cookie Compl… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://www.iyalc.com/adulttime/go.php?pr=8&si=247&su=1&ad=269635&acampaign=F…; https://www.g2fame.com/evilangel/go.php?pr=8&si=128&su=1&ad=269635&acampaign=…
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://fetish4all.com/go/fetish-webcam/; https://fetish4all.com/go/hankeys-toys/; https://www.legalporno.com/new-videos?aff=ZE8B72WJ0S_Fetish4All__; https://wordpress.org/plugins/gdpr-cookie-compliance/
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
BForm Input Quality2 input-semantic issue(s) across 9 form control(s)REVIEW
BIframe Accessibility3/3 iframe(s) missing title; 0 placeholder(s)REVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 4 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 Fetish Adult Porn | … | 1.29:1 | 3.0:1 | #000000 | #202020 | Fail |
| h2 Newest | 1.29:1 | 3.0:1 | #000000 | #202020 | Fail |
| h3 Channels | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Login to Fetish4All.… | 1.29:1 | 3.0:1 | #000000 | #202020 | Fail |
| h3 Reset Password | 1.29:1 | 3.0:1 | #000000 | #202020 | Fail |
| title Fetish4All.com - Fet… | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| a Skip to content | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| p Feed your Fetish! | 17.62:1 | 4.5:1 | #000000 | #EBEBEB | Pass |
| a Home | 15.46:1 | 4.5:1 | #000000 | #DDDDDD | Pass |
| a LegalPorno Daily Upd… | 15.46:1 | 4.5:1 | #000000 | #DDDDDD | Pass |
| a PissVids | 15.46:1 | 4.5:1 | #000000 | #DDDDDD | Pass |
| a AnalVids | 15.46:1 | 4.5:1 | #000000 | #DDDDDD | Pass |
| a Live FetishCam | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Hankey’s Toys | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Gay | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Channels | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Tags | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Newest | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Best | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Most viewed | 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.
BLighthouse Accessibility AuditsScore 81/100 — 5 failing, 22 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.
ARIA
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
This is an adult website
Are you over 18 years of age?
No
Yes
Remember me
Th… body.home > div.age-gate__wrapper > div.age-gate |
These are opportunities to improve the usage of ARIA in your application which 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 |
|---|
The best Adult Fetish porn videos are right here at Fetisk4All.com. Click here … div#primary > main#main > div.archive-content > p.homepage-description |
These are opportunities to improve the legibility of your content.
Names and labels
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#page > div.happy-header-mobile > a > iframe.lazyloaded div#page > div.happy-header-mobile > a > iframe.lazyloaded |
body.home > iframe.chatHeadFrame--U2eof body.home > iframe.chatHeadFrame--U2eof |
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 |
|---|
body.home > div#page > div.happy-header-mobile > a body.home > div#page > div.happy-header-mobile > 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.
ALandmark Structure55 landmarksPASS
The skip-link anchor (e.g., `href="#main"`) points at an ID that has no corresponding element on the page. Activating the link does nothing -- a silent WCAG 2.4.1 failure that the visual link presence hides. Add `id="main"` (or whichever matches the href) to the target landmark.
Skip link points at an ID that doesn't exist on the page. The link looks fine visually but does nothing when activated -- silent WCAG 2.4.1 failure.
Learn more ▾ ▴
Find the target landmark (typically <main> or the first <h1>) and add `id="..."` matching the skip link's href fragment. Test by tabbing to the skip link and pressing Enter -- focus should jump to the target.
Source: WCAG 2.1 SC 2.4.1
A+Heading Hierarchy6 headingsPASS
- H3 Channels
- H1 Fetish Adult Porn | We Feed your Fetish!
- H2 Newest
- H2 This is an adult website
- H3 Login to Fetish4All.com
- H3 Reset Password
A+Heading Text QualityAll 6 heading(s) have substantive, well-formed textPASS
AAlt Text QualityAll 58 images OKPASS
| Issue | Count |
|---|---|
| too long | 3 image(s) |