# BeaverCheck Audit Report — https://blick.ch

**Date:** April 22, 2026  
**URL:** https://blick.ch  
**Overall Grade:** C (74/100)  
**Report:** https://beavercheck.com/results/933f133d-c74d-423f-a22b-1816666b5dbd

## Top Findings

1. **[CRITICAL]** Content-Security-Policy header is missing — Security > Security Headers
2. **[CRITICAL]** No Content-Security-Policy header found — Security > Content Security Policy
3. **[CRITICAL]** 3 link(s) with no accessible text — Accessibility > Link & Button Quality
4. **[CRITICAL]** No <main> landmark found — Accessibility > Landmark Structure
5. **[CRITICAL]** No H1 heading found — Accessibility > Heading Hierarchy

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 45 |
| Accessibility | 92 |
| Best Practices | 96 |
| SEO | 92 |

---

## Security

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

*2 of 10 headers properly configured*

- **[WARNING]** HSTS max-age is too short (604800s, should be ≥ 31536000s) — A short max-age leaves a window for downgrade attacks. Set max-age to at least 31536000 (1 year).
- **[WARNING]** X-Content-Type-Options header is missing — This header prevents MIME-type sniffing, which can lead to XSS attacks. Set it to 'nosniff'.
- **[WARNING]** X-Frame-Options header is missing — This header prevents clickjacking by controlling who can embed your page in a frame. Set it to DENY or SAMEORIGIN.
- **[WARNING]** Referrer-Policy header is missing — Controls how much referrer information is sent with requests. Set to 'strict-origin-when-cross-origin' or stricter.
- **[WARNING]** Permissions-Policy header is missing — Controls which browser features (camera, microphone, geolocation) are allowed. Set it to restrict unused features.
- **[CRITICAL]** Content-Security-Policy header is missing — CSP is the most important header for preventing XSS attacks. See the CSP section for detailed analysis.
- **[WARNING]** Cross-Origin-Opener-Policy header is missing — COOP isolates your browsing context, preventing cross-origin side-channel attacks. Set to 'same-origin'.
- **[WARNING]** Cross-Origin-Embedder-Policy header is missing — COEP prevents loading cross-origin resources without explicit permission. Required for SharedArrayBuffer and high-resolution timers.
- **[PASS]** X-Powered-By header is not present
- **[PASS]** Server header is present without version info

### 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.
- **[PASS]** Certificate is valid (expires in 170 days)
- **[PASS]** Certificate chain has 3 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

---

## Advanced Security

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

*0 of 1 external resources have SRI*

- **[WARNING]** External script from cdn.cookielaw.org 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 — 50/100)

*DMARC: none*

- **[WARNING]** DMARC policy is none — monitoring only — This only monitors, it doesn't block spoofed emails. Change to p=quarantine or p=reject.

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

*1.7 MB transferred, 61 requests*

- **[INFO]** Page weighs 6.0 MB (1.7 MB transferred)
- **[WARNING]** JavaScript is 649 KB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[INFO]** Fonts are 500 KB — consider subsetting or using system fonts — Subset fonts to include only used characters, or switch to system font stacks.
- **[INFO]** 61 HTTP requests
- **[INFO]** Estimated 0.35 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.7 MiB of 1.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 (A+ — 100/100)

*11 images, 0 KB saveable*

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

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

*4755ms total JS execution*

- **[WARNING]** https://www.blick.ch/_next/static/chunks/0df~jv0-b...: 1913ms CPU time
- **[WARNING]** Unattributable: 1005ms CPU time
- **[WARNING]** https://www.blick.ch/: 839ms CPU time
- **[WARNING]** https://www.blick.ch/_next/static/chunks/turbopack...: 324ms CPU time
- **[WARNING]** https://www.blick.ch/_next/static/chunks/turbopack...: 277ms CPU time
- **[WARNING]** Third-party scripts: 4755ms (100% of total)

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

*2 fonts (500 KB)*

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

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

*30 scripts, 224 KB unused*

- **[WARNING]** https://www.blick.ch/_next/static/chunks/0h78avwcx...: 108 KB unused (63%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://cdn.cookielaw.org/scripttemplates/202601.1...: 73 KB unused (58%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.blick.ch/_next/static/chunks/0df~jv0-b...: 43 KB unused (50%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 224 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)

*1 hints, 0 missing preconnects*

- **[PASS]** Page uses 1 resource hint(s)

### Page Weight Inventory (D — 40/100)

*61 resources · 1.7 MB · 224 KB savings available*

