# BeaverCheck Audit Report — https://stripchat.com

**Date:** August 1, 2026  
**URL:** https://stripchat.com  
**Overall Grade:** B (82/100)  
**Report:** https://beavercheck.com/results/13f5941d-db65-4932-a7c8-ffb24d49ea7d

## Top Findings

1. **[CRITICAL]** Content-Security-Policy header is missing — Security > Security Headers
2. **[CRITICAL]** No Content-Security-Policy header found — Security > Content Security Policy
3. **[CRITICAL]** 1 button(s) with no accessible text — Accessibility > Link & Button Quality
4. **[CRITICAL]** 9 link(s) with no accessible text — Accessibility > Link & Button Quality
5. **[WARNING]** 2 link(s) open in a new tab without rel=noopener — Security > Cross-Origin Tab Safety

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 27 |
| Accessibility | 91 |
| Best Practices | 81 |
| SEO | 92 |

---

## Security

### Security Headers (D — 40/100)

*4 of 10 headers properly configured*

- **[PASS]** Strict-Transport-Security is properly configured (consider adding preload)
- **[WARNING]** X-Content-Type-Options header is missing — This header prevents MIME-type sniffing, which can lead to XSS attacks. Set it to 'nosniff'.
- **[PASS]** X-Frame-Options is properly configured
- **[WARNING]** Referrer-Policy header is missing — Controls how much referrer information is sent with requests. Set to 'strict-origin-when-cross-origin' or stricter.
- **[WARNING]** Permissions-Policy header is missing — Controls which browser features (camera, microphone, geolocation) are allowed. Set it to restrict unused features.
- **[CRITICAL]** Content-Security-Policy header is missing — CSP is the most important header for preventing XSS attacks. See the CSP section for detailed analysis.
- **[WARNING]** Cross-Origin-Opener-Policy header is missing — COOP isolates your browsing context, preventing cross-origin side-channel attacks. Set to 'same-origin'.
- **[WARNING]** Cross-Origin-Embedder-Policy header is missing — COEP prevents loading cross-origin resources without explicit permission. Required for SharedArrayBuffer and high-resolution timers.
- **[PASS]** X-Powered-By header is not present
- **[PASS]** Server header is present without version info
- **[INFO]** Domain is not in the Chrome HSTS preload list (status: unknown) — Submit your domain to hstspreload.org to close the trust-on-first-use gap. Requires a preload-ready HSTS header (max-age=31536000+, includeSubDomains, preload).

### Content Security Policy (F — 0/100)

*No enforcing CSP policy found*

- **[CRITICAL]** No Content-Security-Policy header found — CSP is the most effective defense against XSS attacks. Add a Content-Security-Policy header to restrict resource loading.

### TLS & Certificates (A+ — 100/100)

*TLS 1.3, 7 checks passed*

- **[PASS]** TLS 1.3 is used
- **[PASS]** Strong cipher suite is used
- **[INFO]** HTTP/2 is not negotiated — HTTP/2 provides multiplexing and header compression for better performance.
- **[INFO]** OCSP stapling not enabled — Without stapling, the browser performs a separate OCSP roundtrip on first connection -- adding latency and leaking the visited host to the CA. Enable OCSP stapling on your TLS server.
- **[PASS]** Certificate is valid (expires in 88 days)
- **[PASS]** Certificate chain has 3 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 3 domain(s)
- **[PASS]** Certificate is issued by a trusted CA

### Cookie Security (A+ — 100/100)

*2 cookies analyzed, 6 checks passed*

- **[PASS]** Cookie '__cf_bm' has the Secure flag
- **[PASS]** Cookie '__cf_bm' has the HttpOnly flag
- **[PASS]** Cookie '__cf_bm' has SameSite=None
- **[PASS]** Cookie '_cfuvid' has the Secure flag
- **[PASS]** Cookie '_cfuvid' has the HttpOnly flag
- **[PASS]** Cookie '_cfuvid' has SameSite=None

### Cookie Hygiene (A+ — 100/100)

*All 2 cookie(s) pass hygiene checks*

- **[PASS]** All 2 cookie(s) pass hygiene checks

### WAF / Bot Protection (A — 90/100)

*Cloudflare*

- **[PASS]** Cloudflare detected — Detected via: cf-ray: a2409e7b4d05af97-CDG

### security.txt (C — 60/100)

*No security.txt file found*

- **[INFO]** No security.txt file found — security.txt (RFC 9116) provides a standardized way for security researchers to report vulnerabilities. Create one at /.well-known/security.txt with at least a Contact field.

### Cross-Origin Tab Safety (C — 75/100)

*2 of 28 new-tab link(s) missing rel=noopener*

- **[WARNING]** 2 link(s) open in a new tab without rel=noopener — Without rel="noopener", the destination tab can navigate the original tab via window.opener -- a reverse-tabnabbing phishing primitive. Modern browsers default to noopener since Chrome 88 / Firefox 79 / Safari 12.1, but explicit rel="noopener noreferrer" remains the documented best practice for older browsers, in-app webviews, and security scanners.

### CSP Inline-Style Readiness (A+ — 100/100)

*No inline style attributes -- strict CSP is feasible*

- **[PASS]** No inline style attributes detected

### Trusted Types (XSS Sink Hardening) (A+ — 100/100)

*No CSP header -- Trusted Types check is N/A*

- **[PASS]** No CSP header found -- Trusted Types check is N/A

### Bot Challenge Detection (A+ — 100/100)

*Scan reached real page content (no bot-protection interstitial)*

- **[PASS]** No bot-protection interstitial detected -- the rest of the report reflects the real page

### Soft-404 Detection (A+ — 100/100)

*HTTP status is non-2xx -- soft-404 check is N/A*

- **[PASS]** HTTP status is non-2xx -- soft-404 check is N/A

### Empty Page Detection (A+ — 100/100)

*Page has substantive body text and no placeholder / template-leak signals*

- **[PASS]** Page has substantive body text and no placeholder / template-leak signals

### Geo-Restriction Detection (A+ — 100/100)

