# BeaverCheck Audit Report — https://fes.de

**Date:** April 22, 2026  
**URL:** https://fes.de  
**Overall Grade:** C (76/100)  
**Report:** https://beavercheck.com/results/bf754374-03dd-47dd-8021-24d4def69e69

## Top Findings

1. **[CRITICAL]** Content-Security-Policy header is missing — Security > Security Headers
2. **[CRITICAL]** HSTS header is missing — Security > Security Headers
3. **[CRITICAL]** No Content-Security-Policy header found — Security > Content Security Policy
4. **[CRITICAL]** 1 control(s) without accessible label — Accessibility > Form Accessibility
5. **[WARNING]** 31 third-party resources (100% of weight) — Performance > Page Weight Inventory

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 84 |
| Accessibility | 100 |
| Best Practices | 100 |
| SEO | 100 |

---

## Security

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

*2 of 10 headers properly configured*

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

### Content Security Policy (F — 0/100)

*No enforcing CSP policy found*

- **[CRITICAL]** No Content-Security-Policy header found — CSP is the most effective defense against XSS attacks. Add a Content-Security-Policy header to restrict resource loading.

### TLS & Certificates (A+ — 100/100)

*TLS 1.3, 7 checks passed*

- **[PASS]** TLS 1.3 is used
- **[PASS]** Strong cipher suite is used
- **[INFO]** HTTP/2 is not negotiated — HTTP/2 provides multiplexing and header compression for better performance.
- **[PASS]** Certificate is valid (expires in 233 days)
- **[PASS]** Certificate chain has 4 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 (A+ — 100/100)

*No external resources*

- **[PASS]** No external resources to protect

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

*No known vulnerabilities*

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

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

*No exposures*

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

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

*No DMARC*

- **[WARNING]** No DMARC record found — Without DMARC, email receivers have no policy for handling authentication failures.

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

*1.1 MB transferred, 32 requests*

- **[PASS]** Page weighs 3.1 MB (1.1 MB transferred)
- **[PASS]** 32 HTTP requests
- **[INFO]** Estimated 0.23 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.1 MiB of 1.1 MiB)
- **[PASS]** Third-party blocking time is low (0 ms)

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

*All text resources are compressed*

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

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

*10 images, 0 KB saveable*

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

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

*4590ms total JS execution*

- **[WARNING]** https://www.fes.de/_assets/39d34273ab30c098def3e42...: 3776ms CPU time
- **[WARNING]** Unattributable: 399ms CPU time
- **[WARNING]** https://www.fes.de/: 362ms CPU time
- **[INFO]** https://www.fes.de/_assets/e8c90b9983c1cf95dcc0174...: 54ms CPU time
- **[WARNING]** Third-party scripts: 4590ms (100% of total)

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

*3 fonts (91 KB)*

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

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

*7 scripts, 87 KB unused*

- **[WARNING]** https://www.fes.de/_assets/39d34273ab30c098def3e42...: 48 KB unused (94%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.fes.de/_assets/vite/desktop-navigation...: 39 KB unused (81%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.fes.de/_assets/vite/desktop-navigation...: unminified — 11 KB could be saved
- **[WARNING]** https://www.fes.de/_assets/vite/fes-theme.js: unminified — 6 KB could be saved
- **[INFO]** Total unused JavaScript: 87 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)

*No optimization needed*

- **[PASS]** No resource hint issues

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

*32 resources · 1.1 MB · 87 KB savings available*

- **[WARNING]** Page weight 99 KB over 1MB target
- **[INFO]** ~87 KB of savings available
- **[WARNING]** 31 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)

*132 links checked, 67 healthy, 65 broken*

