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

**Date:** July 31, 2026  
**URL:** https://toppornguide.com  
**Overall Grade:** B (80/100)  
**Report:** https://beavercheck.com/results/ae8423b5-cfa8-47b5-8de3-0f4fb1d4b89f

## 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. **[CRITICAL]** 1 control(s) without accessible label — Accessibility > Form Accessibility
5. **[CRITICAL]** 1063 image-in-link without alt text — Accessibility > Alt Text Quality

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 66 |
| Accessibility | 79 |
| Best Practices | 73 |
| SEO | 82 |

---

## Security

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

*2 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.
- **[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 77 days)
- **[PASS]** Certificate chain has 4 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)

*1 cookies analyzed, 3 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

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

*All 1 cookie(s) pass hygiene checks*

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

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

*Cloudflare*

- **[PASS]** Cloudflare detected — Detected via: cf-ray: a23eef15d8d7aa05-MAD

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

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

- **[WARNING]** 1019 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 (C — 75/100)

*37 inline style attribute(s) detected*

- **[WARNING]** 37 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. 37 inline style(s) is moderate. Affected element types include: span. 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 (D — 50/100)

*10% SRI adoption (1/10 third-party resources)*

- **[WARNING]** SRI adoption: 1/10 third-party resources protected (10%) — Of 10 third-party `<script>` / `<link rel=stylesheet>` resources, 1 (10%) 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://www.googletagmanager.com/gtag/js?id=G-BX55KVG47G&cx=c&gtm=4e67t1
  - https://www.googletagmanager.com/gtm.js?id=GTM-W4VRVB62
  - https://cmp.osano.com/Azyi0LUXoaiwq3cbY/439398f8-058a-430e-be65-3bebdd52f602/osano.js
  - https://use.fontawesome.com/releases/v5.15.4/css/all.css
  - https://use.fontawesome.com/releases/v5.15.4/css/v4-shims.css

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

*1 link(s) carry redirect-shaped query parameter(s)*

- **[INFO]** 1 link(s) carry redirect-shaped query parameter(s) — Heuristic flag -- whether each endpoint actually permits an arbitrary redirect target depends on server-side validation. Audit the listed paths' redirect-target handling: the endpoint should either (a) restrict to a relative path, (b) restrict to an allowlisted host set, or (c) sign the target. Open redirects power phishing flows (the attacker's URL begins with your trusted domain) and bypass some SSRF-mitigation cookie scoping. Common parameter names flagged: redirect, redirect_uri, redirect_url, redirecturl, return, returnto, return_to, returnurl, return_url, next, nexturl, next_url, continue, goto, dest, destination, forward, target.

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

*1 of 10 external resources have SRI*

- **[WARNING]** External script from www.googletagmanager.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.googletagmanager.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cmp.osano.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from use.fontawesome.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from use.fontawesome.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from fonts.googleapis.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.googletagmanager.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[PASS]** script from cdnjs.cloudflare.com has SRI protection
- **[WARNING]** External script from widgetlogic.org lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from unpkg.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*

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

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

*no DMARC, SPF: ~all*

