# BeaverCheck Audit Report — https://astrowealth.store

**Date:** May 8, 2026  
**URL:** https://astrowealth.store  
**Overall Grade:** C (76/100)  
**Report:** https://beavercheck.com/results/29e8e5ba-2f45-4ecd-b819-e4ad94bd4a60

## 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 'localization' is missing the Secure flag — Security > Cookie Security
4. **[CRITICAL]** Page weighs 14.8 MB (12.1 MB transferred) — Performance > Page Weight Budget
5. **[CRITICAL]** 1 link(s) with no accessible text — Accessibility > Link & Button Quality

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 58 |
| Accessibility | 89 |
| 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
- **[INFO]** Domain is not in the Chrome HSTS preload list (status: unknown) — Submit your domain to hstspreload.org to close the trust-on-first-use gap. Requires a preload-ready HSTS header (max-age=31536000+, includeSubDomains, preload).

### 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.
- **[INFO]** OCSP stapling not enabled — Without stapling, the browser performs a separate OCSP roundtrip on first connection -- adding latency and leaking the visited host to the CA. Enable OCSP stapling on your TLS server.
- **[PASS]** Certificate is valid (expires in 36 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)

*6 cookies analyzed, 12 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 '_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

### WAF / Bot Protection (A — 90/100)

*Cloudflare*

- **[PASS]** Cloudflare detected — Detected via: cf-ray: 9f8669921e6c6f8d-CDG

### security.txt (C — 60/100)

*No security.txt file found*

- **[INFO]** No security.txt file found — security.txt (RFC 9116) provides a standardized way for security researchers to report vulnerabilities. Create one at /.well-known/security.txt with at least a Contact field.

### Cross-Origin Tab Safety (C — 75/100)

*1 of 3 new-tab link(s) missing rel=noopener*

- **[WARNING]** 1 link(s) open in a new tab without rel=noopener — Without rel="noopener", the destination tab can navigate the original tab via window.opener -- a reverse-tabnabbing phishing primitive. Modern browsers default to noopener since Chrome 88 / Firefox 79 / Safari 12.1, but explicit rel="noopener noreferrer" remains the documented best practice for older browsers, in-app webviews, and security scanners.

### CSP Inline-Style Readiness (D — 60/100)

*803 inline style attribute(s) detected*

- **[WARNING]** 803 inline style attribute(s) detected — Each `style=""` attribute forces `style-src 'unsafe-inline'` in any Content-Security-Policy, which negates most of CSP's XSS-mitigation value. 803 inline style(s) is high. Affected element types include: div, aside, slideshow-slide, header-drawer, nav. Move styles to a stylesheet; use CSS custom properties for runtime-dynamic values; or adopt a nonce/hash CSP policy. Most teams take the stylesheet path because it's also a maintainability win.

### Trusted Types (XSS Sink Hardening) (B — 95/100)

*Trusted Types not enabled*

- **[INFO]** Trusted Types not enabled — Trusted Types (CSP3) is a Chrome 83+ defense that requires DOM-XSS sinks (innerHTML, document.write, eval, ...) to receive a typed-and-sanitized value rather than a raw string. Adding `Content-Security-Policy: require-trusted-types-for 'script'; trusted-types default` neutralizes most DOM-XSS even when a payload reaches a sink. Adoption is currently ~0.1% of pages so this is informational; a roll-out usually starts in report-only mode.

### Open Redirect Surface (B — 90/100)

*1 link(s) carry redirect-shaped query parameter(s)*

- **[INFO]** 1 link(s) carry redirect-shaped query parameter(s) — Heuristic flag -- whether each endpoint actually permits an arbitrary redirect target depends on server-side validation. Audit the listed paths' redirect-target handling: the endpoint should either (a) restrict to a relative path, (b) restrict to an allowlisted host set, or (c) sign the target. Open redirects power phishing flows (the attacker's URL begins with your trusted domain) and bypass some SSRF-mitigation cookie scoping. Common parameter names flagged: redirect, redirect_uri, redirect_url, redirecturl, return, returnto, return_to, returnurl, return_url, next, nexturl, next_url, continue, goto, dest, destination, forward, target, url, u, r.