*No geo-restriction signals detected -- scan reached the page from an allowed region*

- **[PASS]** No geo-restriction detected

### Maintenance Mode Detection (A+ — 100/100)

*No maintenance-mode signals detected -- scan reached a normal page*

- **[PASS]** No maintenance-mode signals detected

### Subresource Integrity Adoption (F — 30/100)

*0% SRI adoption (0/14 third-party resources)*

- **[WARNING]** SRI adoption: 0/14 third-party resources protected (0%) — Of 14 third-party `<script>` / `<link rel=stylesheet>` resources, 0 (0%) declare a Subresource Integrity hash via the `integrity=` attribute. SRI binds the page to the exact bytes of the third-party resource: if the CDN is compromised, attacker-modified bytes won't match the declared hash and the browser refuses to execute the resource.

Missing SRI on (first 5 examples):
  - https://assets.chapturist.com/assets/translations_en.8ebb3fb8bc4a6e.js
  - https://assets.chapturist.com/assets/canvas-performance-test.js
  - https://assets.chapturist.com/assets/corejs-75349.9e240b24a5ffbb27.js
  - https://assets.chapturist.com/assets/redux-58589.699ad75981f8cf1c.js
  - https://assets.chapturist.com/assets/vendors-12725.68bd865265dd2bf8.js

Fix: add `integrity="sha384-..."` and `crossorigin="anonymous"` attributes. Generators: srihash.org, or in-browser via `await crypto.subtle.digest('SHA-384', bytes)`. Cache-bust the resource URL when you change versions, since the integrity hash will mismatch with old cached bytes.

### CORS Depth (A+ — 100/100)

*No CORS response headers -- the resource is same-origin-only by browser default*

- **[PASS]** No CORS response headers -- the resource is same-origin-only by browser default

### Permissions-Policy Granularity (C — 60/100)

*No Permissions-Policy header set -- powerful features (camera / microphone / geolocation / payment / USB) default to allow-on-same-origin*

- **[WARNING]** Permissions-Policy header not set -- features default to allow-on-same-origin — Without a `Permissions-Policy` (or legacy `Feature-Policy`) header, every powerful browser feature defaults to its spec default policy (typically `self`). A third-party iframe injected via XSS or a misconfigured embed can still request access to the user's camera, microphone, geolocation, payment APIs, USB devices, etc. Explicitly deny features the page doesn't need:

```
Permissions-Policy: camera=(), microphone=(), geolocation=(), payment=(), usb=(), accelerometer=(), gyroscope=()
```

Features the page legitimately uses can stay enabled with `feature=(self)`.

### Referrer-Policy Strictness (B — 75/100)

*Referrer-Policy header not set -- browser default applies (modern: strict-origin-when-cross-origin; legacy browsers: no-referrer-when-downgrade)*

- **[INFO]** Referrer-Policy header not set -- browser default applies — Without an explicit `Referrer-Policy` header, the browser falls back to its default policy. Modern browsers (Chrome 85+, Firefox 87+, Safari 15+) default to `strict-origin-when-cross-origin`, which is privacy-safe. Legacy browsers default to the leaky `no-referrer-when-downgrade`, which sends the full URL (including path + query) on cross-origin HTTPS-to-HTTPS requests. Set an explicit header to ensure consistent behavior:

```
Referrer-Policy: strict-origin-when-cross-origin
```

This matches the modern browser default and is privacy-safe without breaking referrer-based same-origin analytics.

### Source Map Exposure (A+ — 100/100)

*Source-map probe didn't run on this scan*

- **[PASS]** Source-map probe didn't run on this scan

### HTML Version Disclosure (A+ — 100/100)

*No software-version disclosures in HTML*

- **[PASS]** No software-version disclosures in HTML

### Open Redirect Surface (A+ — 100/100)

*No redirect-shaped query parameters in DOM links*

- **[PASS]** No redirect-shaped query parameters in DOM links

### Auth Security (A+ — 100/100)

*Page is not a login form -- auth-security checks are N/A*

- **[PASS]** Page does not appear to be a login form

### Subdomain Inventory Exposure (A+ — 100/100)

*No risky subdomain names in certificate SANs*

- **[PASS]** No risky subdomain names in certificate SANs

---

## Advanced Security

### Subresource Integrity (F — 20/100)

*0 of 14 external resources have SRI*

- **[WARNING]** External script from assets.chapturist.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.chapturist.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.chapturist.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.chapturist.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.chapturist.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.chapturist.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.chapturist.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.chapturist.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.chapturist.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from assets.chapturist.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from assets.chapturist.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from assets.chapturist.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from creative.eizzih.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdnjs.cloudflare.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.

### JS Library Vulnerabilities (A+ — 100/100)

*No known vulnerabilities*

- **[PASS]** No known JavaScript library vulnerabilities detected

### Information Leakage (A+ — 100/100)

*No exposures*

- **[PASS]** security.txt is present — good practice
- **[PASS]** No sensitive files exposed

### Email Security (B — 80/100)

*DMARC: quarantine, SPF: -all, DKIM*

- **[PASS]** DMARC policy is quarantine — good protection
- **[PASS]** SPF ends in -all (hard fail) — strongest setting
- **[PASS]** DKIM configured (selectors: google, intercom)
- **[INFO]** MTA-STS not configured — MTA-STS forces inbound mail to use TLS, preventing downgrade attacks. Requires both a TXT record at _mta-sts.<domain> and a policy file at https://mta-sts.<domain>/.well-known/mta-sts.txt.
- **[INFO]** TLS-RPT not configured — TLS-RPT (RFC 8460) lets MTAs report TLS-handshake failures, so you can detect and fix MTA-STS misconfigurations. Add a TXT record at _smtp._tls.<domain>.
- **[INFO]** BIMI not configured — BIMI (Brand Indicators for Message Identification) lets supporting clients (Gmail, Apple Mail, Yahoo) display your verified logo next to your messages. Optional but raises trust signals. Requires DMARC at p=quarantine or p=reject to be honored.

### API Surface (A+ — 100/100)

*No API specs or GraphQL introspection found (probed 11 candidate path(s))*

