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

**Date:** April 21, 2026  
**URL:** https://alltrails.com  
**Overall Grade:** C (74/100)  
**Report:** https://beavercheck.com/results/fec798fa-9384-4c42-8e32-3107a4787ef3

## 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. **[WARNING]** 134 third-party resources (100% of weight) — Performance > Page Weight Inventory
5. **[WARNING]** 135 HTTP requests — consider bundling or reducing — Performance > Page Weight Budget

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 29 |
| Accessibility | 95 |
| Best Practices | 77 |
| SEO | 100 |

---

## Security

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

*2 of 10 headers properly configured*

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

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

*No enforcing CSP policy found*

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

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

*TLS 1.3, 7 checks passed*

- **[PASS]** TLS 1.3 is used
- **[PASS]** Strong cipher suite is used
- **[INFO]** HTTP/2 is not negotiated — HTTP/2 provides multiplexing and header compression for better performance.
- **[PASS]** Certificate is valid (expires in 93 days)
- **[PASS]** Certificate chain has 3 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 2 domain(s)
- **[PASS]** Certificate is issued by a trusted CA

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

*No cookies set — no cookie security risks*

- **[PASS]** No cookies set — no cookie security risks

---

## Advanced Security

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

*0 of 13 external resources have SRI*

- **[WARNING]** External link from d27scpai1jcyi9.cloudfront.net lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from d27scpai1jcyi9.cloudfront.net lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from d27scpai1jcyi9.cloudfront.net lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from d27scpai1jcyi9.cloudfront.net lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from datadome.alltrails.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from d27scpai1jcyi9.cloudfront.net lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from d27scpai1jcyi9.cloudfront.net lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from d27scpai1jcyi9.cloudfront.net lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from d27scpai1jcyi9.cloudfront.net lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from d27scpai1jcyi9.cloudfront.net lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from d27scpai1jcyi9.cloudfront.net lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.datadoghq-browser-agent.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from d27scpai1jcyi9.cloudfront.net 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 — 85/100)

*DMARC: quarantine*

- **[PASS]** DMARC policy is quarantine — good protection

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

*No header set*

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

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

*No CORS headers*

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

---

## Performance

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

*3.6 MB transferred, 135 requests*

- **[WARNING]** Page weighs 7.7 MB (3.6 MB transferred)
- **[WARNING]** JavaScript is 1.5 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.75 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 (3.6 MiB of 3.6 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 — 70/100)

*27 images, 0 KB saveable*

- **[WARNING]** https://d27scpai1jcyi9.cloudfront.net/613aa2a92c8b... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.

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

*15562ms total JS execution*

- **[WARNING]** https://d27scpai1jcyi9.cloudfront.net/613aa2a92c8b...: 6131ms CPU time
- **[WARNING]** https://www.alltrails.com/: 2572ms CPU time
- **[WARNING]** Unattributable: 1337ms CPU time
- **[WARNING]** https://cmp.osano.com/AzZqakTb9cVIa3Ok9/ca957679-3...: 972ms CPU time
- **[WARNING]** https://cdn.amplitude.com/libs/analytics-browser-2...: 602ms CPU time
- **[WARNING]** Third-party scripts: 15562ms (100% of total)

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

*4 fonts (151 KB)*

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

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

*48 scripts, 551 KB unused*

- **[WARNING]** https://www.googletagmanager.com/gtm.js?id=GTM-W6N...: 72 KB unused (58%) — 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.
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-V6WJ...: 68 KB unused (40%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://analytics.tiktok.com/i18n/pixel/static/mai...: 59 KB unused (55%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://connect.facebook.net/en_US/fbevents.js: 47 KB unused (48%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 551 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)

*10 hints, 0 missing preconnects*

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

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

*135 resources · 3.6 MB · 551 KB savings available*

- **[WARNING]** Page weight 2.6 MB over 1MB target
- **[INFO]** ~551 KB of savings available
- **[WARNING]** 134 third-party resources (100% of weight)
- **[INFO]** 2 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 — 30/100)

*153 links checked, 69 healthy, 74 broken*

