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

**Date:** April 8, 2026  
**URL:** https://gymshark.com  
**Overall Grade:** C (74/100)  
**Report:** https://beavercheck.com/results/5a24563b-ba72-4248-937b-348204ca472e

## Top Findings

1. **[CRITICAL]** Page weighs 63.7 MB (53.9 MB transferred) — Performance > Page Weight Budget
2. **[CRITICAL]** 30 button(s) with no accessible text — Accessibility > Link & Button Quality
3. **[CRITICAL]** 42 image(s) missing alt attribute — Accessibility > Alt Text Quality
4. **[CRITICAL]** 66 image-only link(s) without alt text — Accessibility > Link & Button Quality
5. **[WARNING]** 174 HTTP requests — consider bundling or reducing — Performance > Page Weight Budget

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 25 |
| Accessibility | 69 |
| Best Practices | 96 |
| SEO | 92 |

---

## Security

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

*5 of 10 headers properly configured*

- **[WARNING]** HSTS max-age is too short (7889238s, should be ≥ 31536000s) — A short max-age leaves a window for downgrade attacks. Set max-age to at least 31536000 (1 year).
- **[PASS]** X-Content-Type-Options is properly configured
- **[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.
- **[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.
- **[PASS]** X-Powered-By header is not present
- **[PASS]** Server header is present without version info

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

*3 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.
- **[PASS]** upgrade-insecure-requests is enabled

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

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

*1 cookies analyzed, 3 checks passed*

- **[PASS]** Cookie '_shopify_essential' has the Secure flag
- **[PASS]** Cookie '_shopify_essential' has the HttpOnly flag
- **[PASS]** Cookie '_shopify_essential' has SameSite=Lax

---

## Advanced Security

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

*0 of 12 external resources have SRI*

- **[WARNING]** External script from widget.intercom.io lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.googletagmanager.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.googletagmanager.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from connect.facebook.net lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from connect.facebook.net lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.googletagmanager.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.googletagmanager.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.googletagmanager.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from jssdkcdns.mparticle.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from web-assets.stylitics.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdn.cookielaw.org lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdn.cookielaw.org 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+ — 100/100)

*DMARC: reject*

- **[PASS]** DMARC policy is reject — strongest 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 — 0/100)

*53.9 MB transferred, 174 requests*

- **[CRITICAL]** Page weighs 63.7 MB (53.9 MB transferred)
- **[WARNING]** Images are 4.7 MB — compress or use modern formats — Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
- **[WARNING]** JavaScript is 3.2 MB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[WARNING]** 174 HTTP requests — consider bundling or reducing — Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
- **[INFO]** Estimated 11.3 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 (53.9 MiB of 53.9 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)

*91 images, 0 KB saveable*

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

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

*27394ms total JS execution*

- **[WARNING]** https://www.gymshark.com/: 8821ms CPU time
- **[WARNING]** https://www.gymshark.com/_next/static/chunks/frame...: 5046ms CPU time
- **[WARNING]** https://www.gymshark.com/_next/static/chunks/pages...: 3193ms CPU time
- **[WARNING]** Unattributable: 3127ms CPU time
- **[WARNING]** https://www.googletagmanager.com/gtm.js?id=GTM-WQX...: 1746ms CPU time
- **[WARNING]** Third-party scripts: 27394ms (100% of total)

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

*11 fonts (117 KB)*

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

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

*31 scripts, 1.8 MB unused*

- **[WARNING]** https://www.gymshark.com/_next/static/chunks/pages...: 660 KB unused (62%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://10ef4229c7d0.edge.sdk.awswaf.com/10ef4229c...: 261 KB unused (52%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://js.intercomcdn.com/frame-modern.c43524e8.j...: 122 KB unused (64%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtag/destination?...: 112 KB unused (65%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://js.intercomcdn.com/vendor-modern.df860bed....: 86 KB unused (60%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 1.8 MB

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

