# BeaverCheck Audit Report — https://itunes.apple.com

**Date:** April 21, 2026  
**URL:** https://itunes.apple.com  
**Overall Grade:** C (77/100)  
**Report:** https://beavercheck.com/results/b1426ffb-9512-4d19-bb18-94f99fb18489

## Top Findings

1. **[CRITICAL]** Content-Security-Policy header is missing — Security > Security Headers
2. **[CRITICAL]** No Content-Security-Policy header found — Security > Content Security Policy
3. **[CRITICAL]** 1 link(s) with no accessible text — Accessibility > Link & Button Quality
4. **[WARNING]** 40 third-party resources (100% of weight) — Performance > Page Weight Inventory
5. **[WARNING]** Cross-Origin-Embedder-Policy header is missing — Security > Security Headers

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 58 |
| Accessibility | 97 |
| Best Practices | 100 |
| SEO | 92 |

---

## Security

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

*3 of 10 headers properly configured*

- **[PASS]** Strict-Transport-Security is properly configured (consider adding preload)
- **[WARNING]** X-Content-Type-Options header is missing — This header prevents MIME-type sniffing, which can lead to XSS attacks. Set it to 'nosniff'.
- **[PASS]** X-Frame-Options is properly configured
- **[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
- **[WARNING]** Server header reveals version information — The Server header discloses the software version, aiding attackers in targeting known vulnerabilities. Remove the version number.

### 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 119 days)
- **[PASS]** Certificate chain has 2 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 72 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 (A+ — 100/100)

*No external resources*

- **[PASS]** No external resources to protect

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

*No DMARC*

- **[WARNING]** No DMARC record found — Without DMARC, email receivers have no policy for handling authentication failures.

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

*1.4 MB transferred, 41 requests*

- **[PASS]** Page weighs 2.4 MB (1.4 MB transferred)
- **[INFO]** Fonts are 728 KB — consider subsetting or using system fonts — Subset fonts to include only used characters, or switch to system font stacks.
- **[PASS]** 41 HTTP requests
- **[INFO]** Estimated 0.29 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.4 MiB of 1.4 MiB)
- **[PASS]** Third-party blocking time is low (0 ms)

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

*All text resources are compressed*

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

### Image Optimization (B — 75/100)

*7 images, 0 KB saveable*

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

### JS Execution Cost (C — 60/100)

*1608ms total JS execution*

- **[WARNING]** https://www.apple.com/api-www/global-elements/glob...: 419ms CPU time
- **[WARNING]** https://www.apple.com/metrics/ac-analytics/2.29.1/...: 278ms CPU time
- **[INFO]** https://www.apple.com/metrics/ac-analytics/2.29.1/...: 206ms CPU time
- **[INFO]** Unattributable: 204ms CPU time
- **[INFO]** https://www.apple.com/itunes/: 195ms CPU time
- **[WARNING]** Third-party scripts: 1608ms (100% of total)

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

*10 fonts (728 KB)*

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

### JS Bundles (B — 80/100)

*9 scripts, 97 KB unused*

- **[WARNING]** https://www.apple.com/api-www/global-elements/glob...: 56 KB unused (35%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.apple.com/metrics/ac-analytics/2.29.1/...: 41 KB unused (40%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 97 KB

### Resource Caching (A+ — 100/100)

*All resources properly cached*

- **[PASS]** No caching issues found

### Critical Rendering Path (A+ — 100/100)

*No render-blocking resources*

- **[PASS]** No render-blocking resources detected

### Resource Hints (A+ — 100/100)

*No optimization needed*

- **[PASS]** No resource hint issues

### Page Weight Inventory (C — 55/100)

*41 resources · 1.4 MB · 97 KB savings available*

- **[WARNING]** Page weight 397 KB over 1MB target
- **[INFO]** ~97 KB of savings available
- **[WARNING]** 40 third-party resources (100% of weight)

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

*No render-blocking resources detected*

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

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

*No third-party resources detected*


---

## Content Quality

### Links (F — 40/100)

*200 links checked, 73 healthy, 127 broken*

