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

**Date:** July 12, 2026  
**URL:** https://coobiz.it  
**Overall Grade:** C (78/100)  
**Report:** https://beavercheck.com/results/90025cd6-0aff-43bb-a2fe-4219861ebf8d

## Top Findings

1. **[CRITICAL]** Content-Security-Policy header is missing — Security > Security Headers
2. **[CRITICAL]** HSTS header is missing — Security > Security Headers
3. **[CRITICAL]** No Content-Security-Policy header found — Security > Content Security Policy
4. **[CRITICAL]** 1 button(s) with no accessible text — Accessibility > Link & Button Quality
5. **[CRITICAL]** 2 control(s) without accessible label — Accessibility > Form Accessibility

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 22 |
| Accessibility | 89 |
| Best Practices | 96 |
| SEO | 100 |

---

## Security

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

*0 of 10 headers properly configured*

- **[CRITICAL]** HSTS header is missing — Strict-Transport-Security forces browsers to use HTTPS, preventing downgrade attacks. Add the header with a max-age of at least 1 year.
- **[WARNING]** X-Content-Type-Options header is missing — This header prevents MIME-type sniffing, which can lead to XSS attacks. Set it to 'nosniff'.
- **[WARNING]** X-Frame-Options header is missing — This header prevents clickjacking by controlling who can embed your page in a frame. Set it to DENY or SAMEORIGIN.
- **[WARNING]** Referrer-Policy header is missing — Controls how much referrer information is sent with requests. Set to 'strict-origin-when-cross-origin' or stricter.
- **[WARNING]** Permissions-Policy header is missing — Controls which browser features (camera, microphone, geolocation) are allowed. Set it to restrict unused features.
- **[CRITICAL]** Content-Security-Policy header is missing — CSP is the most important header for preventing XSS attacks. See the CSP section for detailed analysis.
- **[WARNING]** Cross-Origin-Opener-Policy header is missing — COOP isolates your browsing context, preventing cross-origin side-channel attacks. Set to 'same-origin'.
- **[WARNING]** Cross-Origin-Embedder-Policy header is missing — COEP prevents loading cross-origin resources without explicit permission. Required for SharedArrayBuffer and high-resolution timers.
- **[WARNING]** X-Powered-By header reveals technology stack — This header discloses server technology (e.g. Express, PHP), helping attackers target known vulnerabilities. Remove it.
- **[WARNING]** Server header reveals version information — The Server header discloses the software version, aiding attackers in targeting known vulnerabilities. Remove the version number.
- **[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.2, 7 checks passed*

- **[PASS]** TLS 1.2 is used
- **[INFO]** TLS 1.3 is not negotiated — TLS 1.3 offers improved performance and security. Consider enabling it.
- **[PASS]** Strong cipher suite is used
- **[INFO]** HTTP/2 is not negotiated — HTTP/2 provides multiplexing and header compression for better performance.
- **[INFO]** OCSP stapling not enabled — Without stapling, the browser performs a separate OCSP roundtrip on first connection -- adding latency and leaking the visited host to the CA. Enable OCSP stapling on your TLS server.
- **[PASS]** Certificate is valid (expires in 84 days)
- **[PASS]** Certificate chain has 3 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 6 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 (C — 75/100)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

- **[WARNING]** SRI adoption: 0/13 third-party resources protected (0%) — Of 13 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/css2?family=Roboto:wght@400;700&display=swap
  - https://www.coobiz.it/style/all.css
  - https://www.coobiz.it/style/coobiz_new.css
  - https://fundingchoicesmessages.google.com/i/ca-pub-2104548737711576?href=https%3A%2F%2Fwww.coobiz.it&ers=2

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

*3 auth-security finding(s) on the login page*

- **[PASS]** Login page detected — The page contains a `type=password` input and at least one identifier field (username / email). Auth-security findings below evaluate the page's hardening posture.
- **[WARNING]** Login form does not contain a recognizable CSRF token — Standard frameworks emit CSRF tokens as a hidden input named `_csrf`, `csrf_token`, `csrfmiddlewaretoken` (Django), `authenticity_token` (Rails), or `__RequestVerificationToken` (ASP.NET). None of those were found. Possibilities: (1) the form posts to an API that uses a custom header or SameSite cookie reliance for CSRF -- legitimate but not visible from this scan, (2) the form is genuinely missing CSRF protection, which would let an attacker submit logins from another origin via a hidden POST. Verify the auth flow has SOME CSRF defense.
- **[INFO]** No password-reset link found on the login page — Login pages should link to a password-reset flow (typically /forgot, /reset, or a 'Forgot password?' link). Absence usually means the reset flow lives elsewhere on the site (separately reachable), but if it's truly missing, users locked out of accounts have no self-service recovery path.

### 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 13 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.coobiz.it lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from www.coobiz.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 fundingchoicesmessages.google.com 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.google-analytics.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from ajax.googleapis.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.coobiz.it lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.coobiz.it 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.googletagmanager.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.

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

*No known vulnerabilities*

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

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

*No exposures*

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

### Email Security (D — 45/100)

*DMARC: none, SPF: ?all, DKIM*

- **[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.
- **[WARNING]** SPF ends in ?all — provides no enforcement — ?all (neutral) and +all (pass-everything) make the SPF record decorative. Receivers will accept any sender. Switch to -all (hard fail) or ~all (soft fail).
- **[PASS]** DKIM configured (selectors: mandrill)
- **[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 (B — 78/100)

*1.3 MB transferred, 52 requests*

- **[PASS]** Page weighs 3.6 MB (1.3 MB transferred)
- **[WARNING]** JavaScript is 634 KB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[INFO]** 52 HTTP requests
- **[INFO]** Estimated 0.26 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 (1.3 MiB of 1.3 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)

*13 images, 0 KB saveable*

- **[WARNING]** https://www.coobiz.it/images/products/product_291/... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.coobiz.it/images/products/product_198/... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.coobiz.it/images/posts/post_7369/image... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.

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

*2613ms total JS execution*

- **[WARNING]** https://www.coobiz.it/: 753ms CPU time
- **[WARNING]** https://fundingchoicesmessages.google.com/f/AGSKWx...: 487ms CPU time
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-8MXM...: 360ms CPU time
- **[INFO]** Unattributable: 232ms CPU time
- **[INFO]** https://fundingchoicesmessages.google.com/i/ca-pub...: 223ms CPU time
- **[WARNING]** Third-party scripts: 2381ms (91% of total)

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

*4 fonts (169 KB)*

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

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

*13 scripts, 269 KB unused*

- **[WARNING]** https://pagead2.googlesyndication.com/pagead/manag...: 137 KB unused (83%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-8MXM...: 71 KB unused (41%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://fundingchoicesmessages.google.com/i/ca-pub...: 36 KB unused (51%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://pagead2.googlesyndication.com/pagead/js/ad...: 25 KB unused (46%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 269 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)

*2 hints, 0 missing preconnects*

- **[PASS]** Page uses 2 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 — 85/100)

*Cache-Control present but without max-age*

- **[INFO]** Main HTML Cache-Control has no max-age: public

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

*52 resources · 1.3 MB · 269 KB savings available*

- **[WARNING]** Page weight 1.3 MB exceeds 1 MB target by 266 KB
- **[INFO]** ~269 KB of savings available
- **[WARNING]** 51 third-party resources (100% of weight)

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

*No render-blocking resources detected*

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

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

*No third-party resources detected*


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

*1 JS blocking issue(s) detected*

- **[WARNING]** 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.

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

*1 CSS depth issue(s) detected*

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

---

## Content Quality

### Links (F — 40/100)

*183 links checked, 76 healthy, 107 broken*

- **[CRITICAL]** 76 of 183 links are healthy
- **[WARNING]** Broken link: https://fonts.googleapis.com — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://fonts.gstatic.com — Found in <link href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://www.coobiz.it/ — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/reglogin — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/recupero-dati — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/utente/azienda/aggiungi — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/social/eventi/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/social/aggiornamenti/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/social/posts/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/social/comunicati-stampa/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/social/relazioni/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/social/opinioni/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/social/photos/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/social/offerte/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/social/videos/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/social/products/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/azienda/avezzano-tshirt-magliette/c... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/utente/281668/like/aggiungi — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/azienda/1394153312/seguiti/aggiungi... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/azienda/1394153312/seguiti/aggiungi — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/utente/sawyer-lost/u291770 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/foto/197444 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/social/281677/utenti/likes — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/utente/281677/like/aggiungi — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/azienda/cambiago-confezionamento-bo... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/utente/graziella-solmi/u106543 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/prodotto/1453 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/utente/281679/like/aggiungi — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/azienda/7530356/seguiti/aggiungi/pu... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/azienda/7530356/seguiti/aggiungi — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/prodotto/1452 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/utente/281678/like/aggiungi — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/prodotto/90 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/utente/268206/like/aggiungi — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/foto/197443 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/utente/281676/like/aggiungi — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/azienda/podenzano-allevamento-bovin... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/utente/giuseppe-ghigna/u291808 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/utente/281675/like/aggiungi — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/relazione/281675 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/azienda/1039218/seguiti/aggiungi/pu... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/azienda/1039218/seguiti/aggiungi — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/azienda/bolzano-novarese-rubinetter... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/utente/lorenzo-strona/u236782 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/comunicato-stampa/fondata-negli-ann... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/utente/281674/like/aggiungi — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/azienda/1394154654/seguiti/aggiungi... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/azienda/1394154654/seguiti/aggiungi — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/foto/197442 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/social/281673/utenti/likes — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/utente/281673/like/aggiungi — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/post/7370 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/social/281672/utenti/likes — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/utente/281672/like/aggiungi — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/prodotto/292 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/utente/270630/like/aggiungi — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/azienda/escort-hostess/co1394154140 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/azienda/escort-hostess/co1394154140... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/utente/gastino-gangster/u290392 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/utente/281671/like/aggiungi — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/azienda/1394154140/seguiti/aggiungi... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/azienda/1394154140/seguiti/aggiungi — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/azienda/ciampino-realizzazione-siti... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/utente/281669/like/aggiungi — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/azienda/1394157560/seguiti/aggiungi... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/azienda/1394157560/seguiti/aggiungi — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/social/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/social/2 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/social/3 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/social/4 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/social/5 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/torino-installazione-impian... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/bologna-costruzione-edifici... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/udine-ristorazione-bar/p30a... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/roma-servizi-agenzie-di-via... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/genova-servizi-pulizia/p10a... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/milano-intermediazione-abit... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/modena-software/p36t743/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/agricoltura/s1/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/alimenti/s2/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/associazioni/s3/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/banche-e-assicurazioni/s23/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/bellezza-e-salute/s17/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/cartotecnica/s4/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/casa/s5/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/chimica-e-minerali/s6/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/ecologia-e-energia/s7/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/edilizia-e-impianti/s8/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/editoria/s9/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/elettronica/s14/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/enti-pubblici/s10/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/forniture-per-aziende/s11/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/informatica/s12/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/marketing/s15/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/meccanica/s16/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/ottica-e-gioielleria/s18/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/pelli-e-calzature/s19/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/professionisti/s20/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/ristorazione/s21/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/servizi-per-aziende/s22/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/telecomunicazioni/s13/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/tempo-libero/s24/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/tessile-e-abbigliamento/s25/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/trasporti/s26/1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.coobiz.it/aziende/viaggi-e-turismo/s27/1 — Found in <a href>. Returns HTTP 429.
- **[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 (F — 0/100)

*No Open Graph tags found — social sharing previews will be generic.*

- **[WARNING]** No Open Graph meta tags found — Without og:title, og:description, and og:image, social media platforms will generate a generic preview when your page is shared.

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

*No OG image or Twitter card set -- depth check is N/A (presence covered by Open Graph section)*

- **[PASS]** No OG image / Twitter card to evaluate

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

*No structured data (JSON-LD) found.*

- **[INFO]** No structured data (JSON-LD) found — Adding structured data helps search engines understand your content and can enable rich results.

### Rich Results Eligibility (C — 75/100)

*No JSON-LD found -- no rich-result eligibility*

- **[INFO]** No JSON-LD structured data on the page — No `<script type="application/ld+json">` blocks found. Without structured data, search engines fall back to inferring page meaning from raw HTML -- which works but doesn't unlock SERP features (rich snippets, knowledge panel, FAQ accordion, breadcrumb trail). Adding even basic JSON-LD (Organization for the site identity, BreadcrumbList for navigation context) is a low-effort SEO win.

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

*2 issues found across 48 images*

- **[WARNING]** 8 images missing explicit width/height — Images without dimensions cause layout shifts (CLS). Set explicit width and height attributes.
- **[WARNING]** All 48 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, 58 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: 58 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 168.119.79.101 does not match any cert SAN: static.101.79.119.168.clients.your-server.de — Common when behind a CDN or shared hosting (PTR points at the provider's hostname). Mismatch can also affect mail deliverability if this IP sends email -- many MTAs reject mail when forward+reverse DNS disagree.

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

*Mean 68ms across 3 resolvers (spread 52ms)*

- **[PASS]** Google: 45ms
- **[PASS]** Cloudflare: 62ms
- **[PASS]** Quad9: 97ms

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

*1 redirect(s), 406 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 (B — 80/100)

*robots.txt present, no sitemap*

- **[PASS]** robots.txt is present
- **[INFO]** No sitemap.xml found — A sitemap helps search engines discover and index your pages more efficiently.
- **[INFO]** robots.txt does not reference a sitemap — Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.

### URL Variants (D — 50/100)

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

- **[CRITICAL]** Both www and non-www versions serve content
- **[CRITICAL]** HTTP version does not redirect to HTTPS

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

*coobiz.it — via ARUBA-REG, 18 years, 7 months old, hosted on Hetzner*

- **[PASS]** Domain registered until Apr 21, 2027 (9 months remaining)
- **[PASS]** Registrar: ARUBA-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: Hetzner

---

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

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

- **[WARNING]** GDPR Article 13 disclosure coverage: 1 / 8 categories — Scanned the homepage body text AND the linked /privacy page for GDPR Article 13 disclosures. Matched 1 of 8 categories: Legal basis for processing. 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, 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)

*3 trackers detected*

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

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

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

*No tracking pixels detected*

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

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

*No browser-fingerprinting libraries detected*

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

### Cross-Site Cookies (SameSite=None) (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 — 30/100)

*1 of 7 expected legal pages detected*

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

### Copyright Notice (C — 55/100)

*No copyright notice detected*

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

### Regulatory Indicators

*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: .it; 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 (B — 70/100)

*public*

- **[PASS]** Cache-Control header is set
- **[INFO]** No ETag or Last-Modified header — Conditional requests (304 Not Modified) are not possible without validators.

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

*No status page link detected*

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

### Transport Security (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.

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

*Health endpoint at https://coobiz.it/health (HTTP 200)*

- **[PASS]** Public health endpoint at https://coobiz.it/health

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

*1 landmarks*

- **[CRITICAL]** No <main> landmark found — Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
- **[PASS]** 1 <nav> landmark(s) 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 — 70/100)

*237 headings, 1 skip(s)*

- **[WARNING]** Multiple H1 headings (4 found) — A page should have only one H1. Multiple H1s dilute the document outline.
- **[WARNING]** Heading level skipped: H3 → H5 (missing H4) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
- **[WARNING]** 1 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]** 12 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+ — 100/100)

