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

**Date:** April 15, 2026  
**URL:** https://tutorialspoint.com  
**Overall Grade:** C (74/100)  
**Report:** https://beavercheck.com/results/322d307c-b601-45ad-af06-b5030b32af54

## Top Findings

1. **[CRITICAL]** /.git/HEAD is publicly accessible — Security > Information Leakage
2. **[CRITICAL]** /.git/config is publicly accessible — Security > Information Leakage
3. **[CRITICAL]** Content-Security-Policy header is missing — Security > Security Headers
4. **[CRITICAL]** No Content-Security-Policy header found — Security > Content Security Policy
5. **[CRITICAL]** 1 control(s) without accessible label — Accessibility > Form Accessibility

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 68 |
| Accessibility | 73 |
| Best Practices | 100 |
| SEO | 92 |

---

## Security

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

*4 of 10 headers properly configured*

- **[PASS]** Strict-Transport-Security is properly configured (consider adding preload)
- **[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.
- **[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
- **[WARNING]** Server header reveals version information — The Server header discloses the software version, aiding attackers in targeting known vulnerabilities. Remove the version number.

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

### Cookie Security (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 5 external resources have SRI*

- **[WARNING]** External link from fonts.googleapis.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from cdn.jsdelivr.net lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from kit.fontawesome.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdn.jsdelivr.net lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.googletagmanager.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.

### JS Library Vulnerabilities (A+ — 100/100)

*No known vulnerabilities*

- **[PASS]** No known JavaScript library vulnerabilities detected

### Information Leakage (D — 40/100)

*Critical exposure detected*

- **[CRITICAL]** /.git/HEAD is publicly accessible — Version control directory is accessible. This exposes source code and potentially secrets. Block access in your web server configuration.
- **[CRITICAL]** /.git/config is publicly accessible — Version control directory is accessible. This exposes source code and potentially secrets. Block access in your web server configuration.
- **[INFO]** No security.txt found — Consider adding a security.txt at /.well-known/security.txt.

### Email Security (A — 85/100)

*DMARC: quarantine*

- **[PASS]** DMARC policy is quarantine — good protection

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

*590 KB transferred, 81 requests*

- **[PASS]** Page weighs 1.4 MB (590 KB transferred)
- **[INFO]** 81 HTTP requests
- **[INFO]** Estimated 0.12 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 (589.2 KiB of 590.0 KiB)
- **[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)

*26 images, 0 KB saveable*

- **[WARNING]** https://www.tutorialspoint.com/static/images/appst... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.tutorialspoint.com/static/images/googl... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.tutorialspoint.com/images/tp_hero_imag... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.tutorialspoint.com/static/images/logo-... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.

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

*5399ms total JS execution*

- **[WARNING]** https://www.tutorialspoint.com/: 2882ms CPU time
- **[WARNING]** Unattributable: 1121ms CPU time
- **[WARNING]** https://cdn.jsdelivr.net/npm/swiper@11/swiper-bund...: 639ms CPU time
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-EX9Z...: 520ms CPU time
- **[INFO]** https://kit.fontawesome.com/d10db5a94a.js: 238ms CPU time
- **[WARNING]** Third-party scripts: 5399ms (100% of total)

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

*1 fonts (47 KB)*

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

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

*6 scripts, 96 KB unused*

- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-EX9Z...: 68 KB unused (40%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://cdn.jsdelivr.net/npm/swiper@11/swiper-bund...: 28 KB unused (64%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 96 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)

*No optimization needed*

- **[PASS]** No resource hint issues

### Page Weight Inventory (A — 85/100)

*81 resources · 590 KB · 96 KB savings available*

- **[PASS]** Within 1MB page-weight target
- **[INFO]** ~96 KB of savings available
- **[WARNING]** 80 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)

*200 links checked, 131 healthy, 69 broken*

- **[CRITICAL]** 131 of 200 links are healthy
- **[CRITICAL]** Broken link: https://tutorialspoint.com/practice/signin.php — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/string — Found in <a href>. Get "https://tutorialspoint.com/topic/string": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/hash-table — Found in <a href>. Get "https://tutorialspoint.com/topic/hash-table": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/dynamic-programming — Found in <a href>. Get "https://tutorialspoint.com/topic/dynamic-programming": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/sorting — Found in <a href>. Get "https://tutorialspoint.com/topic/sorting": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/greedy — Found in <a href>. Get "https://tutorialspoint.com/topic/greedy": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/depth-first-search — Found in <a href>. Get "https://tutorialspoint.com/topic/depth-first-search": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/math — Found in <a href>. Get "https://tutorialspoint.com/topic/math": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/database — Found in <a href>. Get "https://tutorialspoint.com/topic/database": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/binary-search — Found in <a href>. Get "https://tutorialspoint.com/topic/binary-search": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/matrix — Found in <a href>. Get "https://tutorialspoint.com/topic/matrix": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/tree — Found in <a href>. Get "https://tutorialspoint.com/topic/tree": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/bit-manipulation — Found in <a href>. Get "https://tutorialspoint.com/topic/bit-manipulation": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/breadth-first-search — Found in <a href>. Get "https://tutorialspoint.com/topic/breadth-first-search": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/two-pointers — Found in <a href>. Get "https://tutorialspoint.com/topic/two-pointers": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/prefix-sum — Found in <a href>. Get "https://tutorialspoint.com/topic/prefix-sum": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/heap-(priority-queue).htm — Found in <a href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/simulation — Found in <a href>. Get "https://tutorialspoint.com/topic/simulation": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/binary-tree — Found in <a href>. Get "https://tutorialspoint.com/topic/binary-tree": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/stack — Found in <a href>. Get "https://tutorialspoint.com/topic/stack": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/graph — Found in <a href>. Get "https://tutorialspoint.com/topic/graph": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/counting — Found in <a href>. Get "https://tutorialspoint.com/topic/counting": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/sliding-window — Found in <a href>. Get "https://tutorialspoint.com/topic/sliding-window": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/design — Found in <a href>. Get "https://tutorialspoint.com/topic/design": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/enumeration — Found in <a href>. Get "https://tutorialspoint.com/topic/enumeration": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/backtracking — Found in <a href>. Get "https://tutorialspoint.com/topic/backtracking": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/union-find — Found in <a href>. Get "https://tutorialspoint.com/topic/union-find": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/linked-list — Found in <a href>. Get "https://tutorialspoint.com/topic/linked-list": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/number-theory — Found in <a href>. Get "https://tutorialspoint.com/topic/number-theory": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/ordered-set — Found in <a href>. Get "https://tutorialspoint.com/topic/ordered-set": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/monotonic-stack — Found in <a href>. Get "https://tutorialspoint.com/topic/monotonic-stack": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/segment-tree — Found in <a href>. Get "https://tutorialspoint.com/topic/segment-tree": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/trie — Found in <a href>. Get "https://tutorialspoint.com/topic/trie": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/combinatorics — Found in <a href>. Get "https://tutorialspoint.com/topic/combinatorics": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/bitmask — Found in <a href>. Get "https://tutorialspoint.com/topic/bitmask": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/recursion — Found in <a href>. Get "https://tutorialspoint.com/topic/recursion": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/divide-and-conquer — Found in <a href>. Get "https://tutorialspoint.com/topic/divide-and-conquer": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/queue — Found in <a href>. Get "https://tutorialspoint.com/topic/queue": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/memoization — Found in <a href>. Get "https://tutorialspoint.com/topic/memoization": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/binary-indexed-tree — Found in <a href>. Get "https://tutorialspoint.com/topic/binary-indexed-tree": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/binary-search-tree — Found in <a href>. Get "https://tutorialspoint.com/topic/binary-search-tree": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/hash-function — Found in <a href>. Get "https://tutorialspoint.com/topic/hash-function": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/string-matching — Found in <a href>. Get "https://tutorialspoint.com/topic/string-matching": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/topological-sort — Found in <a href>. Get "https://tutorialspoint.com/topic/topological-sort": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/rolling-hash — Found in <a href>. Get "https://tutorialspoint.com/topic/rolling-hash": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/game-theory — Found in <a href>. Get "https://tutorialspoint.com/topic/game-theory": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/interactive — Found in <a href>. Get "https://tutorialspoint.com/topic/interactive": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/data-stream — Found in <a href>. Get "https://tutorialspoint.com/topic/data-stream": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/monotonic-queue — Found in <a href>. Get "https://tutorialspoint.com/topic/monotonic-queue": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/brainteaser — Found in <a href>. Get "https://tutorialspoint.com/topic/brainteaser": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/doubly-linked-list — Found in <a href>. Get "https://tutorialspoint.com/topic/doubly-linked-list": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/randomized — Found in <a href>. Get "https://tutorialspoint.com/topic/randomized": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/merge-sort — Found in <a href>. Get "https://tutorialspoint.com/topic/merge-sort": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/counting-sort — Found in <a href>. Get "https://tutorialspoint.com/topic/counting-sort": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/line-sweep — Found in <a href>. Get "https://tutorialspoint.com/topic/line-sweep": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/probability-and-statistics — Found in <a href>. Get "https://tutorialspoint.com/topic/probability-and-statistics": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/quickselect — Found in <a href>. Get "https://tutorialspoint.com/topic/quickselect": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/bucket-sort — Found in <a href>. Get "https://tutorialspoint.com/topic/bucket-sort": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/reservoir-sampling — Found in <a href>. Get "https://tutorialspoint.com/topic/reservoir-sampling": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/topic/eulerian-circuit — Found in <a href>. Get "https://tutorialspoint.com/topic/eulerian-circuit": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/company/microsoft — Found in <a href>. Get "https://tutorialspoint.com/company/microsoft": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/company/meta — Found in <a href>. Get "https://tutorialspoint.com/company/meta": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/company/facebook — Found in <a href>. Get "https://tutorialspoint.com/company/facebook": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/company/netflix — Found in <a href>. Get "https://tutorialspoint.com/company/netflix": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/company/adobe — Found in <a href>. Get "https://tutorialspoint.com/company/adobe": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/company/instagram — Found in <a href>. Get "https://tutorialspoint.com/company/instagram": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/company/doordash — Found in <a href>. Get "https://tutorialspoint.com/company/doordash": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/company/goldman-sachs — Found in <a href>. Get "https://tutorialspoint.com/company/goldman-sachs": context deadline exceeded
- **[CRITICAL]** Broken link: https://tutorialspoint.com/company/bytedance — Found in <a href>. Get "https://tutorialspoint.com/company/bytedance": context deadline exceeded

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

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

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

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

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

- **[CRITICAL]** og:image is not reachable — The og:image URL could not be fetched. Social platforms won't be able to display it.

### Structured Data (A+ — 100/100)

*4 JSON-LD block(s) found — structured data is well configured.*

- **[PASS]** Custom type "WebPage" — unable to validate specific properties
- **[PASS]** Custom type "ItemList" — unable to validate specific properties
- **[PASS]** 4 JSON-LD blocks found

---

## Infrastructure

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

*1 A records, 16 ms lookup*

- **[PASS]** Resolves to 1 IPv4 address(es)
- **[INFO]** Single A record — no DNS redundancy — Multiple A records provide failover if one server goes down.
- **[INFO]** No IPv6 (AAAA) records
- **[PASS]** 2 nameserver(s) configured
- **[PASS]** 5 mail exchanger(s) configured
- **[INFO]** CAA records not checked — CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.
- **[PASS]** SPF record present in TXT
- **[PASS]** DNS resolution time: 16 ms

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

*1 redirect(s), 522 ms total*

- **[PASS]** Single redirect
- **[INFO]** WWW normalization redirect
- **[INFO]** Redirect overhead: 522 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 (A+ — 100/100)

*robots.txt present, sitemap with 8 URLs*

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

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

*tutorialspoint.com — via GoDaddy.com, LLC, 19 years, 9 months old, hosted on Hetzner*

- **[PASS]** Domain registered until Sep 30, 2026 (5 months remaining)
- **[PASS]** DNSSEC is enabled
- **[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: Hetzner

---

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

*3 trackers detected*

- **[INFO]** 3 third-party trackers detected — Found 2 analytics, 0 advertising, 0 marketing, 1 tag manager trackers.
- **[WARNING]** Trackers detected but no cookie policy found — This page loads 3 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)

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

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

---

## Legal

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

*2 of 7 expected legal pages detected*

- **[PASS]** Privacy Policy detected — Found at /about/about_privacy.htm, linked from footer.
- **[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.
- **[PASS]** Refund / Returns Policy detected — Found at /about/return_refund_policy.htm, 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)

*Copyright 2026*

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

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

*1 third-party service(s) detected*

- **[INFO]** Data inventory for transparency purposes — This inventory identifies third-party services that receive data from your site visitors. Under regulations like GDPR (Article 30), maintaining records of data processing activities is commonly considered a best practice. This automated scan provides a starting point — it may not capture all data flows.
- **[INFO]** 1 third-party services across 1 categories — 1 third-party services detected across 1 categories: Analytics (1). Each of these services receives some user data from your site visitors.
- **[INFO]** Google Analytics (Analytics) — Detected via script URL. Typically collects: Page views, User behavior, Demographics, Device info, IP address. Privacy policy: https://policies.google.com/privacy. Data Processing Agreement available.

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

*No cache headers*

- **[WARNING]** No Cache-Control header found — Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

### Transport Security (A — 90/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.
- **[PASS]** HSTS enabled (includeSubDomains)
- **[PASS]** TLS 1.3 in use (fastest handshake, 1-RTT)

---

## Accessibility

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

*2 landmarks*

- **[CRITICAL]** No <main> landmark found — Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
- **[WARNING]** No <nav> landmark found
- **[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 (D — 45/100)

*127 headings, 2 skip(s)*

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

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

*4 of 25 images have issues*

- **[CRITICAL]** 2 image(s) missing alt attribute — Images without alt text are invisible to screen readers.
- **[WARNING]** 2 image(s) with generic alt text
- **[PASS]** 21 image(s) with good alt text

### Form Accessibility (B — 77/100)

*2 of 2 controls have issues*

- **[CRITICAL]** 1 control(s) without accessible label — Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
- **[WARNING]** 1 control(s) rely on placeholder only — Placeholder text disappears on focus and is not a reliable label.

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

*3 issue(s) across 220 links and 13 buttons*

- **[CRITICAL]** 1 link(s) with no accessible text — Links without text are announced as raw URLs by screen readers.
- **[WARNING]** 17 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[CRITICAL]** 2 button(s) with no accessible text — Icon-only buttons need an aria-label so screen readers can announce them.
- **[PASS]** 202 link(s) with descriptive text

---

## UX

### 404 Error Page (B — 80/100)

*HTTP 404, custom page*

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

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

*No navigation patterns*

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

*Title optimized*

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

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

*1054 words, Very Difficult*

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

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

*191 internal, 29 external*

- **[PASS]** 191 internal links (87%)
- **[PASS]** 100% of links use descriptive anchor text
- **[INFO]** Page has 220 links — consider reducing
- **[INFO]** 191 internal / 29 external links

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

*25 images, 25 descriptive filenames*

- **[PASS]** All images have descriptive filenames
- **[INFO]** 2 image(s) missing alt text — see Accessibility tab

### Hreflang

*0 hreflang tags*


---

## Sustainability

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

*0.14g CO2 per view*

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

### Green Hosting (B — 80/100)

*Green (hosting)*

- **[PASS]** Apache HTTP Server uses renewable energy
- **[INFO]** Apache HTTP Server: Verified by the Green Web Foundation
- **[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 20 KB (vs 589 KB first visit). 80 of 81 resources are served from browser cache, saving 0.13g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.00g CO2 (first visit: 0.14g)

### Carbon Budget (A+ — 100/100)

*10th percentile*

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

### Transfer Efficiency (B — 80/100)

*84% efficient*

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

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/322d307c-b601-45ad-af06-b5030b32af54*