- **[CRITICAL]** 73 of 200 links are healthy
- **[WARNING]** Broken link: https://itunes.apple.com/api-www/global-elements/global-h... — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://itunes.apple.com/ac/globalfooter/8/en_US/styles/a... — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://itunes.apple.com/ac/localnav/9/styles/ac-localnav... — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://itunes.apple.com/wss/fonts?families=SF+Pro,v2|SF+... — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://itunes.apple.com/v/itunes/home/l/built/styles/mai... — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://itunes.apple.com/v/itunes/home/l/built/styles/ove... — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://itunes.apple.com/v/itunes/home/l/built/scripts/he... — Found in <script src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://itunes.apple.com/ac/localeswitcher/4/es_ES/styles... — Found in <link href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/store — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/buy_mac — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/buy_ipad — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/buy_iphone — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/buy_watch — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/buy_vision — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/airpods/accessories — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/buy_accessories — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/retail/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/order/list — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/trade_in — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/payment_plan — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/personal_setup — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/special_deals — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/educationrouting — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/retail/business/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/eppstore/veteransan... — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/r/store/government/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/mac/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/macbook-neo/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/macbook-air/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/macbook-pro/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/imac/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/mac-mini/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/mac-studio/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/displays/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/mac/compare/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/mac/mac-does-that/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/mac/best-mac/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/mac/accessories — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/applecare/?filter=mac — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/os/macos/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/apple-intelligence/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/apps/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/apple-creator-studio/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/macos/continuity/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/icloud/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/business/mac/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/education/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/ipad/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/ipad-pro/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/ipad-air/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/ipad-11/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/ipad-mini/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/apple-pencil/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/ipad-keyboards/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/ipad/compare/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/ipad/accessories — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/applecare/?filter=ipad — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/os/ipados/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/iphone/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/iphone-17-pro/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/iphone-air/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/iphone-17/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/iphone-17e/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/buy_iphone/iphone_16 — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/iphone/compare/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/iphone/switch/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/iphone/accessories — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/buy_iphone/carrier_... — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/applecare/?filter=iphone — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/os/ios/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/privacy/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/wallet/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/siri/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/watch/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/apple-watch-series-11/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/apple-watch-se-3/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/apple-watch-ultra-3/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/apple-watch-nike/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/apple-watch-hermes/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/watch/compare/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/watch/why-apple-watch/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/watch/bands — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/watch/accessories — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/applecare/?filter=watch — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/os/watchos/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/apple-watch-for-your-kids/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/apple-fitness-plus/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/apple-vision-pro/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/apple-vision-pro/specs/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/vision/accessories — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/retail/instore-shopping-session/... — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/applecare/?filter=apple-vision-pro — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/os/visionos/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/business/enterprise/apple-vision... — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/airpods/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/airpods-4/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/airpods-pro/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/airpods-max/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/airpods/compare/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/accessories/all_acc... — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/applecare/?filter=headphones — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/airpods-pro/hearing-health/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/apple-music/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/tv-home/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/apple-tv-4k/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/homepod-2nd-generation/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/homepod-mini/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/buy_tv/apple_tv_4k — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/buy_homepod/homepod — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/buy_homepod/homepod... — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/product/MW5G3 — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/smart_home/accessories — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/applecare/?filter=tv — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/applecare/?filter=homepod — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/apple-tv-app/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/apple-tv/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/home-app/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/airplay/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/entertainment/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/services/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/apple-one/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/apple-arcade/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/apple-news/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/apple-podcasts/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/apple-books/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/app-store/ — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://itunes.apple.com/us/shop/goto/accessories/all_acc... — 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 (A — 90/100)

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

- **[CRITICAL]** og:image is not reachable — The og:image URL could not be fetched. Social platforms won't be able to display it.
- **[INFO]** og:title is short (6 characters) — Ideal length is 25–60 characters for social sharing previews.

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

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


---

## Infrastructure

### DNS Records (B — 75/100)

*1 A records, 32 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 5 IPv6 (AAAA) record(s)
- **[WARNING]** CNAME record at zone apex — A CNAME at the zone apex can break MX and NS records. Use ALIAS/ANAME or A records instead.
- **[INFO]** No NS records found
- **[INFO]** No MX records — email not configured via DNS
- **[INFO]** CAA records not checked — CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.
- **[INFO]** No SPF record found in TXT records — SPF helps prevent email spoofing. Add a TXT record starting with 'v=spf1'.
- **[PASS]** DNS resolution time: 32 ms

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

*1 redirect(s), 414 ms total*

- **[PASS]** Single redirect
- **[INFO]** WWW normalization redirect
- **[INFO]** Cross-domain redirect detected

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

*IPv6 reachable (3 ms)*

- **[PASS]** IPv6 is configured and reachable at 2a02:26f0:2380:6b7::2a1, 2a02:26f0:2380:692::2a1, 2a02:26f0:2380:6b3::2a1, 2a02:26f0:2380:6a2::2a1, 2a02:26f0:2380:6ba::2a1

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

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

