# BeaverCheck Audit Report — https://la7.it

**Date:** August 24, 2026  
**URL:** https://la7.it  
**Overall Grade:** C (77/100)  
**Report:** https://beavercheck.com/results/fa4206ed-9603-4e4a-85d6-aca6a77b7316

## 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]** Page weighs 43.0 MB (32.6 MB transferred) — Performance > Page Weight Budget
5. **[CRITICAL]** 12 image-in-link without alt text — Accessibility > Alt Text Quality

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 27 |
| Accessibility | 79 |
| Best Practices | 77 |
| SEO | 83 |

---

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

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

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

- **[WARNING]** 32 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 (D — 60/100)

*235 inline style attribute(s) detected*

- **[WARNING]** 235 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. 235 inline style(s) is high. Affected element types include: div, svg, stop, image, use. 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)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Missing SRI on (first 5 examples):
  - //nr-events.taboola.com/newsroom/1.0/rcs-la7/get-action?page.url=https%3A%2F%2Fwww.la7.it%2F&view.id=213231425181645284&page.template=home&page.dashboard=home
  - https://cdn-gl.imrworldwide.com/novms/js/2/nlsSDK600.bundle.min.js
  - https://cdn-gl.imrworldwide.com/novms/js/2/nlsSDK600.bundle.min.js
  - https://dmpmetrics.rcsmetrics.it
  - https://cdn-gl.imrworldwide.com/conf/P0919797A-3128-4961-B402-DCD4E5D3B071.js#name=nlsnInstance&ns=NOLBUNDLE

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)

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

- **[PASS]** No source maps accessible across 1 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 (F — 20/100)

*0 of 40 external resources have SRI*

- **[WARNING]** External script from nr-events.taboola.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdn-gl.imrworldwide.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdn-gl.imrworldwide.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from dmpmetrics.rcsmetrics.it lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdn-gl.imrworldwide.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from c2.taboola.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdn.taboola.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdn.confiant-integrations.net lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from securepubads.g.doubleclick.net lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdn-gl.imrworldwide.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static.anonymised.io lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdn.confiant-integrations.net lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from ats-wrapper.privacymanager.io lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdn.insurads.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static.chartbeat.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.la7.it lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.la7.it lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from www.la7.it lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from www.la7.it lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static.chartbeat.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from components2.corriereobjects.it lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from components2.corriereobjects.it lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdn.brandmetrics.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from components2.rcsobjects.it lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from components2.rcsobjects.it lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from components2.rcsobjects.it lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from components2.rcsobjects.it lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from components2.rcsobjects.it lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdn.permutive.app lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from securepubads.g.doubleclick.net lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from fundingchoicesmessages.google.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from components2.rcsobjects.it lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from imasdk.googleapis.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from micro.rubiconproject.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from components2.rcsobjects.it lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from components2.rcsobjects.it lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from fundingchoicesmessages.google.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.la7.it lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.la7.it lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.la7.it 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 (B — 80/100)

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

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

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

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

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

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

*No header set*

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

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

*No CORS headers*

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

---

## Performance

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

*32.6 MB transferred, 230 requests*

- **[CRITICAL]** Page weighs 43.0 MB (32.6 MB transferred)
- **[WARNING]** Images are 26.5 MB — compress or use modern formats — Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
- **[WARNING]** JavaScript is 2.6 MB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[INFO]** Fonts are 213 KB — consider subsetting or using system fonts — Subset fonts to include only used characters, or switch to system font stacks.
- **[WARNING]** 230 HTTP requests — consider bundling or reducing — Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
- **[INFO]** Estimated 6.8 g CO2 per page load

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

*100% third-party, 0 ms blocking*

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

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

*All text resources are compressed*

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

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

*117 images, 0 KB saveable*

- **[WARNING]** https://www.la7.it/sites/default/files/distnza.jpe... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.la7.it/sites/default/files/e_invbarber... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.la7.it/sites/default/files/variazione-... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.la7.it/sites/default/themes/la7/images... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.la7.it/sites/default/files/e_inonda202... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://tg.la7.it/sites/all/themes/bootstrap/img/l... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.

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