- **[WARNING]** Page weight 699 KB over 1MB target
- **[INFO]** ~224 KB of savings available
- **[WARNING]** 60 third-party resources (100% of weight)
- **[INFO]** 1 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*


---

## Content Quality

### Links (F — 40/100)

*200 links checked, 32 healthy, 168 broken*

- **[CRITICAL]** 32 of 200 links are healthy
- **[WARNING]** Broken link: https://blick.ch/ — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/chunks/0.vp4v2l~w.z5.js — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/chunks/04mxcwxpe4ese.js — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/chunks/0znqh4g87v-c6.js — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/chunks/03jmvjs2mmwit.js — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/chunks/1147nd15rmolx.js — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/chunks/095ywnr.mb6~d.js — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/chunks/10lggj~9gti0t.js — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/chunks/0df~jv0-beju9.js — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/chunks/0rb20fakdsy7q.js — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/chunks/14z1gsb351ns-.js — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/chunks/118b8gqg4~67w.js — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/chunks/turbopack-00cd_vh6mg... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/chunks/06c0rutvaea.o.js — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/chunks/004ybpn4d4mxb.js — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/chunks/0y73mgx06klpt.js — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/chunks/16xse_6gl.l7m.js — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/chunks/0b71l4..sajyr.js — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/chunks/0h78avwcx0j7g.js — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/chunks/0..kd6l14es.y.js — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/chunks/07fqnq5ea9tpa.js — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/chunks/090-v054zadl2.js — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/chunks/turbopack-0ma5mdui1m... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/next-prod-3.6.0-blick/_buil... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/next-prod-3.6.0-blick/_ssgM... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/next-prod-3.6.0-blick/_clie... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/chunks/14lj-7d.og4us.js — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://blick.ch/_next/static/chunks/0f9.8phhmij7t.js — Found in <script src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/fr/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/blickplus/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/schweiz/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/ausland/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/sport/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/meinung/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/politik/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/wirtschaft/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/people-tv/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/digital/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/gesellschaft/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/life/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/auto/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/community/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/video/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/newsletter/newsletter-zentrale-id1873815... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/podcasts/liebe-sport-wissen-gen-z-die-bl... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/services/impressum-blick-gruppe-id569711... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/suche/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/blickplus/abos/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/profil/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/dossiers/iran-krieg-id20971494/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/dossiers/donald-trump-id5445064/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/dossiers/crans-montana-inferno-id21585853/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/dossiers/blick-check-id21615953/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/dossiers/ukraine-krieg-id17280728/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/soda/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/schweiz/werde-leserreporter-in-schicke-u... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/politik/politischer-showdown-um-schweize... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/politik/banken-showdown-in-bern-jetzt-sc... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/schweiz/zuerich/loecher-in-der-wand-drec... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/sport/eishockey/nl/national-league-hc-da... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/life/mode/geheimnis-gelueftet-diese-unte... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/wirtschaft/aber-sparst-du-auch-geld-dies... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/people-tv/schweiz/glitschige-angelegenhe... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/life/gesundheit/sportmediziner-raeumt-mi... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/video/viral/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/video/viral/heisse-segnung-eines-hauses-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/ausland/waehrend-konzert-dirigent-schlae... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/sport/wieder-gibts-keine-strafe-wallmark... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/sport/harter-check-gegen-kopf-fribourg-j... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/ausland/besucher-entlarven-und-loben-chi... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/sport/mario-brodmann-spielte-fuer-beide-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/people-tv/royals/heute-waere-die-queen-1... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/sport/fussball/wm/28000-stadion-parkplae... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/sport/nhl-star-nino-niederreiter-in-davo... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/people-tv/schweiz/nach-romantischer-boot... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/life/wohnen/verlassenes-haus-in-schottla... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/ausland/historisches-projekt-bruecke-ver... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/wirtschaft/wir-haben-genug-kerosin-edelw... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/sport/eishockey/nati/entlassener-nati-co... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/people-tv/schweiz/vor-bachelorette-dreh-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/wirtschaft/lido-knall-wegen-eu-reform-an... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/wirtschaft/milliardenschulden-bei-qvc-te... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/sport/eishockey/nl/seine-recherche-brach... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/sport/fussball/international/serie-a/je-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/sport/fussball/international/dfb-pokal/d... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/sport/ski/drill-biwak-und-training-so-le... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/sport/fussball/challengeleague/challenge... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/sport/fussball/superleague/sie-investier... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/ausland/make-america-great-again-wird-de... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/politik/diese-bank-ist-anders-sie-zahlt-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/wirtschaft/immo-anbieter-stoehnen-kaum-n... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/ausland/per-1-mai-russland-stoppt-laut-b... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/ausland/trump-und-ein-atomschlag-auf-den... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/auto/velo/alltag-ohne-aufwand-diese-vip-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/politik/wegen-dringender-operation-zwang... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/people-tv/international/hotelzimmer-verw... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/life/gesundheit/psychologie/wenn-eltern-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/sport/fussball/nach-unfalltod-von-ex-tor... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/video/aktuell/fuenf-wichtige-anzeichen-d... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/gewinnen/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/gewinnen/frischer-start-in-den-fruehling... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/gewinnen/fondation-beyeler-feiert-10-mil... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/gewinnen/blick-gewinnspiel-newsletter-je... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/gewinnen/musikfest-in-biel-gewinne-ticke... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/gewinnen/waeschepflege-wie-ein-champion-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/gewinnen/250-fahrzeuge-aus-allen-epochen... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/wirtschaft/leben-von-der-hand-in-den-mun... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/schweiz/zuerich/nach-verfolgungsjagd-bmw... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/ausland/inder-22-kassierte-mit-ki-ab-mag... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/schweiz/zentralschweiz/zug/einsatz-in-zu... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/ausland/nach-kaempfen-im-libanon-weitere... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/schweiz/zuerich/pyro-werfer-und-auto-row... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/schweiz/illegal-auf-daten-zugegriffen-ve... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/schweiz/zentralschweiz/uri/erster-urner-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/ausland/trump-behauptet-iran-stoppt-hinr... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/ausland/europa-testet-verteidigung-eu-gi... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/ausland/gesinnung-wird-auf-gegenstaende-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/sport/eishockey/nati/schreiben-von-josi-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/politik/e-id-abstimmung-gueltig-bundesge... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/schweiz/mittelland/solothurn/tania-c-hat... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/people-tv/international/deutscher-saenge... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/people-tv/international/fuer-reisen-und-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/politik/braucht-es-eine-renditekontrolle... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/politik/nach-mehreren-affaeren-parteien-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/politik/bis-zu-12-pro-jahr-bundesrat-wil... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/life/gesundheit/psychologie/unterstuetzu... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/meinung/frank-a-meyer/die-kolumne-in-den... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/meinung/eklat-um-covid-zertifikat-die-ge... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/meinung/paedo-taeter-in-winterthurer-kit... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/sport/eishockey/nati/fischer-krisenbewae... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/politik/zu-reich-zu-egoistisch-zu-viel-w... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/wirtschaft/nach-flug-streichungen-swiss-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/wirtschaft/trotz-mega-flugstreichungen-n... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/wirtschaft/gerichtsurteil-in-italien-net... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/life/essen/weintipp/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/life/essen/weintipp/was-wird-aus-dem-cha... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/life/essen/weintipp/royales-vergnuegen-d... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/life/essen/weintipp/exklusiver-gehts-nic... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/life/essen/weintipp/frostnaechte-in-der-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/life/mode/mode-trends-2026-blousons-karo... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/gesellschaft/paartherapeutin-ramona-zeng... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/gesellschaft/reporterin-macht-selbsttest... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/gesellschaft/podcast-duo-urteilt-hart-ue... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/digital/messenger-ruestet-auf-whatsapp-w... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/digital/besessen-von-details-so-tickt-de... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/digital/mein-erspartes-alles-weg-fake-ap... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/digital/irrer-tiktok-trend-so-gefaehrlic... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/community/leser-zu-lufthansa-kuerzungen-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/community/haftstrafe-von-marc-s-polarisi... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/community/leser-zum-e-id-urteil-rimoldi-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/community/leser-zu-neuem-rtl-quizformat-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/life/essen/restaurants/das-sind-die-top-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/community/spruengli-aufpreis-sorgt-fuer-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/life/essen/genuss/pasta-richtig-kochen-d... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/life/gesundheit/ernaehrung/gesund-essen-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/auto/news_n_trends/concept-2-in-china-en... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/auto/tests/byd-atto-3-evo-mit-449-ps-im-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/auto/wissen-von-der-strasse-was-sind-bou... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/auto/news_n_trends/hyundai-ioniq-3-in-ma... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/news/unsere-medienmarke-ueber-blick-id19... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://faq.blick.ch — Found in <a href>. Get "https://faq.blick.ch": tls: failed to verify certificate: x509: certificate signed by unknown authority
- **[CRITICAL]** Broken link: https://blick.ch/dossiers/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/services/webarchiv/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/services/datenschutz-bestimmungen-id1791... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/community/diese-redaktionellen-leitlinie... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/services/allgemeine-geschaeftsbedingunge... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/services/allgemeine-nutzungsbedingungen-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://blick.ch/services/rubrikenanzeigen-id5417317.html — Found in <a href>. Returns HTTP 403.

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

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

