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

**Date:** April 21, 2026  
**URL:** https://blurb.com  
**Overall Grade:** C (75/100)  
**Report:** https://beavercheck.com/results/133f8793-68eb-4de5-a5ab-3dbf57bbb2ee

## Top Findings

1. **[CRITICAL]** Content-Security-Policy header is missing — Security > Security Headers
2. **[CRITICAL]** No Content-Security-Policy header found — Security > Content Security Policy
3. **[CRITICAL]** 17 button(s) with no accessible text — Accessibility > Link & Button Quality
4. **[CRITICAL]** 8 link(s) with no accessible text — Accessibility > Link & Button Quality
5. **[WARNING]** 120 third-party resources (100% of weight) — Performance > Page Weight Inventory

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 47 |
| Accessibility | 83 |
| Best Practices | 92 |
| SEO | 92 |

---

## Security

### Security Headers (F — 20/100)

*2 of 10 headers properly configured*

- **[WARNING]** HSTS max-age is too short (600s, 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.
- **[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.
- **[CRITICAL]** Content-Security-Policy header is missing — CSP is the most important header for preventing XSS attacks. See the CSP section for detailed analysis.
- **[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 (F — 0/100)

*No enforcing CSP policy found*

- **[CRITICAL]** No Content-Security-Policy header found — CSP is the most effective defense against XSS attacks. Add a Content-Security-Policy header to restrict resource loading.

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

*TLS 1.2, 7 checks passed*

- **[PASS]** TLS 1.2 is used
- **[INFO]** TLS 1.3 is not negotiated — TLS 1.3 offers improved performance and security. Consider enabling it.
- **[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 131 days)
- **[PASS]** Certificate chain has 2 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 3 domain(s)
- **[PASS]** Certificate is issued by a trusted CA

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

*No cookies set — no cookie security risks*

- **[PASS]** No cookies set — no cookie security risks

---

## Advanced Security

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

*0 of 13 external resources have SRI*

- **[WARNING]** External script from cdn3.optimizely.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.blurb.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.blurb.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from fonts.googleapis.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from snippet.maze.co lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.blurb.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from assets.blurb.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from snippet.maze.co lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.blurb.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.blurb.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.blurb.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.blurb.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.blurb.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 (B — 72/100)

*1.5 MB transferred, 121 requests*

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

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

*100% third-party, 0 ms blocking*

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

*26 images, 0 KB saveable*

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

### JS Execution Cost (D — 40/100)

*3452ms total JS execution*

- **[WARNING]** https://assets.blurb.com/_astro/BaseHead.astro_ast...: 1224ms CPU time
- **[WARNING]** Unattributable: 1146ms CPU time
- **[WARNING]** https://www.blurb.com/: 530ms CPU time
- **[INFO]** https://cmp.osano.com/16A03oT68BUAr9x2X/c0b3844c-7...: 180ms CPU time
- **[INFO]** https://assets.blurb.com/_astro/client.BSMExnCO.js: 122ms CPU time
- **[WARNING]** Third-party scripts: 3452ms (100% of total)

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

*11 fonts (254 KB)*

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

### JS Bundles (B — 80/100)

*70 scripts, 137 KB unused*

- **[WARNING]** https://cdn.optimizely.com/js/2513470821.js: 51 KB unused (39%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://assets.blurb.com/_astro/ReactIcon.CLyEU9Cp...: 32 KB unused (85%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://assets.blurb.com/_astro/client.BSMExnCO.js: 32 KB unused (59%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://cmp.osano.com/16A03oT68BUAr9x2X/c0b3844c-7...: 22 KB unused (34%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 137 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)

*13 hints, 0 missing preconnects*

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

### Page Weight Inventory (D — 45/100)

*121 resources · 1.5 MB · 137 KB savings available*

- **[WARNING]** Page weight 490 KB over 1MB target
- **[INFO]** ~137 KB of savings available
- **[WARNING]** 120 third-party resources (100% of weight)

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

*171 links checked, 77 healthy, 94 broken*

- **[CRITICAL]** 77 of 171 links are healthy
- **[WARNING]** Broken link: https://fonts.googleapis.com — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://fonts.gstatic.com — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://www.blurb.com/ — Found in <link href>. Get "https://www.blurb.com/": read tcp 92.38.149.11:36808->67.226.216.15:443: read: connection reset by peer
- **[WARNING]** Broken link: https://blurb.com/_astro/agent-session.CAOsstk1.js — Found in <link href>. Get "https://blurb.com/_astro/agent-session.CAOsstk1.js": read tcp 92.38.149.11:36696->67.226.216.15:443: read: connection reset by peer
- **[WARNING]** Broken link: https://blurb.com/_astro/index.B18oc4uq.js — Found in <link href>. Get "https://blurb.com/_astro/index.B18oc4uq.js": read tcp 92.38.149.11:36726->67.226.216.15:443: read: connection reset by peer
- **[WARNING]** Broken link: https://blurb.com/_astro/type-check.BVQCr-HH.js — Found in <link href>. Get "https://blurb.com/_astro/type-check.BVQCr-HH.js": read tcp 92.38.149.11:36792->67.226.216.15:443: read: connection reset by peer
- **[WARNING]** Broken link: https://blurb.com/_astro/index.DhW5HkW2.js — Found in <link href>. Get "https://blurb.com/_astro/index.DhW5HkW2.js": read tcp 92.38.149.11:36782->67.226.216.15:443: read: connection reset by peer
- **[WARNING]** Broken link: https://blurb.com/_astro/first-paint.BrhUKxpJ.js — Found in <link href>. Get "https://blurb.com/_astro/first-paint.BrhUKxpJ.js": read tcp 92.38.149.11:36810->67.226.216.15:443: read: connection reset by peer
- **[WARNING]** Broken link: https://blurb.com/_astro/time-to-first-byte.rZ9QvbHg.js — Found in <link href>. Get "https://blurb.com/_astro/time-to-first-byte.rZ9QvbHg.js": read tcp 92.38.149.11:36836->67.226.216.15:443: read: connection reset by peer
- **[WARNING]** Broken link: https://blurb.com/_astro/index.ClxJ0Rog.js — Found in <link href>. Get "https://blurb.com/_astro/index.ClxJ0Rog.js": read tcp 92.38.149.11:36846->67.226.216.15:443: read: connection reset by peer
- **[WARNING]** Broken link: https://blurb.com/_astro/bel-serializer.DlAtG25L.js — Found in <link href>. Get "https://blurb.com/_astro/bel-serializer.DlAtG25L.js": read tcp 92.38.149.11:36856->67.226.216.15:443: read: connection reset by peer
- **[WARNING]** Broken link: https://blurb.com/_astro/event-origin.Bb7irpQQ.js — Found in <link href>. Get "https://blurb.com/_astro/event-origin.Bb7irpQQ.js": read tcp 92.38.149.11:36820->67.226.216.15:443: read: connection reset by peer
- **[WARNING]** Broken link: https://blurb.com/_astro/index.CFhFSprW.js — Found in <link href>. Get "https://blurb.com/_astro/index.CFhFSprW.js": read tcp 92.38.149.11:36864->67.226.216.15:443: read: connection reset by peer
- **[WARNING]** Broken link: https://blurb.com/_astro/index.BGKiVA1o.js — Found in <link href>. Get "https://blurb.com/_astro/index.BGKiVA1o.js": read tcp 92.38.149.11:36870->67.226.216.15:443: read: connection reset by peer
- **[WARNING]** Broken link: https://blurb.com/_astro/index.B8kmEUOD.js — Found in <link href>. Get "https://blurb.com/_astro/index.B8kmEUOD.js": read tcp 92.38.149.11:36900->67.226.216.15:443: read: connection reset by peer
- **[WARNING]** Broken link: https://blurb.com/_astro/index.ortnN-a3.js — Found in <link href>. Get "https://blurb.com/_astro/index.ortnN-a3.js": read tcp 92.38.149.11:36910->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://www.blurb.com/privacy — Found in <a href>. Get "https://www.blurb.com/privacy": read tcp 92.38.149.11:36922->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/ — Found in <a href>. Get "https://blurb.com/": read tcp 92.38.149.11:36884->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/formats — Found in <a href>. Get "https://blurb.com/formats": read tcp 92.38.149.11:36938->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/photo-books — Found in <a href>. Get "https://blurb.com/photo-books": read tcp 92.38.149.11:36948->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/photo-books/layflat-photo-book — Found in <a href>. Get "https://blurb.com/photo-books/layflat-photo-book": read tcp 92.38.149.11:36974->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/hardcover-and-paperback-books — Found in <a href>. Get "https://blurb.com/hardcover-and-paperback-books": read tcp 92.38.149.11:36978->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/magazines — Found in <a href>. Get "https://blurb.com/magazines": read tcp 92.38.149.11:36958->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/custom-notebooks-journals — Found in <a href>. Get "https://blurb.com/custom-notebooks-journals": read tcp 92.38.149.11:36964->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/custom-wall-art — Found in <a href>. Get "https://blurb.com/custom-wall-art": read tcp 92.38.149.11:36804->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/pricing — Found in <a href>. Get "https://blurb.com/pricing": read tcp 92.38.149.11:36986->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/shipping — Found in <a href>. Get "https://blurb.com/shipping": read tcp 92.38.149.11:36996->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/bookmaking-tools — Found in <a href>. Get "https://blurb.com/bookmaking-tools": read tcp 92.38.149.11:37014->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/bookwright — Found in <a href>. Get "https://blurb.com/bookwright": read tcp 92.38.149.11:37028->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/bookmaking-tools/adobe-tools — Found in <a href>. Get "https://blurb.com/bookmaking-tools/adobe-tools": read tcp 92.38.149.11:37004->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/pdf-to-book — Found in <a href>. Get "https://blurb.com/pdf-to-book": read tcp 92.38.149.11:37054->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/templates — Found in <a href>. Get "https://blurb.com/templates": read tcp 92.38.149.11:37040->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/sell-and-distribute — Found in <a href>. Get "https://blurb.com/sell-and-distribute": read tcp 92.38.149.11:37068->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/sell-through-blurb — Found in <a href>. Get "https://blurb.com/sell-through-blurb": read tcp 92.38.149.11:37086->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/amazon — Found in <a href>. Get "https://blurb.com/amazon": read tcp 92.38.149.11:37084->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/ingram — Found in <a href>. Get "https://blurb.com/ingram": read tcp 92.38.149.11:37114->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/large-order-services — Found in <a href>. Get "https://blurb.com/large-order-services": read tcp 92.38.149.11:37100->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/print-api-software — Found in <a href>. Get "https://blurb.com/print-api-software": read tcp 92.38.149.11:37130->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/bookstore — Found in <a href>. Get "https://blurb.com/bookstore": read tcp 92.38.149.11:37128->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/bookstore/category — Found in <a href>. Get "https://blurb.com/bookstore/category": read tcp 92.38.149.11:37146->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/bookstore/c-arts-photography — Found in <a href>. Get "https://blurb.com/bookstore/c-arts-photography": read tcp 92.38.149.11:37160->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/bookstore/c-portfolios — Found in <a href>. Get "https://blurb.com/bookstore/c-portfolios": read tcp 92.38.149.11:37150->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/bookstore/c-cooking — Found in <a href>. Get "https://blurb.com/bookstore/c-cooking": read tcp 92.38.149.11:37168->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/bookstore/c-travel — Found in <a href>. Get "https://blurb.com/bookstore/c-travel": read tcp 92.38.149.11:37170->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/bookstore/c-biographies-memoirs — Found in <a href>. Get "https://blurb.com/bookstore/c-biographies-memoirs": read tcp 92.38.149.11:37202->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/bookstore/c-children — Found in <a href>. Get "https://blurb.com/bookstore/c-children": read tcp 92.38.149.11:37186->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/bookstore/c-business-economics — Found in <a href>. Get "https://blurb.com/bookstore/c-business-economics": read tcp 92.38.149.11:37216->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/bookstore/c-literature-fiction — Found in <a href>. Get "https://blurb.com/bookstore/c-literature-fiction": read tcp 92.38.149.11:37206->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/blog — Found in <a href>. Get "https://blurb.com/blog": read tcp 92.38.149.11:37230->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/my/account/register — Found in <a href>. Get "https://blurb.com/my/account/register": read tcp 92.38.149.11:37234->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/my/account/login — Found in <a href>. Get "https://blurb.com/my/account/login": read tcp 92.38.149.11:37252->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/admin/support — Found in <a href>. Get "https://blurb.com/admin/support": read tcp 92.38.149.11:37272->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/my/account — Found in <a href>. Get "https://blurb.com/my/account": read tcp 92.38.149.11:37260->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/my/account/logout — Found in <a href>. Get "https://blurb.com/my/account/logout": read tcp 92.38.149.11:37250->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://au.blurb.com/ — Found in <a href>. Get "https://au.blurb.com/": read tcp 92.38.149.11:37274->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://br.blurb.com/ — Found in <a href>. Get "https://br.blurb.com/": read tcp 92.38.149.11:37292->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://nl.blurb.com/ — Found in <a href>. Get "https://nl.blurb.com/": read tcp 92.38.149.11:37316->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://it.blurb.com/ — Found in <a href>. Get "https://it.blurb.com/": read tcp 92.38.149.11:37300->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://www.blurb.co.uk/ — Found in <a href>. Get "https://www.blurb.co.uk/": read tcp 92.38.149.11:49266->67.226.216.17:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://www.blurb.fr/ — Found in <a href>. Get "https://www.blurb.fr/": read tcp 92.38.149.11:36748->67.226.216.20:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://www.blurb.de/ — Found in <a href>. Get "https://www.blurb.de/": read tcp 92.38.149.11:41814->67.226.216.18:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://www.blurb.es/ — Found in <a href>. Get "https://www.blurb.es/": read tcp 92.38.149.11:50004->67.226.216.19:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://www.blurb.ca/ — Found in <a href>. Get "https://www.blurb.ca/": read tcp 92.38.149.11:56614->67.226.216.16:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://fr.blurb.ca/ — Found in <a href>. Get "https://fr.blurb.ca/": read tcp 92.38.149.11:56616->67.226.216.16:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/bookstore/cart — Found in <a href>. Get "https://blurb.com/bookstore/cart": read tcp 92.38.149.11:37364->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/getting-started — Found in <a href>. Get "https://blurb.com/getting-started": read tcp 92.38.149.11:37374->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/my/dashboard — Found in <a href>. Get "https://blurb.com/my/dashboard": read tcp 92.38.149.11:37390->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/self-publish — Found in <a href>. Get "https://blurb.com/self-publish": read tcp 92.38.149.11:37324->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/terms — Found in <a href>. Get "https://blurb.com/terms": read tcp 92.38.149.11:37334->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/privacy — Found in <a href>. Get "https://blurb.com/privacy": read tcp 92.38.149.11:37354->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/b/12173685-building-better-brands — Found in <a href>. Get "https://blurb.com/b/12173685-building-better-brands": read tcp 92.38.149.11:37426->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/b/11303490-europe-in-one-way-tickets — Found in <a href>. Get "https://blurb.com/b/11303490-europe-in-one-way-tickets": read tcp 92.38.149.11:37472->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/b/12060304-refueled-summer-of-love-issu... — Found in <a href>. Get "https://blurb.com/b/12060304-refueled-summer-of-love-issue-17": read tcp 92.38.149.11:37458->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/cookbooks — Found in <a href>. Get "https://blurb.com/cookbooks": read tcp 92.38.149.11:37466->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/portfolio-books — Found in <a href>. Get "https://blurb.com/portfolio-books": read tcp 92.38.149.11:37544->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/poetry-books — Found in <a href>. Get "https://blurb.com/poetry-books": read tcp 92.38.149.11:37534->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/wedding-books — Found in <a href>. Get "https://blurb.com/wedding-books": read tcp 92.38.149.11:37552->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/family-photo-books — Found in <a href>. Get "https://blurb.com/family-photo-books": read tcp 92.38.149.11:37532->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/travel-photo-books — Found in <a href>. Get "https://blurb.com/travel-photo-books": read tcp 92.38.149.11:37570->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/memory-books — Found in <a href>. Get "https://blurb.com/memory-books": read tcp 92.38.149.11:37564->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/childrens-books — Found in <a href>. Get "https://blurb.com/childrens-books": read tcp 92.38.149.11:37404->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/business — Found in <a href>. Get "https://blurb.com/business": read tcp 92.38.149.11:37402->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/yearbook-photo-books — Found in <a href>. Get "https://blurb.com/yearbook-photo-books": read tcp 92.38.149.11:37418->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/novels-and-poetry — Found in <a href>. Get "https://blurb.com/novels-and-poetry": read tcp 92.38.149.11:37428->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/blog/category/promoting-marketing — Found in <a href>. Get "https://blurb.com/blog/category/promoting-marketing": read tcp 92.38.149.11:37442->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/gifts — Found in <a href>. Get "https://blurb.com/gifts": read tcp 92.38.149.11:37444->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/partner — Found in <a href>. Get "https://blurb.com/partner": read tcp 92.38.149.11:37464->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/dreamteam-collaborators — Found in <a href>. Get "https://blurb.com/dreamteam-collaborators": read tcp 92.38.149.11:37492->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/returns — Found in <a href>. Get "https://blurb.com/returns": read tcp 92.38.149.11:37478->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/affiliate-program — Found in <a href>. Get "https://blurb.com/affiliate-program": read tcp 92.38.149.11:37520->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/invite?traffic_source=footer — Found in <a href>. Get "https://blurb.com/invite?traffic_source=footer": read tcp 92.38.149.11:37502->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/company-profile — Found in <a href>. Get "https://blurb.com/company-profile": read tcp 92.38.149.11:37514->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/careers — Found in <a href>. Get "https://blurb.com/careers": read tcp 92.38.149.11:37496->67.226.216.15:443: read: connection reset by peer
- **[CRITICAL]** Broken link: https://blurb.com/sitemap — Found in <a href>. Get "https://blurb.com/sitemap": read tcp 92.38.149.11:37524->67.226.216.15:443: read: connection reset by peer

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

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

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

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

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

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

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

*1 JSON-LD block(s) found — some improvements recommended.*

- **[CRITICAL]** Malformed JSON-LD block #1 — JSON parse error: Mismatch type map[string]interface {} with value array "at index 0: mismatched type with value\n\n\t[{\"@context\":\"https://schema.org\n\t^...............................\n"

---

## Infrastructure

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

*1 A records, 35 ms lookup*

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

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

*1 redirect(s), 275 ms total*

- **[PASS]** Single redirect
- **[INFO]** WWW normalization redirect

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

- **[PASS]** robots.txt is present
- **[PASS]** sitemap.xml is present
- **[PASS]** sitemap.xml is valid XML
- **[PASS]** sitemap.xml contains 1 entries
- **[PASS]** Sitemap index with 1 child sitemaps
- **[PASS]** robots.txt references sitemap

### URL Variants (B — 75/100)

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

- **[CRITICAL]** HTTP version does not redirect to HTTPS

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

*blurb.com — via eNom, LLC, 28 years, 5 months old, hosted on PDX - Blurb, Inc., US*

- **[PASS]** Domain registered until Mar 25, 2032 (6 years 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: eNom, 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: PDX - Blurb, Inc., US

---

## Compliance

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

*No testable criteria*


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

*privacy policy found*

- **[PASS]** Privacy policy link found
- **[INFO]** No terms of service link detected
- **[INFO]** No cookie consent banner detected
- **[INFO]** This is an automated check, not legal advice — BeaverCheck detects technical indicators of consent management. This does not constitute a legal compliance assessment. Consult a privacy professional for GDPR/CCPA compliance.

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

*Lang attribute present*

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

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

*Font sizes and tap targets checked*


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

*Viewport properly configured*

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

### Third-Party Trackers (A+ — 95/100)

*3 trackers detected*

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

### Cookie & Tracker Inventory (A+ — 100/100)

*0 cookies · 3 trackers · 0 pre-consent*

- **[INFO]** 3 third-party tracker(s) detected on page

---

## Legal

### Legal Page Ecosystem (B — 80/100)

*4 of 7 expected legal pages detected*

- **[PASS]** Privacy Policy detected — Found at https://www.blurb.com/privacy.
- **[PASS]** Terms of Service detected — Found at /terms.
- **[PASS]** Cookie Policy detected — Found at /privacy#cookies, linked from footer.
- **[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.
- **[PASS]** Refund / Returns Policy detected — Found at /returns, linked from footer.
- **[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 Blurb*

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

### Regulatory Indicators

*2 regulatory indicator(s) detected*

- **[INFO]** This is a technical scan, not a legal assessment — BeaverCheck detects technical indicators that may suggest regulatory relevance. This is not a compliance audit and should not be relied upon for legal decisions. Consult qualified legal counsel for compliance assessments.
- **[INFO]** GDPR indicators detected (strong confidence) — Indicators suggesting GDPR may be relevant: European TLD detected: .fr; Privacy policy page found. EU General Data Protection Regulation — governs collection and processing of personal data of EU residents.
- **[INFO]** HIPAA indicators detected (weak confidence) — Indicators suggesting HIPAA may be relevant: Text mentions: phi. Health Insurance Portability and Accountability Act — protects sensitive patient health information.

### Third-Party Data Sharing

*0 third-party service(s) detected*

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

### Compliance Badges (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 (D — 50/100)

*No CDN detected*

- **[WARNING]** No CDN detected — A CDN can significantly improve load times for users around the world by caching content at edge nodes closer to them.

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

*max-age=0*

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

### Transport Security (B — 75/100)

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

- **[INFO]** HTTP/3 (QUIC) not advertised — HTTP/3 eliminates head-of-line blocking. If your CDN supports it, consider enabling it.
- **[WARNING]** HSTS max-age is short: 0 days — HSTS max-age should be at least 1 year (31536000 seconds).
- **[PASS]** HSTS preload enabled

---

## Accessibility

### Landmark Structure (B — 75/100)

*6 landmarks*

- **[PASS]** <main> landmark present
- **[PASS]** 2 <nav> landmark(s) found
- **[WARNING]** 2 of 2 <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 (A — 85/100)

*23 headings, 1 skip(s)*

- **[PASS]** Single H1 present
- **[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 (A+ — 96/100)

*All 51 images OK*

- **[INFO]** 2 image(s) with alt text over 125 characters
- **[PASS]** 3 decorative image(s) correctly marked
- **[PASS]** 46 image(s) with good alt text

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

*All 1 controls labeled*

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

### Link & Button Quality (F — 31/100)

*27 issue(s) across 201 links and 41 buttons*

- **[CRITICAL]** 8 link(s) with no accessible text — Links without text are announced as raw URLs by screen readers.
- **[WARNING]** 2 link(s) with generic text — Generic link text like 'click here' doesn't describe the destination.
- **[WARNING]** 3 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[CRITICAL]** 17 button(s) with no accessible text — Icon-only buttons need an aria-label so screen readers can announce them.
- **[PASS]** 188 link(s) with descriptive text

---

## UX

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

*Could not test*

- **[INFO]** 404 page could not be tested — The 404 page check encountered an error. This may be due to a timeout or network issue.

### Favicon & Branding (D — 50/100)

*3 icon(s) detected*

- **[PASS]** favicon.ico present at site root
- **[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'>.
- **[PASS]** SVG favicon detected — scales perfectly to any size

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

*No navigation patterns*

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

---

## SEO

### Canonical URL (A+ — 95/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)
- **[INFO]** Canonical points to a different domain

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

*Title optimized*

- **[PASS]** Page title is set
- **[PASS]** Title length (38 chars) is optimal
- **[INFO]** Title and H1 have very different wording — Alignment helps users confirm they've reached the right page.

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

*1987 words, Difficult*

- **[PASS]** Page has 1987 words — good depth for search engines
- **[INFO]** Reading level: Difficult (grade 11)

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

*158 internal, 43 external*

- **[PASS]** 158 internal links (79%)
- **[PASS]** 95% of links use descriptive anchor text
- **[INFO]** Page has 201 links — consider reducing
- **[INFO]** 158 internal / 43 external links

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

*51 images, 51 descriptive filenames*

- **[PASS]** All images have descriptive filenames

### Hreflang

*0 hreflang tags*


---

## Sustainability

### CO2 Per Page Load (A — 85/100)

*0.42g CO2 per view*

- **[PASS]** 0.42g CO2 per page view — This page transfers 1.5 MB, producing an estimated 0.42g of CO2 per visit using the Sustainable Web Design model (v4). Breakdown: data center 0.08g, network 0.07g, end-user device 0.27g.
- **[INFO]** At 10,000 monthly views: 50.3 kg CO2/year — With 10,000 page views per month, this page would generate approximately 50.3 kg of CO2 annually — equivalent to charging 6281 smartphones.

### Green Hosting (D — 50/100)

*Unknown*

- **[INFO]** Hosting provider could not be identified — Without knowing the provider, we cannot determine their energy sourcing. Check with your hosting provider about their renewable energy commitments.
- **[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 39 KB (vs 1514 KB first visit). 119 of 121 resources are served from browser cache, saving 0.41g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.01g CO2 (first visit: 0.42g)

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

*31th percentile*

- **[PASS]** 0.42g CO2 — below the sustainability target of 0.50g — Cleaner than an estimated 69% of websites analyzed. This page meets the Web Sustainability Guidelines target.
- **[INFO]** Estimated 31th percentile — Compared to: top 10% = 0.20g, target = 0.50g, median = 0.60g per page view.

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

*91% efficient*

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

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/133f8793-68eb-4de5-a5ab-3dbf57bbb2ee*
