# BeaverCheck Audit Report — https://latinanews.eu

**Date:** July 25, 2026  
**URL:** https://latinanews.eu  
**Overall Grade:** C (78/100)  
**Report:** https://beavercheck.com/results/a01453e7-7673-464e-989d-21c8718fbcb9

## 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 9.7 MB (7.7 MB transferred) — Performance > Page Weight Budget
5. **[CRITICAL]** 1 control(s) without accessible label — Accessibility > Form Accessibility

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 40 |
| Accessibility | 95 |
| Best Practices | 100 |
| SEO | 92 |

---

## Security

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

*4 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.
- **[PASS]** Referrer-Policy is properly configured
- **[PASS]** Permissions-Policy is set
- **[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 57 days)
- **[PASS]** Certificate chain has 5 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 2 domain(s)
- **[PASS]** Certificate is issued by a trusted CA

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

*No cookies set — no cookie security risks*

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

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

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

- **[PASS]** No cookies set

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

*No WAF detected via response headers*

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

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

*No security.txt file found*

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

### Cross-Origin Tab Safety (A+ — 100/100)

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

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

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

*45 inline style attribute(s) detected*

- **[WARNING]** 45 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. 45 inline style(s) is moderate. Affected element types include: div, 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)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Missing SRI on (first 5 examples):
  - https://fonts.googleapis.com/css?family=Archivo:400,500|Arimo:400,500|Bitter:400,500|EB+Garamond:400,500|Lato|Libre+Baskervill|Libre+Franklin:400,500|Lora:400,500|Google+Sans:regular,medium:400,500|Material+Icons|Google+Symbols|Merriweather|Montserrat:400,500|Mukta:400,500|Muli:400,500|Nunito:400,500|Open+Sans:400,500,600|Open+Sans+Condensed:400,600|Oswald:500|Playfair+Display:400,500|Poppins:400,500|Raleway:400,500|Roboto:400,500|Roboto+Condensed:400,500|Roboto+Slab:400,500|Slabo+27px|Source+Sans+Pro|Ubuntu:400,500|Volkhov&display=swap
  - https://fonts.googleapis.com/css?family=Open+Sans:400,600,700%7CRoboto:400,600,700%7CPT%20Serif:700,600,400%7CWork%20Sans:500,600,400,700,300,900&display=swap
  - https://www.latinanews.eu/wp-content/cache/autoptimize/css/autoptimize_0d2069a1b82363776bcabe29b864cae2.css
  - https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202607210101/show_ads_impl.js
  - https://www.latinanews.eu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1

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

*0% high-risk feature coverage (0/10)*

- **[WARNING]** Permissions-Policy covers 0/10 high-risk features (0%) — The Permissions-Policy header explicitly declares policies for 0/10 high-risk features.

Covered: 

Not declared (default-allow): camera, microphone, geolocation, payment, usb, serial, midi, accelerometer, gyroscope, magnetometer

The non-declared features fall back to their spec-default policy (usually `self`), which means an XSS-injected or compromised iframe could request them. For features the page genuinely doesn't use, declare `feature=()` to fully close them.

### Referrer-Policy Strictness (D — 50/100)

*Referrer-Policy is `no-referrer-when-downgrade` (leaky -- legacy default that sends full URL cross-origin on HTTPS-to-HTTPS)*

- **[WARNING]** Referrer-Policy: `no-referrer-when-downgrade` -- leaky -- legacy default that sends full URL cross-origin on HTTPS-to-HTTPS — The legacy browser default (Chrome <85, Firefox <87). Sends the full URL (path + query) Referer on cross-origin requests as long as the protocol doesn't downgrade. This means session IDs, tracking tokens, search queries, etc. embedded in URLs leak to every third-party HTTPS origin the page links to or embeds. Switch to `strict-origin-when-cross-origin`.

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

*2 software version(s) disclosed in HTML*