- **[PASS]** No API specs or GraphQL introspection found (probed 11 path(s))

### Permissions-Policy (D — 40/100)

*No header set*

- **[WARNING]** No Permissions-Policy header — Consider adding a Permissions-Policy header to restrict browser feature access from embedded content.

### CORS Configuration (B — 80/100)

*No CORS headers*

- **[PASS]** No CORS headers present — secure default

---

## Performance

### Page Weight Budget (F — 36/100)

*2.7 MB transferred, 224 requests*

- **[WARNING]** Page weighs 9.5 MB (2.7 MB transferred)
- **[WARNING]** JavaScript is 1.4 MB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[INFO]** Fonts are 334 KB — consider subsetting or using system fonts — Subset fonts to include only used characters, or switch to system font stacks.
- **[WARNING]** 224 HTTP requests — consider bundling or reducing — Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
- **[INFO]** Estimated 0.57 g CO2 per page load

### Third-Party Impact (D — 50/100)

*94% third-party, 0 ms blocking*

- **[WARNING]** Third-party code accounts for 94% of page weight (2.5 MiB of 2.7 MiB)
- **[PASS]** Third-party blocking time is low (0 ms)

### Text Compression (A+ — 100/100)

*All text resources are compressed*

- **[PASS]** All text resources are compressed

### Image Optimization (B — 75/100)

*82 images, 0 KB saveable*

- **[PASS]** All images are well-optimized

### JS Execution Cost (F — 20/100)

*10088ms total JS execution*

- **[WARNING]** https://assets.chapturist.com/assets/corejs-75349....: 2257ms CPU time
- **[WARNING]** https://assets.chapturist.com/assets/arktype-6902....: 1766ms CPU time
- **[WARNING]** https://assets.chapturist.com/assets/bootstrap.b44...: 1453ms CPU time
- **[WARNING]** Unattributable: 1409ms CPU time
- **[WARNING]** https://stripchat.com/: 1157ms CPU time
- **[WARNING]** Third-party scripts: 7213ms (71% of total)

### Font Loading (A+ — 100/100)

*3 fonts (334 KB)*

- **[INFO]** 3 font(s) use font-display: swap (FOUT risk but functional)

### JS Bundles (F — 20/100)

*69 scripts, 1.7 MB unused*

- **[WARNING]** https://assets.chapturist.com/assets/bootstrap.b44...: 391 KB unused (57%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://assets.chapturist.com/assets/69136.73a9351...: 174 KB unused (87%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://assets.chapturist.com/assets/69136.73a9351...: 174 KB unused (87%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://assets.chapturist.com/assets/viewcam.9ae11...: 155 KB unused (89%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://assets.chapturist.com/assets/viewcam.9ae11...: 155 KB unused (89%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 1.7 MB

### Resource Caching (A+ — 100/100)

*All resources properly cached*

- **[PASS]** No caching issues found

### Critical Rendering Path (A+ — 100/100)

*No render-blocking resources*

- **[PASS]** No render-blocking resources detected

### Resource Hints (A — 90/100)

*30 hints, 0 missing preconnects*

- **[INFO]** 1 dns-prefetch redundant with preconnect on same origin — preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://img.strpst.com. Remove the redundant dns-prefetch entries.
- **[INFO]** 1 URL(s) appear in multiple hints — The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: //img.strpst.com (dns-prefetch+preconnect).
- **[PASS]** Page uses 30 resource hint(s)

### HTTP/3 (QUIC) (A+ — 100/100)

*HTTP/3 advertised via Alt-Svc*

- **[PASS]** HTTP/3 (QUIC) is supported — First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.

### Compression Algorithm (B — 80/100)

*Main response uses Content-Encoding: identity*

- **[INFO]** Main HTML response uses non-standard Content-Encoding: identity — Encoding is something other than br/gzip/deflate. Could be zstd or a vendor-specific encoding -- verify browser support across your audience.

### LCP Image Preload (A+ — 100/100)

*LCP preload audit not available*

- **[PASS]** LCP image preload audit not available for this scan

### Main HTML Cache-Control (B — 80/100)

*No Cache-Control header on main HTML response*

- **[INFO]** Main HTML response has no Cache-Control header — Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.

### Server-Timing Observability (B — 85/100)

*No Server-Timing header found*

- **[INFO]** No Server-Timing header found — Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.

### Server Response Intelligence (A+ — 95/100)

*2 server-response signal(s) detected*

- **[PASS]** `Vary` header declared: accept-encoding — The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
- **[INFO]** No `ETag` or `Last-Modified` -- conditional GET not supported — Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.

### Page Weight Inventory (F — 15/100)

*224 resources · 2.7 MB · 1.7 MB savings available*

- **[WARNING]** Page weight 2.7 MB exceeds 1 MB target by 1.7 MB
- **[INFO]** ~1.7 MB of savings available
- **[WARNING]** 213 third-party resources (94% of weight)
- **[INFO]** 2 resources over 200KB

### Render-Blocking Resources (A+ — 100/100)

*No render-blocking resources detected*

- **[PASS]** No render-blocking resources detected in <head>

### Third-Party Resources (A+ — 100/100)

*No third-party resources detected*


### JavaScript Blocking (A — 90/100)

*1 JS blocking issue(s) detected*

- **[WARNING]** Total JS execution time is 10.1 s -- over the 3.5s budget — Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.

### CSS Performance Depth (A+ — 100/100)

*No CSS performance depth issues detected*

- **[PASS]** No CSS performance depth issues detected

---

## Content Quality

### Links (F — 40/100)

*200 links checked, 75 healthy, 125 broken*

