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

**Date:** April 16, 2026  
**URL:** https://weather.com  
**Overall Grade:** C (72/100)  
**Report:** https://beavercheck.com/results/35b6d5af-48f5-45a3-bfa0-76029eddf318

## Top Findings

1. **[CRITICAL]** Content-Security-Policy header is missing — Security > Security Headers
2. **[CRITICAL]** Cookie 'gbuuid' is missing the Secure flag — Security > Cookie Security
3. **[CRITICAL]** No Content-Security-Policy header found — Security > Content Security Policy
4. **[CRITICAL]** 27 image-only link(s) without alt text — Accessibility > Link & Button Quality
5. **[CRITICAL]** No H1 heading found — Accessibility > Heading Hierarchy

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 25 |
| Accessibility | 93 |
| Best Practices | 92 |
| SEO | 100 |

---

## Security

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

*2 of 10 headers properly configured*

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

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

*No enforcing CSP policy found*

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

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

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

### Cookie Security (C — 55/100)

*5 cookies analyzed, 7 checks passed*

- **[PASS]** Cookie 'ci' has the Secure flag
- **[WARNING]** Cookie 'ci' is missing the HttpOnly flag — Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
- **[WARNING]** Cookie 'ci' has no SameSite attribute — Without an explicit SameSite attribute, browser default behavior varies. Set SameSite=Lax or Strict.
- **[PASS]** Cookie 'bm_ss' has the Secure flag
- **[PASS]** Cookie 'bm_ss' has the HttpOnly flag
- **[PASS]** Cookie 'bm_ss' has SameSite=None
- **[CRITICAL]** Cookie 'gbuuid' is missing the Secure flag — Without the Secure flag, this cookie can be sent over unencrypted HTTP, exposing it to interception.
- **[WARNING]** Cookie 'gbuuid' is missing the HttpOnly flag — Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
- **[WARNING]** Cookie 'gbuuid' has no SameSite attribute — Without an explicit SameSite attribute, browser default behavior varies. Set SameSite=Lax or Strict.
- **[PASS]** Cookie 'bm_s' has the Secure flag
- **[PASS]** Cookie 'bm_s' has the HttpOnly flag
- **[WARNING]** Cookie 'bm_s' has no SameSite attribute — Without an explicit SameSite attribute, browser default behavior varies. Set SameSite=Lax or Strict.
- **[PASS]** Cookie 'bm_so' has the Secure flag
- **[WARNING]** Cookie 'bm_so' is missing the HttpOnly flag — Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
- **[WARNING]** Cookie 'bm_so' has no SameSite attribute — Without an explicit SameSite attribute, browser default behavior varies. Set SameSite=Lax or Strict.

---

## Advanced Security

### Subresource Integrity (D — 40/100)

*1 of 8 external resources have SRI*

- **[WARNING]** External script from websdk.appsflyer.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdn.p-n.io lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from s.w-x.co lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from accounts.google.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from pagead2.googlesyndication.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdnjs.cloudflare.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from pagead2.googlesyndication.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[PASS]** script from js-agent.newrelic.com has SRI protection

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

*No known vulnerabilities*

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

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

*No exposures*

- **[PASS]** security.txt is present — good practice
- **[PASS]** No sensitive files exposed

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

*DMARC: none*

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

### Permissions-Policy (D — 40/100)

*No header set*

- **[WARNING]** No Permissions-Policy header — Consider adding a Permissions-Policy header to restrict browser feature access from embedded content.

### CORS Configuration (C — 60/100)

*Origin: **

- **[INFO]** Access-Control-Allow-Origin: * — unrestricted — Any website can read this resource's response. Appropriate for public APIs but not for user-specific content.
- **[INFO]** Origin reflection not testable with a single request — Some servers reflect the request Origin header. This requires manual testing with a crafted Origin header.

---

## Performance

### Page Weight Budget (F — 36/100)

*2.7 MB transferred, 135 requests*

- **[WARNING]** Page weighs 9.4 MB (2.7 MB transferred)
- **[WARNING]** JavaScript is 2.2 MB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[WARNING]** 135 HTTP requests — consider bundling or reducing — Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
- **[INFO]** Estimated 0.56 g CO2 per page load

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

*46% third-party, 0 ms blocking*

- **[INFO]** Third-party code accounts for 46% of page weight (1.2 MiB of 2.7 MiB)
- **[PASS]** Third-party blocking time is low (0 ms)

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