- **[WARNING]** 2 software version(s) disclosed in HTML: Site Kit by Google 1.183.0, WordPress 7.0.2 — Each disclosed version enables direct CVE lookup -- an attacker who knows you run WordPress 6.4.2 (or whatever specific version) can search the CVE database for known exploits and target accordingly. Remove via your CMS config: WordPress (`remove_action('wp_head', 'wp_generator')`); Drupal (System / Reports / Status report -> Hide generator); Joomla (Global Configuration -> Hide generator); Hugo/Jekyll (delete or override the {{ .Site.Generator }} template hook). For HTML comments, audit your template files directly.

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

*No redirect-shaped query parameters in DOM links*

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

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

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

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

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

*No risky subdomain names in certificate SANs*

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

---

## Advanced Security

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

*0 of 14 external resources have SRI*

- **[WARNING]** External link from fonts.googleapis.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 link from www.latinanews.eu lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from pagead2.googlesyndication.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.latinanews.eu 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 securepubads.g.doubleclick.net lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from pagead2.googlesyndication.com 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 www.latinanews.eu 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 fundingchoicesmessages.google.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from stats.wp.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.latinanews.eu 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 — 29/100)

*DMARC: none, SPF: ~all*

- **[WARNING]** DMARC policy is none — monitoring only — This only monitors, it doesn't block spoofed emails. Change to p=quarantine or p=reject after monitoring DMARC reports.
- **[INFO]** DMARC configured without rua= aggregate reporting — Without rua=, you have no visibility into spoof attempts or auth failures from your own legitimate senders. Add rua=mailto:dmarc@<your-domain> (or a managed inbox at a reporting service).
- **[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 (C — 60/100)

*2 directives, 5 missing*

- **[INFO]** private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
- **[INFO]** private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
- **[INFO]** camera not restricted — Consider adding camera=() to block camera access from embedded content.
- **[INFO]** microphone not restricted — Consider adding microphone=() to block microphone access from embedded content.
- **[INFO]** geolocation not restricted — Consider adding geolocation=() to block geolocation access from embedded content.
- **[INFO]** payment not restricted — Consider adding payment=() to block payment access from embedded content.
- **[INFO]** usb not restricted — Consider adding usb=() to block usb 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)

*7.7 MB transferred, 97 requests*

- **[CRITICAL]** Page weighs 9.7 MB (7.7 MB transferred)
- **[WARNING]** Images are 4.3 MB — compress or use modern formats — Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
- **[WARNING]** JavaScript is 1.4 MB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[INFO]** CSS is 1.2 MB — consider purging unused styles — Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
- **[INFO]** Fonts are 252 KB — consider subsetting or using system fonts — Subset fonts to include only used characters, or switch to system font stacks.
- **[INFO]** 97 HTTP requests
- **[INFO]** Estimated 1.6 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 (7.7 MiB of 7.7 MiB)
- **[PASS]** Third-party blocking time is low (0 ms)

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

*All text resources are compressed*

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

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

*29 images, 0 KB saveable*

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

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

*5135ms total JS execution*

- **[WARNING]** https://www.latinanews.eu/: 1757ms CPU time
- **[WARNING]** https://www.latinanews.eu/wp-content/cache/autopti...: 741ms CPU time
- **[WARNING]** Unattributable: 626ms CPU time
- **[WARNING]** https://fundingchoicesmessages.google.com/f/AGSKWx...: 396ms CPU time
- **[WARNING]** https://www.latinanews.eu/wp-includes/js/jquery/jq...: 381ms CPU time
- **[WARNING]** Third-party scripts: 4509ms (88% of total)

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

*9 fonts (252 KB)*

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

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

*12 scripts, 892 KB unused*

- **[WARNING]** https://www.latinanews.eu/wp-content/cache/autopti...: 437 KB unused (77%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://securepubads.g.doubleclick.net/pagead/mana...: 141 KB unused (72%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://pagead2.googlesyndication.com/pagead/manag...: 140 KB unused (85%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=GT-WVC...: 68 KB unused (43%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.latinanews.eu/wp-includes/js/jquery/jq...: 36 KB unused (42%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 892 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)

*6 hints, 0 missing preconnects*

- **[PASS]** Page uses 6 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)

*2 server-response signal(s) detected*

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

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

*97 resources · 7.7 MB · 892 KB savings available*