*All 48 images OK*

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

### Form Accessibility (D — 46/100)

*5 of 289 controls have issues*

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

### Link & Button Quality (F — 31/100)

*155 issue(s) across 937 links and 96 buttons*

- **[CRITICAL]** 9 link(s) with no accessible text — Links without text are announced as raw URLs by screen readers.
- **[WARNING]** 145 link(s) with generic text — Generic link text like 'click here' doesn't describe the destination.
- **[WARNING]** 3 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[CRITICAL]** 1 button(s) with no accessible text — Icon-only buttons need an aria-label so screen readers can announce them.
- **[PASS]** 780 link(s) with descriptive text

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

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

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

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

*1 input-semantic issue(s) across 289 form control(s)*

- **[INFO]** 1 login form field(s) missing `autocomplete=username` (or `email`) — On a page with a password input, the matching username / email field needs `autocomplete="username"` or `autocomplete="email"` -- otherwise the password manager can't identify which field carries the login identifier and silently skips autofill on the whole form. Sample: <input type="submit" name="submit">.

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

*All 2 eligible field(s) carry autocomplete/inputmode*

- **[PASS]** All 2 eligible field(s) carry autocomplete/inputmode

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

*Lang attribute set to "it"*

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

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

*1001 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 (C — 75/100)

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