- **[WARNING]** Missing og:description — The og:description tag controls the description in social sharing previews.
- **[WARNING]** Missing og:image — The og:image tag provides a preview image for social sharing.
- **[INFO]** og:title is long (66 characters) — Titles over 60 characters may be truncated in social sharing previews.
- **[INFO]** Missing og:url — The og:url tag specifies the canonical URL for the shared content.
- **[INFO]** Missing og:site_name — The og:site_name tag displays the website name in social previews.
- **[INFO]** Missing twitter:card — Without twitter:card, Twitter falls back to Open Graph tags. Adding it gives you more control.

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

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

- **[INFO]** Missing recommended property "logo" for Organization — Adding "logo" can improve how search engines display your content.
- **[INFO]** Missing recommended property "logo" for Organization — Adding "logo" can improve how search engines display your content.
- **[INFO]** Missing recommended property "logo" for Organization — Adding "logo" can improve how search engines display your content.
- **[INFO]** Missing recommended property "logo" for Organization — Adding "logo" can improve how search engines display your content.
- **[INFO]** Missing recommended property "logo" for Organization — Adding "logo" can improve how search engines display your content.
- **[INFO]** Missing recommended property "logo" for Organization — Adding "logo" can improve how search engines display your content.
- **[INFO]** Missing recommended property "logo" for Organization — Adding "logo" can improve how search engines display your content.
- **[INFO]** Missing recommended property "logo" for Organization — Adding "logo" can improve how search engines display your content.
- **[INFO]** Missing recommended property "logo" for Organization — Adding "logo" can improve how search engines display your content.
- **[INFO]** Missing recommended property "logo" for Organization — Adding "logo" can improve how search engines display your content.
- **[INFO]** Missing recommended property "logo" for Organization — Adding "logo" can improve how search engines display your content.
- **[INFO]** Missing recommended property "description" for WebSite — Adding "description" can improve how search engines display your content.
- **[PASS]** 3 blocks of custom type "ImageObject" — unable to validate specific properties
- **[PASS]** Custom type "PostalAddress" — unable to validate specific properties
- **[PASS]** Custom type "NewsMediaOrganization" — unable to validate specific properties
- **[PASS]** Custom type "WebPage" — unable to validate specific properties
- **[PASS]** 2 blocks of custom type "SoftwareApplication" — unable to validate specific properties
- **[PASS]** 20 JSON-LD blocks found

