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

**Date:** August 9, 2026  
**URL:** https://ratemyscene.com  
**Overall Grade:** B (84/100)  
**Report:** https://beavercheck.com/results/acd22b64-1168-45f8-9ad7-45617fb0fcd8

## Top Findings

1. **[CRITICAL]** Content-Security-Policy header is missing — Security > Security Headers
2. **[CRITICAL]** HSTS header is missing — Security > Security Headers
3. **[CRITICAL]** No Content-Security-Policy header found — Security > Content Security Policy
4. **[WARNING]** 1 render-blocking <script src> tag(s) without async/defer — Performance > JavaScript Blocking
5. **[WARNING]** 2 font preload(s) missing `crossorigin` -- font will be downloaded twice — Performance > Resource Hints

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 83 |
| Accessibility | 92 |
| Best Practices | 100 |
| SEO | 100 |

---

## Security

### Security Headers (F — 5/100)

*1 of 10 headers properly configured*

- **[CRITICAL]** HSTS header is missing — Strict-Transport-Security forces browsers to use HTTPS, preventing downgrade attacks. Add the header with a max-age of at least 1 year.
- **[WARNING]** X-Content-Type-Options header is missing — This header prevents MIME-type sniffing, which can lead to XSS attacks. Set it to 'nosniff'.
- **[WARNING]** X-Frame-Options header is missing — This header prevents clickjacking by controlling who can embed your page in a frame. Set it to DENY or SAMEORIGIN.
- **[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.
- **[WARNING]** X-Powered-By header reveals technology stack — This header discloses server technology (e.g. Express, PHP), helping attackers target known vulnerabilities. Remove it.
- **[PASS]** Server header is not present
- **[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 84 days)
- **[PASS]** Certificate chain has 3 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 1 domain(s)
- **[PASS]** Certificate is issued by a trusted CA

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

*No cookies set — no cookie security risks*

- **[PASS]** No cookies set — no cookie security risks

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

*No cookies set -- cookie-hygiene check is N/A*

- **[PASS]** No cookies set

### WAF / Bot Protection (B — 75/100)

*No WAF detected via response headers*

- **[INFO]** No WAF detected — Response headers don't match any known WAF or bot-management product. Sites exposed to abuse (login, signup, payment) typically benefit from a WAF such as Cloudflare, Akamai, AWS WAF, or Imperva.

### 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 (A+ — 100/100)

*No new-tab links found -- no tabnabbing surface*

- **[PASS]** No new-tab links present

### CSP Inline-Style Readiness (C — 75/100)

*40 inline style attribute(s) detected*

- **[WARNING]** 40 inline style attribute(s) detected — Each `style=""` attribute forces `style-src 'unsafe-inline'` in any Content-Security-Policy, which negates most of CSP's XSS-mitigation value. 40 inline style(s) is moderate. Affected element types include: img. Move styles to a stylesheet; use CSS custom properties for runtime-dynamic values; or adopt a nonce/hash CSP policy. Most teams take the stylesheet path because it's also a maintainability win.

### 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)

*No soft-404 patterns detected in page title or headings*

- **[PASS]** No soft-404 patterns detected in page title or headings

### 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 (A+ — 100/100)

*Page has no third-party scripts or stylesheets -- SRI not applicable*

- **[PASS]** No third-party scripts or stylesheets to protect with SRI

### 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)

*No source maps accessible (probed 10 candidate URL(s))*

- **[PASS]** No source maps accessible across 10 probed candidate(s)

### 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 (A+ — 100/100)

*No external resources*

- **[PASS]** No external resources to protect

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

*No known vulnerabilities*

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

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

*No exposures*

- **[INFO]** No security.txt found — Consider adding a security.txt at /.well-known/security.txt.
- **[PASS]** No sensitive files exposed

### Email Security (F — 0/100)

*no DMARC, no SPF*

- **[WARNING]** No DMARC record found — Without DMARC, email receivers have no policy for handling authentication failures. Add a TXT record at _dmarc.<domain> starting with v=DMARC1.
- **[WARNING]** No SPF record found — Without SPF (Sender Policy Framework), receivers can't tell which servers are authorized to send mail for your domain. Add a TXT record at the apex starting with v=spf1, ending in -all.
- **[INFO]** No DKIM detected via common selectors — DKIM signs outbound mail to prove origin. We probed common selectors (default, google, selector1, etc.) without finding a record. If you use a non-standard selector, this is a false negative.
- **[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 (A — 89/100)

*896 KB transferred, 42 requests*

- **[PASS]** Page weighs 1.7 MB (896 KB transferred)
- **[PASS]** 42 HTTP requests
- **[INFO]** Estimated 0.18 g CO2 per page load

### Third-Party Impact (B — 70/100)

*42% third-party, 0 ms blocking*

- **[INFO]** Third-party code accounts for 42% of page weight (372.4 KiB of 896.4 KiB)
- **[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 (A+ — 100/100)

*16 images, 0 KB saveable*

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

### JS Execution Cost (D — 40/100)

*2153ms total JS execution*

- **[WARNING]** https://ratemyscene.com/: 882ms CPU time
- **[WARNING]** https://ratemyscene.com/_next/static/chunks/19tzvv...: 618ms CPU time
- **[WARNING]** Unattributable: 556ms CPU time
- **[INFO]** https://ratemyscene.com/_next/static/chunks/3uffv3...: 97ms CPU time

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

*2 fonts (51 KB)*

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

### JS Bundles (A+ — 100/100)

*11 scripts, 28 KB unused*

- **[WARNING]** https://ratemyscene.com/_next/static/chunks/19tzvv...: 28 KB unused (40%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 28 KB

### 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 (B — 75/100)

*6 hints, 0 missing preconnects*

- **[WARNING]** 2 font preload(s) missing `crossorigin` -- font will be downloaded twice — Fonts are always fetched as crossorigin=anonymous; a preload without the attribute creates a different cache key, so the browser refetches when the actual font request happens. Sample: /_next/static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2, /_next/static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2. Add `crossorigin` (or `crossorigin="anonymous"`) to each preload.
- **[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://pub-8ac7b8e40d104e4c9fce09f91afb8244.r2.dev. 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: https://pub-8ac7b8e40d104e4c9fce09f91afb8244.r2.dev (dns-prefetch+preconnect).
- **[PASS]** Page uses 6 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 gzip; brotli would be ~20% smaller*

- **[INFO]** Main HTML response uses gzip (brotli would be ~20% smaller) — All current browsers support brotli. Most CDNs (Cloudflare, Fastly, AWS CloudFront, Vercel, Netlify) can switch from gzip to brotli with a single config flag. Origin servers (nginx, Apache) need a brotli module compiled in -- nginx-brotli or Apache mod_brotli.

### 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 (A+ — 100/100)

*Main HTML uses no-store -- correct for sensitive/dynamic content*

- **[PASS]** Main HTML uses no-store -- correct for sensitive/dynamic content

### 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 (A — 85/100)

*42 resources · 896 KB · 28 KB savings available*

- **[PASS]** Within 1MB page-weight target
- **[WARNING]** 9 third-party resources (42% of weight)

### 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 — 94/100)

*1 JS blocking issue(s) detected*

- **[WARNING]** 1 render-blocking <script src> tag(s) without async/defer — Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.

### 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)

*99 links checked, 58 healthy, 41 broken*

- **[CRITICAL]** 58 of 99 links are healthy
- **[WARNING]** Broken link: https://pub-8ac7b8e40d104e4c9fce09f91afb8244.r2.dev — Found in <link href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://ratemyscene.com/scenes — Found in <a href>. Get "https://ratemyscene.com/scenes": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/categories — Found in <a href>. Get "https://ratemyscene.com/categories": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/top-rated — Found in <a href>. Get "https://ratemyscene.com/top-rated": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/trending — Found in <a href>. Get "https://ratemyscene.com/trending": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/this-or-that — Found in <a href>. Get "https://ratemyscene.com/this-or-that": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/scenes/pornstarplatinum-big-dick-... — Found in <a href>. Get "https://ratemyscene.com/scenes/pornstarplatinum-big-dick-hunk-justice-gives-to-brunette-jayden-james-all-his-load-8c383332": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/scenes/christianclay-my-wife-thre... — Found in <a href>. Get "https://ratemyscene.com/scenes/christianclay-my-wife-threatened-to-fuck-five-black-guys-so-id-stay-home-and-i-ended-up-gi-a5fc4a7c": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/scenes/myfirstsexteacher-sexy-pro... — Found in <a href>. Get "https://ratemyscene.com/scenes/myfirstsexteacher-sexy-professor-reagan-foxx-will-grade-rion-on-how-well-he-fucks-2ef53cce": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/scenes/brazzersexxtra-best-of-bra... — Found in <a href>. Get "https://ratemyscene.com/scenes/brazzersexxtra-best-of-brazzers-anal-extravaganza-07f5ecb1": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/scenes/vixencompilations-prime-13... — Found in <a href>. Get "https://ratemyscene.com/scenes/vixencompilations-prime-13f1b684": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/scenes/seducedbyacougar-brandi-lo... — Found in <a href>. Get "https://ratemyscene.com/scenes/seducedbyacougar-brandi-love-shows-the-pool-cleaner-how-appreciative-she-is-for-his-hard-w-0cf6abe9": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/tags/blowjob — Found in <a href>. Get "https://ratemyscene.com/tags/blowjob": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/tags/brown-hair — Found in <a href>. Get "https://ratemyscene.com/tags/brown-hair": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/tags/big-tits — Found in <a href>. Get "https://ratemyscene.com/tags/big-tits": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/tags/milf-30 — Found in <a href>. Get "https://ratemyscene.com/tags/milf-30": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/tags/cowgirl — Found in <a href>. Get "https://ratemyscene.com/tags/cowgirl": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/tags/big-dick — Found in <a href>. Get "https://ratemyscene.com/tags/big-dick": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/tags/big-ass — Found in <a href>. Get "https://ratemyscene.com/tags/big-ass": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/tags/deepthroat — Found in <a href>. Get "https://ratemyscene.com/tags/deepthroat": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/tags/all-sex — Found in <a href>. Get "https://ratemyscene.com/tags/all-sex": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/tags/cumshot — Found in <a href>. Get "https://ratemyscene.com/tags/cumshot": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/scenes/privateclassics-vanessa-pi... — Found in <a href>. Get "https://ratemyscene.com/scenes/privateclassics-vanessa-picked-up-and-fucked-c762382a": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/scenes/privateclassics-franki-sho... — Found in <a href>. Get "https://ratemyscene.com/scenes/privateclassics-franki-shona-ketchup-curves-and-lesbian-sex-cc8fd070": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/scenes/privateclassics-samantha-b... — Found in <a href>. Get "https://ratemyscene.com/scenes/privateclassics-samantha-bond-explosive-oily-blonde-horny-in-a-threesome-974cea39": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/scenes/privateclassics-franky-kni... — Found in <a href>. Get "https://ratemyscene.com/scenes/privateclassics-franky-knight-curvy-and-horny-looking-for-a-stallion-1ead3868": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/scenes/evilangel-alexis-james-8e8... — Found in <a href>. Get "https://ratemyscene.com/scenes/evilangel-alexis-james-8e8e1654": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/scenes/evilangel-harley-haze-707a... — Found in <a href>. Get "https://ratemyscene.com/scenes/evilangel-harley-haze-707ab5f8": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/performers/4369-aj-applegate — Found in <a href>. Get "https://ratemyscene.com/performers/4369-aj-applegate": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/performers/130-reagan-foxx — Found in <a href>. Get "https://ratemyscene.com/performers/130-reagan-foxx": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/performers/1298-alexis-fawx — Found in <a href>. Get "https://ratemyscene.com/performers/1298-alexis-fawx": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/performers/kendra-lust — Found in <a href>. Get "https://ratemyscene.com/performers/kendra-lust": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/performers/danielle-renae — Found in <a href>. Get "https://ratemyscene.com/performers/danielle-renae": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/performers/aaliyah-ca-pelle — Found in <a href>. Get "https://ratemyscene.com/performers/aaliyah-ca-pelle": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/scenes/brazzersexxtra-day-with-a-... — Found in <a href>. Get "https://ratemyscene.com/scenes/brazzersexxtra-day-with-a-pornstar-luna-sara-1d6158a6": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/scenes/loveherboobs-joi-boob-teas... — Found in <a href>. Get "https://ratemyscene.com/scenes/loveherboobs-joi-boob-tease-with-reagan-foxx-6d737b93": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/scenes/danni-naught-nicole-81c2e853 — Found in <a href>. Get "https://ratemyscene.com/scenes/danni-naught-nicole-81c2e853": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/scenes/penthousegold-monique-alex... — Found in <a href>. Get "https://ratemyscene.com/scenes/penthousegold-monique-alexander-a-muse-dream-cum-true-9589139e": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/scenes/akalexromero-aletta-oceans... — Found in <a href>. Get "https://ratemyscene.com/scenes/akalexromero-aletta-oceans-is-the-perfect-secretary-and-loves-anal-sex-b4d850cd": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/scenes/aziani-reagan-foxx-is-a-mi... — Found in <a href>. Get "https://ratemyscene.com/scenes/aziani-reagan-foxx-is-a-milf-masterpiece-1-2dc42032": context deadline exceeded
- **[CRITICAL]** Broken link: https://ratemyscene.com/scenes/moderndaysins-free-use-sit... — Found in <a href>. Get "https://ratemyscene.com/scenes/moderndaysins-free-use-sitter-fucker-0722f614": context deadline exceeded

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

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

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

### Open Graph (B — 85/100)

*Open Graph tags are partially configured — some improvements recommended.*

- **[WARNING]** Missing og:image — The og:image tag provides a preview image for social sharing.

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

*1 OG/Twitter depth issue(s) detected*

- **[INFO]** 1 Twitter Card field(s) differ from Open Graph counterparts — Twitter Cards inherit values from Open Graph tags when the Twitter-specific tag is absent (`twitter:title` falls back to `og:title`, etc.). Explicitly-set Twitter values that DIFFER from OG are usually stale -- the marketing team updates `og:title` for FB/LinkedIn previews and forgets to update `twitter:title` separately, leaving Twitter showing the old text. Mismatches:
  - title: twitter="RateMyScene — Discover with taste.", og="RateMyScene — Watch less blindly. Discov..."

Fix: either remove the redundant Twitter-specific tags (rely on inheritance) or sync them when updating OG.

### Structured Data (C — 75/100)

*1 JSON-LD block(s) found — some improvements recommended.*

- **[CRITICAL]** Malformed JSON-LD block #1 — JSON parse error: Mismatch type map[string]interface {} with value array "at index 0: mismatched type with value\n\n\t[{\"@context\":\"https://schema.org\n\t^...............................\n"

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

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


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

*3 issues found across 40 images*

- **[WARNING]** 40 images missing explicit width/height — Images without dimensions cause layout shifts (CLS). Set explicit width and height attributes.
- **[INFO]** 3 below-fold images missing loading="lazy" — Lazy loading defers below-fold images, reducing initial page weight.
- **[INFO]** 4 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://ratemyscene.com/_next/image?url=%2Fapi%2Fmedia%2Fscenes%2Faziani-reagan-foxx-is-a-milf-masterpiece-501d60ab-a05eca033abe9421.jpg&w=640&q=75, https://ratemyscene.com/_next/image?url=%2Fapi%2Fmedia%2Fscenes%2Fpassionsonly-bisexual-milfs-on-vacation-seduce-hot-lifeguard-6aa3f4f0-fc9f28c4ec31746f.jpg&w=384&q=75, https://ratemyscene.com/_next/image?url=%2Fapi%2Fmedia%2Fscenes%2Fsislovesme-fucking-in-the-backseat-while-shes-not-watching-6a80f335-6e1b7073a86a3480.jpg&w=384&q=75 (+1 more).

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

*No autoplay media on the page*

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

---

## Infrastructure

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

*1 A records, 14 ms lookup*

- **[PASS]** Resolves to 1 IPv4 address(es)
- **[INFO]** Single A record — no DNS redundancy — Multiple A records provide failover if one server goes down.
- **[INFO]** No IPv6 (AAAA) records
- **[PASS]** 2 nameserver(s) configured
- **[INFO]** No MX records — email not configured via DNS
- **[INFO]** No SPF record found in TXT records — SPF helps prevent email spoofing. Add a TXT record starting with 'v=spf1'.
- **[PASS]** DNS resolution time: 14 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 (A — 90/100)

*issue: letsencrypt.org, pki.goog, sectigo.com*

- **[PASS]** CAA issue tag present — authorized CA(s): letsencrypt.org, pki.goog, sectigo.com
- **[INFO]** No CAA iodef tag — won't be notified of failed issuance attempts — Add `0 iodef "mailto:security@example.com"` to receive notifications when a CA refuses issuance because it doesn't match your CAA policy. Useful signal for detecting issuance attempts by unauthorized CAs.

### Reverse DNS (B — 75/100)

*0/1 IPs match cert SAN*

- **[INFO]** PTR for 159.195.214.187 does not match any cert SAN: v2202608391578493161.goodsrv.de — Common when behind a CDN or shared hosting (PTR points at the provider's hostname). Mismatch can also affect mail deliverability if this IP sends email -- many MTAs reject mail when forward+reverse DNS disagree.

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

*Mean 15ms across 3 resolvers (spread 23ms)*

- **[PASS]** Cloudflare: 4ms
- **[PASS]** Google: 14ms
- **[PASS]** Quad9: 27ms

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

*No redirects — direct access*

- **[PASS]** No redirects — direct access

### IPv6 Readiness (C — 60/100)

*No IPv6 support*

- **[INFO]** No IPv6 (AAAA) records found — IPv6 support is increasingly important for global accessibility. About 40% of internet users have IPv6 connectivity.

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

*robots.txt present, sitemap with 11467 URLs*

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

### URL Variants (C — 65/100)

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

- **[CRITICAL]** Both www and non-www versions serve content
- **[WARNING]** HTTP→HTTPS redirect uses 302 instead of 301

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

*ratemyscene.com — via Name.com, Inc., 13 days old, hosted on netcup-AS - netcup GmbH, DE*

- **[PASS]** Domain registered until Jul 26, 2027 (11 months remaining)
- **[INFO]** Domain is only 13 days old — Newly registered domains may face SEO trust challenges. Search engines generally give more authority to older domains. This is informational — not a problem to fix.
- **[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: Name.com, 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.
- **[PASS]** Hosting: netcup-AS - netcup GmbH, DE

---

## Compliance

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

*No testable criteria*


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

*No consent signals detected*

- **[WARNING]** No privacy policy link detected — A privacy policy page is recommended for transparency and may be legally required.
- **[INFO]** No terms of service link detected
- **[INFO]** No cookie consent banner detected
- **[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)

*No hreflang tags on this page*

- **[PASS]** No hreflang tags found (single-language site)

### 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 (F — 25/100)

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

- **[WARNING]** GDPR Article 13 disclosure coverage: 0 / 8 categories — Scanned the homepage body text AND the linked /privacy page for GDPR Article 13 disclosures. Matched 0 of 8 categories: . Missing: Data Protection Officer contact (where applicable), Data retention period, Data subject rights (access, erasure, rectification, etc.), Identity / contact details of the data controller, International data transfers, Legal basis for processing, Recipients of personal data, Right to lodge a complaint with a supervisory authority. 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+ — 100/100)

*No third-party trackers detected*

- **[PASS]** No third-party trackers detected

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

*No tracking pixels detected*

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

### Browser Fingerprinting (A+ — 100/100)

*No browser-fingerprinting libraries detected*

- **[PASS]** No browser-fingerprinting libraries detected

### Cross-Site Cookies (SameSite=None) (A+ — 100/100)

*No cookies on the page*

- **[PASS]** No cookies set on the page response

### 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 (F — 0/100)

*0 of 7 expected legal pages detected*

- **[WARNING]** Privacy Policy not detected — No link matching common Privacy Policy URL patterns or link text was found. Most websites are expected to have a Privacy Policy, especially those collecting user data.
- **[WARNING]** Terms of Service not detected — No link matching common Terms of Service URL patterns or link text was found. Most websites are expected to have a Terms of Service, especially those collecting user data.
- **[INFO]** Cookie Policy not detected — No link matching common Cookie Policy URL patterns or link text was found. Most websites are expected to have a Cookie Policy, especially those collecting user data.
- **[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.
- **[INFO]** DMCA / Copyright Notice not detected — No link matching common DMCA / Copyright Notice URL patterns or link text was found. Most websites are expected to have a DMCA / Copyright Notice, especially those collecting user data.
- **[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 RateMyScene*

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

### Regulatory Indicators

*0 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]** No specific regulatory indicators detected — No strong signals for GDPR, CCPA, ADA, PCI, HIPAA, or COPPA were found. This does not mean these regulations don't apply — it means we didn't detect common technical indicators.

### Third-Party Data Sharing

*0 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]** No recognized third-party data-sharing services detected — This page does not appear to load external tracking, analytics, or advertising scripts.

### 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 (D — 50/100)

*No CDN detected*

- **[WARNING]** No CDN detected — A CDN can significantly improve load times for users around the world by caching content at edge nodes closer to them.

### HTTP Caching (D — 40/100)

*no-store (uncacheable)*

- **[INFO]** Cache-Control: no-store prevents all caching — Intentional for dynamic content, but increases server load for every page view.
- **[INFO]** No ETag or Last-Modified header — Conditional requests (304 Not Modified) are not possible without validators.

### 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 — 85/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.
- **[WARNING]** Missing Strict-Transport-Security header — HSTS tells browsers to only use HTTPS, preventing SSL stripping attacks.
- **[PASS]** TLS 1.3 in use (fastest handshake, 1-RTT)

### Health Check Endpoint (B — 80/100)

*No conventional health endpoint found*

- **[INFO]** No conventional health endpoint found — Health endpoints (/health, /healthz, /status, /ping, /api/health) let uptime monitors, load balancers, and orchestration systems (Kubernetes, ECS, Fly.io) verify the service is alive. Marketing sites and small services often skip them legitimately; flagged as Info, not a failure. Probe results: /api/health: 404, /health: 404, /healthz: 404, /ping: 404, /status: 404.

### CDN Cache Observability (B — 85/100)

*No CDN cache-status headers in the response*

- **[INFO]** No CDN cache-status headers in the response — Without an X-Cache / CF-Cache-Status / X-Vercel-Cache / Age header, you can't tell from outside whether a request hit the cache or went to origin. Operationally important: enables debugging stale-content reports and verifying cache rules. Most managed CDN platforms emit at least one of these by default; absence often means the platform's diagnostic headers are stripped at an upstream proxy.

---

## Accessibility

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

*5 landmarks*

- **[PASS]** <main> landmark present
- **[PASS]** 2 <nav> landmark(s) found
- **[WARNING]** 2 of 2 <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)

*45 headings*

- **[PASS]** Single H1 present

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

*All 45 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 40 images OK*

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

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

*1 of 1 controls have issues*

- **[WARNING]** 1 control(s) rely on placeholder only — Placeholder text disappears on focus and is not a reliable label.

### Link & Button Quality (A+ — 100/100)

*72 links, 16 buttons — all OK*

- **[PASS]** 72 link(s) with descriptive text

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

*1 input(s) using type=text where a specific type would help*

- **[INFO]** Input "q" should use type="search" (currently type="text") — Field name "q" suggests type="search". Wrong type loses mobile keyboard hints, browser autofill, and free format validation. Change to <input type="search">.

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

*1 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 (A+ — 100/100)

*No explicit tabindex attributes found*

- **[PASS]** No explicit tabindex attributes found

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

*No iframes on this page*

- **[PASS]** No iframes on this page

### 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)

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

- **[WARNING]** 67 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> 9.0px ("Matchup champion"); <span> 10.0px ("Cumshot"); <span> 10.0px ("Big Tits"); <span> 10.0px ("All Sex"); <span> 10.0px ("Big Dick").

---

## UX

### 404 Error Page (B — 80/100)

*HTTP 404, custom page*

- **[PASS]** Correct 404 status code returned
- **[PASS]** Custom styled 404 page
- **[PASS]** Navigation links present on 404 page
- **[PASS]** Homepage link present on 404 page

### Favicon & Branding (F — 25/100)

*1 icon(s) detected*

- **[WARNING]** No favicon.ico at site root — Some older browsers, bookmark tools, and RSS readers look for /favicon.ico. Add one as a fallback.
- **[PASS]** HTML icon links detected
- **[INFO]** No apple-touch-icon detected — iOS devices use this when users add your site to their home screen. Add <link rel='apple-touch-icon' sizes='180x180' href='/apple-touch-icon.png'>.
- **[PASS]** SVG favicon detected — scales perfectly to any size

### Web Manifest (D — 40/100)

*Not found*

- **[INFO]** No web manifest found — No manifest at standard paths (/manifest.json, /site.webmanifest). A manifest is optional but enables PWA features like home screen installation and standalone display.

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

*No PWA depth issues detected*

- **[PASS]** No PWA depth issues detected

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

*No dark mode signals*

- **[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 — 15/100)

*No navigation patterns*

- **[PASS]** 2 navigation landmark(s) detected
- **[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+ — 97/100)

*1 mobile-depth signal(s) detected*

- **[INFO]** No `<meta name="theme-color">` -- browser chrome falls back to default — Without `theme-color`, Android Chrome's status bar and iOS Safari's toolbar fall back to a generic gray. Adding a single hex color in `<meta name="theme-color" content="#0066cc">` tints them to your brand color across all mobile browsers.

---

## SEO

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

*Minor issues*

- **[WARNING]** No canonical tag found — Search engines will determine the canonical URL themselves, which may cause duplicate content issues.

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

*Title optimized*

- **[PASS]** Page title is set
- **[PASS]** Title length (56 chars) is optimal
- **[PASS]** Meta description length (109 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)

*806 words, Fairly Difficult*

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

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

*72 internal, 0 external*

- **[PASS]** 72 internal links (100%)
- **[PASS]** 100% of links use descriptive anchor text
- **[INFO]** 72 internal / 0 external links

### Image SEO (A+ — 100/100)

*40 images, 30 descriptive filenames*

- **[INFO]** 10 image(s) have hash/generic filenames

### 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 (A+ — 100/100)

*Sitemap updated within 90 days (11460/11467 URLs have lastmod)*

- **[PASS]** Sitemap actively maintained — newest lastmod: today

### 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 (11467 URLs, 2.3 MB)*

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

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

*No markup-quality issues detected*

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

---

## Sustainability

### CO2 Per Page Load (A — 85/100)

*0.25g CO2 per view*

- **[PASS]** 0.25g CO2 per page view — This page transfers 0.9 MB, producing an estimated 0.25g of CO2 per visit using the Sustainable Web Design model (v4). Breakdown: data center 0.05g, network 0.04g, end-user device 0.16g.
- **[INFO]** At 10,000 monthly views: 29.7 kg CO2/year — With 10,000 page views per month, this page would generate approximately 29.7 kg of CO2 annually — equivalent to charging 3718 smartphones.

### Green Hosting (D — 40/100)

*Not green*

- **[INFO]** No confirmed renewable energy commitment detected — Consider providers like Cloudflare, Google Cloud, or Vercel that match 100% of their energy use with renewables.
- **[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)

*93% cached*

- **[PASS]** 93% reduction on repeat visits — Returning visitors download only 65 KB (vs 896 KB first visit). 41 of 42 resources are served from browser cache, saving 0.23g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.02g CO2 (first visit: 0.25g)

### Carbon Budget (A — 85/100)

*14th percentile*

- **[PASS]** 0.25g CO2 — below the sustainability target of 0.50g — Cleaner than an estimated 86% of websites analyzed. This page meets the Web Sustainability Guidelines target.
- **[INFO]** Estimated 14th percentile — Compared to: top 10% = 0.20g, target = 0.50g, median = 0.60g per page view.

### Transfer Efficiency (A+ — 100/100)

*97% efficient*

- **[PASS]** Transfer efficiency: 97% — Only 27 KB of potential savings identified. Your page is well-optimized for size.

### 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/acd22b64-1168-45f8-9ad7-45617fb0fcd8*
