# BeaverCheck Audit Report — https://cepr.org

**Date:** April 22, 2026  
**URL:** https://cepr.org  
**Overall Grade:** B (80/100)  
**Report:** https://beavercheck.com/results/2c9550a1-74e6-44ce-8620-bc09e56d2480

## Top Findings

1. **[CRITICAL]** 'unsafe-inline' found in script source — Security > Content Security Policy
2. **[CRITICAL]** 1 control(s) without accessible label — Accessibility > Form Accessibility
3. **[CRITICAL]** 1 link(s) with no accessible text — Accessibility > Link & Button Quality
4. **[CRITICAL]** 12 button(s) with no accessible text — Accessibility > Link & Button Quality
5. **[CRITICAL]** 3 image-only link(s) without alt text — Accessibility > Link & Button Quality

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 47 |
| Accessibility | 92 |
| Best Practices | 77 |
| SEO | 92 |

---

## Security

### Security Headers (C — 65/100)

*6 of 10 headers properly configured*

- **[WARNING]** HSTS max-age is too short (1000s, should be ≥ 31536000s) — A short max-age leaves a window for downgrade attacks. Set max-age to at least 31536000 (1 year).
- **[PASS]** X-Content-Type-Options is properly configured
- **[PASS]** X-Frame-Options is properly configured
- **[PASS]** Referrer-Policy is properly configured
- **[WARNING]** Permissions-Policy header is missing — Controls which browser features (camera, microphone, geolocation) are allowed. Set it to restrict unused features.
- **[PASS]** Content-Security-Policy is present
- **[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 (C — 60/100)

*5 of 11 CSP checks passed*

- **[INFO]** Raw CSP policy
- **[PASS]** default-src directive is set
- **[CRITICAL]** 'unsafe-inline' found in script source — 'unsafe-inline' allows inline <script> tags, defeating CSP against XSS. Remove it and use nonces or hashes instead.
- **[PASS]** No 'unsafe-eval' in script source
- **[PASS]** No wildcard in script source
- **[PASS]** object-src is set to 'none'
- **[PASS]** base-uri is properly restricted
- **[WARNING]** frame-ancestors directive is missing — frame-ancestors controls who can embed your page, preventing clickjacking. Set it to 'self' or 'none'.
- **[WARNING]** form-action directive is missing — form-action restricts where forms can submit data, preventing form hijacking.
- **[INFO]** upgrade-insecure-requests is not set — This directive upgrades HTTP resources to HTTPS automatically, preventing mixed content.
- **[INFO]** Content-Security-Policy-Report-Only is also set — A report-only policy is active alongside the enforcing policy for monitoring.

### 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 83 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 9 external resources have SRI*

- **[WARNING]** External link from use.typekit.net 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 cdnjs.cloudflare.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.
- **[WARNING]** External script from www.bugherd.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.
- **[WARNING]** External script from analytics.ahrefs.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdnjs.cloudflare.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdnjs.cloudflare.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 (A+ — 100/100)

*DMARC: reject*

- **[PASS]** DMARC policy is reject — strongest protection

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

*1.2 MB transferred, 60 requests*

- **[PASS]** Page weighs 2.7 MB (1.2 MB transferred)
- **[INFO]** 60 HTTP requests
- **[INFO]** Estimated 0.24 g CO2 per page load

### Third-Party Impact (A — 85/100)

*34% third-party, 0 ms blocking*

- **[INFO]** Third-party code accounts for 34% of page weight (405.4 KiB of 1.2 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)

*27 images, 0 KB saveable*

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

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

*3374ms total JS execution*

- **[WARNING]** https://cepr.org/: 717ms CPU time
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-78MF...: 559ms CPU time
- **[WARNING]** Unattributable: 519ms CPU time
- **[WARNING]** https://cepr.org/sites/default/files/js/js_zkhgQK5...: 471ms CPU time
- **[WARNING]** https://cepr.org/cdn-cgi/challenge-platform/script...: 440ms CPU time
- **[INFO]** Third-party scripts: 1401ms (42% of total)

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

*4 fonts (78 KB)*

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

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

*12 scripts, 208 KB unused*

- **[WARNING]** https://www.googletagmanager.com/gtm.js?id=GTM-PHC...: 70 KB unused (51%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-78MF...: 65 KB unused (42%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://cepr.org/sites/default/files/js/js_C_RsM-H...: 37 KB unused (74%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://cepr.org/sites/default/files/js/js_AT43IVq...: 36 KB unused (72%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 208 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 (B — 80/100)

*60 resources · 1.2 MB · 208 KB savings available*

- **[WARNING]** Page weight 167 KB over 1MB target
- **[INFO]** ~208 KB of savings available
- **[INFO]** 21 third-party resources (34% 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*


---

## Content Quality

### Links (F — 40/100)

*194 links checked, 149 healthy, 45 broken*

- **[CRITICAL]** 149 of 194 links are healthy
- **[CRITICAL]** Broken link: https://cepr.org/events/open-calls-papers — Found in <a href>. Get "https://cepr.org/events/open-calls-papers": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/events/forthcoming-events — Found in <a href>. Get "https://cepr.org/events/forthcoming-events": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/europe-asia-initiative — Found in <a href>. Get "https://cepr.org/europe-asia-initiative": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/voxeu/trump-and-tariffs — Found in <a href>. Get "https://cepr.org/voxeu/trump-and-tariffs": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/cepr-offices — Found in <a href>. Get "https://cepr.org/cepr-offices": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/moLogin — Found in <a href>. Returns HTTP 400.
- **[CRITICAL]** Broken link: https://cepr.org/publications/books-and-reports/paris-rep... — Found in <a href>. Get "https://cepr.org/publications/books-and-reports/paris-report-4-new-global-imbalances": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/about/people/beatrice-weder-di-mauro — Found in <a href>. Get "https://cepr.org/about/people/beatrice-weder-di-mauro": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/about/people/jeromin-zettelmeyer — Found in <a href>. Get "https://cepr.org/about/people/jeromin-zettelmeyer": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/chapters/new-global-imbalances-why-care-... — Found in <a href>. Get "https://cepr.org/chapters/new-global-imbalances-why-care-why-now-and-what-can-be-done": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/chapters/global-imbalances-current-state... — Found in <a href>. Get "https://cepr.org/chapters/global-imbalances-current-state-and-scenarios-path-ahead": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/chapters/historical-perspectives — Found in <a href>. Get "https://cepr.org/chapters/historical-perspectives": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/chapters/global-imbalances-redux — Found in <a href>. Get "https://cepr.org/chapters/global-imbalances-redux": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/chapters/global-imbalances-then-and-now-... — Found in <a href>. Get "https://cepr.org/chapters/global-imbalances-then-and-now-should-we-be-concerned": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/chapters/global-imbalances-progress-report — Found in <a href>. Get "https://cepr.org/chapters/global-imbalances-progress-report": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/chapters/institutional-and-governance-pe... — Found in <a href>. Get "https://cepr.org/chapters/institutional-and-governance-perspective-understanding-external-imbalances": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/chapters/return-global-imbalances-us-case — Found in <a href>. Get "https://cepr.org/chapters/return-global-imbalances-us-case": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/chapters/stablecoins-and-global-imbalanc... — Found in <a href>. Get "https://cepr.org/chapters/stablecoins-and-global-imbalances-attempting-preserve-us-exorbitant-privilege": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/chapters/rebalancing-chinese-economy-cha... — Found in <a href>. Get "https://cepr.org/chapters/rebalancing-chinese-economy-challenges-and-policy-options": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/chapters/chinese-current-account-imbalan... — Found in <a href>. Get "https://cepr.org/chapters/chinese-current-account-imbalances-puzzles-patterns-and-possible-causes-0": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/chapters/global-imbalances-industrial-po... — Found in <a href>. Get "https://cepr.org/chapters/global-imbalances-industrial-policies-and-challenge-surging-chinese-trade-surpluses": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/chapters/european-unions-external-imbala... — Found in <a href>. Get "https://cepr.org/chapters/european-unions-external-imbalances-past-future-and-policy": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/chapters/reconciling-domestic-goals-glob... — Found in <a href>. Get "https://cepr.org/chapters/reconciling-domestic-goals-global-adjustment-challenges-indian-economic-management": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/publications/policy-insight-148-new-glob... — Found in <a href>. Get "https://cepr.org/publications/policy-insight-148-new-global-imbalances-why-care-why-now-and-what-should-be-done": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/voxeu/columns/why-global-imbalances-matt... — Found in <a href>. Get "https://cepr.org/voxeu/columns/why-global-imbalances-matter-again-and-what-do-about-them": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/themes/global-economy — Found in <a href>. Get "https://cepr.org/themes/global-economy": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/multimedia/global-imbalances-redux — Found in <a href>. Get "https://cepr.org/multimedia/global-imbalances-redux": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/about/people/maurice-obstfeld — Found in <a href>. Get "https://cepr.org/about/people/maurice-obstfeld": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/themes/global-crisis — Found in <a href>. Get "https://cepr.org/themes/global-crisis": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/themes/trade — Found in <a href>. Get "https://cepr.org/themes/trade": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/multimedia/stablecoins-and-global-imbala... — Found in <a href>. Get "https://cepr.org/multimedia/stablecoins-and-global-imbalances": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/about/people/gilles-moec — Found in <a href>. Get "https://cepr.org/about/people/gilles-moec": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/themes/financial-markets — Found in <a href>. Get "https://cepr.org/themes/financial-markets": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/multimedia/rebalancing-chinese-economy — Found in <a href>. Get "https://cepr.org/multimedia/rebalancing-chinese-economy": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/about/people/yiping-huang — Found in <a href>. Get "https://cepr.org/about/people/yiping-huang": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/voxeu/columns/mobile-seniors-and-local-e... — Found in <a href>. Get "https://cepr.org/voxeu/columns/mobile-seniors-and-local-economic-development": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/about/people/marco-badilla-maroto — Found in <a href>. Get "https://cepr.org/about/people/marco-badilla-maroto": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/about/people/benjamin-faber — Found in <a href>. Get "https://cepr.org/about/people/benjamin-faber": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/about/people/antoine-levy — Found in <a href>. Get "https://cepr.org/about/people/antoine-levy": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/about/people/mathilde-munoz — Found in <a href>. Get "https://cepr.org/about/people/mathilde-munoz": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/voxeu/columns/central-bank-independence-... — Found in <a href>. Get "https://cepr.org/voxeu/columns/central-bank-independence-update": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/about/people/sylvester-eijffinger — Found in <a href>. Get "https://cepr.org/about/people/sylvester-eijffinger": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/about/people/jakob-de-haan — Found in <a href>. Get "https://cepr.org/about/people/jakob-de-haan": context deadline exceeded
- **[CRITICAL]** Broken link: https://cepr.org/about/people/lionel-fontagne — Found in <a href>. Get "https://cepr.org/about/people/lionel-fontagne": context deadline exceeded
- **[CRITICAL]** Broken link: https://docs.google.com/forms/d/e/1FAIpQLSdWr97P2KJbodVRF... — Found in <a href>. Returns HTTP 401.

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

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

---

## Infrastructure

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

*3 A records, 8 ms lookup*

- **[PASS]** Resolves to 3 IPv4 address(es)
- **[PASS]** Has 3 IPv6 (AAAA) record(s)
- **[PASS]** 2 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: 8 ms

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

*No redirects — direct access*

- **[PASS]** No redirects — direct access

### IPv6 Readiness (A+ — 100/100)

*IPv6 reachable (1 ms)*

- **[PASS]** IPv6 is configured and reachable at 2606:4700:20::681a:95, 2606:4700:20::ac43:44b9, 2606:4700:20::681a:195

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

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

- **[PASS]** www/non-www redirect configured correctly (preferred: non-www)
- **[CRITICAL]** HTTP version does not redirect to HTTPS

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

*cepr.org — via Domeneshop AS dba domainnameshop.com, 30 years, 7 months old*

- **[PASS]** Domain registered until Feb 25, 2027 (10 months remaining)
- **[INFO]** DNSSEC is not enabled — DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.
- **[PASS]** Registrar: Domeneshop AS dba domainnameshop.com
- **[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.

---

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

*Lang attribute + Content-Language header*

- **[PASS]** <html lang> attribute is present
- **[PASS]** <html lang> value is valid
- **[PASS]** Content-Language header is set
- **[PASS]** Language signals are consistent

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

*5 trackers detected*

- **[INFO]** 5 third-party trackers detected — Found 3 analytics, 0 advertising, 1 marketing, 1 tag manager trackers.
- **[WARNING]** Trackers detected but no cookie policy found — This page loads 5 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 · 5 trackers · 0 pre-consent*

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

---

## Legal

### Legal Page Ecosystem (D — 50/100)

*2 of 7 expected legal pages detected*

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

### Copyright Notice (A+ — 100/100)

*Copyright 2026 CEPR / designbysoapbox*

- **[PASS]** Copyright notice is up to date — Copyright notice is up to date: Copyright 2026 CEPR / designbysoapbox
- **[PASS]** Copyright holder: CEPR / designbysoapbox

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

### Third-Party Data Sharing

*3 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]** 3 third-party services across 3 categories — 3 third-party services detected across 3 categories: Analytics (1), Tag Management (1), CDN (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.
- **[INFO]** Google Tag Manager (Tag Management) — Detected via script URL. Typically collects: Orchestrates other tracking scripts, Page views. Privacy policy: https://policies.google.com/privacy. Data Processing Agreement available.
- **[INFO]** Cloudflare (CDN) — Detected via script URL. Typically collects: IP address (transient), Request metadata. Privacy policy: https://www.cloudflare.com/privacypolicy/. 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 (A — 85/100)

*Cloudflare (DYNAMIC)*

- **[PASS]** Site is served via Cloudflare CDN (edge: AMS)
- **[INFO]** CDN cache status: DYNAMIC

### HTTP Caching (A+ — 95/100)

*max-age=3600 (1 hour)*

- **[PASS]** Cache-Control header is set
- **[PASS]** Effective TTL: 1 hour (max-age=3600)
- **[PASS]** Last-Modified header present

### Transport Security (A — 85/100)

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

- **[PASS]** HTTP/3 (QUIC) supported — The server advertises HTTP/3 via Alt-Svc for faster connections on mobile networks.
- **[WARNING]** HSTS max-age is short: 0 days — HSTS max-age should be at least 1 year (31536000 seconds).
- **[PASS]** TLS 1.3 in use (fastest handshake, 1-RTT)

---

## Accessibility

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

*15 landmarks*

- **[PASS]** <main> landmark present
- **[PASS]** 8 <nav> landmark(s) found
- **[WARNING]** 1 of 8 <nav> elements are unlabeled — Multiple navigations need aria-label to distinguish them for screen readers.
- **[PASS]** Skip navigation link present
- **[PASS]** Search landmark present

### Heading Hierarchy (C — 60/100)

*47 headings, 1 skip(s)*

- **[CRITICAL]** No H1 heading found — Every page should have one H1 that describes the page content.
- **[WARNING]** Heading level skipped: H3 → H6 (missing H4) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.

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

*All 28 images OK*

- **[INFO]** 1 image(s) with alt text over 125 characters
- **[PASS]** 6 decorative image(s) correctly marked
- **[PASS]** 21 image(s) with good alt text

### Form Accessibility (C — 69/100)

*3 of 3 controls have issues*

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

### Link & Button Quality (D — 44/100)

*13 issue(s) across 300 links and 23 buttons*

- **[CRITICAL]** 1 link(s) with no accessible text — Links without text are announced as raw URLs by screen readers.
- **[CRITICAL]** 3 image-only link(s) without alt text — Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
- **[WARNING]** 2 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[CRITICAL]** 12 button(s) with no accessible text — Icon-only buttons need an aria-label so screen readers can announce them.
- **[PASS]** 294 link(s) with descriptive text

---

## UX

### 404 Error Page (A — 90/100)

*HTTP 404, custom page*

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

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

*5 icon(s) detected*

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

### Web Manifest (C — 60/100)

*Valid manifest*

- **[WARNING]** No name or short_name — Add a name field to identify the app.
- **[PASS]** 192x192 icon present
- **[PASS]** 512x512 icon present
- **[PASS]** Display mode: standalone

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

*2 navigation pattern(s)*

- **[PASS]** Search functionality detected
- **[PASS]** Skip navigation link detected
- **[PASS]** 8 navigation landmark(s) detected
- **[PASS]** Hamburger menu detected (responsive design)

---

## SEO

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

*Properly configured*

- **[PASS]** Canonical tag present
- **[PASS]** Canonical is self-referencing
- **[PASS]** Canonical matches final URL after redirects
- **[PASS]** Canonical target returns 200

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

*Title: 11 chars*

- **[PASS]** Page title is set
- **[WARNING]** Title is only 11 characters — consider expanding

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

*1150 words, Very Difficult*

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

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

*277 internal, 23 external*

- **[PASS]** 277 internal links (92%)
- **[PASS]** 100% of links use descriptive anchor text
- **[INFO]** Page has 300 links — consider reducing
- **[INFO]** 277 internal / 23 external links

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

*28 images, 28 descriptive filenames*

- **[PASS]** All images have descriptive filenames

### Hreflang

*0 hreflang tags*


---

## Sustainability

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

*0.28g CO2 per view*

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

### Green Hosting (A+ — 100/100)

*Green (both)*

- **[PASS]** Both hosting and CDN use renewable energy
- **[INFO]** Cloudflare: Verified by the Green Web Foundation
- **[INFO]** Cloudflare: 100% renewable energy for global network since 2019
- **[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 26 KB (vs 1191 KB first visit). 58 of 60 resources are served from browser cache, saving 0.27g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.01g CO2 (first visit: 0.28g)

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

*17th percentile*

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

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

*83% efficient*

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

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/2c9550a1-74e6-44ce-8620-bc09e56d2480*
