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

**Date:** April 8, 2026  
**URL:** https://flourist.com  
**Overall Grade:** C (75/100)  
**Report:** https://beavercheck.com/results/3c6c79e9-eb66-444b-ab78-166446b1e8b3

## Top Findings

1. **[CRITICAL]** Cookie '_shopify_s' is missing the Secure flag — Security > Cookie Security
2. **[CRITICAL]** Cookie '_shopify_y' is missing the Secure flag — Security > Cookie Security
3. **[CRITICAL]** Cookie 'cart_currency' is missing the Secure flag — Security > Cookie Security
4. **[CRITICAL]** Cookie 'localization' is missing the Secure flag — Security > Cookie Security
5. **[CRITICAL]** 1 link(s) with no accessible text — Accessibility > Link & Button Quality

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 46 |
| Accessibility | 82 |
| Best Practices | 73 |
| SEO | 85 |

---

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

*7 cookies analyzed, 13 checks passed*

- **[CRITICAL]** Cookie 'localization' is missing the Secure flag — Without the Secure flag, this cookie can be sent over unencrypted HTTP, exposing it to interception.
- **[WARNING]** Cookie 'localization' is missing the HttpOnly flag — Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
- **[PASS]** Cookie 'localization' has SameSite=Lax
- **[CRITICAL]** Cookie 'cart_currency' is missing the Secure flag — Without the Secure flag, this cookie can be sent over unencrypted HTTP, exposing it to interception.
- **[WARNING]** Cookie 'cart_currency' is missing the HttpOnly flag — Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
- **[PASS]** Cookie 'cart_currency' has SameSite=Lax
- **[CRITICAL]** Cookie '_shopify_y' is missing the Secure flag — Without the Secure flag, this cookie can be sent over unencrypted HTTP, exposing it to interception.
- **[WARNING]** Cookie '_shopify_y' is missing the HttpOnly flag — Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
- **[PASS]** Cookie '_shopify_y' has SameSite=Lax
- **[CRITICAL]** Cookie '_shopify_s' is missing the Secure flag — Without the Secure flag, this cookie can be sent over unencrypted HTTP, exposing it to interception.
- **[WARNING]** Cookie '_shopify_s' is missing the HttpOnly flag — Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
- **[PASS]** Cookie '_shopify_s' has SameSite=Lax
- **[PASS]** Cookie '_shopify_essential' has the Secure flag
- **[PASS]** Cookie '_shopify_essential' has the HttpOnly flag
- **[PASS]** Cookie '_shopify_essential' has SameSite=Lax
- **[PASS]** Cookie '_shopify_analytics' has the Secure flag
- **[PASS]** Cookie '_shopify_analytics' has the HttpOnly flag
- **[PASS]** Cookie '_shopify_analytics' has SameSite=Lax
- **[PASS]** Cookie '_shopify_marketing' has the Secure flag
- **[PASS]** Cookie '_shopify_marketing' has the HttpOnly flag
- **[PASS]** Cookie '_shopify_marketing' has SameSite=Lax

---

## Advanced Security

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

*0 of 37 external resources have SRI*

- **[WARNING]** External script from cdn.nfcube.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdn1.stamped.io lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdn-stamped-io.azureedge.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 connect.facebook.net lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from shop.app lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static.klaviyo.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from cdn.shopify.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdn.shopify.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdn.shopify.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdn.shopify.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdn.shopify.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdn.shopify.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.gameball.co lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static-tracking.klaviyo.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static-tracking.klaviyo.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static-tracking.klaviyo.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static.klaviyo.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static.klaviyo.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static.klaviyo.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static.klaviyo.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static.klaviyo.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static.klaviyo.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static.klaviyo.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static.klaviyo.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static-tracking.klaviyo.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static.klaviyo.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static.klaviyo.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static.klaviyo.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static-tracking.klaviyo.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static-tracking.klaviyo.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.gameball.co lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.gameball.co lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdnjs.cloudflare.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from instafeed.nfcube.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdn.shopify.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.

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

*3.7 MB transferred, 246 requests*

- **[WARNING]** Page weighs 7.8 MB (3.7 MB transferred)
- **[WARNING]** JavaScript is 1.2 MB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[WARNING]** 246 HTTP requests — consider bundling or reducing — Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
- **[INFO]** Estimated 0.78 g CO2 per page load

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

*38% third-party, 0 ms blocking*

- **[INFO]** Third-party code accounts for 38% of page weight (1.4 MiB of 3.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 — 75/100)

*37 images, 0 KB saveable*

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

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

*17077ms total JS execution*