- **[WARNING]** Page weight 7.7 MB exceeds 1 MB target by 6.7 MB
- **[INFO]** ~892 KB of savings available
- **[WARNING]** 96 third-party resources (100% of weight)
- **[INFO]** 10 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 5.1 s -- over the 3.5s budget — Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.

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

*No CSS performance depth issues detected*

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

---

## Content Quality

### Links (F — 40/100)

*105 links checked, 66 healthy, 39 broken*

- **[CRITICAL]** 66 of 105 links are healthy
- **[WARNING]** Broken link: https://www.latinanews.eu/xmlrpc.php — Found in <link href>. Returns HTTP 405.
- **[WARNING]** Broken link: https://www.googletagmanager.com — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://pagead2.googlesyndication.com — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://i0.wp.com — Found in <link href>. Returns HTTP 400.
- **[WARNING]** Broken link: https://fonts.gstatic.com — Found in <link href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://www.latinanews.eu/category/cronaca/ — Found in <a href>. Get "https://www.latinanews.eu/category/cronaca/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/category/regione-lazio/ — Found in <a href>. Get "https://www.latinanews.eu/category/regione-lazio/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/category/salute-e-benessere/ — Found in <a href>. Get "https://www.latinanews.eu/category/salute-e-benessere/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/category/spettacoli-e-cultura/ — Found in <a href>. Get "https://www.latinanews.eu/category/spettacoli-e-cultura/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/category/sotto-la-lente/ — Found in <a href>. Get "https://www.latinanews.eu/category/sotto-la-lente/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/category/inchieste/ — Found in <a href>. Get "https://www.latinanews.eu/category/inchieste/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/emergenza-sanitaria-in-congo-le... — Found in <a href>. Get "https://www.latinanews.eu/emergenza-sanitaria-in-congo-lepidemia-di-ebola-ha-causato-piu-di-1000-vittime/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/tragedia-nel-deserto-del-sudan-... — Found in <a href>. Get "https://www.latinanews.eu/tragedia-nel-deserto-del-sudan-trovati-i-corpi-di-33-migranti-tra-le-vittime-soprattutto-donne-e-bambini/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/24enne-massacrato-dallelica-di-... — Found in <a href>. Get "https://www.latinanews.eu/24enne-massacrato-dallelica-di-unimbarcazione-il-cadavere-scoperto-in-mare/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/zone-franche-doganali-riaperti-... — Found in <a href>. Get "https://www.latinanews.eu/zone-franche-doganali-riaperti-i-termini-90-giorni-in-piu-per-le-imprese-di-latina-e-frosinone/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/acqualatina-il-m5s-attacca-cele... — Found in <a href>. Get "https://www.latinanews.eu/acqualatina-il-m5s-attacca-celentano-dove-la-sindaca-mentre-i-cittadini-segnalano-problemi-sullacqua/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/centro-antiviolenza-minorenni-a... — Found in <a href>. Get "https://www.latinanews.eu/centro-antiviolenza-minorenni-apre-lo-sportello-di-formia-per-il-sud-pontino/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/borgo-piave-e-q3-destini-incroc... — Found in <a href>. Get "https://www.latinanews.eu/borgo-piave-e-q3-destini-incrociati-ma-sorti-diverse-forse-malvaso-ha-salvato-corica/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/un-clochard-resta-bloccato-nell... — Found in <a href>. Get "https://www.latinanews.eu/un-clochard-resta-bloccato-nellinterrato-di-un-palazzo-liberato-dopo-una-notte-di-ricerche/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/furti-nellospedale-di-latina-un... — Found in <a href>. Get "https://www.latinanews.eu/furti-nellospedale-di-latina-un-ladro-sorpreso-a-rubare-e-fotografato-prima-della-fuga/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/una-pianta-crolla-nel-centro-di... — Found in <a href>. Get "https://www.latinanews.eu/una-pianta-crolla-nel-centro-di-latina-e-danneggia-unauto-parcheggiata/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/adolescente-palpeggiato-in-spia... — Found in <a href>. Get "https://www.latinanews.eu/adolescente-palpeggiato-in-spiaggia-lanziano-nega-le-accuse-ma-il-giudice-conferma-i-domiciliari/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/anni-di-violenze-sulla-compagna... — Found in <a href>. Get "https://www.latinanews.eu/anni-di-violenze-sulla-compagna-30enne-di-bassiano-in-carcere-contestato-anche-il-reato-di-tortura/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/formia-a-penitro-scoperto-depos... — Found in <a href>. Get "https://www.latinanews.eu/formia-a-penitro-scoperto-deposito-della-droga/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/hermandeep-singh-scomparso-da-p... — Found in <a href>. Get "https://www.latinanews.eu/hermandeep-singh-scomparso-da-pontinia-un-anno-senza-notizie-del-giovane-allevatore/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/futuro-nazionale-avviato-in-pro... — Found in <a href>. Get "https://www.latinanews.eu/futuro-nazionale-avviato-in-provincia-il-coordinamento-territoriale-del-partito-di-vannacci/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/minturno-approvato-il-piano-di-... — Found in <a href>. Get "https://www.latinanews.eu/minturno-approvato-il-piano-di-zonizzazione-acustica-ora-parte-la-fase-delle-osservazioni/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/caldo-e-citta-senza-ombra-europ... — Found in <a href>. Get "https://www.latinanews.eu/caldo-e-citta-senza-ombra-europa-verde-a-terracina-guerra-agli-alberi/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/sezze-europa-verde-attacca-la-g... — Found in <a href>. Get "https://www.latinanews.eu/sezze-europa-verde-attacca-la-giunta-lucidi-decisioni-calate-dallalto-e-poche-risposte-ai-cittadini/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/padel-in-piazza-verso-il-gran-f... — Found in <a href>. Get "https://www.latinanews.eu/padel-in-piazza-verso-il-gran-finale-a-latina-lultimo-weekend-tra-tornei-e-premiazioni/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/beach-soccer-giovanile-terracin... — Found in <a href>. Get "https://www.latinanews.eu/beach-soccer-giovanile-terracina-chiude-il-tour-aics-assegnati-i-titoli-della-rdt-cup/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/pala-lucio-dove-latina-basket-v... — Found in <a href>. Get "https://www.latinanews.eu/pala-lucio-dove-latina-basket-vuole-far-crescere-il-suo-futuro/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/giornata-mondiale-della-prevenz... — Found in <a href>. Get "https://www.latinanews.eu/giornata-mondiale-della-prevenzione-dellannegamento-a-latina-una-mattinata-dedicata-alla-sicurezza-in-mare/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/temperature-estreme-e-sicurezza... — Found in <a href>. Get "https://www.latinanews.eu/temperature-estreme-e-sicurezza-sul-lavoro-inail-insieme-fa-tappa-a-latina/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/author/simone-nardone/ — Found in <a href>. Get "https://www.latinanews.eu/author/simone-nardone/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/minturnae-rinviato-a-data-da-de... — Found in <a href>. Get "https://www.latinanews.eu/minturnae-rinviato-a-data-da-destinarsi-il-concerto-di-morgan-al-teatro-romano/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/sperlonga-in-piazza-europa-in-s... — Found in <a href>. Get "https://www.latinanews.eu/sperlonga-in-piazza-europa-in-scena-qualcosa-di-lei-il-teatro-racconta-le-sfumature-dellamore/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.latinanews.eu/contatti/ — Found in <a href>. Get "https://www.latinanews.eu/contatti/": context deadline exceeded
- **[WARNING]** Broken link: about:blank — Found in <iframe src>. Get "about:blank": unsupported protocol scheme "about"

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

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

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

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

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