*All text resources are compressed*

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

### Image Optimization (A+ — 95/100)

*14 images, 0 KB saveable*

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

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

*8174ms total JS execution*

- **[WARNING]** https://weather.com/?Goto=Redirected: 1440ms CPU time
- **[WARNING]** Unattributable: 1253ms CPU time
- **[WARNING]** https://weather.com/Tezhpf4SmbZSZe_r3cZ7/pkr7pz7c/...: 1248ms CPU time
- **[WARNING]** https://weather.com/daybreak-home/assets/3144.3144...: 696ms CPU time
- **[WARNING]** https://weather.com/daybreak-home/assets/main.f757...: 593ms CPU time
- **[INFO]** Third-party scripts: 3239ms (40% of total)

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

*4 fonts (98 KB)*

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

### JS Bundles (F — 20/100)

*88 scripts, 960 KB unused*

- **[WARNING]** https://weather.com/daybreak-home/assets/2586.2586...: 295 KB unused (96%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://cdn.taboola.com/libtrc/theweatherchannel/l...: 225 KB unused (69%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://pagead2.googlesyndication.com/pagead/manag...: 145 KB unused (77%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://s.w-x.co/helios/twc/1.80.4/helios.js: 71 KB unused (80%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://accounts.google.com/gsi/client: 68 KB unused (72%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 960 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)

*11 hints, 0 missing preconnects*

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

### Page Weight Inventory (F — 25/100)

*135 resources · 2.7 MB · 960 KB savings available*

- **[WARNING]** Page weight 1.7 MB over 1MB target
- **[INFO]** ~960 KB of savings available
- **[WARNING]** 53 third-party resources (46% of weight)
- **[INFO]** 3 resources over 200KB

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

*No render-blocking resources detected*

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

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

*No third-party resources detected*


---

## Content Quality

### Links (F — 40/100)

*200 links checked, 14 healthy, 186 broken*

- **[CRITICAL]** 14 of 200 links are healthy
- **[WARNING]** Broken link: https://weather.com/ — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://weather.com/daybreak-home/assets/android-icon-192... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://weather.com/daybreak-home/assets/apple-icon-114x1... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://weather.com/daybreak-home/assets/apple-icon-120x1... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://weather.com/daybreak-home/assets/apple-icon-144x1... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://weather.com/daybreak-home/assets/apple-icon-152x1... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://weather.com/daybreak-home/assets/apple-icon-180x1... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://weather.com/daybreak-home/assets/apple-icon-57x57... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://weather.com/daybreak-home/assets/apple-icon-60x60... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://weather.com/daybreak-home/assets/apple-icon-72x72... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://weather.com/daybreak-home/assets/apple-icon-76x76... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://weather.com/daybreak-home/assets/favicon-16x16.ff... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://weather.com/daybreak-home/assets/favicon-32x32.c1... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://weather.com/daybreak-home/assets/favicon-96x96.e4... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://weather.com/manifest.json — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://weather.com/api/v1/script/dprSdkScript.js — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://weather.com/daybreak-home/assets/inter-v19-latin-... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://weather.com/daybreak-home/assets/inter-v19-latin-... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://weather.com/daybreak-home/assets/inter-v19-latin-... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://weather.com/daybreak-home/assets/main.f757932879d... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://weather.com/daybreak-home/assets/1888.lodash.7c3b... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://weather.com/api/v1/script/containerQuery.js — Found in <script src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/storms/severe/video/friday-severe-wea... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/explore — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/storms/hurricane-central — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/storms/tornado-central — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/safety/index — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/health/skin-health — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/home-garden — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/pets — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/home-garden/recipes — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/science/space — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/travel — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/atmosphere — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-AG — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/es-AR — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-BS — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-BB — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-BZ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/es-BO — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/pt-BR — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-CA — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-CA — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/es-CL — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/es-CO — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/es-CR — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-DM — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/es-DO — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/es-EC — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/es-SV — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-GD — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/es-GT — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-GY — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-HT — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/es-HN — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-JM — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/es-MX — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/es-NI — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/es-PA — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-PA — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/es-PY — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/es-PE — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-KN — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-LC — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-VC — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/nl-SR — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-TT — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/es-UY — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/es-US — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/es-VE — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/ar-DZ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-DZ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/pt-AO — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-BJ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-BF — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-BI — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-CM — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-CM — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/pt-CV — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-CF — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-TD — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/ar-TD — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-KM — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/ar-KM — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-CD — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-CG — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-CI — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-DJ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/ar-DJ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/ar-EG — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/es-GQ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/ar-ER — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-GA — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-GM — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-GH — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-GN — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/pt-GW — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-KE — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-LS — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-LR — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/ar-LY — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-MG — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-ML — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/ar-MR — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-MU — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-MU — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/ar-MA — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-MA — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/pt-MZ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-NA — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-NE — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-NG — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-RW — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-RW — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/pt-ST — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-SN — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-SL — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/ar-SO — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-ZA — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-SS — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/ar-SD — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-SZ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-TZ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-TG — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/ar-TN — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-UG — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-AU — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/bn-BD — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/ms-BN — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/zh-CN — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/zh-HK — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/pt-TP — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-FJ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-IN — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/hi-IN — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/id-ID — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/ja-JP — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-KI — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/ko-KR — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/ru-KG — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/ms-MY — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-MH — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-FM — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-NZ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-PW — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-PH — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/tl-PH — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-AS — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-SG — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/zh-SG — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-SB — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/zh-TW — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/th-TH — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-TO — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-TV — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-VU — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-VU — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/vi-VN — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/ca-AD — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-AD — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/de-AT — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/ru-BY — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/nl-BE — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-BE — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/hr-BA — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/hr-HR — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/el-CY — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/cs-CZ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/da-DK — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/ru-EE — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/et-EE — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fi-FI — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-FR — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/de-DE — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/el-GR — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/hu-HU — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-IE — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/it-IT — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/de-LI — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-LU — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/en-MT — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/fr-MC — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/nl-NL — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/no-NO — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/pl-PL — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://weather.com/pt-PT — Found in <a href>. Returns HTTP 403.

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

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

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

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

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