*8 hints, 0 missing preconnects*

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

### 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, 148 healthy, 52 broken*

- **[CRITICAL]** 148 of 200 links are healthy
- **[WARNING]** Broken link: https://no.gymshark.com — Found in <link href>. Get "https://no.gymshark.com": context deadline exceeded
- **[WARNING]** Broken link: https://gymshark.com/apple-touch-icon.png — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/apple-touch-icon-120x120.png — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/images/favicon.png — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/images/favicon_32x32.webp — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/images/favicon_16x16.webp — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/site.webmanifest — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/images/safari-pinned-tab.svg — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://images.ctfassets.net/ — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/css/99cbd927d89e141c.css — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/css/1b661f300e7d7ea4.css — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/css/ea9ef98d1678b66f.css — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/chunks/polyfills-42372e... — Found in <script src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/chunks/webpack-9fc57e44... — Found in <script src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/chunks/framework-37ae32... — Found in <script src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/chunks/main-14141c13f4b... — Found in <script src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/chunks/pages/_app-77dac... — Found in <script src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/chunks/6123-8120cf7a775... — Found in <script src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/chunks/pages/index-b8b2... — Found in <script src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/EtGc9AS9TiFGNca-9gfEl/_... — Found in <script src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/EtGc9AS9TiFGNca-9gfEl/_... — Found in <script src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/chunks/pages/collection... — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/image?url=https%3A%2F%2Fcdn.gy... — Found in <img src>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://www.gymshark.com/collections/joggers/mens — Found in <a href>. Get "https://www.gymshark.com/collections/joggers/mens": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.gymshark.com/collections/bottoms/mens — Found in <a href>. Get "https://www.gymshark.com/collections/bottoms/mens": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.gymshark.com/collections/zip-jackets/mens — Found in <a href>. Get "https://www.gymshark.com/collections/zip-jackets/mens": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.gymshark.com/collections/outerwear/mens — Found in <a href>. Get "https://www.gymshark.com/collections/outerwear/mens": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.gymshark.com/collections/base-layers/mens — Found in <a href>. Get "https://www.gymshark.com/collections/base-layers/mens": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.gymshark.com/collections/keychains — Found in <a href>. Get "https://www.gymshark.com/collections/keychains": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.gymshark.com/collections/graphic-socks — Found in <a href>. Get "https://www.gymshark.com/collections/graphic-socks": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.gymshark.com/collections/top-rated/womens — Found in <a href>. Get "https://www.gymshark.com/collections/top-rated/womens": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.gymshark.com/collections/black-staples/womens — Found in <a href>. Get "https://www.gymshark.com/collections/black-staples/womens": context deadline exceeded
- **[WARNING]** Broken link: https://gymshark.com/_next/static/media/us.bc5e2f3b.svg — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/media/au.af6092ad.svg — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/media/bh.e78579ab.svg — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/media/ca.6f9bb158.svg — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/media/dk.cc6607c3.svg — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/media/de.06a14dfa.svg — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/media/eu.7dbe46d4.svg — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/media/fi.dab03e1f.svg — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/media/fr.a558faec.svg — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/media/kw.9cbcc1f0.svg — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/media/nl.921fe938.svg — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/media/no.3bc19e6e.svg — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/media/om.73d488c3.svg — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/media/qa.525db127.svg — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/media/row.dcf5b72d.svg — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/media/sa.1b8d0fb0.svg — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/media/ch.3f68d1ce.svg — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/media/se.1a982cee.svg — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/media/ae.e6ab1bab.svg — Found in <img src>. Returns HTTP 404.
- **[WARNING]** Broken link: https://gymshark.com/_next/static/media/gb.2a5cd462.svg — Found in <img src>. 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.

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

*2 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.
- **[INFO]** Missing recommended property "potentialAction" for WebSite — Adding "potentialAction" can improve how search engines display your content.
- **[PASS]** 2 JSON-LD blocks found