- **[CRITICAL]** 75 of 200 links are healthy
- **[WARNING]** Broken link: https://stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://de.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://fr.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://es.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://ita.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://nl.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://pt.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://br.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://el.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://ua.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://pol.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://ru.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://ro.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://hu.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://cs.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://hr.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://sk.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://bg.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://no.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://sv.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://da.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://fi.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://ja.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://ko.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://zt.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://th.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://bn.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://id.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://ms.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://vi.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://ar.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://he.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://tr.stripchat.com — Found in <link href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://edge-hls.doppiocdn.com — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://img.strpst.com — Found in <link href>. Get "https://img.strpst.com": resolve img.strpst.com: lookup img.strpst.com: no such host
- **[WARNING]** Broken link: https://stripchat.com/api/front — Found in <link href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://stripchat.com/terms — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/privacy — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/2257 — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/parental-control — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/ — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/photos — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/recommended — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/favorites — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/best — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/watch-history — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/spanish-speaking — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/spanish — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/ukrainian — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/new — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/vr — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/bdsm — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/ticket-and-group-shows — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/teens — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/young — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/milfs — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/mature — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/grannies — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/arab — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/asian — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/ebony — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/indian — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/latin — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/mixed — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/white — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/petite — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/athletic — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/medium — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/curvy — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/bbw — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/blondes — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/black-hair — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/brunettes — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/redheads — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/colorful — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/cheapest-privates — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/cheap-privates — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/middle-priced-privates — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/luxurious-privates — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/recordable-privates — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/spy — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/cam2cam — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/interactive-toys — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/mobile — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/group-sex — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/big-tits — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/hairy — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/outdoor — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/big-ass — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/anal — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/squirt — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/fuck-machine — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/hardcore — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/blowjob — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/small-tits — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/pregnant — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/fisting — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/masturbation — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/shaven — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/deepthroat — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/office — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/foot-fetish — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/tags/girls — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/about — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/api/front/support/login — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://stripchat.com/support/billing — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/report — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/become-a-model — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/signup/studio — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/girls/models — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/top/girls/current-month-europe — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/signup — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/login — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/couples — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/men — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/trans — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/_Alicee_1 — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/alicee16 — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/AngelBlushXXX — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/enjoy_hotparty — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/sexi_noemi — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/mia-reeves — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/thecandydollshow — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/Your_Honeey — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://stripchat.com/shashemel — Found in <a href>. Returns HTTP 406.

### Mixed Content (A+ — 100/100)

*No mixed content detected — all resources use HTTPS.*

- **[PASS]** No mixed content detected — all resources use HTTPS

### Open Graph (A — 90/100)

*Open Graph tags are well configured for social sharing.*

- **[CRITICAL]** og:image is not reachable — The og:image URL could not be fetched. Social platforms won't be able to display it.

### Open Graph / Twitter Card Depth (A+ — 100/100)

*OG image dimensions and Twitter card configuration look healthy*

- **[PASS]** OG/Twitter Card depth is clean -- dimensions, card type, and inheritance all valid

### Structured Data (A+ — 100/100)

*1 JSON-LD block(s) found — structured data is well configured.*

- **[INFO]** Missing recommended property "description" for WebSite — Adding "description" can improve how search engines display your content.

### Rich Results Eligibility (A+ — 100/100)

*1 JSON-LD block(s) declaring 1 schema type(s)*

- **[PASS]** SiteLinks Search Box markup detected — The page declares a `WebSite` schema with a `potentialAction` of `SearchAction`. This makes the homepage eligible for Google's in-SERP search box -- a high-visibility SERP feature for branded queries.
- **[PASS]** 1 rich-result schema type(s) declared — Inventory of structured-data types on the page (each may unlock a different SERP feature):

WebSite

Search engines decide whether to render rich results based on content quality + page-level signals; declaring the schema is necessary but not sufficient.

### Image Optimization (F — 45/100)

*5 issues found across 63 images*

- **[WARNING]** 3 images significantly larger than display size — Resizing to display dimensions could save approximately 5 KB.
- **[WARNING]** 63 images missing explicit width/height — Images without dimensions cause layout shifts (CLS). Set explicit width and height attributes.
- **[INFO]** 60 below-fold images missing loading="lazy" — Lazy loading defers below-fold images, reducing initial page weight.
- **[WARNING]** All 22 images use legacy formats (JPEG/PNG/GIF) — WebP offers 25-35% smaller files than JPEG. Use <picture> with <source type="image/webp"> for modern format support.
- **[INFO]** 1 image(s) rendered at a different aspect ratio than the source — The displayed dimensions distort the source -- CSS is forcing the image into a container at the wrong ratio, producing visible stretching or squashing. Either crop the source to match or use object-fit: cover (and accept the crop). Sample: https://assets.chapturist.com/assets/common/images/static-icons/safe-labeling.png.

### Autoplay Media (A+ — 100/100)

*No autoplay media on the page*

- **[PASS]** No autoplay media on the page

---

## Infrastructure

### DNS Records (A+ — 100/100)

*2 A records, 29 ms lookup*

- **[PASS]** Resolves to 2 IPv4 address(es)
- **[PASS]** Has 2 IPv6 (AAAA) record(s)
- **[PASS]** 2 nameserver(s) configured
- **[PASS]** 7 mail exchanger(s) configured
- **[PASS]** SPF record present in TXT
- **[PASS]** DNS resolution time: 29 ms

### Subdomain Takeover (A+ — 100/100)

*No subdomain takeover risk detected*

- **[PASS]** No CNAME record present

### DNSSEC (B — 80/100)

*Unsigned (DNSSEC not deployed)*

- **[INFO]** DNSSEC is not deployed — The zone is not DNSSEC-signed. Users on validating resolvers (Cloudflare 1.1.1.1, Quad9 9.9.9.9, growing default in mobile resolvers) get no protection against DNS spoofing for this domain. Most registrars now offer DNSSEC at a single click; consider enabling it for sites where authenticity matters (banking, healthcare, government).

### CAA Records (B — 80/100)

*No CAA records (any CA may issue certificates)*

- **[INFO]** No CAA records published — Without CAA records, any publicly-trusted CA can issue certificates for this domain. Adding a CAA record (`yourdomain. IN CAA 0 issue "letsencrypt.org"`) restricts issuance to CAs you authorize. Required by CAB Forum baseline since 2017; the default of 'any CA' is widely supported but is the broader attack surface for issuance fraud.

### Reverse DNS (C — 60/100)