---

## Infrastructure

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

*3 A records, 60 ms lookup*

- **[PASS]** Resolves to 3 IPv4 address(es)
- **[INFO]** No IPv6 (AAAA) records
- **[PASS]** 4 nameserver(s) configured
- **[PASS]** 5 mail exchanger(s) configured
- **[INFO]** CAA records not checked — CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.
- **[PASS]** SPF record present in TXT
- **[PASS]** DNS resolution time: 60 ms

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

*1 redirect(s), 315 ms total*

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

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

*No IPv6 support*

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

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

*robots.txt present, sitemap with 293 URLs*

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

### URL Variants (A+ — 100/100)

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

- **[PASS]** HTTP correctly 301-redirects to HTTPS

### Domain Intelligence

*Domain intelligence data not available*


---

## Compliance

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

*No testable criteria*


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

*No consent signals detected*

- **[WARNING]** No privacy policy link detected — A privacy policy page is recommended for transparency and may be legally required.
- **[INFO]** No terms of service link detected
- **[INFO]** No cookie consent banner detected
- **[INFO]** This is an automated check, not legal advice — BeaverCheck detects technical indicators of consent management. This does not constitute a legal compliance assessment. Consult a privacy professional for GDPR/CCPA compliance.

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

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

### Third-Party Trackers (C — 55/100)

*3 trackers detected*

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

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

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

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

---

## Legal

### Legal Page Ecosystem (F — 25/100)

*1 of 7 expected legal pages detected*