---

## Infrastructure

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

*1 A records, 76 ms lookup*

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

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

*1 redirect(s), 475 ms total*

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

### 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 14 URLs*

- **[PASS]** robots.txt is present
- **[PASS]** sitemap.xml is present
- **[PASS]** sitemap.xml is valid XML
- **[PASS]** sitemap.xml contains 14 entries
- **[PASS]** Sitemap index with 14 child sitemaps
- **[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)

*gymshark.com — via MarkMonitor Inc., 14 years, 9 months old, hosted on Cloudflare*

- **[PASS]** Domain registered until Sep 16, 2026 (5 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: Cloudflare

---

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

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

*Lang attribute present*

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

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

*Font sizes and tap targets checked*


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

*Viewport properly configured*

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

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

*12 trackers detected*

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

---

## Legal

### Legal Page Ecosystem (F — 30/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.
- **[PASS]** Cookie Policy detected — Found at https://www.gymshark.com/pages/cookie-policy, linked from footer.
- **[PASS]** Accessibility Statement detected — Found at /pages/commitment-to-accessibility.
- **[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 | Gymshark Limited | All Rights Reserved*

- **[PASS]** Copyright notice is up to date — Copyright notice is up to date: © 2026 | Gymshark Limited | All Rights Reserved
- **[PASS]** Copyright holder: | Gymshark Limited |

### Regulatory Indicators

*3 regulatory indicator(s) detected*

- **[INFO]** This is a technical scan, not a legal assessment — BeaverCheck detects technical indicators that may suggest regulatory relevance. This is not a compliance audit and should not be relied upon for legal decisions. Consult qualified legal counsel for compliance assessments.
- **[INFO]** GDPR indicators detected (strong confidence) — Indicators suggesting GDPR may be relevant: Consent management platform detected: cookielaw.org; 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 link found: Accessibility Statement. 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

*4 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]** 4 third-party services across 4 categories — 4 third-party services detected across 4 categories: Analytics (1), Tag Management (1), Advertising (1), Customer Support (1). Each of these services receives some user data from your site visitors.
- **[INFO]** Google Analytics (Analytics) — Detected via script URL. Typically collects: Page views, User behavior, Demographics, Device info, IP address. Privacy policy: https://policies.google.com/privacy. Data Processing Agreement available.
- **[INFO]** Google Tag Manager (Tag Management) — Detected via script URL. Typically collects: Orchestrates other tracking scripts, Page views. Privacy policy: https://policies.google.com/privacy. Data Processing Agreement available.
- **[INFO]** Facebook Pixel (Advertising) — Detected via script URL. Typically collects: Page views, Conversions, User behavior, Ad targeting. Privacy policy: https://www.facebook.com/privacy/policy. Data Processing Agreement available.
- **[INFO]** Intercom (Customer Support) — Detected via script URL. Typically collects: User identity, Chat transcripts, Page views. Privacy policy: https://www.intercom.com/legal/privacy. Data Processing Agreement available.

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

*0 compliance badge(s) detected*

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

---

## Availability

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

*Cloudflare (DYNAMIC)*

- **[PASS]** Site is served via Cloudflare CDN (edge: SJC)
- **[INFO]** CDN cache status: DYNAMIC

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

*no-store (uncacheable)*

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

### Transport Security (A — 85/100)

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

- **[PASS]** HTTP/3 (QUIC) supported — The server advertises HTTP/3 via Alt-Svc for faster connections on mobile networks.
- **[WARNING]** HSTS max-age is short: 91 days — HSTS max-age should be at least 1 year (31536000 seconds).
- **[INFO]** HSTS missing includeSubDomains — Without includeSubDomains, HSTS only protects the exact domain.
- **[PASS]** TLS 1.3 in use (fastest handshake, 1-RTT)

---

## Accessibility

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

*13 landmarks*

- **[PASS]** <main> landmark present
- **[PASS]** 1 <nav> landmark(s) found
- **[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 (F — 25/100)

*160 headings, 5 skip(s)*

- **[PASS]** Single H1 present
- **[WARNING]** Heading level skipped: H3 → H5 (missing H4) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
- **[WARNING]** Heading level skipped: H3 → H5 (missing H4) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
- **[WARNING]** Heading level skipped: H4 → H6 (missing H5) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
- **[WARNING]** Heading level skipped: H2 → H5 (missing H3) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
- **[WARNING]** Heading level skipped: H3 → H5 (missing H4) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.

### Alt Text Quality (C — 60/100)

*42 of 279 images have issues*

- **[CRITICAL]** 42 image(s) missing alt attribute — Images without alt text are invisible to screen readers.
- **[PASS]** 134 decorative image(s) correctly marked
- **[PASS]** 103 image(s) with good alt text

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

*No form controls*

- **[PASS]** No form controls on this page

### Link & Button Quality (D — 48/100)

*30 issue(s) across 404 links and 122 buttons*

- **[CRITICAL]** 66 image-only link(s) without alt text
- **[WARNING]** 14 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[CRITICAL]** 30 button(s) with no accessible text
- **[PASS]** 324 link(s) with descriptive text

---

## UX

### 404 Error Page (D — 50/100)

*HTTP 404, custom page*

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

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

*5 icon(s) detected*

- **[WARNING]** No favicon.ico at site root — Some older browsers, bookmark tools, and RSS readers look for /favicon.ico. Add one as a fallback.
- **[PASS]** HTML icon links detected
- **[PASS]** Apple touch icon present
- **[PASS]** Multiple icon sizes detected

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

*Not found*

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

### Dark Mode Support (D — 45/100)

*Theme color only*

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

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

*No print styles*

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

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

*No navigation patterns*

- **[PASS]** 1 navigation landmark(s) detected
- **[PASS]** Hamburger menu detected (responsive design)
- **[INFO]** No breadcrumbs, search, or skip link detected — These navigation aids help users orient themselves and find content efficiently, especially on large sites.

---

## SEO

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

*Minor issues*

- **[PASS]** Canonical tag present
- **[WARNING]** Canonical does not match final URL (https://us.checkout.gymshark.com/)
- **[INFO]** Canonical points to a different domain

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

*Title optimized*

- **[PASS]** Page title is set
- **[PASS]** Title length (55 chars) is optimal
- **[PASS]** Title and H1 are well-aligned

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

*2726 words, Difficult*

- **[PASS]** Page has 2726 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: Difficult (grade 13)

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

*42 internal, 362 external*

- **[PASS]** 42 internal links (10%)
- **[PASS]** 100% of links use descriptive anchor text
- **[INFO]** Page has 404 links — consider reducing
- **[INFO]** 42 internal / 362 external links

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

*279 images, 134 descriptive filenames*

- **[WARNING]** 52% of images have non-descriptive filenames — Search engines use filenames as a signal. Rename to descriptive names like 'team-photo.jpg'.
- **[INFO]** 42 image(s) missing alt text — see Accessibility tab

### Hreflang

*0 hreflang tags*


---

## Sustainability

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

*12.76g CO2 per view*

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

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

*Green (both)*

- **[PASS]** Both hosting and CDN use renewable energy
- **[INFO]** Next.js: Verified by the Green Web Foundation
- **[INFO]** Cloudflare: 100% renewable energy for global network since 2019
- **[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)

*100% cached*

- **[PASS]** 100% reduction on repeat visits — Returning visitors download only 97 KB (vs 55185 KB first visit). 172 of 174 resources are served from browser cache, saving 12.73g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.02g CO2 (first visit: 12.76g)

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

*95th percentile*

- **[WARNING]** 12.76g 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)

*97% efficient*

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

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/5a24563b-ba72-4248-937b-348204ca472e*
