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

**Date:** April 4, 2026  
**URL:** https://www.bigcommerce.com  
**Overall Grade:** C (76/100)  
**Report:** https://beavercheck.com/results/e1b5d271-d8c4-4693-a415-ec5f55d5ace0

## Top Findings

1. **[CRITICAL]** Cookie 'bc_amplitude_experimentation' is missing the Secure flag — Security > Cookie Security
2. **[CRITICAL]** Cookie 'c_consent' is missing the Secure flag — Security > Cookie Security
3. **[CRITICAL]** Cookie 'originUrl' is missing the Secure flag — Security > Cookie Security
4. **[CRITICAL]** No <main> landmark found — Accessibility > Landmark Structure
5. **[CRITICAL]** No H1 heading found — Accessibility > Heading Hierarchy

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 22 |
| Accessibility | 93 |
| Best Practices | 96 |
| SEO | 61 |

---

## Security

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

*3 of 10 headers properly configured*

- **[WARNING]** HSTS max-age is too short (2592000s, 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'.
- **[WARNING]** X-Frame-Options header is missing — This header prevents clickjacking by controlling who can embed your page in a frame. Set it to DENY or SAMEORIGIN.
- **[PASS]** Referrer-Policy is properly configured
- **[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.
- **[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 187 days)
- **[PASS]** Certificate chain has 3 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 2 domain(s)
- **[PASS]** Certificate is issued by a trusted CA

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

*4 cookies analyzed, 6 checks passed*

- **[CRITICAL]** Cookie 'c_consent' is missing the Secure flag — Without the Secure flag, this cookie can be sent over unencrypted HTTP, exposing it to interception.
- **[WARNING]** Cookie 'c_consent' is missing the HttpOnly flag — Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
- **[PASS]** Cookie 'c_consent' has SameSite=Lax
- **[CRITICAL]** Cookie 'originUrl' is missing the Secure flag — Without the Secure flag, this cookie can be sent over unencrypted HTTP, exposing it to interception.
- **[WARNING]** Cookie 'originUrl' is missing the HttpOnly flag — Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
- **[PASS]** Cookie 'originUrl' has SameSite=Lax
- **[CRITICAL]** Cookie 'bc_amplitude_experimentation' is missing the Secure flag — Without the Secure flag, this cookie can be sent over unencrypted HTTP, exposing it to interception.
- **[WARNING]** Cookie 'bc_amplitude_experimentation' is missing the HttpOnly flag — Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
- **[PASS]** Cookie 'bc_amplitude_experimentation' has SameSite=Lax
- **[PASS]** Cookie '__cf_bm' has the Secure flag
- **[PASS]** Cookie '__cf_bm' has the HttpOnly flag
- **[PASS]** Cookie '__cf_bm' has SameSite=None

---

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

*No CORS headers*

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

---

## Performance

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

*2.7 MB transferred, 92 requests*

- **[WARNING]** Page weighs 7.2 MB (2.7 MB transferred)
- **[WARNING]** JavaScript is 763 KB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[INFO]** Fonts are 608 KB — consider subsetting or using system fonts — Subset fonts to include only used characters, or switch to system font stacks.
- **[INFO]** 92 HTTP requests
- **[INFO]** Estimated 0.56 g CO2 per page load

### Third-Party Impact (A — 85/100)

*36% third-party, 0 ms blocking*

- **[INFO]** Third-party code accounts for 36% of page weight (977.5 KiB of 2.7 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 — 80/100)

*9 images, 0 KB saveable*

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

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

*21250ms total JS execution*

- **[WARNING]** https://www.bigcommerce.com/_next/static/chunks/pa...: 9128ms CPU time
- **[WARNING]** https://www.bigcommerce.com/_next/static/chunks/fr...: 7869ms CPU time
- **[WARNING]** https://www.bigcommerce.com/: 2237ms CPU time
- **[WARNING]** Unattributable: 948ms CPU time
- **[WARNING]** https://www.bigcommerce.com/_next/static/chunks/75...: 634ms CPU time
- **[INFO]** Third-party scripts: 948ms (4% of total)

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

*15 fonts (608 KB)*

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

### JS Bundles (C — 60/100)

*43 scripts, 230 KB unused*

- **[WARNING]** https://www.bigcommerce.com/_next/static/chunks/pa...: 192 KB unused (47%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.bigcommerce.com/_next/static/chunks/75...: 38 KB unused (84%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 230 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)

*24 hints, 0 missing preconnects*

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

---

## Content Quality

### Links (F — 40/100)

*198 links checked, 141 healthy, 57 broken*

- **[CRITICAL]** 141 of 198 links are healthy
- **[WARNING]** Broken link: https://www.bigcommerce.com/mm/icons/favicon-16x16.png — Found in <link href>. Get "https://www.bigcommerce.com/mm/icons/favicon-16x16.png": context deadline exceeded
- **[WARNING]** Broken link: https://www.bigcommerce.com/mm/icons/favicon-32x32.png — Found in <link href>. Get "https://www.bigcommerce.com/mm/icons/favicon-32x32.png": context deadline exceeded
- **[WARNING]** Broken link: https://storage.googleapis.com/s.mkswft.com/RmlsZTozYTVlN... — Found in <link href>. Get "https://storage.googleapis.com/s.mkswft.com/RmlsZTozYTVlNmQwZi00OWUzLTRlY2YtOTVhZC0zZTVmNTAwMDJkNmY=/BigCommerce-logomark-whitebg.svg": context deadline exceeded
- **[WARNING]** Broken link: https://www.bigcommerce.com/mm/fonts/Gotham-BookItalic_We... — Found in <link href>. Get "https://www.bigcommerce.com/mm/fonts/Gotham-BookItalic_Web.woff2": context deadline exceeded
- **[WARNING]** Broken link: https://www.bigcommerce.com/mm/fonts/Gotham-Light_Web.woff2 — Found in <link href>. Get "https://www.bigcommerce.com/mm/fonts/Gotham-Light_Web.woff2": context deadline exceeded
- **[WARNING]** Broken link: https://www.bigcommerce.com/mm/fonts/Gotham-LightItalic_W... — Found in <link href>. Get "https://www.bigcommerce.com/mm/fonts/Gotham-LightItalic_Web.woff2": context deadline exceeded
- **[WARNING]** Broken link: https://www.bigcommerce.com/mm/fonts/Gotham-MediumItalic.otf — Found in <link href>. Get "https://www.bigcommerce.com/mm/fonts/Gotham-MediumItalic.otf": context deadline exceeded
- **[WARNING]** Broken link: https://www.bigcommerce.com/mm/fonts/Gotham-BoldItalic.otf — Found in <link href>. Get "https://www.bigcommerce.com/mm/fonts/Gotham-BoldItalic.otf": context deadline exceeded
- **[WARNING]** Broken link: https://www.bigcommerce.com/mm/fonts/Gotham-Medium_Web.woff2 — Found in <link href>. Get "https://www.bigcommerce.com/mm/fonts/Gotham-Medium_Web.woff2": context deadline exceeded
- **[WARNING]** Broken link: https://www.bigcommerce.com/mm/fonts/GothamCond-Bold_Web.... — Found in <link href>. Get "https://www.bigcommerce.com/mm/fonts/GothamCond-Bold_Web.woff2": context deadline exceeded
- **[WARNING]** Broken link: https://www.bigcommerce.com/mm/fonts/GothamCondensed-Medi... — Found in <link href>. Get "https://www.bigcommerce.com/mm/fonts/GothamCondensed-Medium.woff2": context deadline exceeded
- **[WARNING]** Broken link: https://www.bigcommerce.com/mm/fonts/GeistMono/GeistMono-... — Found in <link href>. Get "https://www.bigcommerce.com/mm/fonts/GeistMono/GeistMono-Light.ttf": context deadline exceeded
- **[WARNING]** Broken link: https://www.bigcommerce.com/mm/fonts/GeistMono/GeistMono-... — Found in <link href>. Get "https://www.bigcommerce.com/mm/fonts/GeistMono/GeistMono-Regular.ttf": context deadline exceeded
- **[WARNING]** Broken link: https://www.bigcommerce.com/mm/fonts/GeistMono/GeistMono-... — Found in <link href>. Get "https://www.bigcommerce.com/mm/fonts/GeistMono/GeistMono-Medium.ttf": context deadline exceeded
- **[WARNING]** Broken link: https://www.bigcommerce.com/mm/fonts/GeistMono/GeistMono-... — Found in <link href>. Get "https://www.bigcommerce.com/mm/fonts/GeistMono/GeistMono-Bold.ttf": context deadline exceeded
- **[WARNING]** Broken link: https://grow.bigcommerce.com — Found in <link href>. Get "https://grow.bigcommerce.com": context deadline exceeded
- **[WARNING]** Broken link: https://www.bigcommerce.com/dam.bigcommerce.com — Found in <link href>. Get "https://www.bigcommerce.com/dam.bigcommerce.com": context deadline exceeded
- **[WARNING]** Broken link: https://www.bigcommerce.com/cdn.segment.com — Found in <link href>. Get "https://www.bigcommerce.com/cdn.segment.com": context deadline exceeded
- **[WARNING]** Broken link: https://www.bigcommerce.com/munchkin.marketo.net — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://www.bigcommerce.com/www.googleadservices.com — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://www.bigcommerce.com/www.googletagmanager.com — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://www.bigcommerce.com/fast.wistia.com — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://www.bigcommerce.com/_next/static/chunks/4759-af48... — Found in <script src>. Get "https://www.bigcommerce.com/_next/static/chunks/4759-af481d2f627a72a9.js": context deadline exceeded
- **[WARNING]** Broken link: https://www.bigcommerce.com/_next/static/chunks/pages/%5B... — Found in <script src>. Get "https://www.bigcommerce.com/_next/static/chunks/pages/%5B%5B...path%5D%5D-0f732b0ebedefc32.js": context deadline exceeded
- **[WARNING]** Broken link: https://www.bigcommerce.com/_next/static/d2b1d0d/_buildMa... — Found in <script src>. Get "https://www.bigcommerce.com/_next/static/d2b1d0d/_buildManifest.js": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.makeswift.com/ — Found in <a href>. Get "https://www.makeswift.com/": context deadline exceeded
- **[CRITICAL]** Broken link: https://support.bigcommerce.com/ — Found in <a href>. Get "https://support.bigcommerce.com/": context deadline exceeded
- **[CRITICAL]** Broken link: https://developer.bigcommerce.com/ — Found in <a href>. Get "https://developer.bigcommerce.com/": context deadline exceeded
- **[CRITICAL]** Broken link: https://login.bigcommerce.com/login/ — Found in <a href>. Get "https://login.bigcommerce.com/login/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.bigcommerce.com/request-a-demo/ — Found in <a href>. Get "https://www.bigcommerce.com/request-a-demo/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.bigcommerce.com/platform/engage/ — Found in <a href>. Get "https://www.bigcommerce.com/platform/engage/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.bigcommerce.com/platform/attract/ — Found in <a href>. Get "https://www.bigcommerce.com/platform/attract/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.bigcommerce.com/platform/convert/ — Found in <a href>. Get "https://www.bigcommerce.com/platform/convert/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.bigcommerce.com/platform/expand/ — Found in <a href>. Get "https://www.bigcommerce.com/platform/expand/": context deadline exceeded
- **[WARNING]** Broken link: https://dam.bigcommerce.com/m/6fa150f45966756d/original/i... — Found in <img src>. Get "https://dam.bigcommerce.com/m/6fa150f45966756d/original/icon-navigation-why-bigcommerce-operate.svg": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.bigcommerce.com/services/launch/ — Found in <a href>. Get "https://www.bigcommerce.com/services/launch/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.bigcommerce.com/articles/ — Found in <a href>. Get "https://www.bigcommerce.com/articles/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.bigcommerce.com/resources/guides/ — Found in <a href>. Get "https://www.bigcommerce.com/resources/guides/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.bigcommerce.com/resources/webinars/ — Found in <a href>. Get "https://www.bigcommerce.com/resources/webinars/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.bigcommerce.com/make-it-big/podcast/ — Found in <a href>. Get "https://www.bigcommerce.com/make-it-big/podcast/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.bigcommerce.com/resources/reports/ — Found in <a href>. Get "https://www.bigcommerce.com/resources/reports/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.bigcommerce.com/events/ — Found in <a href>. Get "https://www.bigcommerce.com/events/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.bigcommerce.com/blog/ — Found in <a href>. Get "https://www.bigcommerce.com/blog/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.bigcommerce.com/case-study/ — Found in <a href>. Get "https://www.bigcommerce.com/case-study/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.bigcommerce.com/showcase/ — Found in <a href>. Get "https://www.bigcommerce.com/showcase/": context deadline exceeded
- **[CRITICAL]** Broken link: https://partners.bigcommerce.com/directory/ — Found in <a href>. Returns HTTP 406.
- **[WARNING]** Broken link: https://dam.bigcommerce.com/m/29eb9d85770910ee/original/l... — Found in <img src>. Get "https://dam.bigcommerce.com/m/29eb9d85770910ee/original/logo-mailchimp-color-circle-homepage-carousel.svg": context deadline exceeded
- **[WARNING]** Broken link: https://dam.bigcommerce.com/m/ae52a8f985d40d1/original/kl... — Found in <img src>. Get "https://dam.bigcommerce.com/m/ae52a8f985d40d1/original/klaviyo-logo.svg": context deadline exceeded
- **[WARNING]** Broken link: https://dam.bigcommerce.com/m/53c5b7bc17520f49/original/a... — Found in <img src>. Get "https://dam.bigcommerce.com/m/53c5b7bc17520f49/original/avalara-logo.svg": context deadline exceeded
- **[WARNING]** Broken link: https://dam.bigcommerce.com/m/465d8159869cc315/original/s... — Found in <img src>. Get "https://dam.bigcommerce.com/m/465d8159869cc315/original/shipperhq-logo.svg": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.bigcommerce.com/resources/reports/future-comm... — Found in <a href>. Get "https://www.bigcommerce.com/resources/reports/future-commerce-report-cdl-report/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.bigcommerce.com/press/ — Found in <a href>. Get "https://www.bigcommerce.com/press/": context deadline exceeded
- **[CRITICAL]** Broken link: https://investors.bigcommerce.com/?_ga=2.179512932.174576... — Found in <a href>. Get "https://investors.bigcommerce.com/?_ga=2.179512932.1745768724.1680545346-963162758.1680295371&_gl=1*1qil438*_ga*OTYzMTYyNzU4LjE2ODAyOTUzNzE.*_ga_WS2VZYPC6G*MTY4MDY2NjkyNi4xMS4xLjE2ODA2NjY5NzkuNy4wLjA.": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.bigcommerce.com/contact/ — Found in <a href>. Get "https://www.bigcommerce.com/contact/": context deadline exceeded
- **[CRITICAL]** Broken link: https://developer.bigcommerce.com/api-docs/ — Found in <a href>. Get "https://developer.bigcommerce.com/api-docs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.youtube.com/c/bigcommerce/ — Found in <a href>. Get "https://www.youtube.com/c/bigcommerce/": context deadline exceeded
- **[WARNING]** Broken link: https://storage.googleapis.com/s.mkswft.com/RmlsZToyOTllM... — Found in <meta og:image>. Get "https://storage.googleapis.com/s.mkswft.com/RmlsZToyOTllMzFlYS00OGI4LTQ4ZTAtOTA0Ny1kNzIxNTBkODNhMjE=/BigCommerce-Social-Image-Generic-Facebook.jpg": context deadline exceeded

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

*No mixed content detected — all resources use HTTPS.*

- **[PASS]** No mixed content detected — all resources use HTTPS

### Open Graph (C — 75/100)

*Open Graph tags are partially configured — some improvements recommended.*

- **[CRITICAL]** og:image is not reachable — The og:image URL could not be fetched. Social platforms won't be able to display it.
- **[WARNING]** Missing og:title — The og:title tag controls the title shown in 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 "Corporation" — unable to validate specific properties
- **[PASS]** Custom type "WebPage" — unable to validate specific properties
- **[PASS]** 3 JSON-LD blocks found

---

## Infrastructure

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

*2 A records, 5239 ms lookup*

- **[PASS]** Resolves to 2 IPv4 address(es)
- **[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'.
- **[WARNING]** DNS resolution is slow (5239 ms) — Slow DNS adds latency to every page load. Consider a faster DNS provider.

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

- **[PASS]** robots.txt is present
- **[PASS]** sitemap.xml is present
- **[PASS]** sitemap.xml is valid XML
- **[PASS]** sitemap.xml contains 576 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)

*bigcommerce.com — via SafeNames Ltd., 27 years, 6 months old, hosted on BIGCOMMERCE - Bigcommerce Inc., US*

- **[PASS]** Domain registered until Feb 8, 2028 (1 years, 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: SafeNames Ltd.
- **[PASS]** Hosting: BIGCOMMERCE - Bigcommerce Inc., US

---

## 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]** 4 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 (C — 60/100)

*2 of 7 expected legal pages detected*

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

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

*Copyright 2003 - 2026 BigCommerce Pty*

- **[PASS]** Copyright notice is up to date — Copyright notice is up to date: Copyright 2003 - 2026 BigCommerce Pty
- **[PASS]** Copyright holder: BigCommerce Pty

### Regulatory Indicators

*1 regulatory indicator(s) detected*

- **[INFO]** This is a technical scan, not a legal assessment — BeaverCheck detects technical indicators that may suggest regulatory relevance. This is not a compliance audit and should not be relied upon for legal decisions. Consult qualified legal counsel for compliance assessments.
- **[INFO]** GDPR indicators detected (strong confidence) — Indicators suggesting GDPR may be relevant: European TLD detected: .dk; Privacy policy page found. EU General Data Protection Regulation — governs collection and processing of personal data of EU residents.

### Third-Party Data Sharing

*1 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]** 1 third-party services across 1 categories — 1 third-party services detected across 1 categories: CDN (1). Each of these services receives some user data from your site visitors.
- **[INFO]** Cloudflare (CDN) — Detected via cookie name. Typically collects: IP address (transient), Request metadata. Privacy policy: https://www.cloudflare.com/privacypolicy/. Data Processing Agreement available.

### Compliance Badges (B — 70/100)

*1 compliance badge(s) detected*

- **[PASS]** TRUSTe / TrustArc badge detected — Found via body text: 'truste'. Note: the presence of a badge does not verify the certification is current or valid.

---

## Availability

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

*Cloudflare (DYNAMIC)*

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

### HTTP Caching (B — 70/100)

*public, max-age=0, must-revalidate*

- **[PASS]** Cache-Control header is set
- **[INFO]** No ETag or Last-Modified header — Conditional requests (304 Not Modified) are not possible without validators.

---

## Accessibility

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

*9 landmarks*

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

*16 headings, 1 skip(s)*

- **[CRITICAL]** No H1 heading found — Every page should have one H1 that describes the page content.
- **[WARNING]** Heading level skipped: H2 → H4 (missing H3) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.

### Alt Text Quality (B — 83/100)

*6 of 49 images have issues*

- **[WARNING]** 6 image(s) with generic alt text
- **[INFO]** 1 image(s) with alt text over 125 characters
- **[PASS]** 9 decorative image(s) correctly marked
- **[PASS]** 33 image(s) with good alt text

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

*No form controls*

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

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

*5 issue(s) across 171 links and 14 buttons*

- **[WARNING]** 5 link(s) with generic text — Generic link text like 'click here' doesn't describe the destination.
- **[WARNING]** 29 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[PASS]** 137 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 — 65/100)

*16 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]** SVG favicon detected — scales perfectly to any size
- **[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 — 15/100)

