# BeaverCheck Audit Report — https://loc.gov

**Date:** April 16, 2026  
**URL:** https://loc.gov  
**Overall Grade:** C (71/100)  
**Report:** https://beavercheck.com/results/e88a8389-e9d7-47b7-9acd-7ef73bf2ff10

## Top Findings

1. **[CRITICAL]** 'unsafe-eval' found in script source — Security > Content Security Policy
2. **[CRITICAL]** 'unsafe-inline' found in script source — Security > Content Security Policy
3. **[CRITICAL]** Page weighs 10.5 MB (10.2 MB transferred) — Performance > Page Weight Budget
4. **[CRITICAL]** 10 image-only link(s) without alt text — Accessibility > Link & Button Quality
5. **[CRITICAL]** 31 link(s) with no accessible text — Accessibility > Link & Button Quality

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 50 |
| Accessibility | 81 |
| Best Practices | 100 |
| SEO | 100 |

---

## Security

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

*6 of 10 headers properly configured*

- **[WARNING]** HSTS max-age is too short (3600s, 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
- **[PASS]** Referrer-Policy is properly configured
- **[WARNING]** Permissions-Policy header is missing — Controls which browser features (camera, microphone, geolocation) are allowed. Set it to restrict unused features.
- **[PASS]** Content-Security-Policy is present
- **[WARNING]** Cross-Origin-Opener-Policy header is missing — COOP isolates your browsing context, preventing cross-origin side-channel attacks. Set to 'same-origin'.
- **[WARNING]** Cross-Origin-Embedder-Policy header is missing — COEP prevents loading cross-origin resources without explicit permission. Required for SharedArrayBuffer and high-resolution timers.
- **[PASS]** X-Powered-By header is not present
- **[PASS]** Server header is present without version info

### Content Security Policy (D — 45/100)

*4 of 11 CSP checks passed*

- **[INFO]** Raw CSP policy
- **[PASS]** default-src directive is set
- **[CRITICAL]** 'unsafe-inline' found in script source — 'unsafe-inline' allows inline <script> tags, defeating CSP against XSS. Remove it and use nonces or hashes instead.
- **[CRITICAL]** 'unsafe-eval' found in script source — 'unsafe-eval' allows eval() and similar functions, enabling code injection. Remove it.
- **[PASS]** No wildcard in script source
- **[PASS]** object-src falls back to default-src
- **[WARNING]** base-uri directive is missing — Without base-uri, attackers can inject a <base> tag to hijack relative URLs. Set it to 'self' or 'none'.
- **[PASS]** frame-ancestors directive is set
- **[WARNING]** form-action directive is missing — form-action restricts where forms can submit data, preventing form hijacking.
- **[INFO]** upgrade-insecure-requests is not set — This directive upgrades HTTP resources to HTTPS automatically, preventing mixed content.
- **[INFO]** Content-Security-Policy-Report-Only is also set — A report-only policy is active alongside the enforcing policy for monitoring.

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

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

*1 cookies analyzed, 3 checks passed*

- **[PASS]** Cookie '_cfuvid' has the Secure flag
- **[PASS]** Cookie '_cfuvid' has the HttpOnly flag
- **[PASS]** Cookie '_cfuvid' has SameSite=None

---

## Advanced Security

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

*0 of 3 external resources have SRI*

- **[WARNING]** External script from assets.adobedtm.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.adobedtm.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.adobedtm.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*

- **[PASS]** security.txt is present — good practice
- **[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 (C — 60/100)

*Origin: **

- **[INFO]** Access-Control-Allow-Origin: * — unrestricted — Any website can read this resource's response. Appropriate for public APIs but not for user-specific content.
- **[INFO]** Origin reflection not testable with a single request — Some servers reflect the request Origin header. This requires manual testing with a crafted Origin header.

---

## Performance

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

*10.2 MB transferred, 54 requests*

- **[CRITICAL]** Page weighs 10.5 MB (10.2 MB transferred)
- **[WARNING]** Images are 6.0 MB — compress or use modern formats — Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
- **[WARNING]** JavaScript is 3.4 MB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[INFO]** CSS is 386 KB — consider purging unused styles — Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
- **[INFO]** Fonts are 230 KB — consider subsetting or using system fonts — Subset fonts to include only used characters, or switch to system font stacks.
- **[INFO]** 54 HTTP requests
- **[INFO]** Estimated 2.1 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 (10.2 MiB of 10.2 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 (C — 60/100)

*33 images, 0 KB saveable*

- **[WARNING]** https://www.loc.gov/static/home/images/featured/pr... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.loc.gov/static/portals/free-to-use/pub... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.loc.gov/static/portals/free-to-use/pub... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.loc.gov/static/portals/free-to-use/pub... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.loc.gov/static/portals/free-to-use/pub... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.loc.gov/static/portals/free-to-use/pub... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.loc.gov/static/portals/free-to-use/pub... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.loc.gov/static/home/images/featured/ev... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.loc.gov/static/home/images/your-librar... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.loc.gov/static/home/images/featured/co... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.loc.gov/static/home/images/featured/pr... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.loc.gov/static/home/images/your-librar... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.loc.gov/static/portals/free-to-use/pub... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.loc.gov/static/home/images/featured/nb... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.loc.gov/static/portals/free-to-use/pub... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.loc.gov/static/portals/free-to-use/pub... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.loc.gov/static/home/images/your-librar... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.loc.gov/static/portals/free-to-use/pub... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.loc.gov/static/portals/free-to-use/pub... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.loc.gov/static/portals/free-to-use/pub... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.

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

*2711ms total JS execution*

- **[WARNING]** https://www.loc.gov/static/javascript/base.js: 817ms CPU time
- **[WARNING]** https://www.loc.gov/static/js/lib/jquery-1.8.2.js: 631ms CPU time
- **[WARNING]** Unattributable: 559ms CPU time
- **[WARNING]** https://www.loc.gov/: 406ms CPU time
- **[WARNING]** https://assets.adobedtm.com/dac62e20b491e735c6b56e...: 299ms CPU time
- **[WARNING]** Third-party scripts: 2711ms (100% of total)

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

*4 fonts (230 KB)*

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

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

*6 scripts, 2.2 MB unused*

- **[WARNING]** https://www.loc.gov/static/javascript/base.js: 2.1 MB unused (69%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.loc.gov/static/javascript/base.js: unminified — 1.2 MB could be saved
- **[WARNING]** https://www.loc.gov/static/js/lib/jquery-1.8.2.js: 102 KB unused (39%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.loc.gov/static/js/lib/jquery-1.8.2.js: unminified — 120 KB could be saved
- **[WARNING]** https://assets.adobedtm.com/dac62e20b491e735c6b56e...: 30 KB unused (37%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 2.2 MB

### Resource Caching (A+ — 100/100)

*All resources properly cached*

- **[PASS]** No caching issues found

### Critical Rendering Path (A+ — 100/100)

*No render-blocking resources*

- **[PASS]** No render-blocking resources detected

### Resource Hints (A+ — 100/100)

*4 hints, 0 missing preconnects*

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

### Page Weight Inventory (F — 15/100)

*54 resources · 10.2 MB · 2.2 MB savings available*

- **[WARNING]** Page weight 9.2 MB over 1MB target
- **[INFO]** ~2.2 MB of savings available
- **[WARNING]** 53 third-party resources (100% of weight)
- **[INFO]** 8 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 — 38/100)

*141 links checked, 95 healthy, 45 broken*

- **[CRITICAL]** 95 of 141 links are healthy
- **[INFO]** Long redirect chain: http://purl.org/dc/elements/1.1/ (5 hops)
- **[WARNING]** Broken link: http://www.loc.gov/text-us-government-work — Found in <link href>. Returns HTTP 404.
- **[WARNING]** Broken link: https://loc.gov/static/css/fa/fonts/fontawesome-webfont.w... — Found in <link href>. Get "https://loc.gov/static/css/fa/fonts/fontawesome-webfont.woff2?v=4.6.3": context deadline exceeded
- **[CRITICAL]** Broken link: https://loc.gov/programs/support-the-library-of-congress/... — Found in <a href>. Get "https://loc.gov/programs/support-the-library-of-congress/about-this-program/": context deadline exceeded
- **[CRITICAL]** Broken link: https://loc.gov/contact/ — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://loc.gov/static/home/images/featured/programs/live... — Found in <img src>. Get "https://loc.gov/static/home/images/featured/programs/live24-1200x560.jpg": context deadline exceeded
- **[CRITICAL]** Broken link: https://loc.gov/live/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/collections/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/search/?q=world war ii — Found in <a href>. Returns HTTP 400.
- **[CRITICAL]** Broken link: https://loc.gov/search/?q=newspapers — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/search/?q=veterans — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/search/?q=civil war — Found in <a href>. Returns HTTP 400.
- **[CRITICAL]** Broken link: https://loc.gov/search/?q=constitution — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/search/?q=civil rights — Found in <a href>. Returns HTTP 400.
- **[CRITICAL]** Broken link: https://loc.gov/collections/baseball-cards/about-this-col... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.0006f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.1407f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.1407b/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.1993f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.0068f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.1558f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.0015f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.0072f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.0188f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.0552f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.2091f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.0555f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.0555b/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.0562f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.0563f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.2095f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.0566f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.0599f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.0638f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.0976f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.0668f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.1190f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.2090f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.2084f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.2070f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.2018f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.1778f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.1628f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://loc.gov/resource/bbc.1227f/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://instagram.com/librarycongress/ — Found in <a href>. Returns HTTP 429.
- **[CRITICAL]** Broken link: https:////www.usa.gov/ — Found in <a href>. Get "https:////www.usa.gov/": http: no Host in request URL

### Mixed Content (F — 50/100)

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

- **[CRITICAL]** HTTP link loaded on HTTPS page — Modern browsers block or warn about HTTP resources on HTTPS pages. Change the URL to use HTTPS.
- **[CRITICAL]** HTTP link loaded on HTTPS page — Modern browsers block or warn about HTTP resources on HTTPS pages. Change the URL to use HTTPS.
- **[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 — 90/100)

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

- **[INFO]** Missing og:url — The og:url tag specifies the canonical URL for the shared content.
- **[INFO]** Missing twitter:card — Without twitter:card, Twitter falls back to Open Graph tags. Adding it gives you more control.

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

---

## Infrastructure

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

*2 A records, 7 ms lookup*

- **[PASS]** Resolves to 2 IPv4 address(es)
- **[PASS]** Has 2 IPv6 (AAAA) record(s)
- **[PASS]** 2 nameserver(s) configured
- **[PASS]** 2 mail exchanger(s) configured
- **[INFO]** CAA records not checked — CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.
- **[PASS]** SPF record present in TXT
- **[PASS]** DNS resolution time: 7 ms

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

*1 redirect(s), 82 ms total*

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

### IPv6 Readiness (A+ — 100/100)

*IPv6 reachable (1 ms)*

- **[PASS]** IPv6 is configured and reachable at 2606:4700::6812:4052, 2606:4700::6811:63a

### Crawlability (A+ — 100/100)

*robots.txt present, sitemap with 50 URLs*

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

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

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

- **[CRITICAL]** Both www and non-www versions serve content
- **[PASS]** HTTP correctly 301-redirects to HTTPS

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

*loc.gov — via get.gov, 28 years, 11 months old*

- **[WARNING]** Domain expires in 81 days — Consider enabling auto-renewal to prevent accidental expiration.
- **[PASS]** DNSSEC is enabled
- **[PASS]** Registrar: get.gov
- **[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.

---

## Compliance

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

*No testable criteria*


### Cookie Consent & Privacy (B — 80/100)

*No consent signals detected*

- **[WARNING]** No privacy policy link detected — A privacy policy page is recommended for transparency and may be legally required.
- **[INFO]** No terms of service link detected
- **[INFO]** No cookie consent banner detected
- **[PASS]** 1 cookie(s) set on initial load (functional)
- **[INFO]** This is an automated check, not legal advice — BeaverCheck detects technical indicators of consent management. This does not constitute a legal compliance assessment. Consult a privacy professional for GDPR/CCPA compliance.

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

*Lang attribute present*

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

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

*Font sizes and tap targets checked*


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

*Viewport properly configured*

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

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

*4 trackers detected*

- **[INFO]** 4 third-party trackers detected — Found 3 analytics, 0 advertising, 0 marketing, 1 tag manager trackers.
- **[WARNING]** Trackers detected but no cookie policy found — This page loads 4 trackers but no cookie policy was detected. GDPR requires disclosure when using tracking cookies.
- **[WARNING]** Trackers detected but no privacy policy found — Most data protection regulations require a privacy policy when collecting user data via trackers.

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

*1 cookies · 4 trackers · 0 pre-consent*

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

---

## Legal

### Legal Page Ecosystem (D — 40/100)

*2 of 7 expected legal pages detected*

- **[WARNING]** Privacy Policy not detected — No link matching common Privacy Policy URL patterns or link text was found. Most websites are expected to have a Privacy Policy, especially those collecting user data.
- **[PASS]** Terms of Service detected — Found at /legal/, 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.
- **[PASS]** Accessibility Statement detected — Found at /accessibility/, linked from footer.
- **[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

*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]** ADA indicators detected (moderate confidence) — Indicators suggesting ADA may be relevant: Accessibility statement page found. Americans with Disabilities Act / Section 508 — requires digital accessibility for people with disabilities.
- **[INFO]** HIPAA indicators detected (weak confidence) — Indicators suggesting HIPAA may be relevant: Text mentions: phi. Health Insurance Portability and Accountability Act — protects sensitive patient health information.

### Third-Party Data Sharing

*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+ — 100/100)

*Cloudflare (HIT)*

- **[PASS]** Site is served via Cloudflare CDN (edge: EWR)
- **[PASS]** CDN cache status: HIT

### HTTP Caching (A — 90/100)

*max-age=3600 (1 hour)*

- **[PASS]** Cache-Control header is set
- **[PASS]** Effective TTL: 1 hour (max-age=3600)
- **[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).
- **[INFO]** HSTS missing includeSubDomains — Without includeSubDomains, HSTS only protects the exact domain.
- **[PASS]** HSTS preload enabled
- **[PASS]** TLS 1.3 in use (fastest handshake, 1-RTT)

---

## Accessibility

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

*6 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
- **[PASS]** Search landmark present

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

*46 headings*

- **[PASS]** Single H1 present

### Alt Text Quality (A — 90/100)

*All 62 images OK*

- **[INFO]** 6 image(s) with alt text over 125 characters
- **[PASS]** 40 decorative image(s) correctly marked
- **[PASS]** 16 image(s) with good alt text

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

*All 2 controls labeled*

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

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

*31 issue(s) across 138 links and 12 buttons*

- **[CRITICAL]** 31 link(s) with no accessible text — Links without text are announced as raw URLs by screen readers.
- **[CRITICAL]** 10 image-only link(s) without alt text — Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
- **[WARNING]** 1 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[PASS]** 96 link(s) with descriptive text

---

## UX

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

*HTTP 404, bare page*

- **[PASS]** Correct 404 status code returned
- **[WARNING]** Bare server default 404 page — The 404 page has no custom styling. Users hitting a broken link see a generic error with no way to navigate back. Add a custom 404 page with your site navigation and a search bar.

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

*1 icon(s) detected*

- **[PASS]** favicon.ico present at site root
- **[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 — 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 (C — 60/100)

*3 navigation pattern(s)*

- **[PASS]** Search functionality detected
- **[PASS]** Skip navigation link detected
- **[PASS]** Back-to-top link detected
- **[PASS]** 2 navigation landmark(s) detected

---

## SEO

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

*Minor issues*

- **[WARNING]** No canonical tag found — Search engines will determine the canonical URL themselves, which may cause duplicate content issues.

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

*Title: 26 chars*

- **[PASS]** Page title is set
- **[WARNING]** Title is only 26 characters — consider expanding
- **[PASS]** Title and H1 are well-aligned

### Content Depth (C — 65/100)

*742 words, Difficult*

- **[PASS]** Page has 742 words of content
- **[INFO]** Text-to-HTML ratio is 3% — Very low ratio suggests heavy framework overhead or boilerplate.
- **[INFO]** Reading level: Difficult (grade 13)

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

*103 internal, 35 external*

- **[PASS]** 103 internal links (75%)
- **[PASS]** 78% of links use descriptive anchor text
- **[INFO]** 103 internal / 35 external links

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

*62 images, 44 descriptive filenames*

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

### Hreflang

*0 hreflang tags*


---

## Sustainability

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

*2.41g CO2 per view*

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

*98% cached*

- **[PASS]** 98% reduction on repeat visits — Returning visitors download only 174 KB (vs 10429 KB first visit). 52 of 54 resources are served from browser cache, saving 2.37g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.04g CO2 (first visit: 2.41g)

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

*95th percentile*

- **[WARNING]** 2.41g 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 (B — 80/100)

*78% efficient*

- **[INFO]** Transfer efficiency: 78% — An estimated 2293 KB (22%) could be eliminated: 0 KB via better compression, 0 KB via modern image formats, 2293 KB of unused JavaScript. This wasted data produces 0.53g of unnecessary CO2 per page view.

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/e88a8389-e9d7-47b7-9acd-7ef73bf2ff10*