*0/4 IPs match cert SAN*

- **[INFO]** PTR lookup failed for 104.17.118.12: lookup 104.17.118.12: no such host — No reverse DNS record set for this IP. Common on bare cloud-VM IPs without provider-side PTR; not a security issue.
- **[INFO]** PTR lookup failed for 104.17.117.12: lookup 104.17.117.12: no such host — No reverse DNS record set for this IP. Common on bare cloud-VM IPs without provider-side PTR; not a security issue.
- **[INFO]** PTR lookup failed for 2606:4700::6811:750c: lookup 2606:4700::6811:750c: no such host — No reverse DNS record set for this IP. Common on bare cloud-VM IPs without provider-side PTR; not a security issue.
- **[INFO]** PTR lookup failed for 2606:4700::6811:760c: lookup 2606:4700::6811:760c: no such host — No reverse DNS record set for this IP. Common on bare cloud-VM IPs without provider-side PTR; not a security issue.

### Multi-Resolver DNS Speed (A+ — 100/100)

*Mean 14ms across 3 resolvers (spread 27ms)*

- **[PASS]** Quad9: 0ms
- **[PASS]** Cloudflare: 17ms
- **[PASS]** Google: 27ms

### Redirect Chain (A+ — 100/100)

*0 redirect(s), 74 ms total*


### IPv6 Readiness (A+ — 100/100)

*IPv6 reachable (17 ms)*

- **[PASS]** IPv6 is configured and reachable at 2606:4700::6811:750c, 2606:4700::6811:760c

### Crawlability (A+ — 100/100)

*robots.txt present, sitemap with 1214 URLs*

- **[PASS]** robots.txt is present
- **[PASS]** sitemap.xml is present
- **[PASS]** sitemap.xml is valid XML
- **[PASS]** sitemap.xml contains 1214 entries
- **[PASS]** robots.txt references sitemap

### URL Variants (A+ — 100/100)

*www/non-www, trailing slash, HTTP→HTTPS*

- **[PASS]** www/non-www redirect configured correctly (preferred: non-www)
- **[PASS]** HTTP correctly 301-redirects to HTTPS

### Domain Intelligence (A+ — 100/100)

*stripchat.com — via Amazon Registrar, Inc., 20 years, 9 months old*

- **[PASS]** Domain registered until Feb 13, 2029 (2 years, 6 months remaining)
- **[INFO]** DNSSEC is not enabled — DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.
- **[PASS]** Registrar: Amazon Registrar, Inc.
- **[WARNING]** Registrar lock is NOT enabled — The domain can be transferred without an unlock step. Enable registrar lock (clientTransferProhibited) in your registrar's control panel to protect against unauthorized or accidental transfers.

---

## Compliance

### WCAG Compliance (A+ — 100/100)

*No testable criteria*


### Cookie Consent & Privacy (B — 80/100)

*privacy policy found*

- **[PASS]** Privacy policy link found
- **[PASS]** Terms of service link found
- **[INFO]** No cookie consent banner detected
- **[CRITICAL]** 1 non-essential cookie(s) set without consent banner — Unrecognized (treated as non-essential): _cfuvid
- **[INFO]** This is an automated check, not legal advice — BeaverCheck detects technical indicators of consent management. This does not constitute a legal compliance assessment. Consult a privacy professional for GDPR/CCPA compliance.

### Consent UX Depth (A+ — 100/100)

*No consent-UX depth issues detected*

- **[PASS]** No consent-UX depth issues detected

### Tracker Inventory (A+ — 100/100)

*No known trackers detected on this page*

- **[PASS]** No known trackers detected on this page

### Language & i18n (A — 90/100)

*Lang attribute present*

- **[PASS]** <html lang> attribute is present
- **[PASS]** <html lang> value is valid
- **[INFO]** No Content-Language HTTP header
- **[INFO]** Language signals are inconsistent — The <html lang> attribute and Content-Language header should agree.

### Hreflang Configuration (A+ — 100/100)

*All 35 hreflang tag(s) look correct*

- **[PASS]** All 35 hreflang tag(s) look correct

### Internationalization Extras (A+ — 100/100)

*No additional i18n signals detected*

- **[PASS]** No additional i18n signals detected

### Readability & Typography (A+ — 100/100)

*Font sizes and tap targets checked*


### Viewport Configuration (A+ — 100/100)

*Viewport properly configured*

- **[PASS]** Viewport meta tag is present
- **[PASS]** width=device-width is set
- **[PASS]** User zooming is allowed

### Accessibility Statement (B — 70/100)

*No accessibility statement detected*

- **[WARNING]** No accessibility statement detected — Sites are increasingly expected to publish an accessibility statement. Required by EU Web Accessibility Directive 2016/2102 for public-sector bodies; recommended best practice elsewhere. Common URLs: /accessibility, /accessibility-statement, /a11y.

### GDPR Article 13 Disclosures (B — 75/100)

*6 / 8 Art. 13 categories matched in homepage body*

- **[INFO]** GDPR Article 13 disclosure coverage: 6 / 8 categories — Scanned the homepage body text AND the linked /privacy page for GDPR Article 13 disclosures. Matched 6 of 8 categories: Data retention period, Data subject rights (access, erasure, rectification, etc.), International data transfers, Legal basis for processing, Recipients of personal data, Right to lodge a complaint with a supervisory authority. Missing: Data Protection Officer contact (where applicable), Identity / contact details of the data controller. Note: only the FIRST same-origin privacy-policy link is followed; deeper sub-pages (e.g. /legal/data-subject-rights) are not fetched.

### Third-Party Trackers (A+ — 95/100)

*1 trackers detected*

- **[INFO]** 1 third-party trackers detected — Found 1 analytics, 0 advertising, 0 marketing, 0 tag manager, 0 session-replay, 0 heatmap trackers.

### Cookie & Tracker Inventory (A+ — 100/100)

*2 cookies · 1 trackers · 0 pre-consent*

- **[INFO]** 1 third-party tracker(s) detected on page

### Tracking Pixel Inventory (A+ — 100/100)

*No tracking pixels detected*