*No navigation patterns*

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

---

## SEO

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

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

*Title optimized*

- **[PASS]** Page title is set
- **[PASS]** Title length (42 chars) is optimal

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

*1189 words, Difficult*

- **[PASS]** Page has 1189 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 11)

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

*121 internal, 50 external*

- **[PASS]** 121 internal links (71%)
- **[PASS]** 97% of links use descriptive anchor text
- **[INFO]** 121 internal / 50 external links
- **[WARNING]** 3 internal links use generic anchor text

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

*49 images, 35 descriptive filenames*

- **[INFO]** 14 image(s) have hash/generic filenames

### Hreflang

*0 hreflang tags*


---

## Sustainability

### CO2 Per Page Load (B — 70/100)

*0.63g CO2 per view*

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

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

*Green (cdn)*

- **[PASS]** Cloudflare CDN uses renewable energy — Since most traffic is served through the CDN, the majority of data transfer energy is renewable.
- **[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)

*97% cached*

- **[PASS]** 97% reduction on repeat visits — Returning visitors download only 85 KB (vs 2732 KB first visit). 91 of 92 resources are served from browser cache, saving 0.61g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.02g CO2 (first visit: 0.63g)

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

*50th percentile*

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

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

*92% efficient*

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

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/e1b5d271-d8c4-4693-a415-ec5f55d5ace0*