- **[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.
- **[INFO]** SPF ends in ~all (soft fail) — Soft fail tells receivers to accept-but-mark unauthorized mail. Migrate to -all once you've confirmed all legitimate senders are listed (DMARC aggregate reports help verify).
- **[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 — 86/100)

*1011 KB transferred, 236 requests*

- **[PASS]** Page weighs 3.3 MB (1011 KB transferred)
- **[WARNING]** JavaScript is 594 KB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[WARNING]** 236 HTTP requests — consider bundling or reducing — Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
- **[INFO]** Estimated 0.21 g CO2 per page load

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

*71% third-party, 0 ms blocking*

- **[WARNING]** Third-party code accounts for 71% of page weight (713.3 KiB of 1011.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 (C — 60/100)

*193 images, 0 KB saveable*

- **[WARNING]** https://toppornguide.com/wp-content/uploads/2021/0... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://toppornguide.com/wp-content/uploads/2019/1... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://toppornguide.com/wp-content/uploads/2019/0... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://toppornguide.com/wp-content/uploads/2021/0... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://toppornguide.com/wp-content/uploads/2019/1... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://toppornguide.com/wp-content/themes/thememb... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://toppornguide.com/wp-content/uploads/2021/0... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://toppornguide.com/wp-content/uploads/2021/0... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://assets.toppornguide.com/wp-content/uploads... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.

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

*5910ms total JS execution*

- **[WARNING]** https://toppornguide.com/: 2627ms CPU time
- **[WARNING]** Unattributable: 1243ms CPU time
- **[WARNING]** https://cmp.osano.com/Azyi0LUXoaiwq3cbY/439398f8-0...: 479ms CPU time
- **[WARNING]** https://toppornguide.com/cdn-cgi/challenge-platfor...: 427ms CPU time
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-BX55...: 337ms CPU time
- **[INFO]** Third-party scripts: 1305ms (22% of total)

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

*2 fonts (48 KB)*

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

### JS Bundles (C — 60/100)

*29 scripts, 198 KB unused*

- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-BX55...: 67 KB unused (44%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtm.js?id=GTM-W4V...: 66 KB unused (59%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=UA-113...: 64 KB unused (50%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 198 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 (A+ — 100/100)

*3 hints, 0 missing preconnects*

- **[PASS]** Page uses 3 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 (A+ — 100/100)

*Main response uses brotli*

- **[PASS]** Main HTML response uses brotli (Content-Encoding: br) — Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.

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

*Main HTML max-age=600 (~10min)*

- **[INFO]** Main HTML cached for 10 minutes -- mild staleness risk

### 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+ — 100/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).
- **[PASS]** `Last-Modified` present -- timestamp-based conditional GET supported — Consider also setting `ETag` for stronger revalidation -- ETags are content hashes that don't suffer from clock-skew or DST issues. Last-Modified alone is functional for conditional GETs and not a bug.

### Page Weight Inventory (A — 85/100)

*236 resources · 1011 KB · 198 KB savings available*

- **[PASS]** Within 1MB page-weight target
- **[INFO]** ~198 KB of savings available
- **[WARNING]** 186 third-party resources (71% 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 — 90/100)

*1 JS blocking issue(s) detected*

- **[WARNING]** Total JS execution time is 5.9 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 — 88/100)

*1 CSS depth issue(s) detected*

- **[WARNING]** 4 render-blocking stylesheet(s) -- recommended: <=3 — Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.

---

## Content Quality

### Links (F — 40/100)

*200 links checked, 131 healthy, 69 broken*

- **[CRITICAL]** 131 of 200 links are healthy
- **[WARNING]** Broken link: https://widgetlogic.org — Found in <link href>. Returns HTTP 530.
- **[WARNING]** Broken link: https://use.fontawesome.com — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://toppornguide.com/cs/ — Found in <link href>. Get "https://toppornguide.com/cs/": context deadline exceeded
- **[WARNING]** Broken link: https://toppornguide.com/nl/ — Found in <link href>. Get "https://toppornguide.com/nl/": context deadline exceeded
- **[WARNING]** Broken link: https://toppornguide.com/fr/ — Found in <link href>. Get "https://toppornguide.com/fr/": context deadline exceeded
- **[WARNING]** Broken link: https://toppornguide.com/de/ — Found in <link href>. Get "https://toppornguide.com/de/": context deadline exceeded
- **[WARNING]** Broken link: https://toppornguide.com/hi/ — Found in <link href>. Get "https://toppornguide.com/hi/": context deadline exceeded
- **[WARNING]** Broken link: https://toppornguide.com/id/ — Found in <link href>. Get "https://toppornguide.com/id/": context deadline exceeded
- **[WARNING]** Broken link: https://toppornguide.com/it/ — Found in <link href>. Get "https://toppornguide.com/it/": context deadline exceeded
- **[WARNING]** Broken link: https://toppornguide.com/ko/ — Found in <link href>. Get "https://toppornguide.com/ko/": context deadline exceeded
- **[WARNING]** Broken link: https://toppornguide.com/pl/ — Found in <link href>. Get "https://toppornguide.com/pl/": context deadline exceeded
- **[WARNING]** Broken link: https://toppornguide.com/pt/ — Found in <link href>. Get "https://toppornguide.com/pt/": context deadline exceeded
- **[WARNING]** Broken link: https://toppornguide.com/sk/ — Found in <link href>. Get "https://toppornguide.com/sk/": context deadline exceeded
- **[WARNING]** Broken link: https://toppornguide.com/es/ — Found in <link href>. Get "https://toppornguide.com/es/": context deadline exceeded
- **[WARNING]** Broken link: https://toppornguide.com/sv/ — Found in <link href>. Get "https://toppornguide.com/sv/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/premium-porn-sites/ — Found in <a href>. Get "https://toppornguide.com/premium-porn-sites/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/porn-tube-sites/ — Found in <a href>. Get "https://toppornguide.com/porn-tube-sites/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/live-cam-sites/ — Found in <a href>. Get "https://toppornguide.com/live-cam-sites/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/all-our-categories/ — Found in <a href>. Get "https://toppornguide.com/all-our-categories/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/blog/ — Found in <a href>. Get "https://toppornguide.com/blog/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/xhamster/ — Found in <a href>. Returns HTTP 504.
- **[CRITICAL]** Broken link: https://toppornguide.com/fapster/ — Found in <a href>. Get "https://toppornguide.com/fapster/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/pornhub/ — Found in <a href>. Get "https://toppornguide.com/pornhub/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/hdzog/ — Found in <a href>. Get "https://toppornguide.com/hdzog/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/xvideos/ — Found in <a href>. Get "https://toppornguide.com/xvideos/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/nuvid/ — Found in <a href>. Get "https://toppornguide.com/nuvid/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/xnxx/ — Found in <a href>. Get "https://toppornguide.com/xnxx/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/alphaporno/ — Found in <a href>. Get "https://toppornguide.com/alphaporno/": context deadline exceeded
- **[CRITICAL]** Broken link: https://go.porn/ — Found in <a href>. Get "https://go.porn/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/go-porn/ — Found in <a href>. Get "https://toppornguide.com/go-porn/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/anyporn/ — Found in <a href>. Get "https://toppornguide.com/anyporn/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/youjizz/ — Found in <a href>. Get "https://toppornguide.com/youjizz/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/crocotube/ — Found in <a href>. Get "https://toppornguide.com/crocotube/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.pornflix.to/ — Found in <a href>. Get "https://www.pornflix.to/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/pornflix/ — Found in <a href>. Get "https://toppornguide.com/pornflix/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/fapcat/ — Found in <a href>. Get "https://toppornguide.com/fapcat/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/xcum/ — Found in <a href>. Get "https://toppornguide.com/xcum/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.cliphunter.com/ — Found in <a href>. Returns HTTP 406.
- **[CRITICAL]** Broken link: https://toppornguide.com/cliphunter/ — Found in <a href>. Get "https://toppornguide.com/cliphunter/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/pornhat/ — Found in <a href>. Get "https://toppornguide.com/pornhat/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/4tube/ — Found in <a href>. Get "https://toppornguide.com/4tube/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/kompoz/ — Found in <a href>. Get "https://toppornguide.com/kompoz/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/perfectgirls/ — Found in <a href>. Get "https://toppornguide.com/perfectgirls/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/beauties-xxx/ — Found in <a href>. Get "https://toppornguide.com/beauties-xxx/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/porntube/ — Found in <a href>. Get "https://toppornguide.com/porntube/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/xxx-porner/ — Found in <a href>. Get "https://toppornguide.com/xxx-porner/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/teens-love-huge-cocks/ — Found in <a href>. Get "https://toppornguide.com/teens-love-huge-cocks/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/tnaflix/ — Found in <a href>. Get "https://toppornguide.com/tnaflix/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/youporn/ — Found in <a href>. Get "https://toppornguide.com/youporn/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/eporner/ — Found in <a href>. Get "https://toppornguide.com/eporner/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/in35/ — Found in <a href>. Get "https://toppornguide.com/in35/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/vporn/ — Found in <a href>. Get "https://toppornguide.com/vporn/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/pornx-fr/ — Found in <a href>. Get "https://toppornguide.com/pornx-fr/": context deadline exceeded
- **[CRITICAL]** Broken link: https://porngull.com — Found in <a href>. Returns HTTP 500.
- **[CRITICAL]** Broken link: https://toppornguide.com/porngull/ — Found in <a href>. Get "https://toppornguide.com/porngull/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.sex-ly.com/en — Found in <a href>. Get "https://www.sex-ly.com/en": tls: failed to verify certificate: x509: certificate is valid for sex-ly.com, not www.sex-ly.com
- **[CRITICAL]** Broken link: https://toppornguide.com/sex-ly/ — Found in <a href>. Get "https://toppornguide.com/sex-ly/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/visit/rawrides-tv — Found in <a href>. Get "https://toppornguide.com/visit/rawrides-tv": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/karups-hometown-amateur/ — Found in <a href>. Get "https://toppornguide.com/karups-hometown-amateur/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/nebraska-coeds/ — Found in <a href>. Get "https://toppornguide.com/nebraska-coeds/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/chick-pass/ — Found in <a href>. Get "https://toppornguide.com/chick-pass/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/atk-galleria/ — Found in <a href>. Get "https://toppornguide.com/atk-galleria/": context deadline exceeded
- **[CRITICAL]** Broken link: https://toppornguide.com/ftv-girls/ — Found in <a href>. Returns HTTP 504.
- **[CRITICAL]** Broken link: https://toppornguide.com/candid-beach/ — Found in <a href>. Returns HTTP 504.
- **[CRITICAL]** Broken link: https://toppornguide.com/velvet-ecstasy/ — Found in <a href>. Returns HTTP 504.
- **[CRITICAL]** Broken link: https://toppornguide.com/hometown-honeys/ — Found in <a href>. Returns HTTP 504.
- **[CRITICAL]** Broken link: https://toppornguide.com/backroom-casting-couch/ — Found in <a href>. Returns HTTP 504.
- **[CRITICAL]** Broken link: https://toppornguide.com/homemoviestube/ — Found in <a href>. Returns HTTP 504.
- **[CRITICAL]** Broken link: https://toppornguide.com/hclips/ — Found in <a href>. Returns HTTP 504.

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

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

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

### Open Graph (C — 75/100)

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

- **[CRITICAL]** og:image is not reachable — The og:image URL could not be fetched. Social platforms won't be able to display it.
- **[WARNING]** Missing og:description — The og:description tag controls the description in social sharing previews.

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

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

- **[WARNING]** og:image dimensions 457×152 are below Facebook's 200×200 minimum — Facebook treats OG images smaller than 200×200 as too small to display as a preview. The actual image will likely be ignored and shares will fall back to no preview image. Use at least 200×200; optimal is 1200×630 for the standard 1.91:1 wide preview.

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

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

- **[PASS]** Custom type "WebPage" — unable to validate specific properties

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

*1 JSON-LD block(s) declaring 4 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]** 4 rich-result schema type(s) declared — Inventory of structured-data types on the page (each may unlock a different SERP feature):

BreadcrumbList, Organization, WebPage, 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 — 20/100)

*6 issues found across 200 images*

- **[WARNING]** 1 images significantly larger than display size — Resizing to display dimensions could save approximately 0 KB.
- **[WARNING]** 107 images missing explicit width/height — Images without dimensions cause layout shifts (CLS). Set explicit width and height attributes.
- **[INFO]** 96 below-fold images missing loading="lazy" — Lazy loading defers below-fold images, reducing initial page weight.
- **[WARNING]** All 192 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.
- **[WARNING]** 194 images missing alt text — Alt text is essential for screen readers and SEO. Every meaningful image needs descriptive alt text.
- **[WARNING]** 2 above-fold image(s) marked loading="lazy" (LCP anti-pattern) — Above-fold images marked lazy delay LCP -- the browser waits for the IntersectionObserver to fire before fetching, even though the image is in the initial viewport. Remove `loading="lazy"` on above-the-fold images (especially the LCP candidate). Sample: https://assets.toppornguide.com/wp-content/uploads/20251103165558/xhamster.png, https://assets.toppornguide.com/wp-content/uploads/20251103165024/TXXX.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, 45 ms lookup*

- **[PASS]** Resolves to 2 IPv4 address(es)
- **[INFO]** No IPv6 (AAAA) records
- **[PASS]** 4 nameserver(s) configured
- **[PASS]** 4 mail exchanger(s) configured
- **[PASS]** SPF record present in TXT
- **[PASS]** DNS resolution time: 45 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/2 IPs match cert SAN*

- **[INFO]** PTR lookup failed for 141.193.213.11: lookup 141.193.213.11: 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 141.193.213.10: lookup 141.193.213.10: 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 — 90/100)

*Mean 47ms across 3 resolvers (spread 58ms)*

- **[PASS]** Google: 19ms
- **[PASS]** Cloudflare: 45ms
- **[PASS]** Quad9: 77ms

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

*robots.txt present, sitemap with 6 URLs*

- **[PASS]** robots.txt is present
- **[PASS]** sitemap.xml is present
- **[PASS]** sitemap.xml is valid XML
- **[PASS]** sitemap.xml contains 6 entries
- **[PASS]** Sitemap index with 6 child sitemaps
- **[INFO]** robots.txt does not reference a sitemap — Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.

### URL Variants (B — 75/100)

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

- **[PASS]** www/non-www redirect configured correctly (preferred: non-www)
- **[CRITICAL]** HTTP version does not redirect to HTTPS

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

*toppornguide.com — via GoDaddy.com, LLC, 11 years old, hosted on Cloudflare*

- **[PASS]** Domain registered until Sep 16, 2027 (1 years, 1 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: GoDaddy.com, LLC
- **[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: Cloudflare

---

## Compliance

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

*No testable criteria*


### Cookie Consent & Privacy (A — 85/100)

*No consent signals detected*

- **[WARNING]** No privacy policy link detected — A privacy policy page is recommended for transparency and may be legally required.
- **[PASS]** Terms of service link found
- **[INFO]** No cookie consent banner detected
- **[PASS]** 1 essential cookie(s) on initial load — no consent required
- **[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 (F — 5/100)

*Missing <html lang>*

- **[WARNING]** <html lang> attribute is missing — The lang attribute on <html> is required for screen readers and WCAG 3.1.1 compliance.
- **[INFO]** No Content-Language HTTP header
- **[PASS]** Language signals are consistent

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

*All 16 hreflang tag(s) look correct*

- **[PASS]** All 16 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 (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 (C — 55/100)

*3 trackers detected*

- **[INFO]** 3 third-party trackers detected — Found 2 analytics, 0 advertising, 0 marketing, 1 tag manager, 0 session-replay, 0 heatmap trackers.
- **[WARNING]** Trackers detected but no cookie policy found — This page loads 3 trackers but no cookie policy was detected. GDPR requires disclosure when using tracking cookies.
- **[WARNING]** Trackers detected but no privacy policy found — Most data protection regulations require a privacy policy when collecting user data via trackers.

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

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

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

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

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

- **[INFO]** 1 tracking-shaped cross-site cookie(s): __cf_bm — 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 (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 (C — 55/100)

*No copyright notice detected*

- **[INFO]** No copyright notice detected — No copyright notice detected in the page content. While not legally required in most jurisdictions (copyright exists automatically), a notice is standard practice and signals site ownership.

### 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 (strong confidence) — Indicators suggesting GDPR may be relevant: Consent management platform detected: osano.com; European TLD detected: .fr. 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

*3 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]** 3 third-party services across 3 categories — 3 third-party services detected across 3 categories: Analytics (1), Tag Management (1), CDN (1). Each of these services receives some user data from your site visitors.
- **[INFO]** Google Analytics (Analytics) — Detected via script URL. Typically collects: Page views, User behavior, Demographics, Device info, IP address. Privacy policy: https://policies.google.com/privacy. Data Processing Agreement available.
- **[INFO]** Google Tag Manager (Tag Management) — Detected via script URL. Typically collects: Orchestrates other tracking scripts, Page views. Privacy policy: https://policies.google.com/privacy. Data Processing Agreement available.
- **[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+ — 100/100)

*Cloudflare (HIT)*

- **[PASS]** Site is served via Cloudflare CDN (edge: MAD)
- **[PASS]** CDN cache status: HIT

### HTTP Caching (A+ — 95/100)

*max-age=600 (10 minutes)*

- **[PASS]** Cache-Control header is set
- **[PASS]** Effective TTL: 10 minutes (max-age=600)
- **[PASS]** Last-Modified header present

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

*Cache state: HIT*

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

---

## Accessibility

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

*3 landmarks*

- **[PASS]** <main> landmark present
- **[WARNING]** No <nav> landmark found
- **[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 — 85/100)

*2 headings, 1 skip(s)*

- **[PASS]** Single H1 present
- **[WARNING]** Heading level skipped: H1 → H3 (missing H2) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.

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

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

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

### Alt Text Quality (F — 30/100)

*1070 of 1122 images have issues*

- **[CRITICAL]** 1070 image(s) missing alt attribute — Images without alt text are invisible to screen readers.
- **[CRITICAL]** 1063 image-in-link without alt text — An image inside a link with no alt creates an empty link.
- **[PASS]** 36 decorative image(s) correctly marked
- **[PASS]** 16 image(s) with good alt text

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

*1 of 2 controls have issues*

- **[CRITICAL]** 1 control(s) without accessible label — Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
- **[PASS]** 1 control(s) properly labeled

### Link & Button Quality (C — 58/100)

*532 issue(s) across 1128 links and 1 buttons*

- **[CRITICAL]** 532 link(s) with no accessible text — Links without text are announced as raw URLs by screen readers.
- **[WARNING]** 531 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[PASS]** 65 link(s) with descriptive text

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

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

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

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

*2 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 (F — 40/100)

*Missing <html lang> attribute (WCAG 3.1.1)*

- **[CRITICAL]** Missing <html lang> attribute (WCAG 3.1.1) — Without `<html lang="...">`, screen readers default to the user's system language even when reading content in a different one -- words get pronounced wrong (English text read with French phonetics, etc.). Add a BCP-47 language tag to the <html> root element.

### Tabindex Anti-Patterns (A+ — 100/100)

*No explicit tabindex attributes found*

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

### Iframe Accessibility (B — 80/100)

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

*All 115 visible text node(s) render at >= 12 CSS pixels*

- **[PASS]** All text uses legible mobile font sizes (>= 12 CSS px)

---

## UX

### 404 Error Page (C — 55/100)

*HTTP 404, custom page*

- **[PASS]** Correct 404 status code returned
- **[PASS]** Custom styled 404 page

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

*4 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 (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 — 0/100)

*No navigation patterns*

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

*Properly configured*

- **[PASS]** Canonical tag present
- **[PASS]** Canonical is self-referencing
- **[PASS]** Canonical matches final URL after redirects
- **[PASS]** Canonical target reachable (self-referencing)

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

*Title optimized*

- **[PASS]** Page title is set
- **[PASS]** Title length (55 chars) is optimal
- **[WARNING]** No meta description tag found — Without a meta description, Google auto-generates a snippet from page content -- usually less click-attractive than a hand-written summary. Add `<meta name="description" content="...">` with a 70-160 char summary.
- **[PASS]** Title and H1 are well-aligned

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

*1 title-style issue(s) detected*

- **[INFO]** Title contains year "2026" -- consider whether it's still current — The page title contains the year `2026`. Year-in-title is a common SEO tactic for "best of YEAR" / "top X in YEAR" content -- the title looks fresh in search results when the year is current, but signals stale content when the year is past. Verify the page is being maintained year-over-year (and the year is updated in titles + content + headings + structured data) or remove the year from the title.

### Content Depth (A — 85/100)

*1488 words, Very Difficult*

- **[PASS]** Page has 1488 words — good depth for search engines
- **[INFO]** Text-to-HTML ratio is 1% — Very low ratio suggests heavy framework overhead or boilerplate.
- **[INFO]** Reading level: Very Difficult (grade 19)

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

*869 internal, 259 external*

- **[PASS]** 869 internal links (77%)
- **[PASS]** 53% of links use descriptive anchor text
- **[INFO]** Page has 1128 links — consider reducing
- **[INFO]** 869 internal / 259 external links
- **[WARNING]** 520 internal links have no anchor text

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

*1099 images, 1099 descriptive filenames*

- **[PASS]** All images have descriptive filenames
- **[INFO]** 1047 image(s) missing alt text — see Accessibility tab

### 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 (6/6 URLs have lastmod)*

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

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

*No sitemap-vs-robots conflicts detected*

- **[PASS]** Sitemap URLs are not blocked by robots.txt

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

*Sitemap structure / size look healthy (6 URLs, 1 KB)*

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

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

*1 markup-quality issue(s) detected*

- **[INFO]** `<meta charset>` declared at byte 2763 -- past the 1024-byte spec window — The HTML5 spec requires the encoding declaration to appear in the first 1024 bytes. Browsers that started parsing in a default encoding and discover the real charset later DISCARD parsing state and re-parse from the top -- a measurable hit to First Contentful Paint. Move the `<meta charset>` tag to be the first child of `<head>`.

---

## Sustainability

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

*0.23g CO2 per view*

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

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

*Green (both)*

- **[PASS]** Both hosting and CDN use renewable energy
- **[INFO]** Google Cloud: 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)

*92% cached*

- **[PASS]** 92% reduction on repeat visits — Returning visitors download only 85 KB (vs 1011 KB first visit). 235 of 236 resources are served from browser cache, saving 0.21g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.02g CO2 (first visit: 0.23g)

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

*13th percentile*

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

### Transfer Efficiency (B — 80/100)

*80% efficient*

- **[INFO]** Transfer efficiency: 80% — An estimated 197 KB (20%) could be eliminated: 0 KB via better compression, 0 KB via modern image formats, 197 KB of unused JavaScript. This wasted data produces 0.05g of unnecessary CO2 per page view.

### Web Font Weight Variants (A+ — 100/100)

*2 font weights loaded across 1 famil(y/ies) -- reasonable*

- **[PASS]** 2 font weight(s) loaded across 1 famil(y/ies)

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/ae8423b5-cfa8-47b5-8de3-0f4fb1d4b89f*