- **[WARNING]** Missing og:image — The og:image tag provides a preview image for social sharing.
- **[INFO]** og:title is long (71 characters) — Titles over 60 characters may be truncated in social sharing previews.

### 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 (C — 70/100)

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

- **[WARNING]** Missing required property "headline" for NewsArticle — The "headline" property is required for the NewsArticle schema type.
- **[WARNING]** Missing required property "author" for NewsArticle — The "author" property is required for the NewsArticle schema type.
- **[WARNING]** Missing required property "datePublished" for NewsArticle — The "datePublished" property is required for the NewsArticle schema type.
- **[INFO]** Missing recommended property "image" for NewsArticle — Adding "image" can improve how search engines display your content.
- **[INFO]** Missing recommended property "publisher" for NewsArticle — Adding "publisher" can improve how search engines display your content.
- **[INFO]** Missing recommended property "dateModified" for NewsArticle — Adding "dateModified" can improve how search engines display your content.

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

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

BreadcrumbList, NewsArticle, Organization, Person, 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 — 50/100)

*4 issues found across 25 images*

- **[WARNING]** 3 images significantly larger than display size — Resizing to display dimensions could save approximately 0 KB.
- **[WARNING]** 1 images missing explicit width/height — Images without dimensions cause layout shifts (CLS). Set explicit width and height attributes.
- **[INFO]** 23 below-fold images missing loading="lazy" — Lazy loading defers below-fold images, reducing initial page weight.
- **[WARNING]** All 24 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.

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