*8511ms total JS execution*

- **[WARNING]** Unattributable: 1643ms CPU time
- **[WARNING]** https://www.la7.it/: 1000ms CPU time
- **[WARNING]** https://components2.rcsobjects.it/rcs_tealium/v1/d...: 477ms CPU time
- **[WARNING]** https://www.la7.it/la7_iabtcf2/v6/index.min.js?v=5...: 459ms CPU time
- **[WARNING]** https://client.aps.amazon-adsystem.com/publisher.j...: 445ms CPU time
- **[WARNING]** Third-party scripts: 6868ms (81% of total)

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

*7 fonts (213 KB)*

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

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

*56 scripts, 1.0 MB unused*

- **[WARNING]** https://cdn.taboola.com/libtrc/rcs-la7/loader.js: 186 KB unused (58%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.la7.it/vjs-player/v8.0.28-3/index.min....: 177 KB unused (70%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://securepubads.g.doubleclick.net/pagead/mana...: 144 KB unused (71%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://imasdk.googleapis.com/js/sdkloader/ima3.js: 115 KB unused (74%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://cdn.confiant-integrations.net/gptprebidnat...: 86 KB unused (60%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 1.0 MB

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

*All resources properly cached*

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

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

*No render-blocking resources*

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

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

*10 hints, 0 missing preconnects*

- **[INFO]** 8 preconnect hints -- excessive (recommended: <=6) — Each preconnect eagerly opens a TCP+TLS connection. On slow networks or low-end devices, too many parallel connections cause head-of-line blocking and starve the connections that matter for LCP. Trim to the 4-6 highest-value origins (the ones serving render-blocking or LCP resources).
- **[PASS]** Page uses 10 resource hint(s)

### HTTP/3 (QUIC) (B — 75/100)

*HTTP/3 not advertised*

- **[INFO]** HTTP/3 (QUIC) is not advertised — HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.

### Compression Algorithm (C — 70/100)

*Main response served uncompressed*

- **[INFO]** Main HTML response has no Content-Encoding (uncompressed) — The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.

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

*LCP preload audit not available*

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

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

*No Cache-Control header on main HTML response*

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

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

*No Server-Timing header found*

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

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

*1 server-response signal(s) detected*

- **[INFO]** No `ETag` or `Last-Modified` -- conditional GET not supported — Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.

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

*230 resources · 32.6 MB · 1.0 MB savings available*

- **[WARNING]** Page weight 32.6 MB exceeds 1 MB target by 31.6 MB
- **[INFO]** ~1.0 MB of savings available
- **[WARNING]** 229 third-party resources (100% of weight)
- **[INFO]** 59 resources over 200KB

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

*No render-blocking resources detected*

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

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

*No third-party resources detected*


### JavaScript Blocking (B — 84/100)

*2 JS blocking issue(s) detected*

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

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

*No CSS performance depth issues detected*

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

---

## Content Quality

### Links (F — 40/100)

*200 links checked, 110 healthy, 90 broken*