- **[CRITICAL]** 67 of 132 links are healthy
- **[WARNING]** Broken link: https://fes.de/typo3temp/assets/js/7378d5dc5468da27b323e4... — Found in <script src>. Get "https://fes.de/typo3temp/assets/js/7378d5dc5468da27b323e43dae530540.js?1763973398": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[WARNING]** Broken link: https://fes.de/_assets/9cec337f7d9b8a112ff7bc4a21068e10/I... — Found in <link href>. Get "https://fes.de/_assets/9cec337f7d9b8a112ff7bc4a21068e10/Icons/Favicons/favicon-96x96.png?1775824733": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[WARNING]** Broken link: https://fes.de/_assets/9cec337f7d9b8a112ff7bc4a21068e10/I... — Found in <link href>. Get "https://fes.de/_assets/9cec337f7d9b8a112ff7bc4a21068e10/Icons/Favicons/apple-touch-icon.png?1775824733": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[WARNING]** Broken link: https://fes.de/_assets/9cec337f7d9b8a112ff7bc4a21068e10/I... — Found in <link href>. Get "https://fes.de/_assets/9cec337f7d9b8a112ff7bc4a21068e10/Icons/Favicons/site.webmanifest?1775824733": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/impressum — Found in <a href>. Get "https://fes.de/impressum": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/datenschutzhinweise — Found in <a href>. Get "https://fes.de/datenschutzhinweise": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/ — Found in <a href>. Get "https://fes.de/": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[WARNING]** Broken link: https://fes.de/_assets/9cec337f7d9b8a112ff7bc4a21068e10/I... — Found in <img src>. Get "https://fes.de/_assets/9cec337f7d9b8a112ff7bc4a21068e10/Icons/General/logo-fes.svg": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/leichte-sprache/informationen-zur-gebaerde... — Found in <a href>. Get "https://fes.de/leichte-sprache/informationen-zur-gebaerdensprache": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/leichte-sprache — Found in <a href>. Get "https://fes.de/leichte-sprache": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/en/ — Found in <a href>. Get "https://fes.de/en/": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/suche — Found in <a href>. Get "https://fes.de/suche": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/ueber-uns/ueber-die-friedrich-ebert-stiftung — Found in <a href>. Get "https://fes.de/ueber-uns/ueber-die-friedrich-ebert-stiftung": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/ueber-uns/ueber-die-friedrich-ebert-stiftu... — Found in <a href>. Get "https://fes.de/ueber-uns/ueber-die-friedrich-ebert-stiftung/unser-selbstverstaendnis": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/ueber-uns/ueber-die-friedrich-ebert-stiftu... — Found in <a href>. Get "https://fes.de/ueber-uns/ueber-die-friedrich-ebert-stiftung/organigramm-und-gremien": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/stiftung/politische-bildung-und-beratung — Found in <a href>. Get "https://fes.de/stiftung/politische-bildung-und-beratung": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/100-jahre — Found in <a href>. Get "https://fes.de/100-jahre": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/studienfoerderung — Found in <a href>. Get "https://fes.de/studienfoerderung": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/preise — Found in <a href>. Get "https://fes.de/preise": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/presse — Found in <a href>. Get "https://fes.de/presse": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/themenportal-wirtschaft-finanzen-oekologie... — Found in <a href>. Get "https://fes.de/themenportal-wirtschaft-finanzen-oekologie-soziales": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/themenportal-wirtschaft-finanzen-oekologie... — Found in <a href>. Get "https://fes.de/themenportal-wirtschaft-finanzen-oekologie-soziales/wirtschaft": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/themenportal-wirtschaft-finanzen-oekologie... — Found in <a href>. Get "https://fes.de/themenportal-wirtschaft-finanzen-oekologie-soziales/finanzen": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/themenportal-die-welt-gerecht-gestalten/kl... — Found in <a href>. Get "https://fes.de/themenportal-die-welt-gerecht-gestalten/klimawandel-energie-und-umwelt": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/themenportal-die-welt-gerecht-gestalten/we... — Found in <a href>. Get "https://fes.de/themenportal-die-welt-gerecht-gestalten/weltwirtschaft-und-unternehmensverantwortung": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/themenportal-die-welt-gerecht-gestalten/in... — Found in <a href>. Get "https://fes.de/themenportal-die-welt-gerecht-gestalten/internationale-gemeinschaft-und-zivilgesellschaft": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/politik-fuer-europa — Found in <a href>. Get "https://fes.de/politik-fuer-europa": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/politik-fuer-europa/demokratisches-europa — Found in <a href>. Get "https://fes.de/politik-fuer-europa/demokratisches-europa": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/politik-fuer-europa/souveraenes-europa — Found in <a href>. Get "https://fes.de/politik-fuer-europa/souveraenes-europa": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/politik-fuer-europa/wirtschafts-und-sozial... — Found in <a href>. Get "https://fes.de/politik-fuer-europa/wirtschafts-und-sozialpolitik-in-europa": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/themenportal-gewerkschaften-und-gute-arbeit — Found in <a href>. Get "https://fes.de/themenportal-gewerkschaften-und-gute-arbeit": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/themenportal-gewerkschaften-und-gute-arbei... — Found in <a href>. Get "https://fes.de/themenportal-gewerkschaften-und-gute-arbeit/gewerkschaften-national": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/themenportal-gewerkschaften-und-gute-arbei... — Found in <a href>. Get "https://fes.de/themenportal-gewerkschaften-und-gute-arbeit/gewerkschaften-international": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/themenportal-geschichte-kultur-medien-netz... — Found in <a href>. Get "https://fes.de/themenportal-geschichte-kultur-medien-netz/geschichte": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/themenportal-geschichte-kultur-medien-netz... — Found in <a href>. Get "https://fes.de/themenportal-geschichte-kultur-medien-netz/medien-und-netzpolitik": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/themenportal-gender-jugend — Found in <a href>. Get "https://fes.de/themenportal-gender-jugend": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/themenportal-gender-jugend/gender — Found in <a href>. Get "https://fes.de/themenportal-gender-jugend/gender": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/themenportal-gender-jugend/jugend — Found in <a href>. Get "https://fes.de/themenportal-gender-jugend/jugend": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/themenportal-flucht-migration-integration/... — Found in <a href>. Get "https://fes.de/themenportal-flucht-migration-integration/integrationspolitik": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/themenportal-bildung-arbeit-digitalisierun... — Found in <a href>. Get "https://fes.de/themenportal-bildung-arbeit-digitalisierung/digitalisierung": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://www.fes.de/digitales-lernen — Found in <a href>. Get "https://www.fes.de/digitales-lernen": all IPs failed for www.fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/themenportal-demokratie-engagement-rechtss... — Found in <a href>. Get "https://fes.de/themenportal-demokratie-engagement-rechtsstaat-kommunalpolitik": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/themenportal-demokratie-engagement-rechtss... — Found in <a href>. Get "https://fes.de/themenportal-demokratie-engagement-rechtsstaat-kommunalpolitik/demokratie": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/themenportal-demokratie-engagement-rechtss... — Found in <a href>. Get "https://fes.de/themenportal-demokratie-engagement-rechtsstaat-kommunalpolitik/engagement": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/themenportal-demokratie-engagement-rechtss... — Found in <a href>. Get "https://fes.de/themenportal-demokratie-engagement-rechtsstaat-kommunalpolitik/rechtsstaat": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/themenportal-demokratie-engagement-rechtss... — Found in <a href>. Get "https://fes.de/themenportal-demokratie-engagement-rechtsstaat-kommunalpolitik/kommunalpolitik": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/referat-demokratie-gesellschaft-und-innova... — Found in <a href>. Get "https://fes.de/referat-demokratie-gesellschaft-und-innovation/gegen-rechtsextremismus": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://www.fes.de/bibliothek — Found in <a href>. Get "https://www.fes.de/bibliothek": all IPs failed for www.fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/tag-der-progressiven-wirtschaftspolitik — Found in <a href>. Get "https://fes.de/tag-der-progressiven-wirtschaftspolitik": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[WARNING]** Broken link: https://www.fes.de/index.php?eID=dumpFile&t=p&p=1404206&t... — Found in <img src>. Get "https://www.fes.de/index.php?eID=dumpFile&t=p&p=1404206&token=0445f3fffae23757adffc5212050e5958271b97a": all IPs failed for www.fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/finanzpolitik/erben-verpflichtet-erbschaft... — Found in <a href>. Get "https://fes.de/finanzpolitik/erben-verpflichtet-erbschaftsteueruhr": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[WARNING]** Broken link: https://www.fes.de/index.php?eID=dumpFile&t=p&p=1402711&t... — Found in <img src>. Get "https://www.fes.de/index.php?eID=dumpFile&t=p&p=1402711&token=c08bf90b1eb901161d1d42f6eef51780420f0232": all IPs failed for www.fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://www.fes.de/themen/weltwirtschaft-und-unternehmens... — Found in <a href>. Get "https://www.fes.de/themen/weltwirtschaft-und-unternehmensverantwortung/steuergerechtigkeit-aber-richtig": all IPs failed for www.fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[WARNING]** Broken link: https://www.fes.de/index.php?eID=dumpFile&t=p&p=1383781&t... — Found in <img src>. Get "https://www.fes.de/index.php?eID=dumpFile&t=p&p=1383781&token=7a38d0e8fc4d2e9c9e2b8281092f7113929735a6": all IPs failed for www.fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/global-progressive-mobilisation-2026 — Found in <a href>. Get "https://fes.de/global-progressive-mobilisation-2026": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[WARNING]** Broken link: https://www.fes.de/index.php?eID=dumpFile&t=p&p=1402500&t... — Found in <img src>. Get "https://www.fes.de/index.php?eID=dumpFile&t=p&p=1402500&token=97ff76c7bce9de3db5ac72d0213e334b1ba488f3": all IPs failed for www.fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/veranstaltungen/veranstaltungsdetail/286964 — Found in <a href>. Get "https://fes.de/veranstaltungen/veranstaltungsdetail/286964": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://fes.de/veranstaltungen/veranstaltungsdetail/287518 — Found in <a href>. Get "https://fes.de/veranstaltungen/veranstaltungsdetail/287518": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://www.fes.de/vergebene-auftraege — Found in <a href>. Get "https://www.fes.de/vergebene-auftraege": all IPs failed for www.fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://www.fes.de/sitemap — Found in <a href>. Get "https://www.fes.de/sitemap": all IPs failed for www.fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://www.fes.de/hinweise — Found in <a href>. Get "https://www.fes.de/hinweise": all IPs failed for www.fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://www.fes.de/barriere-melden — Found in <a href>. Get "https://www.fes.de/barriere-melden": all IPs failed for www.fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://www.fes.de/kontakt — Found in <a href>. Get "https://www.fes.de/kontakt": all IPs failed for www.fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[CRITICAL]** Broken link: https://www.fes.de/studienfoerderung — Found in <a href>. Get "https://www.fes.de/studienfoerderung": all IPs failed for www.fes.de: dial tcp 195.243.222.30:443: connect: connection refused
- **[WARNING]** Broken link: https://fes.de/_assets/e8c90b9983c1cf95dcc0174e76f0c198/J... — Found in <script src>. Get "https://fes.de/_assets/e8c90b9983c1cf95dcc0174e76f0c198/JavaScript/cookie_consent.js?1771504436": all IPs failed for fes.de: dial tcp 195.243.222.30:443: connect: connection refused

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

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

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

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

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