- **[PASS]** No tracking pixels detected

### Browser Fingerprinting (C — 75/100)

*1 browser-fingerprinting library detected*

- **[WARNING]** 1 browser-fingerprinting library detected: FingerprintJS — Browser fingerprinting derives a stable visitor identifier from browser attributes (canvas hash, audio context, WebGL renderer, font list, screen dimensions, ...). No cookie required, so users who reject cookies or browse in private mode are still identifiable across sessions and sites. Most jurisdictions treat this as personal data processing requiring explicit consent (GDPR Art 4 + Recital 30; ePrivacy Art 5(3); CCPA personal-information definition). Verify each detected library is gated behind the consent banner -- and that the privacy policy discloses the fingerprinting purpose, not just the cookie set.

### Cross-Site Cookies (SameSite=None) (B — 85/100)

*2 cross-site cookie(s) (2 tracking-shaped, 0 essential)*

- **[INFO]** 2 tracking-shaped cross-site cookie(s): __cf_bm, _cfuvid — Cookies with SameSite=None travel in cross-site contexts (third-party iframes, cross-origin POSTs, embedded widgets). With third-party cookies dying in Chrome/Firefox, the legitimate use cases narrowed to SSO + payment widgets + federated auth. Each tracking-shaped cookie surfaced here is a cross-site analytics or ad-tech surface that needs explicit privacy-policy disclosure beyond basic cookie banner consent. Audit each: is it conditional on consent? Does the privacy policy name the recipient + purpose? Switching to SameSite=Lax disables the cross-site travel without breaking same-site analytics.

### Beacon Tracking (sendBeacon) (A+ — 100/100)

*No navigator.sendBeacon usage detected in inline scripts*

- **[PASS]** No navigator.sendBeacon usage detected in inline scripts

---

## Legal

### Legal Page Ecosystem (B — 75/100)

*4 of 7 expected legal pages detected*

- **[PASS]** Privacy Policy detected — Found at /privacy.
- **[PASS]** Terms of Service detected — Found at /terms.
- **[PASS]** Cookie Policy detected — Found at /cookies-policy.
- **[INFO]** Accessibility Statement not detected — No link matching common Accessibility Statement URL patterns or link text was found. Most websites are expected to have a Accessibility Statement, especially those collecting user data.
- **[PASS]** DMCA / Copyright Notice detected — Found at /dmca.
- **[INFO]** Refund / Returns Policy not detected — No link matching common Refund / Returns Policy URL patterns or link text was found. Most websites are expected to have a Refund / Returns Policy, especially those collecting user data.
- **[INFO]** Acceptable Use Policy not detected — No link matching common Acceptable Use Policy URL patterns or link text was found. Most websites are expected to have a Acceptable Use Policy, especially those collecting user data.

### Copyright Notice (A+ — 100/100)

*© 2026 Stripchat*

- **[PASS]** Copyright notice is up to date — Copyright notice is up to date: © 2026 Stripchat
- **[PASS]** Copyright holder: Stripchat

### Regulatory Indicators

*2 regulatory indicator(s) detected*

- **[INFO]** This is a technical scan, not a legal assessment — BeaverCheck detects technical indicators that may suggest regulatory relevance. This is not a compliance audit and should not be relied upon for legal decisions. Consult qualified legal counsel for compliance assessments.
- **[INFO]** GDPR indicators detected (moderate confidence) — Indicators suggesting GDPR may be relevant: Privacy policy page found. EU General Data Protection Regulation — governs collection and processing of personal data of EU residents.
- **[INFO]** HIPAA indicators detected (weak confidence) — Indicators suggesting HIPAA may be relevant: Text mentions: phi. Health Insurance Portability and Accountability Act — protects sensitive patient health information.

### Third-Party Data Sharing

*1 third-party service(s) detected*

- **[INFO]** Data inventory for transparency purposes — This inventory identifies third-party services that receive data from your site visitors. Under regulations like GDPR (Article 30), maintaining records of data processing activities is commonly considered a best practice. This automated scan provides a starting point — it may not capture all data flows.
- **[INFO]** 1 third-party services across 1 categories — 1 third-party services detected across 1 categories: CDN (1). Each of these services receives some user data from your site visitors.
- **[INFO]** Cloudflare (CDN) — Detected via script URL. Typically collects: IP address (transient), Request metadata. Privacy policy: https://www.cloudflare.com/privacypolicy/. Data Processing Agreement available.

### Compliance Badges (C — 55/100)

*0 compliance badge(s) detected*

- **[INFO]** No compliance badges detected — No recognized compliance certification badges or seals were found. This is common — many sites do not display compliance badges.

---

## Availability

### CDN & Delivery (A — 85/100)

*Cloudflare (DYNAMIC)*

- **[PASS]** Site is served via Cloudflare CDN (edge: CDG)
- **[INFO]** CDN cache status: DYNAMIC

### HTTP Caching (F — 30/100)

*No cache headers*

- **[WARNING]** No Cache-Control header found — Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

### Operational Status Page (B — 80/100)

*No status page link detected*

- **[INFO]** No operational status page link detected — Status pages communicate planned maintenance and incidents to users -- a hallmark of operationally-mature services. Most SaaS teams publish one via Atlassian Statuspage, Instatus, BetterUptime, or a self-hosted Cachet. Smaller sites legitimately don't need one; flagged as Info, not a failure.

### Transport Security (A+ — 100/100)

*HTTP/3, HSTS, and TLS version analysis*

- **[PASS]** HTTP/3 (QUIC) supported — The server advertises HTTP/3 via Alt-Svc for faster connections on mobile networks.
- **[PASS]** HSTS enabled (includeSubDomains)
- **[PASS]** TLS 1.3 in use (fastest handshake, 1-RTT)

### Health Check Endpoint (A+ — 95/100)

*Auth-protected health endpoint at https://stripchat.com/status (HTTP 403)*

- **[PASS]** Auth-protected health endpoint exposed at https://stripchat.com/status

### CDN Cache Observability (A+ — 100/100)

*Cache state: DYNAMIC*