- **[WARNING]** https://flourist.com/: 8687ms CPU time
- **[WARNING]** https://flourist.com/cdn/shop/t/50/assets/theme.js...: 1888ms CPU time
- **[WARNING]** https://assets.gameball.co/widget/js/gameball.widg...: 1862ms CPU time
- **[WARNING]** Unattributable: 1647ms CPU time
- **[WARNING]** https://flourist.com/cdn/wpm/b0e8c7c7aw41bd75a1p83...: 542ms CPU time
- **[INFO]** Third-party scripts: 4955ms (29% of total)

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

*14 fonts (293 KB)*

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

### JS Bundles (D — 40/100)

*117 scripts, 368 KB unused*

- **[WARNING]** https://assets.gameball.co/widget/js/gameball.widg...: 87 KB unused (61%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://flourist.com/cdn/shop/t/50/assets/theme.js...: 62 KB unused (67%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=GT-PLF...: 62 KB unused (46%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://connect.facebook.net/en_US/fbevents.js: 33 KB unused (35%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://cdn.shopify.com/extensions/019d681e-7fde-7...: 30 KB unused (67%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 368 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)

*6 hints, 0 missing preconnects*

- **[PASS]** Page uses 6 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)

*198 links checked, 156 healthy, 42 broken*

- **[CRITICAL]** 156 of 198 links are healthy
- **[WARNING]** Broken link: https://fonts.shopify.com — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://cdn-stamped-io.azureedge.net/files/widget.min.js?... — Found in <script src>. Get "https://cdn-stamped-io.azureedge.net/files/widget.min.js?shop=grain-inc.myshopify.com": resolve cdn-stamped-io.azureedge.net: lookup cdn-stamped-io.azureedge.net on 1.1.1.1:53: no such host
- **[WARNING]** Broken link: https://monorail-edge.shopifysvc.com — Found in <link href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://flourist.com/collections/baking-cook-books — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/collections/sourdough-books — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/collections/books-for-cooking — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/collections/best-selling-cook-books — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/collections/classes — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/pages/our-story — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/pages/flour — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/pages/our-farmers — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/products/gift-card — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/blogs/recipes — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/account — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/collections/all — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/products/whole-grain-red-spring-whea... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/products/whole-grain-red-fife-flour — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/products/sifted-marquis-wheat-flour — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/products/whole-grain-marquis-wheat-f... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/products/organic-durum-00-flour — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/products/organic-whole-grain-einkorn... — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/products/specialty-flour-bundle — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/products/kabuli-chickpeas — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/products/brass-measuring-spoon-set — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/products/organic-rolled-oats — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/products/brass-measuring-cup-set — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/products/french-lentils — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/products/farro — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/products/wheat-berries — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/products/golden-quinoa — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/blogs/press — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/pages/reviews — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/pages/apply-for-a-wholesale-account — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/pages/local-delivery-rates — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/pages/faq — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/blogs/journal-1 — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/pages/contact-us — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://www.instagram.com/flourist/ — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/pages/privacy-policy — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https://flourist.com/pages/terms-of-service — Found in <a href>. Returns HTTP 429.
- **[WARNING]** Broken link: https://flourist.com/web-pixels@0e8c7c7aw41bd75a1p837d7fd... — Found in <iframe src>. Returns HTTP 429.
- **[WARNING]** Broken link: https://flourist.com/web-pixels@0e8c7c7aw41bd75a1p837d7fd... — Found in <iframe src>. Returns HTTP 429.

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

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

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

### Open Graph (B — 85/100)

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

- **[WARNING]** Missing og:image — The og:image tag provides a preview image for social sharing.
- **[INFO]** og:title is long (61 characters) — Titles over 60 characters may be truncated in social sharing previews.

### 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.
- **[PASS]** 2 JSON-LD blocks found

---

## Infrastructure

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

*1 A records, 194 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]** 2 nameserver(s) configured
- **[PASS]** 5 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: 194 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 8 URLs*

- **[PASS]** robots.txt is present
- **[PASS]** sitemap.xml is present
- **[PASS]** sitemap.xml is valid XML
- **[PASS]** sitemap.xml contains 8 entries
- **[PASS]** Sitemap index with 8 child sitemaps
- **[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: non-www)
- **[PASS]** HTTP correctly 301-redirects to HTTPS

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

*flourist.com — via NameCheap, Inc., 26 years, 6 months old, hosted on Cloudflare*

- **[PASS]** Domain registered until Feb 18, 2027 (10 months remaining)
- **[INFO]** DNSSEC is not enabled — DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.
- **[PASS]** Registrar: NameCheap, Inc.
- **[PASS]** Hosting: Cloudflare

---

## Compliance

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

*No testable criteria*


### Cookie Consent & Privacy (A+ — 100/100)

*privacy policy found*