- **[WARNING]** 5 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 (B — 90/100)

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

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

---

## UX

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

*HTTP 404, custom page*

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

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

*1 icon(s) detected*

- **[PASS]** favicon.ico present at site root
- **[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 — 15/100)

*No navigation patterns*

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

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

*1 mobile-depth signal(s) detected*

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

---

## SEO

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

*Minor issues*

- **[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: 62 chars*

- **[PASS]** Page title is set
- **[INFO]** Title is 62 characters — may be truncated in search results
- **[PASS]** Meta description length (147 chars) is optimal
- **[INFO]** Title and H1 have very different wording — Alignment helps users confirm they've reached the right page.

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

*7114 words, Very Difficult*

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

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

*674 internal, 263 external*

- **[PASS]** 674 internal links (72%)
- **[PASS]** 84% of links use descriptive anchor text
- **[INFO]** Page has 937 links — consider reducing
- **[INFO]** 674 internal / 263 external links

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

*48 images, 48 descriptive filenames*

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

*No sitemap.xml found*

- **[INFO]** No sitemap.xml found — Sitemaps help search engines discover and prioritize URLs. Not strictly required for small sites where every page is linked from the homepage, but recommended once a site grows beyond a few dozen URLs.

### Sitemap × Robots Consistency (C — 75/100)

*Sitemap or robots.txt missing -- consistency check skipped*

- **[INFO]** Cross-check skipped (sitemap or robots.txt absent)

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

*No sitemap to evaluate -- depth check is N/A*

- **[PASS]** No sitemap fetched -- depth check skipped

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

*2 markup-quality issue(s) detected*

- **[WARNING]** No `<meta charset>` declaration in HTML — The page has no `<meta charset="...">` tag. Browsers fall back to a default encoding (typically UTF-8 in modern browsers, but not guaranteed). Add `<meta charset="utf-8">` as the first child of `<head>` to make the encoding explicit.
- **[INFO]** 4 redundant ARIA role attribute(s) on native semantic element(s) — The W3C "ARIA in HTML" spec calls this its first rule: don't use ARIA when a native HTML element already conveys the semantics. `<button role="button">`, `<a href role="link">`, `<nav role="navigation">`, `<main role="main">` -- the role attribute either does nothing or shadows the native semantic, occasionally breaking assistive-tech behaviors. Remove the redundant role.

---

## Sustainability

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

*0.30g CO2 per view*

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

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

*Green (hosting)*

- **[PASS]** Microsoft IIS uses renewable energy
- **[INFO]** Microsoft IIS: 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)

*98% cached*

- **[PASS]** 98% reduction on repeat visits — Returning visitors download only 20 KB (vs 1289 KB first visit). 51 of 52 resources are served from browser cache, saving 0.29g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.00g CO2 (first visit: 0.30g)

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

*19th percentile*

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

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

*79% efficient*

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

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

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

- **[WARNING]** 25 font weights loaded -- likely 100+ KB of unused payload — Loading 25 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, Roboto.

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/90025cd6-0aff-43bb-a2fe-4219861ebf8d*