*No autoplay media on the page*

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

---

## Infrastructure

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

*1 A records, 81 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]** 4 nameserver(s) configured
- **[PASS]** 1 mail exchanger(s) configured
- **[PASS]** SPF record present in TXT
- **[PASS]** DNS resolution time: 81 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 89.46.225.54 does not match any cert SAN: v0252g-webcache-frosinonelat.sphostserver.com — 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 46ms across 3 resolvers (spread 42ms)*

- **[PASS]** Google: 20ms
- **[PASS]** Quad9: 56ms
- **[PASS]** Cloudflare: 62ms

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

*1 redirect(s), 673 ms total*

- **[PASS]** Single redirect
- **[INFO]** WWW normalization redirect
- **[INFO]** Redirect overhead: 673 ms total

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

- **[PASS]** robots.txt is present
- **[PASS]** sitemap.xml is present
- **[PASS]** sitemap.xml is valid XML
- **[PASS]** sitemap.xml contains 71 entries
- **[PASS]** Sitemap index with 71 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 301-redirects to HTTPS

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

*latinanews.eu — via Aruba S.p.A., hosted on SERVERPLAN-AS - Server Plan S.r.l., IT*

- **[PASS]** Registrar: Aruba S.p.A.
- **[PASS]** Hosting: SERVERPLAN-AS - Server Plan S.r.l., IT

---

## Compliance

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

*No testable criteria*


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

*privacy policy found*

- **[PASS]** Privacy policy link found
- **[INFO]** No terms of service link detected
- **[INFO]** No cookie consent banner detected
- **[INFO]** This is an automated check, not legal advice — BeaverCheck detects technical indicators of consent management. This does not constitute a legal compliance assessment. Consult a privacy professional for GDPR/CCPA compliance.

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

*No consent-UX depth issues detected*

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

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

*No known trackers detected on this page*

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

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

*Lang attribute present*

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

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

*No hreflang tags on this page*

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

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

*No additional i18n signals detected*

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

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

*Font sizes and tap targets checked*


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

*Viewport properly configured*

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

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

*No accessibility statement detected*

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

### GDPR Article 13 Disclosures (F — 25/100)

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

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

### Third-Party Trackers (B — 80/100)

*8 trackers detected*

- **[INFO]** 8 third-party trackers detected — Found 3 analytics, 3 advertising, 1 marketing, 1 tag manager, 0 session-replay, 0 heatmap trackers.
- **[WARNING]** 3 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 · 8 trackers · 0 pre-consent*

- **[INFO]** 8 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 (D — 45/100)

*2 of 7 expected legal pages detected*

