# BeaverCheck Audit Report — https://usercentrics.com

**Date:** April 22, 2026  
**URL:** https://usercentrics.com  
**Overall Grade:** B (80/100)  
**Report:** https://beavercheck.com/results/994d8248-5e1f-4e82-ae76-37b9fd6d2c45

## Top Findings

1. **[CRITICAL]** 'unsafe-eval' found in script source — Security > Content Security Policy
2. **[CRITICAL]** 'unsafe-inline' found in script source — Security > Content Security Policy
3. **[WARNING]** 26 third-party resources (53% of weight) — Performance > Page Weight Inventory
4. **[WARNING]** Cookie '__cf_bm' has no SameSite attribute — Security > Cookie Security
5. **[WARNING]** Cross-Origin-Embedder-Policy header is missing — Security > Security Headers

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 51 |
| Accessibility | 96 |
| Best Practices | 100 |
| SEO | 85 |

---

## Security

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

*8 of 10 headers properly configured*

- **[PASS]** Strict-Transport-Security is properly configured
- **[PASS]** X-Content-Type-Options is properly configured
- **[PASS]** X-Frame-Options is properly configured
- **[PASS]** Referrer-Policy is properly configured
- **[PASS]** Permissions-Policy is set
- **[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 (F — 35/100)

*3 of 10 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.
- **[CRITICAL]** 'unsafe-eval' found in script source — 'unsafe-eval' allows eval() and similar functions, enabling code injection. Remove it.
- **[PASS]** No wildcard in script source
- **[PASS]** object-src falls back to default-src
- **[WARNING]** base-uri directive is missing — Without base-uri, attackers can inject a <base> tag to hijack relative URLs. Set it to 'self' or 'none'.
- **[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.

### 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 86 days)
- **[PASS]** Certificate chain has 3 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 1 domain(s)
- **[PASS]** Certificate is issued by a trusted CA

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

*1 cookies analyzed, 2 checks passed*

- **[PASS]** Cookie '__cf_bm' has the Secure flag
- **[PASS]** Cookie '__cf_bm' has the HttpOnly flag
- **[WARNING]** Cookie '__cf_bm' has no SameSite attribute — Without an explicit SameSite attribute, browser default behavior varies. Set SameSite=Lax or Strict.

---

## Advanced Security

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

*0 of 2 external resources have SRI*

- **[WARNING]** External script from web.cmp.usercentrics.eu lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from web.cmp.usercentrics.eu lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.

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

*No known vulnerabilities*

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

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

*No exposures*

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

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

*DMARC: reject*

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

### Permissions-Policy (C — 60/100)

*18 directives, 0 missing*

- **[INFO]** accelerometer=(self)
- **[INFO]** autoplay=(self "https://www.youtube.com")
- **[INFO]** camera=(self)
- **[INFO]** display-capture=(self)
- **[INFO]** encrypted-media=(self)
- **[INFO]** fullscreen=(self "https://www.youtube.com" "https://app.storylane.io")
- **[INFO]** geolocation=(self)
- **[INFO]** gyroscope=(self)
- **[INFO]** magnetometer=(self)
- **[INFO]** microphone=(self)
- **[INFO]** midi=(self)
- **[INFO]** payment=(self)
- **[INFO]** picture-in-picture=(self "https://www.youtube.com")
- **[INFO]** publickey-credentials-get=(self)
- **[INFO]** sync-xhr=(self)
- **[INFO]** usb=(self)
- **[INFO]** screen-wake-lock=(self)
- **[INFO]** xr-spatial-tracking=(self)

### CORS Configuration (B — 80/100)

*No CORS headers*

- **[PASS]** No CORS headers present — secure default

---

## Performance

### Page Weight Budget (B — 70/100)

*1.5 MB transferred, 99 requests*

- **[INFO]** Page weighs 4.7 MB (1.5 MB transferred)
- **[WARNING]** JavaScript is 926 KB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[INFO]** Fonts are 253 KB — consider subsetting or using system fonts — Subset fonts to include only used characters, or switch to system font stacks.
- **[INFO]** 99 HTTP requests
- **[INFO]** Estimated 0.32 g CO2 per page load

### Third-Party Impact (B — 70/100)

*53% third-party, 0 ms blocking*

- **[WARNING]** Third-party code accounts for 53% of page weight (827.3 KiB of 1.5 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)

*41 images, 0 KB saveable*

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

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

*5313ms total JS execution*

- **[WARNING]** https://usercentrics.com/: 2798ms CPU time
- **[WARNING]** Unattributable: 781ms CPU time
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-2QB4...: 477ms CPU time
- **[WARNING]** https://www.googletagmanager.com/gtm.js?id=GTM-K4K...: 362ms CPU time
- **[INFO]** https://www.googletagmanager.com/gtag/js?id=G-638W...: 248ms CPU time
- **[INFO]** Third-party scripts: 2269ms (43% of total)

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

*5 fonts (253 KB)*

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

### JS Bundles (D — 40/100)

*34 scripts, 357 KB unused*

- **[WARNING]** https://www.googletagmanager.com/gtm.js?id=GTM-K4K...: 71 KB unused (42%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-6L12...: 65 KB unused (41%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-2QB4...: 65 KB unused (37%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://usercentrics.com/wp-content/themes/usercen...: 61 KB unused (64%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-638W...: 58 KB unused (37%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 357 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)

*7 hints, 0 missing preconnects*

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

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

*99 resources · 1.5 MB · 357 KB savings available*

- **[WARNING]** Page weight 539 KB over 1MB target
- **[INFO]** ~357 KB of savings available
- **[WARNING]** 26 third-party resources (53% 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 — 55/100)

*200 links checked, 191 healthy, 9 broken*

- **[CRITICAL]** 191 of 200 links are healthy
- **[WARNING]** Broken link: https://www.googletagmanager.com — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://usercentrics.com/xmlrpc.php?rsd — Found in <link href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://usercentrics.com/server-side-tracking-solution/ — Found in <a href>. Get "https://usercentrics.com/server-side-tracking-solution/": context deadline exceeded
- **[CRITICAL]** Broken link: https://usercentrics.com/usercentrics-cmp-and-amazon-cons... — Found in <a href>. Get "https://usercentrics.com/usercentrics-cmp-and-amazon-consent-signal/": context deadline exceeded
- **[CRITICAL]** Broken link: https://usercentrics.com/pricing/ — Found in <a href>. Get "https://usercentrics.com/pricing/": context deadline exceeded
- **[CRITICAL]** Broken link: https://usercentrics.com/magazine/ — Found in <a href>. Get "https://usercentrics.com/magazine/": context deadline exceeded
- **[CRITICAL]** Broken link: https://usercentrics.com/privacy-led-marketing-show/ — Found in <a href>. Get "https://usercentrics.com/privacy-led-marketing-show/": context deadline exceeded
- **[CRITICAL]** Broken link: https://usercentrics.com/privacy-led-marketing/ — Found in <a href>. Get "https://usercentrics.com/privacy-led-marketing/": context deadline exceeded
- **[CRITICAL]** Broken link: https://usercentrics.com/resources/ — Found in <a href>. Get "https://usercentrics.com/resources/": context deadline exceeded

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

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

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

### Open Graph (A — 90/100)

*Open Graph tags are well configured for social sharing.*

- **[CRITICAL]** og:image is not reachable — The og:image URL could not be fetched. Social platforms won't be able to display it.

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

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

- **[PASS]** Custom type "VideoObject" — unable to validate specific properties
- **[PASS]** Custom type "WebPage" — unable to validate specific properties
- **[PASS]** 2 JSON-LD blocks found

---

## Infrastructure

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

*2 A records, 160 ms lookup*

- **[PASS]** Resolves to 2 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: 160 ms

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

*No redirects — direct access*

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

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

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

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

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

- **[PASS]** www/non-www redirect configured correctly (preferred: non-www)
- **[PASS]** HTTP correctly 301-redirects to HTTPS

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

*usercentrics.com — via IONOS SE, 12 years, 10 months old, hosted on Cloudflare*

- **[PASS]** Domain registered until Aug 5, 2026 (3 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: IONOS SE
- **[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: Cloudflare

---

## 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
- **[PASS]** 1 cookie(s) set on initial load (functional)
- **[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 (A+ — 95/100)

*3 trackers detected*

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

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

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

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

---

## Legal

### Legal Page Ecosystem (C — 65/100)

*3 of 7 expected legal pages detected*

- **[PASS]** Privacy Policy detected — Found at https://usercentrics.com/privacy-policy-generator/.
- **[PASS]** Terms of Service detected — Found at https://usercentrics.com/terms-and-conditions/.
- **[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.
- **[PASS]** Accessibility Statement detected — Found at https://usercentrics.com/accessibility-statement-wcag-compliance/.
- **[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 Usercentrics GmbH Terms & Conditions Terms & …*

- **[PASS]** Copyright notice is up to date — Copyright notice is up to date: Copyright 2026 Usercentrics GmbH Terms & Conditions Terms & Condi
- **[PASS]** Copyright holder: Usercentrics GmbH Terms & Conditions Terms & Condi

### Regulatory Indicators

*3 regulatory indicator(s) detected*

- **[INFO]** This is a technical scan, not a legal assessment — BeaverCheck detects technical indicators that may suggest regulatory relevance. This is not a compliance audit and should not be relied upon for legal decisions. Consult qualified legal counsel for compliance assessments.
- **[INFO]** GDPR indicators detected (strong confidence) — Indicators suggesting GDPR may be relevant: European TLD detected: .eu; Text mentions: gdpr; Privacy policy page found. EU General Data Protection Regulation — governs collection and processing of personal data of EU residents.
- **[INFO]** CCPA indicators detected (strong confidence) — Indicators suggesting CCPA may be relevant: Text mentions: ccpa; Link URL pattern: https://usercentrics.com/ccpa/. California Consumer Privacy Act — gives California residents rights over their personal data.
- **[INFO]** ADA indicators detected (moderate confidence) — Indicators suggesting ADA may be relevant: Accessibility statement page found. Americans with Disabilities Act / Section 508 — requires digital accessibility for people with disabilities.

### Third-Party Data Sharing

*1 third-party service(s) detected*

- **[INFO]** Data inventory for transparency purposes — This inventory identifies third-party services that receive data from your site visitors. Under regulations like GDPR (Article 30), maintaining records of data processing activities is commonly considered a best practice. This automated scan provides a starting point — it may not capture all data flows.
- **[INFO]** 1 third-party services across 1 categories — 1 third-party services detected across 1 categories: CDN (1). Each of these services receives some user data from your site visitors.
- **[INFO]** Cloudflare (CDN) — Detected via cookie name. Typically collects: IP address (transient), Request metadata. Privacy policy: https://www.cloudflare.com/privacypolicy/. Data Processing Agreement available.

### Compliance Badges (A — 90/100)

*3 compliance badge(s) detected*

- **[PASS]** SOC 2 badge detected — Found via image alt text: 'soc 2 type 2 compliant'. Note: the presence of a badge does not verify the certification is current or valid.
- **[PASS]** HIPAA Compliant badge detected — Found via image alt text: 'hipaa compliant'. Note: the presence of a badge does not verify the certification is current or valid.
- **[PASS]** TRUSTe / TrustArc badge detected — Found via body text: 'truste'. Note: the presence of a badge does not verify the certification is current or valid.

---

## Availability

### CDN & Delivery (A — 85/100)

*Cloudflare (DYNAMIC)*

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

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

*max-age=43200 (12 hours)*

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

### Transport Security (A+ — 100/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.
- **[PASS]** HSTS enabled (includeSubDomains, preload)
- **[PASS]** HSTS preload enabled
- **[PASS]** TLS 1.3 in use (fastest handshake, 1-RTT)

---

## Accessibility

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

*11 landmarks*

- **[PASS]** <main> landmark present
- **[PASS]** 2 <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 — 85/100)

*15 headings, 1 skip(s)*

- **[PASS]** Single H1 present
- **[WARNING]** Heading level skipped: H1 → H3 (missing H2) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.

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

*All 189 images OK*

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

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

*All 4 controls labeled*

- **[PASS]** 4 control(s) properly labeled

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

*7 issue(s) across 230 links and 15 buttons*

- **[WARNING]** 7 link(s) with generic text — Generic link text like 'click here' doesn't describe the destination.
- **[WARNING]** 27 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[PASS]** 196 link(s) with descriptive text

---

## UX

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

*HTTP 404, custom page*

- **[PASS]** Correct 404 status code returned
- **[PASS]** Custom styled 404 page

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

*4 icon(s) detected*

- **[PASS]** favicon.ico present at site root
- **[PASS]** HTML icon links detected
- **[PASS]** Apple touch icon present
- **[PASS]** SVG favicon detected — scales perfectly to any size

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

*No navigation patterns*

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

---

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

*Title optimized*

- **[PASS]** Page title is set
- **[PASS]** Title length (51 chars) is optimal
- **[PASS]** Title and H1 are well-aligned

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

*2290 words, Very Difficult*

- **[PASS]** Page has 2290 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 15)

### Internal Links (A — 85/100)

*200 internal, 30 external*

- **[PASS]** 200 internal links (87%)
- **[PASS]** 97% of links use descriptive anchor text
- **[INFO]** Page has 230 links — consider reducing
- **[INFO]** 200 internal / 30 external links
- **[WARNING]** 7 internal links use generic anchor text

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

*189 images, 188 descriptive filenames*

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

### Hreflang

*0 hreflang tags*


---

## Sustainability

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

*0.36g CO2 per view*

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

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

*Green (cdn)*

- **[PASS]** Cloudflare CDN uses renewable energy — Since most traffic is served through the CDN, the majority of data transfer energy is renewable.
- **[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)

*88% cached*

- **[PASS]** 88% reduction on repeat visits — Returning visitors download only 192 KB (vs 1562 KB first visit). 98 of 99 resources are served from browser cache, saving 0.32g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.04g CO2 (first visit: 0.36g)

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

*26th percentile*

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

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

*77% efficient*

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

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/994d8248-5e1f-4e82-ae76-37b9fd6d2c45*