- **[CRITICAL]** og:image is not reachable — The og:image URL could not be fetched. Social platforms won't be able to display it.
- **[INFO]** og:title is long (116 characters) — Titles over 60 characters may be truncated in social sharing previews.
- **[INFO]** Missing twitter:card — Without twitter:card, Twitter falls back to Open Graph tags. Adding it gives you more control.

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

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

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

---

## Infrastructure

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

*1 A records, 77 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.
- **[PASS]** Has 2 IPv6 (AAAA) record(s)
- **[PASS]** 6 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: 77 ms

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

*1 redirect(s), 96 ms total*

- **[PASS]** Single redirect
- **[INFO]** Uses 302 (temporary) redirect — If permanent, use 301 instead.

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

*IPv6 reachable (1 ms)*

- **[PASS]** IPv6 is configured and reachable at 2a02:26f0:2380:4aa::2e03, 2a02:26f0:2380:48e::2e03

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

*robots.txt present, sitemap with 223 URLs*

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

### URL Variants (B — 75/100)

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

- **[CRITICAL]** HTTP version does not redirect to HTTPS

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

*weather.com — via CSC Corporate Domains, Inc., 32 years, 1 months old*

- **[PASS]** Domain registered until Jan 25, 2027 (9 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: CSC Corporate Domains, Inc.
- **[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
- **[PASS]** 5 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 (D — 40/100)

*7 trackers detected*

- **[INFO]** 7 third-party trackers detected — Found 5 analytics, 1 advertising, 0 marketing, 1 tag manager trackers.
- **[WARNING]** 1 advertising/retargeting trackers detected — Advertising trackers collect user data for ad targeting. Under GDPR, these typically require explicit consent.
- **[WARNING]** Trackers detected but no cookie policy found — This page loads 7 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)

*5 cookies · 7 trackers · 0 pre-consent*

- **[INFO]** 5 cookie(s) could not be classified
- **[INFO]** 7 third-party tracker(s) detected on page

---

## Legal

### Legal Page Ecosystem (B — 70/100)

*3 of 7 expected legal pages detected*

- **[PASS]** Privacy Policy detected — Found at /en-US/twc/privacy-policy, linked from footer.
- **[PASS]** Terms of Service detected — Found at /legal, linked from footer.
- **[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 /accessibility-statement, linked from footer.
- **[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

*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 (moderate confidence) — Indicators suggesting GDPR may be relevant: Privacy policy page found. EU General Data Protection Regulation — governs collection and processing of personal data of EU residents.
- **[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.
- **[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

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

*Fastly*

- **[PASS]** Site is served via Fastly CDN

### HTTP Caching (D — 40/100)

*no-store (uncacheable)*

- **[INFO]** Cache-Control: no-store prevents all caching — Intentional for dynamic content, but increases server load for every page view.
- **[INFO]** No ETag or Last-Modified header — Conditional requests (304 Not Modified) are not possible without validators.

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

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

- **[INFO]** HTTP/3 (QUIC) not advertised — HTTP/3 eliminates head-of-line blocking. If your CDN supports it, consider enabling it.
- **[WARNING]** HSTS max-age is short: 180 days — HSTS max-age should be at least 1 year (31536000 seconds).
- **[INFO]** HSTS missing includeSubDomains — Without includeSubDomains, HSTS only protects the exact domain.
- **[PASS]** HSTS preload enabled
- **[PASS]** TLS 1.3 in use (fastest handshake, 1-RTT)

---

## Accessibility

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

*39 landmarks*

- **[PASS]** <main> landmark present
- **[WARNING]** Multiple <main> landmarks (2 found) — A page should have only one <main> landmark.
- **[PASS]** 7 <nav> landmark(s) found
- **[WARNING]** 3 of 7 <nav> elements are unlabeled — Multiple navigations need aria-label to distinguish them for screen readers.
- **[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.
- **[PASS]** Search landmark present

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

*16 headings*

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

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

*All 33 images OK*

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

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

*All 1 controls labeled*

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

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

*328 links, 12 buttons — all OK*

- **[CRITICAL]** 27 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]** 12 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[PASS]** 289 link(s) with descriptive text

---

## UX

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

*HTTP 403, bare page*

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

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

*13 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 (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 — 45/100)

*Theme color only*

- **[INFO]** Theme-color present but no dark variant — A theme-color is set but no dark-specific variant was found. The browser toolbar may not adapt for dark mode users.
- **[INFO]** No dark mode signals detected — Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
- **[INFO]** Detection limited to meta tags and inline styles — External CSS files may contain prefers-color-scheme rules not visible to this scan.

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

*No print styles*

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

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

*1 navigation pattern(s)*

- **[PASS]** Search functionality detected
- **[PASS]** 7 navigation landmark(s) detected

---

## SEO

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

*Minor issues*

- **[PASS]** Canonical tag present
- **[PASS]** Canonical is self-referencing
- **[WARNING]** Canonical does not match final URL (https://weather.com/es-ES/tiempo/hoy/l/SPXX0050:1:SP?Goto=Redirected)
- **[CRITICAL]** Canonical target returns 403 — Search engines cannot follow this canonical, effectively orphaning this page.

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

*Title: 10 chars*

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

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

*1407 words, Very Difficult*

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

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

*312 internal, 16 external*

- **[PASS]** 312 internal links (95%)
- **[PASS]** 100% of links use descriptive anchor text
- **[INFO]** Page has 328 links — consider reducing
- **[INFO]** 312 internal / 16 external links

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

*33 images, 32 descriptive filenames*

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

### Hreflang

*0 hreflang tags*


---

## Sustainability

### CO2 Per Page Load (B — 70/100)

*0.64g CO2 per view*

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

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

*Green (cdn)*

- **[PASS]** Fastly CDN uses renewable energy — Since most traffic is served through the CDN, the majority of data transfer energy is renewable.
- **[INFO]** Fastly: 100% renewable energy for edge network
- **[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)

*92% cached*

- **[PASS]** 92% reduction on repeat visits — Returning visitors download only 229 KB (vs 2750 KB first visit). 133 of 135 resources are served from browser cache, saving 0.58g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.05g CO2 (first visit: 0.64g)

### Carbon Budget (D — 50/100)

*51th percentile*

- **[WARNING]** 0.64g CO2 — above the median website (0.60g) — Heavier than an estimated 49% of websites. Reducing page weight, optimizing images, and removing unused JavaScript would lower the carbon footprint. See the Performance tab.
- **[INFO]** Estimated 51th percentile — Compared to: top 10% = 0.20g, target = 0.50g, median = 0.60g per page view.

### Transfer Efficiency (C — 60/100)

*65% efficient*

- **[WARNING]** Transfer efficiency: 65% — An estimated 960 KB (35%) could be eliminated: 0 KB via better compression, 0 KB via modern image formats, 960 KB of unused JavaScript. This wasted data produces 0.22g of unnecessary CO2 per page view.

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/35b6d5af-48f5-45a3-bfa0-76029eddf318*