- **[PASS]** Privacy Policy detected — Found at https://www.latinanews.eu/privacy-policy/.
- **[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.latinanews.eu/cookie-policy/.
- **[INFO]** Accessibility Statement not detected — No link matching common Accessibility Statement URL patterns or link text was found. Most websites are expected to have a Accessibility Statement, especially those collecting user data.
- **[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 (D — 40/100)

*© 2022 Latina News edizione della testata GINEWS per la p*

- **[WARNING]** Copyright year is 2022 (4 year(s) behind) — Copyright year is 2022 — 4 year(s) behind. While copyright protection doesn't depend on the year being current, an outdated notice may suggest the site is not actively maintained. Update to © 2026 or use a range like © 2022–2026.
- **[PASS]** Copyright holder: Latina News edizione della testata GINEWS per la p

### Regulatory Indicators

*1 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: .eu; Privacy policy page found. EU General Data Protection Regulation — governs collection and processing of personal data of EU residents.

### Third-Party Data Sharing

*1 third-party service(s) detected*

- **[INFO]** Data inventory for transparency purposes — This inventory identifies third-party services that receive data from your site visitors. Under regulations like GDPR (Article 30), maintaining records of data processing activities is commonly considered a best practice. This automated scan provides a starting point — it may not capture all data flows.
- **[INFO]** 1 third-party services across 1 categories — 1 third-party services detected across 1 categories: Analytics (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.

### 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: connection error, /health: connection error, /healthz: connection error, /ping: connection error, /status: connection error.

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

*Cache state: UNCACHED*

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

---

## Accessibility

### Landmark Structure (C — 65/100)

*2 landmarks*

- **[PASS]** <main> landmark present
- **[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.
- **[PASS]** Search landmark present

### Heading Hierarchy (F — 30/100)

*286 headings, 2 skip(s)*

- **[WARNING]** Multiple H1 headings (9 found) — A page should have only one H1. Multiple H1s dilute the document outline.
- **[WARNING]** Heading level skipped: H1 → H4 (missing H2) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
- **[WARNING]** Heading level skipped: H1 → H3 (missing H2) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
- **[WARNING]** 6 empty heading(s) — Empty headings appear in the document outline but provide no information.

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

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

- **[INFO]** 13 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 (A — 85/100)

*5 of 25 images have issues*

- **[WARNING]** 5 image(s) with generic alt text
- **[PASS]** 1 decorative image(s) correctly marked
- **[PASS]** 19 image(s) with good alt text

### Form Accessibility (B — 77/100)

*2 of 274 controls have issues*

- **[CRITICAL]** 1 control(s) without accessible label — Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
- **[WARNING]** 1 control(s) rely on placeholder only — Placeholder text disappears on focus and is not a reliable label.
- **[PASS]** 272 control(s) properly labeled

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

*752 links, 78 buttons — all OK*

- **[PASS]** 752 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 "s" should use type="search" (currently type="text") — Field name "s" 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)

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

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

### Mobile Keyboard & Autofill (D — 60/100)

*2/2 eligible field(s) missing autocomplete or inputmode*

- **[WARNING]** 1 field(s) missing recommended autocomplete attribute — WCAG 1.3.5 (Level AA): inputs whose purpose maps to a Common Input Purpose value should declare it via `autocomplete=`. Required for password managers, browser autofill, and assistive tech that customizes inputs (e.g., simplified keyboards). Mobile autofill in particular cuts form-completion time by 30-50% when these are present. Affected purposes: email.
- **[WARNING]** 1 field(s) would benefit from inputmode attribute — Mobile browsers pick the on-screen keyboard layout from `inputmode=` when present (numeric pad, tel dialpad, email keyboard). Without it, users see the default text keyboard and must mode-switch -- 2-3 extra taps per phone-number or numeric-ID field. Type-based defaults exist (`type=tel` shows the tel keyboard on most browsers) but `inputmode` is the explicit, cross-browser way to control this. Affected types: email.

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

*Lang attribute set to "it-IT"*

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

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

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

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

### Iframe Accessibility (C — 60/100)

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

*All tap targets meet WCAG 2.5.5/2.5.8 sizing*

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

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

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

- **[WARNING]** 22 text node(s) render below 12 CSS pixels on mobile — Mobile browsers default the root font-size to 16 px; text below ~ 12 px (75% of root) is hard to read without zooming. WCAG 1.4.4 (Resize Text) requires the page to support 200% zoom without loss of functionality -- which most layouts handle, but small base text still costs readability and conversion. Audit which selectors set sizes below 12 px (often footers, fine print, table cells) and bump them to 14-16 px or use rem units that scale with user preferences. Examples: <a> 10.0px ("Redazione"); <a> 10.0px ("Redazione"); <a> 10.0px ("Redazione"); <time> 11.0px ("24 ore fa"); <time> 11.0px ("2 giorni fa").

---

## UX

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

*Could not test*

- **[INFO]** 404 page could not be tested — The 404 page check encountered an error. This may be due to a timeout or network issue.

### Favicon & Branding (C — 55/100)

*4 icon(s) detected*

- **[WARNING]** No favicon.ico at site root — Some older browsers, bookmark tools, and RSS readers look for /favicon.ico. Add one as a fallback.
- **[PASS]** HTML icon links detected
- **[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 — 20/100)

*1 navigation pattern(s)*

- **[PASS]** Search functionality detected

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

*Properly configured*

- **[PASS]** Canonical tag present
- **[PASS]** Canonical is self-referencing
- **[PASS]** Canonical matches final URL after redirects
- **[PASS]** Canonical target returns 200
- **[INFO]** Canonical points to a different domain

### Meta Tags (B — 80/100)

*Title: 71 chars*

- **[PASS]** Page title is set
- **[WARNING]** Title is 71 characters — will be truncated in search results
- **[INFO]** Meta description is 178 characters — truncated on mobile (~160 char limit)
- **[INFO]** Title and H1 have very different wording — Alignment helps users confirm they've reached the right page.

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

*1 title-style issue(s) detected*

- **[WARNING]** Title repeats `latina` 3 times -- likely keyword stuffing — The word `latina` appears 3 times in the title. Modern search engines penalize keyword stuffing -- repeating a target keyword multiple times in the title was a 2008-era SEO tactic that now triggers spam-filter signals. Use the keyword once and rely on natural variations (synonyms, related terms) for the rest of the title.

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

*6980 words, Very Difficult*

- **[PASS]** Page has 6980 words — good depth for search engines
- **[INFO]** Reading level: Very Difficult (grade 24)

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

*575 internal, 177 external*

- **[PASS]** 575 internal links (76%)
- **[PASS]** 100% of links use descriptive anchor text
- **[INFO]** Page has 752 links — consider reducing
- **[INFO]** 575 internal / 177 external links

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

*25 images, 24 descriptive filenames*

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

### Hreflang

*0 hreflang tags*


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

*No hreflang tags on the page*

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

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

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

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

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

*Sitemap updated within 90 days (71/71 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 (71 URLs, 9 KB)*

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

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

*1 markup-quality issue(s) detected*

- **[INFO]** `<meta charset>` declared at byte 1278 -- 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 — 30/100)

*2.19g CO2 per view*

- **[CRITICAL]** 2.19g CO2 per page view — This page transfers 7.7 MB, producing an estimated 2.19g of CO2 per visit using the Sustainable Web Design model (v4). Breakdown: data center 0.41g, network 0.38g, end-user device 1.41g.
- **[INFO]** At 10,000 monthly views: 263.1 kg CO2/year — With 10,000 page views per month, this page would generate approximately 263.1 kg of CO2 annually — equivalent to charging 32884 smartphones.

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

*Unknown*

- **[INFO]** Hosting provider could not be identified — Without knowing the provider, we cannot determine their energy sourcing. Check with your hosting provider about their renewable energy commitments.
- **[INFO]** Green hosting status based on known provider commitments — Green hosting detection uses a curated database of provider renewable energy commitments. This is not a real-time verification. For authoritative checks, visit thegreenwebfoundation.org.

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

*93% cached*

- **[PASS]** 93% reduction on repeat visits — Returning visitors download only 523 KB (vs 7926 KB first visit). 96 of 97 resources are served from browser cache, saving 2.05g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.14g CO2 (first visit: 2.19g)

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

*95th percentile*

- **[WARNING]** 2.19g 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 (B — 80/100)

*89% efficient*

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

### Web Font Weight Variants (C — 70/100)

*31 font weights loaded across 2 famil(y/ies)*

- **[WARNING]** 31 font weights loaded -- likely 100+ KB of unused payload — Loading 31 font weights typically transfers 200-400 KB just for fonts. Most pages legitimately use 2-3 weights (regular + bold, maybe medium). Audit which weights your stylesheet actually applies and trim the Google Fonts URL accordingly. Affected families: Archivo, Open Sans.

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/a01453e7-7673-464e-989d-21c8718fbcb9*
