# BeaverCheck Audit Report — https://www.nike.com

**Date:** April 4, 2026  
**URL:** https://www.nike.com  
**Overall Grade:** C (71/100)  
**Report:** https://beavercheck.com/results/4ddbcb24-ff24-401e-baf5-063ebdd869d6

## Top Findings

1. **[CRITICAL]** Cookie 'at_lp_exp' is missing the Secure flag — Security > Cookie Security
2. **[CRITICAL]** Cookie 'geoloc' is missing the Secure flag — Security > Cookie Security
3. **[CRITICAL]** Page weighs 42.5 MB (18.3 MB transferred) — Performance > Page Weight Budget
4. **[CRITICAL]** 18 control(s) without accessible label — Accessibility > Form Accessibility
5. **[CRITICAL]** 33 image-only link(s) without alt text — Accessibility > Link & Button Quality

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 25 |
| Accessibility | 79 |
| Best Practices | 77 |
| SEO | 85 |

---

## Security

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

*4 of 10 headers properly configured*

- **[WARNING]** HSTS max-age is too short (2628000s, should be ≥ 31536000s) — A short max-age leaves a window for downgrade attacks. Set max-age to at least 31536000 (1 year).
- **[WARNING]** X-Content-Type-Options header is missing — This header prevents MIME-type sniffing, which can lead to XSS attacks. Set it to 'nosniff'.
- **[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.
- **[PASS]** Permissions-Policy is set
- **[PASS]** Content-Security-Policy is present
- **[WARNING]** Cross-Origin-Opener-Policy header is missing — COOP isolates your browsing context, preventing cross-origin side-channel attacks. Set to 'same-origin'.
- **[WARNING]** Cross-Origin-Embedder-Policy header is missing — COEP prevents loading cross-origin resources without explicit permission. Required for SharedArrayBuffer and high-resolution timers.
- **[WARNING]** X-Powered-By header reveals technology stack — This header discloses server technology (e.g. Express, PHP), helping attackers target known vulnerabilities. Remove it.
- **[PASS]** Server header is present without version info

### Content Security Policy (B — 70/100)

*2 of 10 CSP checks passed*

- **[INFO]** Raw CSP policy
- **[WARNING]** default-src directive is missing — default-src provides a fallback for other directives. Set it to restrict default resource loading.
- **[INFO]** No script-src or default-src to check for 'unsafe-inline'
- **[INFO]** No script-src or default-src to check for 'unsafe-eval'
- **[INFO]** No script-src or default-src to check for wildcard
- **[PASS]** object-src falls back to default-src
- **[WARNING]** base-uri directive is missing — Without base-uri, attackers can inject a <base> tag to hijack relative URLs. Set it to 'self' or 'none'.
- **[PASS]** frame-ancestors directive is set
- **[WARNING]** form-action directive is missing — form-action restricts where forms can submit data, preventing form hijacking.
- **[INFO]** upgrade-insecure-requests is not set — This directive upgrades HTTP resources to HTTPS automatically, preventing mixed content.

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

*TLS 1.3, 7 checks passed*

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

### Cookie Security (D — 40/100)

*5 cookies analyzed, 5 checks passed*

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

---

## Advanced Security

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

*0 of 4 external resources have SRI*

- **[WARNING]** External link from static-assets.nike.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from s.go-mpulse.net lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static-assets.nike.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from nikeconsumerservices.my.site.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 (C — 60/100)

*3 directives, 5 missing*

- **[INFO]** ch-ua-model=("https://sdk-api-v1.singular.net")
- **[INFO]** ch-ua-platform-version=("https://sdk-api-v1.singular.net")
- **[INFO]** ch-ua-full-version-list=("https://sdk-api-v1.singular.net")
- **[INFO]** camera not restricted — Consider adding camera=() to block camera access from embedded content.
- **[INFO]** microphone not restricted — Consider adding microphone=() to block microphone access from embedded content.
- **[INFO]** geolocation not restricted — Consider adding geolocation=() to block geolocation access from embedded content.
- **[INFO]** payment not restricted — Consider adding payment=() to block payment access from embedded content.
- **[INFO]** usb not restricted — Consider adding usb=() to block usb access from embedded content.

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

*No CORS headers*

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

---

## Performance

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

*18.3 MB transferred, 301 requests*

- **[CRITICAL]** Page weighs 42.5 MB (18.3 MB transferred)
- **[WARNING]** JavaScript is 3.9 MB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[INFO]** Fonts are 212 KB — consider subsetting or using system fonts — Subset fonts to include only used characters, or switch to system font stacks.
- **[WARNING]** 301 HTTP requests — consider bundling or reducing — Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
- **[INFO]** Estimated 3.8 g CO2 per page load

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

*89% third-party, 0 ms blocking*

- **[WARNING]** Third-party code accounts for 89% of page weight (16.3 MiB of 18.3 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)

*42 images, 0 KB saveable*

- **[WARNING]** https://static.nike.com/a/images/w_144,c_limit/3ae... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://static.nike.com/a/images/w_144,c_limit/5c2... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://static.nike.com/a/images/w_144,c_limit/89d... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://static.nike.com/a/images/w_144,c_limit/983... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://static.nike.com/a/images/w_144,c_limit/49c... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://static.nike.com/a/images/w_144,c_limit/9ef... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://static.nike.com/a/images/w_144,c_limit/676... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://static.nike.com/a/images/w_144,c_limit/086... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]**  is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://static.nike.com/a/images/w_144,c_limit/9fe... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://static.nike.com/a/images/w_144,c_limit/9b3... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://static.nike.com/a/images/w_144,c_limit/cc5... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://static.nike.com/a/images/w_144,c_limit/5e4... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://static.nike.com/a/images/w_144,c_limit/f65... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://static.nike.com/a/images/w_144,c_limit/253... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://static.nike.com/a/images/w_960,c_limit/373... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://static.nike.com/a/images/w_144,c_limit/164... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://static.nike.com/a/images/w_144,c_limit/77b... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.

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

*27372ms total JS execution*

- **[WARNING]** https://www.nike.com/149e9513-01fa-4fb0-aad4-566af...: 4496ms CPU time
- **[WARNING]** https://www.nike.com/assets/vendor/react/18.3.1/re...: 4063ms CPU time
- **[WARNING]** Unattributable: 3741ms CPU time
- **[WARNING]** https://www.nike.com/: 3535ms CPU time
- **[WARNING]** https://static-assets.nike.com/video-player/2.2.0/...: 1306ms CPU time
- **[INFO]** Third-party scripts: 9886ms (36% of total)

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

*5 fonts (212 KB)*

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

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

*133 scripts, 922 KB unused*

- **[WARNING]** https://static-assets.nike.com/video-player/2.2.0/...: 84 KB unused (45%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-QTVT...: 64 KB unused (38%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtag/destination?...: 60 KB unused (42%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=DC-417...: 60 KB unused (47%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://analytics.tiktok.com/i18n/pixel/static/mai...: 60 KB unused (57%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 922 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)

*14 hints, 0 missing preconnects*

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

---

## Content Quality

### Links (B — 80/100)

*200 links checked, 196 healthy, 4 broken*

- **[CRITICAL]** 196 of 200 links are healthy
- **[WARNING]** Broken link: https://web.nike.com/ — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://api.segment.io/ — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://api.nike.com — Found in <link href>. Returns HTTP 503.
- **[WARNING]** Broken link: https://analytics.nike.com/ — Found in <link href>. Returns HTTP 400.

### 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 (16 characters) — Ideal length is 25–60 characters for social sharing previews.

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

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

- **[INFO]** Missing recommended property "description" for WebSite — Adding "description" can improve how search engines display your content.
- **[PASS]** Custom type "WebPage" — unable to validate specific properties
- **[PASS]** 3 JSON-LD blocks found

---

## Infrastructure

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

*1 A records, 34 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
- **[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: 34 ms

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

*No redirects — direct access*

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

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

*No IPv6 support*

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

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

*robots.txt present, sitemap with 113 URLs*

- **[PASS]** robots.txt is present
- **[PASS]** sitemap.xml is present
- **[PASS]** sitemap.xml is valid XML
- **[PASS]** sitemap.xml contains 113 entries
- **[PASS]** robots.txt references sitemap

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

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

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

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

*nike.com — via MarkMonitor Inc., 31 years, 6 months old, hosted on AWS*

- **[PASS]** Domain registered until Mar 5, 2028 (1 years, 11 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: MarkMonitor Inc.
- **[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
- **[PASS]** 5 cookie(s) set on initial load (functional)
- **[INFO]** This is an automated check, not legal advice — BeaverCheck detects technical indicators of consent management. This does not constitute a legal compliance assessment. Consult a privacy professional for GDPR/CCPA compliance.

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

*Lang attribute present*

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

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

*Font sizes and tap targets checked*


### Viewport Configuration (A+ — 100/100)

*Viewport properly configured*

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

---

## Legal

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

*2 of 7 expected legal pages detected*

- **[WARNING]** Privacy Policy not detected — No link matching common Privacy Policy URL patterns or link text was found. Most websites are expected to have a Privacy Policy, especially those collecting user data.
- **[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.
- **[PASS]** Accessibility Statement detected — Found at https://www.nike.com/accessibility#introduction.
- **[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.
- **[PASS]** Refund / Returns Policy detected — Found at https://www.nike.com/help/a/returns-policy.
- **[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 Nike*

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

### 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]** ADA indicators detected (moderate confidence) — Indicators suggesting ADA may be relevant: Accessibility statement page found. Americans with Disabilities Act / Section 508 — requires digital accessibility for people with disabilities.
- **[INFO]** HIPAA indicators detected (weak confidence) — Indicators suggesting HIPAA may be relevant: Text mentions: phi. Health Insurance Portability and Accountability Act — protects sensitive patient health information.

### Third-Party Data Sharing

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

*Akamai*

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

### HTTP Caching (A+ — 95/100)

*max-age=822 (13 minutes)*

- **[PASS]** Cache-Control header is set
- **[PASS]** Effective TTL: 13 minutes (max-age=822)
- **[PASS]** ETag present — enables conditional (304) responses

---

## Accessibility

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

*15 landmarks*

- **[PASS]** <main> landmark present
- **[PASS]** 6 <nav> landmark(s) found
- **[PASS]** All <nav> elements are properly labeled
- **[PASS]** Skip navigation link present

### Heading Hierarchy (C — 55/100)

*114 headings, 2 skip(s)*

- **[WARNING]** Multiple H1 headings (2 found) — A page should have only one H1. Multiple H1s dilute the document outline.
- **[WARNING]** Heading level skipped: H1 → H3 (missing H2) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
- **[WARNING]** Heading level skipped: H1 → H4 (missing H2) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
- **[WARNING]** 1 empty heading(s) — Empty headings appear in the document outline but provide no information.

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

*All 53 images OK*

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

### Form Accessibility (C — 55/100)

*18 of 23 controls have issues*

- **[CRITICAL]** 18 control(s) without accessible label — Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
- **[PASS]** 5 control(s) properly labeled

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

*5 issue(s) across 567 links and 69 buttons*

- **[WARNING]** 1 link(s) with generic text — Generic link text like 'click here' doesn't describe the destination.
- **[CRITICAL]** 33 image-only link(s) without alt text
- **[CRITICAL]** 4 button(s) with no accessible text
- **[PASS]** 533 link(s) with descriptive text

---

## UX

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

*HTTP 404, custom page*

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

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

*8 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 (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 — 35/100)

*1 navigation pattern(s)*

- **[PASS]** Skip navigation link detected
- **[PASS]** 6 navigation landmark(s) detected
- **[PASS]** Hamburger menu detected (responsive design)

---

## SEO

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

*Properly configured*

- **[PASS]** Canonical tag present
- **[PASS]** Canonical is self-referencing
- **[PASS]** Canonical matches final URL after redirects
- **[PASS]** Canonical target returns 200

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

*Title: 26 chars*

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

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

*1672 words, Very Difficult*

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

### Internal Links (B — 75/100)

*533 internal, 34 external*

- **[PASS]** 533 internal links (94%)
- **[PASS]** 100% of links use descriptive anchor text
- **[INFO]** Page has 567 links — consider reducing
- **[INFO]** 533 internal / 34 external links
- **[WARNING]** 1 internal links use generic anchor text
- **[WARNING]** 5 internal links have no anchor text

### Image SEO (B — 80/100)

*53 images, 10 descriptive filenames*

- **[WARNING]** 81% of images have non-descriptive filenames — Search engines use filenames as a signal. Rename to descriptive names like 'team-photo.jpg'.

### Hreflang

*0 hreflang tags*


---

## Sustainability

### CO2 Per Page Load (F — 15/100)

*5.19g CO2 per view*

- **[CRITICAL]** 5.19g CO2 per page view — This page transfers 18.3 MB, producing an estimated 5.19g of CO2 per visit using the Sustainable Web Design model (v4). Breakdown: data center 0.96g, network 0.90g, end-user device 3.33g.
- **[INFO]** At 10,000 monthly views: 623.3 kg CO2/year — With 10,000 page views per month, this page would generate approximately 623.3 kg of CO2 annually — equivalent to charging 77911 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]** Akamai: Committed to 50% renewable by 2030
- **[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)

*99% cached*

- **[PASS]** 99% reduction on repeat visits — Returning visitors download only 161 KB (vs 18781 KB first visit). 292 of 301 resources are served from browser cache, saving 5.15g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.04g CO2 (first visit: 5.19g)

### Carbon Budget (F — 15/100)

*95th percentile*

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

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

*95% efficient*

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

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/4ddbcb24-ff24-401e-baf5-063ebdd869d6*