### Subdomain Inventory Exposure (A+ — 100/100)

*No risky subdomain names in certificate SANs*

- **[PASS]** No risky subdomain names in certificate SANs

---

## Advanced Security

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

*0 of 8 external resources have SRI*

- **[WARNING]** External script from www.clarity.ms lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from pdp.gokwik.co 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 link from cdn.shopify.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 link from cdnjs.cloudflare.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.

### 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 — 20/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 after monitoring DMARC reports.
- **[INFO]** No DKIM detected via common selectors — DKIM signs outbound mail to prove origin. We probed common selectors (default, google, selector1, etc.) without finding a record. If you use a non-standard selector, this is a false negative.
- **[INFO]** MTA-STS not configured — MTA-STS forces inbound mail to use TLS, preventing downgrade attacks. Requires both a TXT record at _mta-sts.<domain> and a policy file at https://mta-sts.<domain>/.well-known/mta-sts.txt.
- **[INFO]** TLS-RPT not configured — TLS-RPT (RFC 8460) lets MTAs report TLS-handshake failures, so you can detect and fix MTA-STS misconfigurations. Add a TXT record at _smtp._tls.<domain>.

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

*12.1 MB transferred, 171 requests*

- **[CRITICAL]** Page weighs 14.8 MB (12.1 MB transferred)
- **[WARNING]** Images are 2.1 MB — compress or use modern formats — Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
- **[WARNING]** 171 HTTP requests — consider bundling or reducing — Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
- **[INFO]** Estimated 2.5 g CO2 per page load

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

*4% third-party, 0 ms blocking*

- **[INFO]** Third-party code accounts for 4% of page weight (436.1 KiB of 12.1 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)

*53 images, 0 KB saveable*

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

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

*4383ms total JS execution*

- **[WARNING]** https://astrowealth.store/: 1753ms CPU time
- **[WARNING]** Unattributable: 1623ms CPU time
- **[WARNING]** https://scripts.clarity.ms/0.8.62/clarity.js: 558ms CPU time
- **[INFO]** https://astrowealth.store/cdn/shopifycloud/importm...: 248ms CPU time
- **[INFO]** https://pdp.gokwik.co/merchant-integration/build/m...: 138ms CPU time
- **[WARNING]** Third-party scripts: 2382ms (54% of total)

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

*7 fonts (54 KB)*

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

### JS Bundles (A+ — 100/100)

*89 scripts, 36 KB unused*

- **[WARNING]** https://pdp.gokwik.co/build/gokwik.js?build=0.1.0: 36 KB unused (88%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 36 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)

*15 hints, 0 missing preconnects*

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

### HTTP/3 (QUIC) (A+ — 100/100)

*HTTP/3 advertised via Alt-Svc*

- **[PASS]** HTTP/3 (QUIC) is supported — First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.

### Compression Algorithm (C — 70/100)

*Main response served uncompressed*

- **[INFO]** Main HTML response has no Content-Encoding (uncompressed) — The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.

### LCP Image Preload (A+ — 100/100)

*LCP preload audit not available*

- **[PASS]** LCP image preload audit not available for this scan

### Main HTML Cache-Control (B — 80/100)

*No Cache-Control header on main HTML response*

- **[INFO]** Main HTML response has no Cache-Control header — Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.

### Server-Timing Observability (A+ — 100/100)

*18 Server-Timing entries advertised*

- **[PASS]** Server-Timing header advertises 18 timing entries

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

*171 resources · 12.1 MB · 36 KB savings available*

- **[WARNING]** Page weight 12.1 MB exceeds 1 MB target by 11.1 MB
- **[INFO]** 46 third-party resources (4% of weight)
- **[INFO]** 1 resources over 200KB

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