- **[PASS]** Privacy policy link found
- **[PASS]** Terms of service link found
- **[INFO]** No cookie consent banner detected
- **[PASS]** 7 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+ — 100/100)

*Lang attribute + Content-Language header*

- **[PASS]** <html lang> attribute is present
- **[PASS]** <html lang> value is valid
- **[PASS]** Content-Language header is set
- **[PASS]** Language signals are consistent

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

*6 trackers detected*

- **[INFO]** 6 third-party trackers detected — Found 4 analytics, 0 advertising, 1 marketing, 1 tag manager trackers.

---

## Legal

### Legal Page Ecosystem (C — 60/100)

*2 of 7 expected legal pages detected*

- **[PASS]** Privacy Policy detected — Found at /pages/privacy-policy, linked from footer.
- **[PASS]** Terms of Service detected — Found at /pages/terms-of-service, 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 (C — 55/100)

*No copyright notice detected*

- **[INFO]** No copyright notice detected — No copyright notice detected in the page content. While not legally required in most jurisdictions (copyright exists automatically), a notice is standard practice and signals site ownership.

### Regulatory Indicators

*1 regulatory indicator(s) detected*

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

### Third-Party Data Sharing

*3 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]** 3 third-party services across 3 categories — 3 third-party services detected across 3 categories: Analytics (1), Advertising (1), CDN (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]** 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]** Cloudflare (CDN) — Detected via script URL. 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: GRU)
- **[INFO]** CDN cache status: DYNAMIC

### HTTP Caching (F — 35/100)

*No cache headers*

- **[WARNING]** No Cache-Control header found — Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.
- **[PASS]** ETag present — enables conditional (304) responses

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

*5 landmarks*

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

### Heading Hierarchy (B — 75/100)

*6 headings, 1 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: H2 → H6 (missing H3) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.

### Alt Text Quality (F — 30/100)

*22 of 179 images have issues*

- **[CRITICAL]** 22 image(s) missing alt attribute — Images without alt text are invisible to screen readers.
- **[CRITICAL]** 21 image-in-link without alt text — An image inside a link with no alt creates an empty link.
- **[PASS]** 150 decorative image(s) correctly marked
- **[PASS]** 7 image(s) with good alt text

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

*All 6 controls labeled*

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

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

*2 issue(s) across 175 links and 90 buttons*

- **[CRITICAL]** 1 link(s) with no accessible text — Links without text are announced as raw URLs by screen readers.
- **[WARNING]** 1 link(s) with generic text — Generic link text like 'click here' doesn't describe the destination.
- **[CRITICAL]** 21 image-only link(s) without alt text
- **[WARNING]** 3 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[PASS]** 149 link(s) with descriptive text

---

## UX

### 404 Error Page (A — 90/100)

*HTTP 404, custom page*

- **[PASS]** Correct 404 status code returned
- **[PASS]** Custom styled 404 page
- **[PASS]** Navigation links present on 404 page
- **[PASS]** Homepage link present on 404 page
- **[PASS]** Search form present on 404 page

### Favicon & Branding (F — 15/100)

*1 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
- **[INFO]** No apple-touch-icon detected — iOS devices use this when users add your site to their home screen. Add <link rel='apple-touch-icon' sizes='180x180' href='/apple-touch-icon.png'>.

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

*Not found*

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

### Dark Mode Support (D — 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 — 35/100)

*1 navigation pattern(s)*

- **[PASS]** Skip navigation link detected
- **[PASS]** 2 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: 4 chars*

- **[PASS]** Page title is set
- **[WARNING]** Title is only 4 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)

*1038 words, Fairly Difficult*

- **[PASS]** Page has 1038 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: Fairly Difficult (grade 9)

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

*164 internal, 11 external*

- **[PASS]** 164 internal links (94%)
- **[PASS]** 99% of links use descriptive anchor text
- **[INFO]** 164 internal / 11 external links

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

*179 images, 150 descriptive filenames*

- **[INFO]** 29 image(s) have hash/generic filenames
- **[INFO]** 22 image(s) missing alt text — see Accessibility tab

### Hreflang

*0 hreflang tags*


---

## Sustainability

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

*0.88g CO2 per view*

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

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

*Green (both)*

- **[PASS]** Both hosting and CDN use renewable energy
- **[INFO]** Amazon Web Services: 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)

*97% cached*

- **[PASS]** 97% reduction on repeat visits — Returning visitors download only 114 KB (vs 3790 KB first visit). 242 of 246 resources are served from browser cache, saving 0.85g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.03g CO2 (first visit: 0.88g)

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

*57th percentile*

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

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

*90% efficient*

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

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/3c6c79e9-eb66-444b-ab78-166446b1e8b3*