- **[INFO]** og:title is short (24 characters) — Ideal length is 25–60 characters for social sharing previews.
- **[INFO]** og:description is short (44 characters) — Ideal length is 55–200 characters for social sharing previews.
- **[INFO]** Missing og:url — The og:url tag specifies the canonical URL for the shared content.
- **[INFO]** Missing og:type — The og:type tag helps social platforms categorize the content.
- **[INFO]** Missing og:site_name — The og:site_name tag displays the website name in social previews.

### Structured Data (B — 85/100)

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

- **[WARNING]** Missing or invalid @context in block #1 — The @context should be "https://schema.org" for search engines to recognize the data.
- **[PASS]** Custom type "WebPage" — unable to validate specific properties

---

## 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]** 3 nameserver(s) configured
- **[PASS]** 1 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: 58 ms

### Redirect Chain (B — 70/100)

*1 redirect(s), 2434 ms total*

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

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

*No IPv6 support*

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

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

*robots.txt present, sitemap with 17 URLs*

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

### URL Variants (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)

*fes.de — hosted on DTAG Internet service provider operations, DE*

- **[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: DTAG Internet service provider operations, DE

---

## Compliance

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

*No testable criteria*


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

*privacy policy found*

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

### Language & i18n (B — 70/100)

*Lang attribute present*

- **[PASS]** <html lang> attribute is present
- **[WARNING]** <html lang> value may be invalid — Use a valid BCP 47 language tag (e.g. 'en', 'fr', 'de-DE').
- **[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 (A+ — 95/100)

*2 trackers detected*

- **[INFO]** 2 third-party trackers detected — Found 2 analytics, 0 advertising, 0 marketing, 0 tag manager trackers.

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

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

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

---

## Legal

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

*1 of 7 expected legal pages detected*

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

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

*No copyright notice detected*

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

### Regulatory Indicators

*2 regulatory indicator(s) detected*

- **[INFO]** This is a technical scan, not a legal assessment — BeaverCheck detects technical indicators that may suggest regulatory relevance. This is not a compliance audit and should not be relied upon for legal decisions. Consult qualified legal counsel for compliance assessments.
- **[INFO]** GDPR indicators detected (strong confidence) — Indicators suggesting GDPR may be relevant: European TLD detected: .de; Privacy policy page found. EU General Data Protection Regulation — governs collection and processing of personal data of EU residents.
- **[INFO]** HIPAA indicators detected (weak confidence) — Indicators suggesting HIPAA may be relevant: Text mentions: phi. Health Insurance Portability and Accountability Act — protects sensitive patient health information.

### Third-Party Data Sharing

*0 third-party service(s) detected*

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

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

*0 compliance badge(s) detected*

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

---

## Availability

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

*No CDN detected*

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

### HTTP Caching (F — 30/100)

*No cache headers*

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

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

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

- **[INFO]** HTTP/3 (QUIC) not advertised — HTTP/3 eliminates head-of-line blocking. If your CDN supports it, consider enabling it.
- **[WARNING]** Missing Strict-Transport-Security header — HSTS tells browsers to only use HTTPS, preventing SSL stripping attacks.
- **[PASS]** TLS 1.3 in use (fastest handshake, 1-RTT)

---

## Accessibility

### Landmark Structure (A — 85/100)

*14 landmarks*

- **[PASS]** <main> landmark present
- **[PASS]** 6 <nav> landmark(s) found
- **[PASS]** All <nav> elements are properly labeled
- **[WARNING]** Skip navigation link is missing (WCAG 2.4.1) — Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.

### Heading Hierarchy (A+ — 100/100)

*18 headings*

- **[PASS]** Single H1 present

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

*All 9 images OK*

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

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

*1 of 8 controls have issues*

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

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

*226 links, 16 buttons — all OK*

- **[WARNING]** 13 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[PASS]** 213 link(s) with descriptive text

---

## UX

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

*Could not test*

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

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

*7 icon(s) detected*

- **[WARNING]** No favicon.ico at site root — Some older browsers, bookmark tools, and RSS readers look for /favicon.ico. Add one as a fallback.
- **[PASS]** HTML icon links detected
- **[PASS]** Apple touch icon present
- **[PASS]** SVG favicon detected — scales perfectly to any size
- **[PASS]** Multiple icon sizes detected

### Web Manifest (B — 80/100)

*Valid manifest*

- **[PASS]** Name present: Friedrich-Ebert-Stiftung
- **[PASS]** 192x192 icon present
- **[PASS]** 512x512 icon present
- **[PASS]** Display mode: standalone

### Dark Mode Support (D — 40/100)

*No dark mode signals*

- **[INFO]** No dark mode signals detected — Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
- **[INFO]** Detection limited to meta tags and inline styles — External CSS files may contain prefers-color-scheme rules not visible to this scan.

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

*No print styles*

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

### Navigation UX (F — 20/100)

*No navigation patterns*

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

*Title: 24 chars*

- **[PASS]** Page title is set
- **[WARNING]** Title is only 24 characters — consider expanding
- **[INFO]** Title and H1 have very different wording — Alignment helps users confirm they've reached the right page.

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

*1114 words, Very Difficult*

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

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

*185 internal, 41 external*

- **[PASS]** 185 internal links (82%)
- **[PASS]** 100% of links use descriptive anchor text
- **[INFO]** Page has 226 links — consider reducing
- **[INFO]** 185 internal / 41 external links

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

*9 images, 5 descriptive filenames*

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

### Hreflang

*0 hreflang tags*


---

## Sustainability

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

*0.31g CO2 per view*

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

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

*Unknown*

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

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

*97% cached*

- **[PASS]** 97% reduction on repeat visits — Returning visitors download only 37 KB (vs 1122 KB first visit). 31 of 32 resources are served from browser cache, saving 0.30g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.01g CO2 (first visit: 0.31g)

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

*21th percentile*

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

### Transfer Efficiency (A+ — 100/100)

*92% efficient*

- **[PASS]** Transfer efficiency: 92% — Only 86 KB of potential savings identified. Your page is well-optimized for size.

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/bf754374-03dd-47dd-8021-24d4def69e69*