- **[WARNING]** HTTP→HTTPS redirect uses 302 instead of 301

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

*apple.com — via Nom-iq Ltd. dba COM LAUDE, 39 years, 8 months old*

- **[PASS]** Domain registered until Feb 20, 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: Nom-iq Ltd. dba COM LAUDE
- **[WARNING]** Registrar lock is NOT enabled — The domain can be transferred without an unlock step. Enable registrar lock (clientTransferProhibited) in your registrar's control panel to protect against unauthorized or accidental transfers.

---

## Compliance

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

*No testable criteria*


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

*No consent signals detected*

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

### Language & i18n (A — 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)

*2 trackers detected*

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

- **[INFO]** 2 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 /privacy/.
- **[PASS]** Terms of Service detected — Found at /legal/privacy/, 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/assistive-technologies/.
- **[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)

*© 2026 Apple Inc*

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

### 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]** ADA indicators detected (moderate confidence) — Indicators suggesting ADA may be relevant: Accessibility statement page found. Americans with Disabilities Act / Section 508 — requires digital accessibility for people with disabilities.

### Third-Party Data Sharing

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

*no-transform, max-age=0*

- **[PASS]** Cache-Control header is set
- **[PASS]** Last-Modified header present

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

---

## Accessibility

### Landmark Structure (B — 80/100)

*8 landmarks*

- **[PASS]** <main> landmark present
- **[PASS]** 3 <nav> landmark(s) found
- **[PASS]** All <nav> elements are properly labeled
- **[INFO]** No banner (header) 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+ — 100/100)

*57 headings*

- **[PASS]** Single H1 present

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

*No images*

- **[PASS]** No images on this page

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

*All 1 controls labeled*

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

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

*1 issue(s) across 304 links and 33 buttons*

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

---

## UX

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

*HTTP 404, bare page*

- **[PASS]** Correct 404 status code returned
- **[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 (F — 15/100)

*1 icon(s) detected*

- **[PASS]** favicon.ico present at site root
- **[INFO]** No apple-touch-icon detected — iOS devices use this when users add your site to their home screen. Add <link rel='apple-touch-icon' sizes='180x180' href='/apple-touch-icon.png'>.

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

*1 navigation pattern(s)*

- **[PASS]** Breadcrumb navigation detected
- **[PASS]** 3 navigation landmark(s) detected
- **[PASS]** Hamburger menu detected (responsive design)

---

## 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
- **[PASS]** Title and H1 are well-aligned

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

*1740 words, Difficult*

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

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

*260 internal, 44 external*

- **[PASS]** 260 internal links (86%)
- **[PASS]** 100% of links use descriptive anchor text
- **[INFO]** Page has 304 links — consider reducing
- **[INFO]** 260 internal / 44 external links

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

*No images*

- **[PASS]** No images on this page

### Hreflang

*0 hreflang tags*


---

## Sustainability

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

*0.39g CO2 per view*

- **[PASS]** 0.39g CO2 per page view — This page transfers 1.4 MB, producing an estimated 0.39g of CO2 per visit using the Sustainable Web Design model (v4). Breakdown: data center 0.07g, network 0.07g, end-user device 0.25g.
- **[INFO]** At 10,000 monthly views: 47.2 kg CO2/year — With 10,000 page views per month, this page would generate approximately 47.2 kg of CO2 annually — equivalent to charging 5894 smartphones.

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

*Unknown*

- **[INFO]** Hosting provider could not be identified — Without knowing the provider, we cannot determine their energy sourcing. Check with your hosting provider about their renewable energy commitments.
- **[INFO]** Green hosting status based on known provider commitments — Green hosting detection uses a curated database of provider renewable energy commitments. This is not a real-time verification. For authoritative checks, visit thegreenwebfoundation.org.

### Repeat Visit Weight (A+ — 100/100)

*98% cached*

- **[PASS]** 98% reduction on repeat visits — Returning visitors download only 29 KB (vs 1421 KB first visit). 40 of 41 resources are served from browser cache, saving 0.38g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.01g CO2 (first visit: 0.39g)

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

*29th percentile*

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

### Transfer Efficiency (A+ — 100/100)

*93% efficient*

- **[PASS]** Transfer efficiency: 93% — Only 97 KB of potential savings identified. Your page is well-optimized for size.

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/b1426ffb-9512-4d19-bb18-94f99fb18489*