- **[WARNING]** Privacy Policy not detected — No link matching common Privacy Policy URL patterns or link text was found. Most websites are expected to have a Privacy Policy, especially those collecting user data.
- **[PASS]** Terms of Service detected — Found at /services/allgemeine-geschaeftsbedingungen-id8470701.html.
- **[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: Consent management platform detected: cookielaw.org; Privacy policy page found. EU General Data Protection Regulation — governs collection and processing of personal data of EU residents.

### Third-Party Data Sharing

*0 third-party service(s) detected*

- **[INFO]** Data inventory for transparency purposes — This inventory identifies third-party services that receive data from your site visitors. Under regulations like GDPR (Article 30), maintaining records of data processing activities is commonly considered a best practice. This automated scan provides a starting point — it may not capture all data flows.
- **[INFO]** No recognized third-party data-sharing services detected — This page does not appear to load external tracking, analytics, or advertising scripts.

### Compliance Badges (C — 55/100)

*0 compliance badge(s) detected*

- **[INFO]** No compliance badges detected — No recognized compliance certification badges or seals were found. This is common — many sites do not display compliance badges.

---

## Availability

### CDN & Delivery (D — 50/100)

*No CDN detected*

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

### HTTP Caching (A — 90/100)

*max-age=60 (1 minute)*

- **[PASS]** Cache-Control header is set
- **[PASS]** Effective TTL: 1 minute (max-age=60)
- **[INFO]** No ETag or Last-Modified header — Conditional requests (304 Not Modified) are not possible without validators.

### 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]** HSTS max-age is short: 7 days — HSTS max-age should be at least 1 year (31536000 seconds).
- **[INFO]** HSTS missing includeSubDomains — Without includeSubDomains, HSTS only protects the exact domain.

---

## Accessibility

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

*28 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
- **[WARNING]** Skip navigation link is missing (WCAG 2.4.1) — Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.

### Heading Hierarchy (B — 75/100)

*21 headings*

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

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

*All 149 images OK*

- **[PASS]** 149 image(s) with good alt text

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

*No form controls*

- **[PASS]** No form controls on this page

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

*3 issue(s) across 248 links and 37 buttons*

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

---

## UX

### 404 Error Page (F — 5/100)

*HTTP 403, bare page*

- **[WARNING]** Unexpected status code: HTTP 403 — Expected HTTP 404 but received 403. This may confuse search engine crawlers.
- **[WARNING]** Bare server default 404 page — The 404 page has no custom styling. Users hitting a broken link see a generic error with no way to navigate back. Add a custom 404 page with your site navigation and a search bar.

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

*3 icon(s) detected*

- **[PASS]** favicon.ico present at site root
- **[PASS]** HTML icon links detected
- **[PASS]** Apple touch icon present

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

### Dark Mode Support (B — 70/100)

*Dark mode detected*

- **[PASS]** Dark-specific theme-color detected — A theme-color with media='(prefers-color-scheme: dark)' adapts the browser toolbar for dark mode.
- **[PASS]** prefers-color-scheme CSS detected in inline styles
- **[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)

*No navigation patterns*

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

---

## 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 reachable (self-referencing)
- **[INFO]** Canonical points to a different domain

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

*Title: 66 chars*

- **[PASS]** Page title is set
- **[INFO]** Title is 66 characters — may be truncated in search results

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

*1680 words, Very Difficult*

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

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

*193 internal, 55 external*

- **[PASS]** 193 internal links (78%)
- **[PASS]** 99% of links use descriptive anchor text
- **[INFO]** Page has 248 links — consider reducing
- **[INFO]** 193 internal / 55 external links

### Image SEO (B — 80/100)

*149 images, 1 descriptive filenames*

- **[WARNING]** 99% of images have non-descriptive filenames — Search engines use filenames as a signal. Rename to descriptive names like 'team-photo.jpg'.

### Hreflang

*0 hreflang tags*


---

## Sustainability

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

*0.48g CO2 per view*

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

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

*Not green*

- **[INFO]** No confirmed renewable energy commitment detected — Consider providers like Cloudflare, Google Cloud, or Vercel that match 100% of their energy use with renewables.
- **[INFO]** Green hosting status based on known provider commitments — Green hosting detection uses a curated database of provider renewable energy commitments. This is not a real-time verification. For authoritative checks, visit thegreenwebfoundation.org.

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

*93% cached*

- **[PASS]** 93% reduction on repeat visits — Returning visitors download only 113 KB (vs 1723 KB first visit). 60 of 61 resources are served from browser cache, saving 0.45g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.03g CO2 (first visit: 0.48g)

### Carbon Budget (B — 70/100)

*37th percentile*

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

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

*87% efficient*

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

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/933f133d-c74d-423f-a22b-1816666b5dbd*