- **[CRITICAL]** 110 of 200 links are healthy
- **[WARNING]** Broken link: https://dmpmetrics.rcsmetrics.it — Found in <script src>. Get "https://dmpmetrics.rcsmetrics.it": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2026-08-24T14:32:15Z is after 2025-05-19T02:54:57Z
- **[WARNING]** Broken link: https://securepubads.g.doubleclick.net — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://awsvodpkg.iltrovatore.it — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://cdn.brandmetrics.com/tag/5d3fd4b31b22474ca243aaac... — Found in <script src>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://www.instagram.com/la7_tv — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/in-onda/video/caso-ranucci-canfora-da-taci... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/laria-che-tira/video/calano-i-reati-la-ver... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/in-onda/video/ranucci-risponde-con-due-mes... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/laria-che-tira/video/palio-di-siena-agosto... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/in-onda/video/sette-morti-su-un-barcone-so... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/in-onda/video/caso-ranucci-calenda-una-gra... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/laria-che-tira/video/vannacci-presenta-il-... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/in-onda/video/caso-ranucci-borgonovo-se-fo... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/laria-che-tira/video/vannacci-parla-di-ras... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/in-onda/video/ranucci-e-larresto-di-lavito... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/laria-che-tira/video/ultimo-sondaggio-rena... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/intanto/video/francesco-guccini-quando-rec... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/film-e-fiction/rivedila7/rocky-24-08-2026-... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/la7-cinema-tutti-i-film/rivedila7/kramer-c... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/la7-cinema-tutti-i-film/rivedila7/the-cave... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/la7-cinema-tutti-i-film/rivedila7/race-il-... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/la7-cinema-tutti-i-film/rivedila7/un-pesce... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/la7-cinema-tutti-i-film/rivedila7/terzo-gr... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/la7-cinema-tutti-i-film/rivedila7/ronin-22... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/la7-cinema-tutti-i-film/rivedila7/ore-10-c... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/la7-cinema-tutti-i-film/rivedila7/dont-say... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/la7-cinema-tutti-i-film/rivedila7/il-genio... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/la7-cinema-tutti-i-film/rivedila7/deep-wat... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/la7-cinema-tutti-i-film/rivedila7/high-cri... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/la7-cinema-tutti-i-film/rivedila7/il-corag... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/la7-cinema-tutti-i-film/rivedila7/a-bigger... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/la7-cinema-tutti-i-film/rivedila7/the-sent... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/film-e-fiction/rivedila7/50-volte-il-primo... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/la7-cinema-tutti-i-film/rivedila7/marilyn-... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/la7-cinema-tutti-i-film/rivedila7/american... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/film-e-fiction/rivedila7/il-sorpasso-17-08... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/la7-cinema-tutti-i-film/rivedila7/il-momen... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/la7-cinema-tutti-i-film/rivedila7/true-sto... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/la7-cinema-tutti-i-film/rivedila7/magic-mi... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/la7-cinema-tutti-i-film/rivedila7/lion-la-... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/la7-cinema-tutti-i-film/rivedila7/incantes... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/intanto/video/caserta-clochard-ucciso-a-ca... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/intanto/video/nubifragio-liguria-allerta-a... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/intanto/video/belen-rodriguez-cade-da-cava... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/intanto/video/allerta-meteo-e-rischio-nubi... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/intanto/video/palio-di-siena-2026-la-cadut... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/intanto/video/palio-di-siena-agosto-2026-v... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/intanto/video/palio-di-siena-2026-doppio-r... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/intanto/video/allerta-meteo-in-italia-dopo... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/intanto/video/palio-di-siena-2026-rinviato... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/intanto/video/carlo-calenda-contro-vannacc... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/intanto/video/alluvione-in-giappone-otto-m... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/intanto/video/temperature-e-meteo-di-ferra... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/intanto/video/esplosione-a-colleferro-cosa... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/intanto/video/matteo-renzi-canta-con-katy-... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/intanto/video/eclissi-solare-12-agosto-a-c... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://tg.la7.it/cronaca/amatrice-10-anni-terremoto-fiac... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://tg.la7.it/esteri/a-kiev-la-riunione-dei-volentero... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://tg.la7.it/esteri/iran-nuova-stretta-economica-usa... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://tg.la7.it/cultura-e-societa/cultura-woke-storia-p... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://tg.la7.it/cronaca/clochard-morto-caserta-pestaggi... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://tg.la7.it/cronaca/difterite-palermo-bimba-morta-p... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://tg.la7.it/politica/giorgia-meloni-intervistata-ne... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://tg.la7.it/esteri/darth-fener-consiglio-comunale-s... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.la7.it/in-onda/video/fischi-per-meloni-moni-o... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.la7.it/laria-che-tira/video/giorgia-meloni-fi... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.la7.it/in-onda/video/botteri-meloni-ha-i-cons... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.la7.it/in-onda/video/conte-contro-il-woke-bot... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.la7.it/in-onda/video/israele-moni-ovadia-i-si... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.la7.it/laria-che-tira/video/linardi-sea-watch... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.la7.it/in-onda/video/dublinanti-il-nodo-dei-r... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/buongiornomondo/podcast/buongiornomondo-di... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/tgla7/podcast/tg-la7-edizione-delle-1330-2... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/tgla7/podcast/tg-la7-edizione-delle-730-24... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/omnibus-edicola/podcast/edicola-24-08-2026... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/in-onda/podcast/in-onda-23-08-2026-655166 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/tgla7/podcast/tg-la7-edizione-delle-2000-2... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/tgla7/podcast/tg-la7-edizione-delle-1330-2... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/tgla7/podcast/tg-la7-edizione-delle-730-23... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/omnibus-edicola/podcast/edicola-23-08-2026... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/in-onda/podcast/in-onda-22-08-2026-655127 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/tgla7/podcast/tg-la7-edizione-delle-2000-2... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/tgla7/podcast/tg-la7-edizione-delle-1330-2... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/in-onda/podcast/in-onda-22-08-2026-655107 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/tgla7/podcast/tg-la7-edizione-delle-730-22... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/omnibus-edicola/podcast/edicola-22-08-2026... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.la7.it/in-viaggio-con-barbero/video/in-viaggi... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/in-onda/video/in-onda-tutti-i-giorni-alle-... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/la-giusta-distanza/video/la-giusta-distanz... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://la7.it/film-e-fiction/video/la7-storia-hitler-vs-... — Found in <a href>. Returns HTTP 429.

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

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

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