- **[CRITICAL]** 69 of 153 links are healthy
- **[WARNING]** Broken link: https://api-js.datadome.co — Found in <link href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://alltrails.com/login — Found in <a href>. Returns HTTP 403.
- **[INFO]** Long redirect chain: https://alltrails.com/mugen/image/root?url=http... (5 hops)
- **[INFO]** Long redirect chain: https://alltrails.com/mugen/image/root?url=http... (5 hops)
- **[INFO]** Long redirect chain: https://alltrails.com/mugen/image/root?url=http... (3 hops)
- **[INFO]** Long redirect chain: https://alltrails.com/mugen/image/root?url=http... (5 hops)
- **[INFO]** Long redirect chain: https://alltrails.com/mugen/image/root?url=http... (5 hops)
- **[CRITICAL]** Broken link: https://alltrails.com/explore — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/partner-collections/hike-boricua-tr... — Found in <a href>. Returns HTTP 403.
- **[INFO]** Long redirect chain: https://alltrails.com/mugen/image/root?url=http... (5 hops)
- **[CRITICAL]** Broken link: https://alltrails.com/partner-collections/setting-the-pac... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://alltrails.com/mugen/image/root?url=https%3A%2F%2F... — Found in <img src>. Returns HTTP 502.
- **[CRITICAL]** Broken link: https://alltrails.com/partner-collections/forged-by-natur... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://alltrails.com/mugen/image/root?url=https%3A%2F%2F... — Found in <img src>. Returns HTTP 502.
- **[INFO]** Long redirect chain: https://alltrails.com/mugen/image/root?url=http... (5 hops)
- **[CRITICAL]** Broken link: https://alltrails.com/partner-collections/theres-only-one-dc — Found in <a href>. Returns HTTP 403.
- **[INFO]** Long redirect chain: https://alltrails.com/mugen/image/root?url=http... (5 hops)
- **[INFO]** Long redirect chain: https://alltrails.com/mugen/image/root?url=http... (5 hops)
- **[CRITICAL]** Broken link: https://alltrails.com/partner-collections/accessible-trai... — Found in <a href>. Returns HTTP 403.
- **[INFO]** Long redirect chain: https://alltrails.com/mugen/image/root?url=http... (4 hops)
- **[CRITICAL]** Broken link: https://alltrails.com/us/utah/bryce — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/us/utah/springdale — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/us/arizona/sedona — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/us/washington/paradise — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/us/colorado/estes-park — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/us/california/yosemite-valley — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/us/washington/north-bend — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/us/oregon/mehama — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/us/montana/lake-mc-donald — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/us/utah/moab — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/us/arizona/scottsdale — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/hawaii/oahu/honolulu — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/us/colorado/boulder — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/us/washington/port-angeles — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/us/maine/bar-harbor — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/parks/us/utah/bryce-canyon-national... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/parks/us/utah/zion-national-park — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/parks/us/washington/mount-rainier-n... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/parks/us/colorado/rocky-mountain-na... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/parks/us/california/yosemite-nation... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/parks/us/montana/glacier-national-park — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/parks/us/utah/arches-national-park — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/parks/us/washington/olympic-nationa... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/parks/us/maine/acadia-national-park — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/parks/us/tennessee/great-smoky-moun... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/parks/us/virginia/shenandoah-nation... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/parks/us/arizona/grand-canyon-natio... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/parks/us/wyoming/grand-teton-nation... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/parks/hawaii/hawaii/hawaii-volcanoe... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/parks/us/ohio/cuyahoga-valley-natio... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/trail/us/utah/navajo-loop-and-queen... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/trail/us/utah/angels-landing-trail — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/trail/us/arizona/devils-bridge-trail — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/trail/us/washington/skyline-trail — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/trail/us/colorado/emerald-lake-trail — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/trail/us/california/vernal-and-neva... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/trail/us/washington/rattlesnake-ledge — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/trail/us/oregon/trail-of-ten-falls-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/trail/us/montana/avalanche-lake--6 — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/trail/us/utah/scout-lookout-trail — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/trail/us/arizona/cathedral-rock-trail — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/trail/us/colorado/sky-pond-via-glac... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/trail/us/california/upper-yosemite-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/trail/us/utah/delicate-arch-trail — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/trail/us/washington/snow-lake-trail — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/directory/countries — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/directory/regions/A/1 — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/directory/cities/A/1 — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/directory/parks/A/1 — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/directory/trails/A/1 — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/directory/poi/A/1 — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/directory/trail-features — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/signup?returnTo=%2Fexplore%3Fuser-c... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/explore/custom-routes/new?trigger=f... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/plus — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/converter — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/about — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/careers — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/press — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/ambassadors — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/affiliates — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/community — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/gift — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://alltrails.com/cookie_policy — 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 (A+ — 100/100)

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

- **[INFO]** og:title is long (75 characters) — Titles over 60 characters may be truncated in social sharing previews.

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

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

- **[WARNING]** Missing required property "name" for Organization — The "name" property is required for the Organization schema type.
- **[INFO]** Missing recommended property "sameAs" for Organization — Adding "sameAs" can improve how search engines display your content.

---

## Infrastructure

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

*4 A records, 166 ms lookup*

- **[PASS]** Resolves to 4 IPv4 address(es)
- **[INFO]** No IPv6 (AAAA) records
- **[PASS]** 4 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: 166 ms

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

*1 redirect(s), 234 ms total*

- **[PASS]** Single redirect
- **[INFO]** WWW normalization redirect

### 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 — 85/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.
- **[PASS]** robots.txt references sitemap

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

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