*189 links checked, 123 healthy, 66 broken*

- **[CRITICAL]** 123 of 189 links are healthy
- **[WARNING]** Broken link: https://astrowealth.store/ — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://astrowealth.store/hi — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://astrowealth.store/bn — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://astrowealth.store/te — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://astrowealth.store/ta — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://monorail-edge.shopifysvc.com — Found in <link href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://astrowealth.store/collections/best-seller — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/collections/all — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/collections/bracelet — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/collections/zodiac-bracelets — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/collections/pyrite-bracelet — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/collections/money-bracelets — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/collections/rose-quartz-bracelets — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/collections/karungali-bracelet — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/collections/wellbeing-bracelets — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/collections/rudraksha — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/collections/pyramid — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/collections/other-spiritual-items — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/products/astrowealth-raw-pyrite... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/products/7-horses-raw-pyrite-frame — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/products/raw-pyrite-stone — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/products/pyrite-ganesha-idol — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/products/money-magnet-pyrite-py... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/products/karungali-bracelet — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/products/karungali-malai-mala — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/pages/free-lucky-bracelet-calcu... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/pages/love-or-arrange-marriage-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/pages/marriage-destiny — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/blogs/blog — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/customer_authentication/login?r... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/account — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/account/addresses — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/customer_authentication/redirec... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/collections/pyrite — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/collections/karungali — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/products/dhan-yog-bracelet — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/products/dhan-yog-bracelet-lab-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/products/pyrite-bracelet — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/products/laxmi-yantra-pyramid-90mm — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/products/love-money-bracelet — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/products/money-magnet-pyramid — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/products/selenite-charging-plate — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/products/laxmi-yantra-pyramid-75mm — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/products/annapurna-pyramid — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/products/orgonite-pyramid-rose-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/collections/money-collection — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/collections/love — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/collections/growth — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/collections/protection — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/collections/evil-eye-bracelet — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/collections/health — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/collections/natural-stone-brace... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/products/pyrite-evil-eye-bracelet — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/products/citrine-bracelet — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/products/money-magnet-bracelet — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/blogs/blog/7-horse-photo-frame-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/blogs/blog/top-12-benefits-of-w... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/blogs/blog/dhan-yog-bracelet-be... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/blogs/blog/7-horse-pyrite-photo... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/pages/about-us — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/pages/cancellation-return-policy — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/pages/privacy-policy — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/pages/shipping-policy — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/pages/terms-conditions — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/pages/contact — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://astrowealth.store/blogs/blog/dhan-yog-meaning-sig... — Found in <a href>. Returns HTTP 403.

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

*1 HTTP resource(s) loaded on HTTPS page*

- **[WARNING]** HTTP meta loaded on HTTPS page — Modern browsers block or warn about HTTP resources on HTTPS pages. Change the URL to use HTTPS.

### Open Graph (A+ — 100/100)

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

- **[INFO]** og:title is long (69 characters) — Titles over 60 characters may be truncated in social sharing previews.
- **[INFO]** og:description is long (209 characters) — Descriptions over 200 characters may be truncated in social sharing previews.

### Structured Data (C — 40/100)

*No structured data (JSON-LD) found.*

- **[INFO]** No structured data (JSON-LD) found — Adding structured data helps search engines understand your content and can enable rich results.

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

*No images to analyze*


### Autoplay Media (B — 90/100)

*2 autoplay media element(s) -- all muted*

- **[INFO]** 2 autoplay media element(s) on page (muted) — Autoplay video transfers bytes whether the user engages or not -- a sustainability concern even when muted. Consider replacing with a static poster image and a click-to-play overlay; the user opts in to the bandwidth cost.

---

## Infrastructure

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

*1 A records, 48 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]** 2 mail exchanger(s) configured
- **[PASS]** SPF record present in TXT
- **[PASS]** DNS resolution time: 48 ms