### Open Graph (D — 65/100)

*Open Graph tags need attention — social sharing previews may be incomplete.*

- **[WARNING]** Missing og:title — The og:title tag controls the title shown in social sharing previews.
- **[WARNING]** Missing og:image — The og:image tag provides a preview image for social sharing.
- **[INFO]** og:description is short (50 characters) — Ideal length is 55–200 characters for social sharing previews.
- **[INFO]** Missing og:type — The og:type tag helps social platforms categorize the content.

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

*OG image dimensions and Twitter card configuration look healthy*

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

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

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

- **[WARNING]** Missing required property "name" for WebSite — The "name" property is required for the WebSite schema type.
- **[INFO]** Missing recommended property "description" for WebSite — Adding "description" can improve how search engines display your content.

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

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

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

WebSite

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

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

*5 issues found across 15 images*

- **[WARNING]** 15 images missing explicit width/height — Images without dimensions cause layout shifts (CLS). Set explicit width and height attributes.
- **[INFO]** 14 below-fold images missing loading="lazy" — Lazy loading defers below-fold images, reducing initial page weight.
- **[WARNING]** All 12 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]** 13 images missing alt text — Alt text is essential for screen readers and SEO. Every meaningful image needs descriptive alt text.
- **[WARNING]** Total image weight: 2699 KB (2.6 MB) — Consider compressing images, using modern formats, and serving appropriately sized images.

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

*15 media element(s) found, none autoplay*

- **[PASS]** 15 media element(s) found, none autoplay

---

## Infrastructure

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

*1 A records, 48 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
- **[PASS]** 1 mail exchanger(s) configured
- **[PASS]** SPF record present in TXT
- **[PASS]** DNS resolution time: 48 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 (B — 75/100)

*0/1 IPs match cert SAN*

- **[INFO]** PTR for 66.71.163.97 does not match any cert SAN: host97-163-71-66.serverdedicati.aruba.it — 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 45ms across 3 resolvers (spread 27ms)*

- **[PASS]** Google: 30ms
- **[PASS]** Quad9: 50ms
- **[PASS]** Cloudflare: 57ms

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

*1 redirect(s), 213 ms total*

- **[PASS]** Single redirect
- **[INFO]** WWW normalization redirect

### 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 63 URLs*