- **[PASS]** CDN cache state observable via 1 header(s)

---

## Accessibility

### Landmark Structure (B — 75/100)

*18 landmarks*

- **[PASS]** <main> landmark present
- **[PASS]** 14 <nav> landmark(s) found
- **[WARNING]** 7 of 14 <nav> elements are unlabeled — Multiple navigations need aria-label to distinguish them for screen readers.
- **[WARNING]** Skip navigation link is missing (WCAG 2.4.1) — Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.

### Heading Hierarchy (A+ — 100/100)

*3 headings*

- **[PASS]** Single H1 present

### Heading Text Quality (A+ — 100/100)

*All 3 heading(s) have substantive, well-formed text*

- **[PASS]** Heading text quality is clean -- no placeholder, length, or styling issues

### Alt Text Quality (A+ — 100/100)

*All 63 images OK*

- **[PASS]** 21 decorative image(s) correctly marked
- **[PASS]** 42 image(s) with good alt text

### Form Accessibility (A+ — 100/100)

*All 4 controls labeled*

- **[PASS]** 4 control(s) properly labeled

### Link & Button Quality (D — 48/100)

*10 issue(s) across 196 links and 19 buttons*

- **[CRITICAL]** 9 link(s) with no accessible text — Links without text are announced as raw URLs by screen readers.
- **[WARNING]** 34 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[CRITICAL]** 1 button(s) with no accessible text — Icon-only buttons need an aria-label so screen readers can announce them.
- **[PASS]** 153 link(s) with descriptive text

### Form Input Types (A+ — 100/100)

*4 form control(s) checked, no type mismatches*

- **[PASS]** No input-type mismatches detected

### Form Input Quality (A+ — 100/100)

*4 form control(s) checked, no input-semantic issues*

- **[PASS]** All form input semantics look correct

### Mobile Keyboard & Autofill (A+ — 100/100)

*No autofill-eligible form controls*

- **[PASS]** No autofill-eligible form controls (no name/email/tel/address fields)

### Document Language (A+ — 100/100)

*Lang attribute set to "en"*

- **[PASS]** <html lang="en"> is set and valid

### Tabindex Anti-Patterns (B — 75/100)

*0 positive, 5 -1-on-focusable*

- **[INFO]** tabindex="-1" on naturally-focusable <input> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
- **[INFO]** tabindex="-1" on naturally-focusable <a> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
- **[INFO]** tabindex="-1" on naturally-focusable <a> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
- **[INFO]** tabindex="-1" on naturally-focusable <a> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
- **[INFO]** tabindex="-1" on naturally-focusable <a> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)

### Iframe Accessibility (A — 90/100)

*1/1 iframe(s) missing title; 0 placeholder(s)*

- **[WARNING]** <iframe> missing title attribute (src="") — WCAG 4.1.2: iframes need a title attribute so screen readers can announce what's embedded. Without one, the announcement is just "iframe" -- the user has no way to decide whether to enter or skip.

### Tap Target Adequacy (A+ — 100/100)

*All tap targets meet WCAG 2.5.5/2.5.8 sizing*

- **[PASS]** All tap targets meet WCAG 2.5.5 (44x44px) sizing

### Mobile-Readable Font Sizes (C — 75/100)

*86% of visible text renders at >= 12 CSS px (15 below threshold)*

- **[WARNING]** 15 text node(s) render below 12 CSS pixels on mobile — Mobile browsers default the root font-size to 16 px; text below ~ 12 px (75% of root) is hard to read without zooming. WCAG 1.4.4 (Resize Text) requires the page to support 200% zoom without loss of functionality -- which most layouts handle, but small base text still costs readability and conversion. Audit which selectors set sizes below 12 px (often footers, fine print, table cells) and bump them to 14-16 px or use rem units that scale with user preferences. Examples: <span> 11.0px ("By entering and using this website, you ..."); <a> 11.0px ("Terms of Use"); <span> 11.0px ("and"); <a> 11.0px ("Privacy Policy"); <a> 11.0px ("18 U.S.C. 2257 Record-Keeping Requiremen...").

---

## UX

### 404 Error Page (F — 0/100)

*HTTP 406, bare page*

- **[WARNING]** Unexpected status code: HTTP 406 — Expected HTTP 404 but received 406. This may confuse search engine crawlers.
- **[WARNING]** Bare server default 404 page — The 404 page has no custom styling. Users hitting a broken link see a generic error with no way to navigate back. Add a custom 404 page with your site navigation and a search bar.

### Favicon & Branding (B — 80/100)

*11 icon(s) detected*

- **[PASS]** favicon.ico present at site root
- **[PASS]** HTML icon links detected
- **[PASS]** Apple touch icon present
- **[PASS]** Multiple icon sizes detected

### Web Manifest (A — 85/100)

*PWA-ready*

- **[PASS]** Meets PWA install criteria
- **[PASS]** Name present: Stripchat
- **[PASS]** 192x192 icon present
- **[PASS]** 512x512 icon present
- **[PASS]** Display mode: standalone

### PWA Depth (A+ — 95/100)

*1 PWA signal(s) surfaced*

- **[INFO]** Manifest is missing `theme_color` — Without `theme_color`, the install prompt and Android status bar fall back to a generic tint instead of your brand color. Add a hex color (e.g. `"theme_color": "#0066cc"`); for richer support, mirror it via `<meta name="theme-color" content="#0066cc">` so non-installed browsers also pick it up.

### Dark Mode Support (D — 45/100)

*Theme color only*

- **[INFO]** Theme-color present but no dark variant — A theme-color is set but no dark-specific variant was found. The browser toolbar may not adapt for dark mode users.
- **[INFO]** No dark mode signals detected — Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
- **[INFO]** Detection limited to meta tags and inline styles — External CSS files may contain prefers-color-scheme rules not visible to this scan.

### Print Stylesheet (D — 40/100)

*No print styles*

- **[INFO]** No print-specific styles detected — When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.

### Navigation UX (F — 20/100)

*No navigation patterns*