### Subdomain Takeover (A+ — 100/100)

*No subdomain takeover risk detected*

- **[PASS]** No CNAME record present

### DNSSEC (B — 80/100)

*Unsigned (DNSSEC not deployed)*

- **[INFO]** DNSSEC is not deployed — The zone is not DNSSEC-signed. Users on validating resolvers (Cloudflare 1.1.1.1, Quad9 9.9.9.9, growing default in mobile resolvers) get no protection against DNS spoofing for this domain. Most registrars now offer DNSSEC at a single click; consider enabling it for sites where authenticity matters (banking, healthcare, government).

### CAA Records (B — 80/100)

*No CAA records (any CA may issue certificates)*

- **[INFO]** No CAA records published — Without CAA records, any publicly-trusted CA can issue certificates for this domain. Adding a CAA record (`yourdomain. IN CAA 0 issue "letsencrypt.org"`) restricts issuance to CAs you authorize. Required by CAB Forum baseline since 2017; the default of 'any CA' is widely supported but is the broader attack surface for issuance fraud.

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

*0/1 IPs match cert SAN*

- **[INFO]** PTR for 23.227.38.32 does not match any cert SAN: myshopify.com — Common when behind a CDN or shared hosting (PTR points at the provider's hostname). Mismatch can also affect mail deliverability if this IP sends email -- many MTAs reject mail when forward+reverse DNS disagree.

### Multi-Resolver DNS Speed (A+ — 100/100)

*Mean 22ms across 3 resolvers (spread 22ms)*

- **[PASS]** Quad9: 11ms
- **[PASS]** Cloudflare: 22ms
- **[PASS]** Google: 33ms

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

*0 redirect(s), 67 ms total*


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

*no robots.txt, no sitemap*

- **[INFO]** No robots.txt found — robots.txt is optional but recommended. It tells search engine crawlers which pages to index.
- **[INFO]** No sitemap.xml found — A sitemap helps search engines discover and index your pages more efficiently.

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

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

- **[PASS]** HTTP correctly 301-redirects to HTTPS

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

*astrowealth.store — via GoDaddy.com, LLC, 8 months old, hosted on Cloudflare*

- **[PASS]** Domain registered until Sep 1, 2026 (3 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: GoDaddy.com, LLC
- **[WARNING]** Registrar lock is NOT enabled — The domain can be transferred without an unlock step. Enable registrar lock (clientTransferProhibited) in your registrar's control panel to protect against unauthorized or accidental transfers.
- **[PASS]** Hosting: Cloudflare

---

## Compliance

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

*No testable criteria*


### Cookie Consent & Privacy (C — 60/100)

*privacy policy found*

- **[PASS]** Privacy policy link found
- **[PASS]** Terms of service link found
- **[INFO]** No cookie consent banner detected
- **[CRITICAL]** 5 non-essential cookie(s) set without consent banner — Unrecognized (treated as non-essential): localization, _shopify_s, _shopify_essential, _shopify_analytics, _shopify_marketing
- **[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

### Accessibility Statement (B — 70/100)

*No accessibility statement detected*

- **[WARNING]** No accessibility statement detected — Sites are increasingly expected to publish an accessibility statement. Required by EU Web Accessibility Directive 2016/2102 for public-sector bodies; recommended best practice elsewhere. Common URLs: /accessibility, /accessibility-statement, /a11y.

### GDPR Article 13 Disclosures (F — 25/100)

*0 / 8 Art. 13 categories matched in homepage body*

- **[WARNING]** GDPR Article 13 disclosure coverage: 0 / 8 categories — Scanned the homepage body text for GDPR Article 13 disclosures. Matched 0 of 8 categories: . Missing: Data Protection Officer contact (where applicable), Data retention period, Data subject rights (access, erasure, rectification, etc.), Identity / contact details of the data controller, International data transfers, Legal basis for processing, Recipients of personal data, Right to lodge a complaint with a supervisory authority. Note: this scan does not fetch the privacy policy sub-page; if Article 13 disclosures live there, they are not visible to this check.

### Third-Party Trackers (B — 75/100)

*2 trackers detected*

- **[INFO]** 2 third-party trackers detected — Found 0 analytics, 0 advertising, 1 marketing, 0 tag manager, 1 session-replay, 0 heatmap trackers.
- **[WARNING]** 1 session-replay tool(s) detected (Microsoft Clarity) — Session-replay tools record what users type, click, and scroll. Under GDPR these are high-risk processing requiring explicit consent and (per UK ICO and French CNIL guidance) often a Data Protection Impact Assessment. Mask sensitive form fields and gate firing on user consent.

### Cookie & Tracker Inventory (B — 84/100)

*6 cookies · 2 trackers · 2 pre-consent*

- **[CRITICAL]** 2 tracking cookie(s) set before consent interaction — Under GDPR ePrivacy Art. 5(3), analytics and advertising cookies require explicit opt-in. These cookies appeared in the server response without any consent step — a likely violation.
- **[INFO]** 2 cookie(s) could not be classified
- **[INFO]** 2 third-party tracker(s) detected on page

---

## Legal

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

*1 of 7 expected legal pages detected*

- **[PASS]** Privacy Policy detected — Found at /pages/privacy-policy.
- **[WARNING]** Terms of Service not detected — No link matching common Terms of Service URL patterns or link text was found. Most websites are expected to have a Terms of Service, especially those collecting user data.
- **[INFO]** Cookie Policy not detected — No link matching common Cookie Policy URL patterns or link text was found. Most websites are expected to have a Cookie Policy, especially those collecting user data.
- **[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)

*© 2026 Astrowealth Search Clear View all*

- **[PASS]** Copyright notice is up to date — Copyright notice is up to date: © 2026 Astrowealth Search Clear View all
- **[PASS]** Copyright holder: Astrowealth Search Clear View all

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

*0 third-party service(s) detected*

- **[INFO]** Data inventory for transparency purposes — This inventory identifies third-party services that receive data from your site visitors. Under regulations like GDPR (Article 30), maintaining records of data processing activities is commonly considered a best practice. This automated scan provides a starting point — it may not capture all data flows.
- **[INFO]** No recognized third-party data-sharing services detected — This page does not appear to load external tracking, analytics, or advertising scripts.

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

*0 compliance badge(s) detected*

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

---

## Availability

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

*Cloudflare (DYNAMIC)*

- **[PASS]** Site is served via Cloudflare CDN (edge: CDG)
- **[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

### Operational Status Page (B — 80/100)

*No status page link detected*

- **[INFO]** No operational status page link detected — Status pages communicate planned maintenance and incidents to users -- a hallmark of operationally-mature services. Most SaaS teams publish one via Atlassian Statuspage, Instatus, BetterUptime, or a self-hosted Cachet. Smaller sites legitimately don't need one; flagged as Info, not a failure.

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

### Health Check Endpoint (A+ — 100/100)

*Health endpoint at https://astrowealth.store/healthz (HTTP 200)*

- **[PASS]** Public health endpoint at https://astrowealth.store/healthz

### CDN Cache Observability (A+ — 100/100)

*Cache state: DYNAMIC*

- **[PASS]** CDN cache state observable via 1 header(s)

---

## Accessibility

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

*10 landmarks*

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

### Heading Hierarchy (A — 85/100)

*46 headings, 1 skip(s)*

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

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

*3 of 103 images have issues*

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

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

*All 2 controls labeled*

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

### Link & Button Quality (B — 81/100)

*1 issue(s) across 214 links and 97 buttons*

- **[CRITICAL]** 1 link(s) with no accessible text — Links without text are announced as raw URLs by screen readers.
- **[WARNING]** 3 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[PASS]** 210 link(s) with descriptive text

### Form Input Types (A+ — 100/100)

*2 form control(s) checked, no type mismatches*

- **[PASS]** No input-type mismatches detected

### Document Language (A+ — 100/100)

*Lang attribute set to "en"*

- **[PASS]** <html lang="en"> is set and valid

### Tabindex Anti-Patterns (A+ — 100/100)

*57 explicit tabindex attribute(s) checked, no anti-patterns*

- **[PASS]** No tabindex anti-patterns detected

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

*No iframes on this page*

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

---

## UX

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

*HTTP 403, custom page*

- **[WARNING]** Unexpected status code: HTTP 403 — Expected HTTP 404 but received 403. This may confuse search engine crawlers.
- **[PASS]** Custom styled 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 (C — 55/100)

*2 navigation pattern(s)*

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

---

## SEO

### Canonical URL (B — 80/100)

*Minor issues*

- **[PASS]** Canonical tag present
- **[PASS]** Canonical is self-referencing
- **[PASS]** Canonical matches final URL after redirects
- **[CRITICAL]** Canonical target returns 403 — Search engines cannot follow this canonical, effectively orphaning this page.

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

*Title: 69 chars*

- **[PASS]** Page title is set
- **[INFO]** Title is 69 characters — may be truncated in search results
- **[INFO]** Meta description is 209 characters — truncated on mobile (~160 char limit)
- **[INFO]** Title and H1 have very different wording — Alignment helps users confirm they've reached the right page.

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

*2659 words, Fairly Difficult*

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

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

*211 internal, 3 external*

- **[PASS]** 211 internal links (99%)
- **[PASS]** 100% of links use descriptive anchor text
- **[INFO]** Page has 214 links — consider reducing
- **[INFO]** 211 internal / 3 external links

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

*103 images, 97 descriptive filenames*

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

### Hreflang

*0 hreflang tags*


### Hreflang URL Quality (A+ — 100/100)

*No hreflang tags on the page*

- **[PASS]** No hreflang tags on the page

### Sitemap Freshness (C — 75/100)

*No sitemap.xml found*

- **[INFO]** No sitemap.xml found — Sitemaps help search engines discover and prioritize URLs. Not strictly required for small sites where every page is linked from the homepage, but recommended once a site grows beyond a few dozen URLs.

### Sitemap × Robots Consistency (C — 75/100)

*Sitemap or robots.txt missing -- consistency check skipped*

- **[INFO]** Cross-check skipped (sitemap or robots.txt absent)

---

## Sustainability

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

*2.87g CO2 per view*

- **[CRITICAL]** 2.87g CO2 per page view — This page transfers 12.1 MB, producing an estimated 2.87g of CO2 per visit using the Sustainable Web Design model (v4). Breakdown: data center 0.07g, network 0.59g, end-user device 2.21g.
- **[INFO]** At 10,000 monthly views: 344.5 kg CO2/year — With 10,000 page views per month, this page would generate approximately 344.5 kg of CO2 annually — equivalent to charging 43060 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)

*99% cached*

- **[PASS]** 99% reduction on repeat visits — Returning visitors download only 73 KB (vs 12419 KB first visit). 170 of 171 resources are served from browser cache, saving 2.85g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.02g CO2 (first visit: 2.87g)

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

*95th percentile*

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

*100% efficient*

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

### Web Font Weight Variants (B — 90/100)

*No detectable Google Fonts weights*

- **[INFO]** No detectable Google Fonts weights — The analyzer detects font weights via Google Fonts URL parameters (~70% of font-using sites). Self-hosted fonts and non-Google CDN fonts aren't visible to URL-based detection. If you self-host fonts, manually audit how many @font-face weights you ship -- 2-3 weights per family is typically enough; 5+ is usually unused payload.

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/29e8e5ba-2f45-4ecd-b819-e4ad94bd4a60*
