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

**Date:** April 22, 2026  
**URL:** https://numbeo.com  
**Overall Grade:** C (70/100)  
**Report:** https://beavercheck.com/results/e2625192-b15b-4aa4-af14-b441351d35d9

## Top Findings

1. **[CRITICAL]** Content-Security-Policy header is missing — Security > Security Headers
2. **[CRITICAL]** HSTS header is missing — Security > Security Headers
3. **[CRITICAL]** No Content-Security-Policy header found — Security > Content Security Policy
4. **[CRITICAL]** 1 control(s) without accessible label — Accessibility > Form Accessibility
5. **[CRITICAL]** 1 image(s) missing alt attribute — Accessibility > Alt Text Quality

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 44 |
| Accessibility | 78 |
| Best Practices | 81 |
| SEO | 85 |

---

## Security

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

*2 of 10 headers properly configured*

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

### 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 68 days)
- **[PASS]** Certificate chain has 2 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 13 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 19 external resources have SRI*

- **[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 www.numbeo.com 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 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.
- **[WARNING]** External script from www.gstatic.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 pagead2.googlesyndication.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from www.numbeo.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.gstatic.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from www.gstatic.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from www.gstatic.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.gstatic.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.gstatic.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.gstatic.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.gstatic.com 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 fonts.googleapis.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 (D — 50/100)

*DMARC: none*

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

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

*No header set*

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

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

*No CORS headers*

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

---

## Performance

### Page Weight Budget (C — 63/100)

*1.8 MB transferred, 94 requests*

- **[INFO]** Page weighs 4.1 MB (1.8 MB transferred)
- **[WARNING]** JavaScript is 878 KB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[INFO]** 94 HTTP requests
- **[INFO]** Estimated 0.37 g CO2 per page load

### Third-Party Impact (D — 50/100)

*100% third-party, 0 ms blocking*

- **[WARNING]** Third-party code accounts for 100% of page weight (1.8 MiB of 1.8 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 (C — 60/100)

*30 images, 0 KB saveable*

- **[WARNING]** https://www.numbeo.com/images/flags/4x3/fr.svg is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.numbeo.com/images/baseline-language.sv... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.numbeo.com/images/flags/4x3/it.svg is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.numbeo.com/images/numbeo_text_1B3B6F.s... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.numbeo.com/images/map-view-cost-of-liv... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.numbeo.com/images/media/media-outline/... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.numbeo.com/images/flags/4x3/de.svg is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.numbeo.com/images/flags/4x3/pt.svg is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.numbeo.com/images/flags/4x3/es.svg is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.

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

*2805ms total JS execution*

- **[WARNING]** https://pagead2.googlesyndication.com/pagead/manag...: 618ms CPU time
- **[WARNING]** https://www.numbeo.com/cost-of-living/: 515ms CPU time
- **[WARNING]** Unattributable: 486ms CPU time
- **[WARNING]** https://pagead2.googlesyndication.com/pagead/js/ad...: 304ms CPU time
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-HXEZ...: 282ms CPU time
- **[WARNING]** Third-party scripts: 2805ms (100% of total)

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

*2 fonts (46 KB)*

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

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

*24 scripts, 416 KB unused*

- **[WARNING]** https://pagead2.googlesyndication.com/pagead/manag...: 132 KB unused (74%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.gstatic.com/charts/51/js/jsapi_compile...: 108 KB unused (65%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-HXEZ...: 60 KB unused (42%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.gstatic.com/charts/51/js/jsapi_compile...: 47 KB unused (57%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1....: 44 KB unused (88%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 416 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)

*2 hints, 0 missing preconnects*

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

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

*94 resources · 1.8 MB · 416 KB savings available*

- **[WARNING]** Page weight 790 KB over 1MB target
- **[INFO]** ~416 KB of savings available
- **[WARNING]** 93 third-party resources (100% of weight)
- **[INFO]** 1 resources over 200KB

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

*No render-blocking resources detected*

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

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

*No third-party resources detected*


---

## Content Quality

### Links (F — 40/100)

*200 links checked, 91 healthy, 109 broken*

- **[CRITICAL]** 91 of 200 links are healthy
- **[WARNING]** Broken link: https://fonts.googleapis.com — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://fonts.gstatic.com — Found in <link href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Afghanistan — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Aland+Islands — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Albania — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Alderney — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Algeria — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=American+Samoa — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Andorra — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Angola — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Anguilla — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Antigua+And... — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Argentina — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Armenia — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Aruba — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Australia — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Austria — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Azerbaijan — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Bahamas — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Bahrain — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Bangladesh — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Barbados — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Belarus — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Belgium — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Belize — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Benin — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Bermuda — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Bhutan — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Bolivia — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Bonaire — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Bosnia+And+... — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Botswana — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Brazil — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=British+Vir... — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Brunei — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Bulgaria — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Burkina+Faso — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Burundi — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Cambodia — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Cameroon — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Canada — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Cape+Verde — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Cayman+Islands — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Central+Afr... — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Chad — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Chile — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=China — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Colombia — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Comoros — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Cook+Islands — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Costa+Rica — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Croatia — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Cuba — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Curacao — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Cyprus — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Czech+Republic — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Democratic+... — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Denmark — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Djibouti — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Dominica — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Dominican+R... — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Ecuador — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Egypt — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=El+Salvador — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Equatorial+... — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Eritrea — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Estonia — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Eswatini — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Ethiopia — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Falkland+Is... — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Faroe+Islands — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Fiji — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Finland — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=France — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=French+Guiana — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=French+Poly... — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=French+Sout... — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Gabon — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Gambia — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Georgia — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Germany — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Ghana — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Gibraltar — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Greece — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Greenland — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Grenada — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Guadeloupe — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Guam — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Guatemala — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Guernsey — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Guinea — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Guinea-Bissau — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Guyana — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Haiti — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Honduras — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Hong+Kong+%... — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Hungary — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Iceland — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=India — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Indonesia — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Iran — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Iraq — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Ireland — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Isle+Of+Man — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Israel — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Italy — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Ivory+Coast — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Jamaica — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://numbeo.com/country_result.jsp?country=Japan — Found in <a href>. Returns HTTP 404.

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

*1 A records, 71 ms lookup*

- **[PASS]** Resolves to 1 IPv4 address(es)
- **[INFO]** Single A record — no DNS redundancy — Multiple A records provide failover if one server goes down.
- **[INFO]** No IPv6 (AAAA) records
- **[PASS]** 3 nameserver(s) configured
- **[PASS]** 7 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: 71 ms

### Redirect Chain (D — 50/100)

*2 redirect(s), 1231 ms total*

- **[WARNING]** 2 redirects before reaching final URL — Each redirect adds latency. Try to minimize the chain to 1 hop.
- **[INFO]** WWW normalization redirect
- **[WARNING]** Redirect overhead: 1231 ms total

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

*No IPv6 support*

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

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

*numbeo.com — via DreamHost, LLC, 17 years, 2 months old, hosted on Hetzner*

- **[PASS]** Domain registered until Apr 27, 2027 (1 years 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: DreamHost, LLC
- **[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: Hetzner

---

## Compliance

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

*No testable criteria*


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

*No consent signals detected*

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

### Language & i18n (A — 90/100)

*Lang attribute present*

- **[PASS]** <html lang> attribute is present
- **[PASS]** <html lang> value is valid
- **[INFO]** No Content-Language HTTP header
- **[INFO]** Language signals are inconsistent — The <html lang> attribute and Content-Language header should agree.

### Readability & Typography (A+ — 100/100)

*Font sizes and tap targets checked*


### Viewport Configuration (F — 30/100)

*No viewport meta tag*

- **[CRITICAL]** No viewport meta tag found — Without a viewport meta tag, the page will not render correctly on mobile devices.

### Third-Party Trackers (D — 40/100)

*4 trackers detected*

- **[INFO]** 4 third-party trackers detected — Found 2 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 4 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 · 4 trackers · 0 pre-consent*

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

---

## Legal

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

*1 of 7 expected legal pages detected*

- **[PASS]** Privacy Policy detected — Found at https://www.numbeo.com/common/privacy.jsp, 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.
- **[INFO]** Cookie Policy not detected — No link matching common Cookie Policy URL patterns or link text was found. Most websites are expected to have a Cookie Policy, especially those collecting user data.
- **[INFO]** Accessibility Statement not detected — No link matching common Accessibility Statement URL patterns or link text was found. Most websites are expected to have a Accessibility Statement, especially those collecting user data.
- **[INFO]** DMCA / Copyright Notice not detected — No link matching common DMCA / Copyright Notice URL patterns or link text was found. Most websites are expected to have a DMCA / Copyright Notice, especially those collecting user data.
- **[INFO]** Refund / Returns Policy not detected — No link matching common Refund / Returns Policy URL patterns or link text was found. Most websites are expected to have a Refund / Returns Policy, especially those collecting user data.
- **[INFO]** Acceptable Use Policy not detected — No link matching common Acceptable Use Policy URL patterns or link text was found. Most websites are expected to have a Acceptable Use Policy, especially those collecting user data.

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

*© 2009-2026 Numbeo*

- **[PASS]** Copyright notice is up to date — Copyright notice is up to date: © 2009-2026 Numbeo
- **[PASS]** Copyright holder: Numbeo

### Regulatory Indicators

*2 regulatory indicator(s) detected*

- **[INFO]** This is a technical scan, not a legal assessment — BeaverCheck detects technical indicators that may suggest regulatory relevance. This is not a compliance audit and should not be relied upon for legal decisions. Consult qualified legal counsel for compliance assessments.
- **[INFO]** GDPR indicators detected (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]** 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

*2 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]** 2 third-party services across 2 categories — 2 third-party services detected across 2 categories: Analytics (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]** 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 (D — 50/100)

*No CDN detected*

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

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

*No cache headers*

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

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

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

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

---

## Accessibility

### Landmark Structure (D — 40/100)

*5 landmarks*

- **[CRITICAL]** No <main> landmark found — Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
- **[PASS]** 5 <nav> landmark(s) found
- **[WARNING]** 5 of 5 <nav> elements are unlabeled — Multiple navigations need aria-label to distinguish them for screen readers.
- **[INFO]** No banner (header) landmark
- **[INFO]** No contentinfo (footer) landmark
- **[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)

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

*1 of 9 images have issues*

- **[CRITICAL]** 1 image(s) missing alt attribute — Images without alt text are invisible to screen readers.
- **[CRITICAL]** 1 image-in-link without alt text — An image inside a link with no alt creates an empty link.
- **[PASS]** 7 decorative image(s) correctly marked
- **[PASS]** 1 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 (B — 70/100)

*3 issue(s) across 317 links and 0 buttons*

- **[CRITICAL]** 3 link(s) with no accessible text — Links without text are announced as raw URLs by screen readers.
- **[PASS]** 314 link(s) with descriptive text

---

## UX

### 404 Error Page (B — 70/100)

*HTTP 404, custom page*

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

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

*3 icon(s) detected*

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

### Web Manifest (D — 40/100)

*Not found*

- **[INFO]** No web manifest found — No manifest at standard paths (/manifest.json, /site.webmanifest). A manifest is optional but enables PWA features like home screen installation and standalone display.

### Dark Mode Support (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]** 5 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+ — 95/100)

*Properly configured*

- **[PASS]** Canonical tag present
- **[PASS]** Canonical is self-referencing
- **[PASS]** Canonical matches final URL after redirects
- **[PASS]** Canonical target reachable (self-referencing)
- **[INFO]** Canonical points to a different domain

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

*Title: 14 chars*

- **[PASS]** Page title is set
- **[WARNING]** Title is only 14 characters — consider expanding
- **[INFO]** Title and H1 are identical — Consider differentiating — the title is for search results, the H1 is for the page.

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

*1279 words, Very Difficult*

- **[PASS]** Page has 1279 words — good depth for search engines
- **[INFO]** Reading level: Very Difficult (grade 29)

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

*234 internal, 83 external*

- **[PASS]** 234 internal links (74%)
- **[PASS]** 99% of links use descriptive anchor text
- **[INFO]** Page has 317 links — consider reducing
- **[INFO]** 234 internal / 83 external links

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

*9 images, 9 descriptive filenames*

- **[PASS]** All images have descriptive filenames
- **[INFO]** 1 image(s) missing alt text — see Accessibility tab

### Hreflang

*0 hreflang tags*


---

## Sustainability

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

*0.42g CO2 per view*

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

### Green Hosting (B — 80/100)

*Green (hosting)*

- **[PASS]** Hetzner Online GmbH uses renewable energy
- **[INFO]** Hetzner Online GmbH: Verified by the Green Web Foundation
- **[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)

*94% cached*

- **[PASS]** 94% reduction on repeat visits — Returning visitors download only 107 KB (vs 1814 KB first visit). 85 of 94 resources are served from browser cache, saving 0.39g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.02g CO2 (first visit: 0.42g)

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

*31th percentile*

- **[PASS]** 0.42g CO2 — below the sustainability target of 0.50g — Cleaner than an estimated 69% of websites analyzed. This page meets the Web Sustainability Guidelines target.
- **[INFO]** Estimated 31th 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 416 KB (23%) could be eliminated: 0 KB via better compression, 0 KB via modern image formats, 416 KB of unused JavaScript. This wasted data produces 0.10g of unnecessary CO2 per page view.

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/e2625192-b15b-4aa4-af14-b441351d35d9*