- **[PASS]** 14 navigation landmark(s) detected
- **[PASS]** Hamburger menu detected (responsive design)
- **[INFO]** No breadcrumbs, search, or skip link detected — These navigation aids help users orient themselves and find content efficiently, especially on large sites.

### Mobile UX Depth (A+ — 100/100)

*1 mobile-depth signal(s) detected*

- **[PASS]** Browser-chrome `theme-color` meta tag present — The page sets `<meta name="theme-color" content="...">`, which Android Chrome uses to tint the status bar and iOS Safari uses for the toolbar background. Brand polish that costs nothing and Just Works.

---

## SEO

### Canonical URL (B — 80/100)

*Minor issues*

- **[PASS]** Canonical tag present
- **[PASS]** Canonical is self-referencing
- **[PASS]** Canonical matches final URL after redirects
- **[CRITICAL]** Canonical target returns 406 — Search engines cannot follow this canonical, effectively orphaning this page.

### Meta Tags (A+ — 100/100)

*Title: 61 chars*

- **[PASS]** Page title is set
- **[INFO]** Title is 61 characters — may be truncated in search results
- **[PASS]** Meta description length (156 chars) is optimal
- **[PASS]** Title and H1 are well-aligned

### Title Style Depth (A+ — 100/100)

*Title style is clean -- consistent separator, no stale year, no keyword stuffing*

- **[PASS]** Title style is clean

### Content Depth (C — 65/100)

*945 words, Difficult*

- **[PASS]** Page has 945 words of content
- **[INFO]** Text-to-HTML ratio is 1% — Very low ratio suggests heavy framework overhead or boilerplate.
- **[INFO]** Reading level: Difficult (grade 14)

### Internal Links (A+ — 100/100)

*170 internal, 26 external*

- **[PASS]** 170 internal links (87%)
- **[PASS]** 95% of links use descriptive anchor text
- **[INFO]** 170 internal / 26 external links

### Image SEO (B — 80/100)

*63 images, 22 descriptive filenames*

- **[WARNING]** 65% of images have non-descriptive filenames — Search engines use filenames as a signal. Rename to descriptive names like 'team-photo.jpg'.

### Hreflang

*0 hreflang tags*


### Hreflang URL Quality (A+ — 100/100)

*No hreflang tags on the page*

- **[PASS]** No hreflang tags on the page

### Hreflang Completeness (A+ — 100/100)

*No hreflang tags on this page -- check is N/A (single-language site or unannotated)*

- **[PASS]** No hreflang tags found -- completeness check is N/A

### Sitemap Freshness (C — 70/100)

*Sitemap exists but no <lastmod> entries*

- **[INFO]** Sitemap has no <lastmod> entries — Without lastmod, Google can't tell which URLs have changed since the last crawl -- it falls back to crawling everything periodically. Adding lastmod (date or ISO 8601 timestamp) on each <url> entry signals freshness so the crawler prioritizes recently-modified pages.

### Sitemap × Robots Consistency (A+ — 100/100)

*No sitemap-vs-robots conflicts in the URL sample*

- **[PASS]** All 5 sampled sitemap URLs are crawlable per robots.txt

### Sitemap Hygiene (A+ — 100/100)

*Sitemap structure / size look healthy (1214 URLs, 71 KB)*

- **[PASS]** Sitemap structure / size look healthy (1214 URLs)

### Markup Quality (A+ — 100/100)

*No markup-quality issues detected*

- **[PASS]** No markup-quality issues detected

---

## Sustainability

### CO2 Per Page Load (B — 70/100)

*0.64g CO2 per view*

- **[INFO]** 0.64g CO2 per page view — This page transfers 2.7 MB, producing an estimated 0.64g of CO2 per visit using the Sustainable Web Design model (v4). Breakdown: data center 0.02g, network 0.13g, end-user device 0.49g.
- **[INFO]** At 10,000 monthly views: 76.9 kg CO2/year — With 10,000 page views per month, this page would generate approximately 76.9 kg of CO2 annually — equivalent to charging 9607 smartphones.
- **[PASS]** Green hosting reduces data center emissions

### Green Hosting (A+ — 100/100)

*Green (both)*

- **[PASS]** Both hosting and CDN use renewable energy
- **[INFO]** Cloudflare: Verified by the Green Web Foundation
- **[INFO]** Cloudflare: 100% renewable energy for global network since 2019
- **[INFO]** Green hosting status based on known provider commitments — Green hosting detection uses a curated database of provider renewable energy commitments. This is not a real-time verification. For authoritative checks, visit thegreenwebfoundation.org.

### Repeat Visit Weight (A+ — 100/100)

*96% cached*

- **[PASS]** 96% reduction on repeat visits — Returning visitors download only 116 KB (vs 2771 KB first visit). 223 of 224 resources are served from browser cache, saving 0.61g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.03g CO2 (first visit: 0.64g)

### Carbon Budget (D — 50/100)

*51th percentile*

- **[WARNING]** 0.64g CO2 — above the median website (0.60g) — Heavier than an estimated 49% of websites. Reducing page weight, optimizing images, and removing unused JavaScript would lower the carbon footprint. See the Performance tab.
- **[INFO]** Estimated 51th percentile — Compared to: top 10% = 0.20g, target = 0.50g, median = 0.60g per page view.

### Transfer Efficiency (F — 20/100)

*36% efficient*

- **[CRITICAL]** Transfer efficiency: 36% — An estimated 1782 KB (64%) could be eliminated: 0 KB via better compression, 0 KB via modern image formats, 1782 KB of unused JavaScript. This wasted data produces 0.41g of unnecessary CO2 per page view.

### Web Font Weight Variants (B — 90/100)

*No detectable Google Fonts weights*

- **[INFO]** No detectable Google Fonts weights — The analyzer detects font weights via Google Fonts URL parameters (~70% of font-using sites). Self-hosted fonts and non-Google CDN fonts aren't visible to URL-based detection. If you self-host fonts, manually audit how many @font-face weights you ship -- 2-3 weights per family is typically enough; 5+ is usually unused payload.

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/13f5941d-db65-4932-a7c8-ffb24d49ea7d*