- **[CRITICAL]** Both www and non-www versions serve content
- **[PASS]** HTTP correctly 301-redirects to HTTPS

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

*alltrails.com — via GoDaddy.com, LLC, 22 years old, hosted on AWS*

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

---

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

*Viewport properly configured*

- **[PASS]** Viewport meta tag is present
- **[PASS]** width=device-width is set
- **[PASS]** User zooming is allowed

### Third-Party Trackers (C — 55/100)

*5 trackers detected*

- **[INFO]** 5 third-party trackers detected — Found 4 analytics, 0 advertising, 0 marketing, 1 tag manager trackers.
- **[WARNING]** Trackers detected but no cookie policy found — This page loads 5 trackers but no cookie policy was detected. GDPR requires disclosure when using tracking cookies.
- **[WARNING]** Trackers detected but no privacy policy found — Most data protection regulations require a privacy policy when collecting user data via trackers.

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

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

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

---

## Legal

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

*3 of 7 expected legal pages detected*

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

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

*© 2010-2026 AllTrails*

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

### Regulatory Indicators

*1 regulatory indicator(s) detected*

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

### Third-Party Data Sharing

*0 third-party service(s) detected*

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

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

*0 compliance badge(s) detected*

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

---

## Availability

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

*AWS CloudFront (Miss from cloudfront)*

- **[PASS]** Site is served via AWS CloudFront CDN (edge: SIN2-P8)
- **[INFO]** CDN cache status: Miss from cloudfront

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

*9 landmarks*

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

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

*18 headings*

- **[PASS]** Single H1 present

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

*All 32 images OK*

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

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

*1 of 2 controls have issues*

- **[WARNING]** 1 control(s) rely on placeholder only — Placeholder text disappears on focus and is not a reliable label.
- **[PASS]** 1 control(s) properly labeled

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

*115 links, 13 buttons — all OK*

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

---

## UX

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

*HTTP 403, custom page*

- **[WARNING]** Unexpected status code: HTTP 403 — Expected HTTP 404 but received 403. This may confuse search engine crawlers.
- **[PASS]** Custom styled 404 page

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

*15 icon(s) detected*

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

### Web Manifest (A+ — 95/100)

*PWA-ready*

- **[PASS]** Meets PWA install criteria
- **[PASS]** Name present: AllTrails
- **[PASS]** 192x192 icon present
- **[PASS]** 512x512 icon present
- **[PASS]** Display mode: standalone

### Dark Mode Support (B — 70/100)

*Dark mode detected*

- **[PASS]** Dark-specific theme-color detected — A theme-color with media='(prefers-color-scheme: dark)' adapts the browser toolbar for dark mode.
- **[PASS]** prefers-color-scheme CSS detected in inline styles
- **[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 (D — 50/100)

*2 navigation pattern(s)*

- **[PASS]** Search functionality detected
- **[PASS]** Skip navigation link detected
- **[PASS]** 2 navigation landmark(s) detected

---

## SEO

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

*Properly configured*

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

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

*Title: 8 chars*

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

### Content Depth (C — 65/100)

*468 words, Very Difficult*

- **[PASS]** Page has 468 words of content
- **[INFO]** Text-to-HTML ratio is 1% — Very low ratio suggests heavy framework overhead or boilerplate.
- **[INFO]** Reading level: Very Difficult (grade 35)

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

*97 internal, 18 external*

- **[PASS]** 97 internal links (84%)
- **[PASS]** 100% of links use descriptive anchor text
- **[INFO]** 97 internal / 18 external links

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

*32 images, 32 descriptive filenames*

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

### Hreflang

*0 hreflang tags*


---

## Sustainability

### CO2 Per Page Load (D — 50/100)

*1.01g CO2 per view*

- **[WARNING]** 1.01g CO2 per page view — This page transfers 3.6 MB, producing an estimated 1.01g of CO2 per visit using the Sustainable Web Design model (v4). Breakdown: data center 0.19g, network 0.18g, end-user device 0.65g.
- **[INFO]** At 10,000 monthly views: 121.6 kg CO2/year — With 10,000 page views per month, this page would generate approximately 121.6 kg of CO2 annually — equivalent to charging 15195 smartphones.

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

*Not green*

- **[INFO]** No confirmed renewable energy commitment detected — Consider providers like Cloudflare, Google Cloud, or Vercel that match 100% of their energy use with renewables.
- **[INFO]** AWS: Renewable energy varies by region; committed to 100% by 2025
- **[INFO]** AWS CloudFront: Renewable varies by edge location
- **[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 284 KB (vs 3662 KB first visit). 131 of 135 resources are served from browser cache, saving 0.93g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.08g CO2 (first visit: 1.01g)

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

*61th percentile*

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

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

*85% efficient*

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

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/fec798fa-9384-4c42-8e32-3107a4787ef3*