- **[PASS]** robots.txt is present
- **[PASS]** sitemap.xml is present
- **[PASS]** sitemap.xml is valid XML
- **[PASS]** sitemap.xml contains 63 entries
- **[PASS]** Sitemap index with 63 child sitemaps
- **[PASS]** robots.txt references sitemap

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

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

- **[CRITICAL]** Both www and non-www versions serve content
- **[PASS]** HTTP correctly redirects to HTTPS permanently

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

*la7.it — via RETELIT-REG, 25 years, 8 months old, hosted on ARUBAENTERPRISE-ASN - Aruba S.p.A., IT*

- **[PASS]** Domain registered until Jun 24, 2027 (10 months remaining)
- **[PASS]** Registrar: RETELIT-REG
- **[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: ARUBAENTERPRISE-ASN - Aruba S.p.A., IT

---

## Compliance

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

*No testable criteria*


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

*privacy policy found*

- **[PASS]** Privacy policy link found
- **[PASS]** Terms of service link found
- **[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 (C — 60/100)

*Viewport prevents zooming*

- **[PASS]** Viewport meta tag is present
- **[PASS]** width=device-width is set
- **[CRITICAL]** Viewport prevents user zooming — user-scalable=no or maximum-scale < 2 prevents users from zooming. This is a WCAG 1.4.4 (Level AA) failure and an accessibility barrier for users with low vision.

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

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

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

*12 trackers detected*

- **[INFO]** 12 third-party trackers detected — Found 4 analytics, 6 advertising, 0 marketing, 2 tag manager, 0 session-replay, 0 heatmap trackers.
- **[WARNING]** 6 advertising/retargeting trackers detected — Advertising trackers collect user data for ad targeting. Under GDPR, these typically require explicit consent.

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

*0 cookies · 12 trackers · 0 pre-consent*

- **[INFO]** 12 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) (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 — 20/100)

*1 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.
- **[PASS]** Cookie Policy detected — Found at https://www.la7.it/la7/privacy, linked from footer.
- **[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: European TLD detected: .it; Privacy policy page found. EU General Data Protection Regulation — governs collection and processing of personal data of EU residents.
- **[INFO]** HIPAA indicators detected (weak confidence) — Indicators suggesting HIPAA may be relevant: Text mentions: phi. Health Insurance Portability and Accountability Act — protects sensitive patient health information.

### Third-Party Data Sharing

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

*No cache headers*

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

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

*No status page link detected*

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

### Transport Security (B — 75/100)

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

- **[INFO]** HTTP/3 (QUIC) not advertised — HTTP/3 eliminates head-of-line blocking. If your CDN supports it, consider enabling it.
- **[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 (D — 40/100)

*No landmarks*

- **[CRITICAL]** No <main> landmark found — Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
- **[WARNING]** No <nav> landmark found
- **[INFO]** No banner (header) landmark
- **[INFO]** No contentinfo (footer) landmark
- **[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 (B — 75/100)

*13 headings*

- **[CRITICAL]** No H1 heading found — Every page should have one H1 that describes the page content.

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

*1 heading-text-quality issue(s) detected*

- **[INFO]** 1 heading(s) are all-uppercase (excluding short acronyms) — Headings rendered in all-uppercase are a styling choice that should be done via CSS (`text-transform: uppercase`), not by typing the text in caps. Capitalized text is read letter-by-letter by some screen readers (e.g., "H-E-L-L-O W-O-R-L-D" instead of "hello world"). It's also a soft signal of CMS-migration artifacts where the original lowercase intent was lost.

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

*13 of 15 images have issues*

- **[CRITICAL]** 13 image(s) missing alt attribute — Images without alt text are invisible to screen readers.
- **[CRITICAL]** 12 image-in-link without alt text — An image inside a link with no alt creates an empty link.
- **[PASS]** 2 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 (C — 58/100)

*165 issue(s) across 380 links and 2 buttons*

- **[CRITICAL]** 165 link(s) with no accessible text — Links without text are announced as raw URLs by screen readers.
- **[WARNING]** 32 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[PASS]** 183 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 "query" should use type="search" (currently type="text") — Field name "query" 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 "it"*

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

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

*16 explicit tabindex attribute(s) checked, no anti-patterns*

- **[PASS]** No tabindex anti-patterns detected

### Iframe Accessibility (D — 40/100)

*8/9 iframe(s) missing title; 0 placeholder(s)*

- **[WARNING]** <iframe> missing title attribute (src="about:blank") — 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.
- **[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.
- **[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="https://cdn-gl.imrworldwide.com/novms/html/ls.html") — 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="about:blank") — 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="about:blank") — 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 (C — 75/100)

*4 tap target(s) too small or too close together*

- **[WARNING]** 4 tap target(s) too small or too close to neighbors — WCAG 2.5.5 (Level AAA) requires interactive targets to be at least 44x44 CSS pixels; WCAG 2.5.8 (Level AA, added in 2.2) requires 24x24 minimum. Failing targets cause mis-taps for users with motor impairments, large fingers, or shaky hands -- and are a major bounce-rate driver on mobile commerce flows. Lighthouse measures rendered rects + adjacent-element spacing; the failing list is in the Lighthouse 'tap-targets' audit detail panel.

### Mobile-Readable Font Sizes (A+ — 100/100)

*All 45 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 (F — 30/100)

*2 icon(s) detected*

- **[PASS]** favicon.ico present at site root
- **[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'>.

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

*Theme color only*

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

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

*No print styles*

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

### Navigation UX (F — 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+ — 100/100)

*2 mobile-depth signal(s) detected*

- **[PASS]** iOS smart-banner opt-in present (`apple-itunes-app`) — The page declares a companion iOS app via `<meta name="apple-itunes-app" content="app-id=...">`. iOS Safari shows a smart banner offering to open the page in the app, with an unobtrusive 'X' to dismiss. Recommended when you have a published companion app.
- **[PASS]** Browser-chrome `theme-color` meta tag present — The page sets `<meta name="theme-color" content="...">`, which Android Chrome uses to tint the status bar and iOS Safari uses for the toolbar background. Brand polish that costs nothing and Just Works.

---

## SEO

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

*Minor issues*

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

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

*Title: 67 chars*

- **[PASS]** Page title is set
- **[INFO]** Title is 67 characters — may be truncated in search results
- **[INFO]** Meta description is only 50 characters — too short to be informative

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

*1361 words, Very Difficult*

- **[PASS]** Page has 1361 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 34)

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

*321 internal, 59 external*

- **[PASS]** 321 internal links (84%)
- **[PASS]** 57% of links use descriptive anchor text
- **[INFO]** Page has 380 links — consider reducing
- **[INFO]** 321 internal / 59 external links

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

*15 images, 15 descriptive filenames*

- **[PASS]** All images have descriptive filenames
- **[INFO]** 13 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 (C — 70/100)

*Sitemap exists but no <lastmod> entries*

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

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

*No sitemap-vs-robots conflicts detected*

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

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

*Sitemap structure / size look healthy (63 URLs, 7 KB)*

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

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

*1 markup-quality issue(s) detected*

- **[INFO]** `<meta charset>` declared at byte 1831 -- 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 (F — 15/100)

*7.71g CO2 per view*

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

### Green Hosting (B — 80/100)

*Green (hosting)*

- **[PASS]** Aruba.it uses renewable energy
- **[INFO]** Aruba.it: Verified by the Green Web Foundation
- **[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)

*100% cached*

- **[PASS]** 100% reduction on repeat visits — Returning visitors download only 165 KB (vs 33346 KB first visit). 225 of 230 resources are served from browser cache, saving 7.67g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.04g CO2 (first visit: 7.71g)

### Carbon Budget (F — 15/100)

*95th percentile*

- **[WARNING]** 7.71g CO2 — above the median website (0.60g) — Heavier than an estimated 5% of websites. Reducing page weight, optimizing images, and removing unused JavaScript would lower the carbon footprint. See the Performance tab.
- **[INFO]** Estimated 95th 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 1068 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/fa4206ed-9603-4e4a-85d6-aca6a77b7316*
