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

**Date:** April 21, 2026  
**URL:** https://novell.com  
**Overall Grade:** C (74/100)  
**Report:** https://beavercheck.com/results/ba035970-d014-4ce6-b701-16144713b3be

## 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]** No <main> landmark found — Accessibility > Landmark Structure
4. **[WARNING]** 64 third-party resources (100% of weight) — Performance > Page Weight Inventory
5. **[WARNING]** Cross-Origin-Embedder-Policy header is missing — Security > Security Headers

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 39 |
| Accessibility | 85 |
| Best Practices | 77 |
| SEO | 92 |

---

## Security

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

*3 of 10 headers properly configured*

- **[PASS]** Strict-Transport-Security is properly configured (consider adding preload)
- **[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 not present

### 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 192 days)
- **[PASS]** Certificate chain has 2 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 6 external resources have SRI*

- **[WARNING]** External script from www.googletagmanager.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from assets.ot.digital lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from secure.marketinghub.opentext.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.ot.digital lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.ot.digital lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from assets.ot.digital lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.

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

*No known vulnerabilities*

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

### Information Leakage (A+ — 100/100)

*No exposures*

- **[INFO]** No security.txt found — Consider adding a security.txt at /.well-known/security.txt.
- **[PASS]** No sensitive files exposed

### Email Security (F — 30/100)

*No DMARC*

- **[WARNING]** No DMARC record found — Without DMARC, email receivers have no policy for handling authentication failures.

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

*1.2 MB transferred, 65 requests*

- **[PASS]** Page weighs 4.5 MB (1.2 MB transferred)
- **[WARNING]** JavaScript is 791 KB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[INFO]** Fonts are 222 KB — consider subsetting or using system fonts — Subset fonts to include only used characters, or switch to system font stacks.
- **[INFO]** 65 HTTP requests
- **[INFO]** Estimated 0.25 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.2 MiB of 1.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 (B — 75/100)

*11 images, 0 KB saveable*

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

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

*3840ms total JS execution*

- **[WARNING]** Unattributable: 637ms CPU time
- **[WARNING]** https://www.googletagmanager.com/gtm.js?id=GTM-TBD...: 632ms CPU time
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-8LWP...: 568ms CPU time
- **[WARNING]** https://app.gatedcontent.com/scripts/25583474/app....: 553ms CPU time
- **[WARNING]** https://www.opentext.com/about/brands/microfocus: 345ms CPU time
- **[WARNING]** Third-party scripts: 3840ms (100% of total)

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

*1 fonts (222 KB)*

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

### JS Bundles (C — 60/100)

*15 scripts, 300 KB unused*

- **[WARNING]** https://cdn.cookielaw.org/scripttemplates/202510.2...: 75 KB unused (61%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://assets.ot.digital/min/m/v1/js/opentext.min...: 59 KB unused (67%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtm.js?id=GTM-TBD...: 58 KB unused (39%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-8LWP...: 55 KB unused (31%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://app.gatedcontent.com/scripts/25583474/app....: 26 KB unused (41%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 300 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 (B — 70/100)

*65 resources · 1.2 MB · 300 KB savings available*

- **[WARNING]** Page weight 194 KB over 1MB target
- **[INFO]** ~300 KB of savings available
- **[WARNING]** 64 third-party resources (100% of weight)
- **[INFO]** 1 resources over 200KB

### Render-Blocking Resources (A+ — 100/100)

*No render-blocking resources detected*

- **[PASS]** No render-blocking resources detected in <head>

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

*No third-party resources detected*


---

## Content Quality

### Links (F — 40/100)

*200 links checked, 20 healthy, 180 broken*

- **[CRITICAL]** 20 of 200 links are healthy
- **[WARNING]** Broken link: https://www.novell.com/assets/css/inter.css — Found in <link href>. Get "https://www.novell.com/assets/css/inter.css": context deadline exceeded
- **[WARNING]** Broken link: https://www.novell.com/assets/images/favicon.png — Found in <link href>. Get "https://www.novell.com/assets/images/favicon.png": context deadline exceeded
- **[WARNING]** Broken link: https://www.novell.com/assets/scripts/ot-header.js — Found in <script src>. Get "https://www.novell.com/assets/scripts/ot-header.js": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/why-opentext — Found in <a href>. Get "https://www.novell.com/why-opentext": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/about/manage-connect-data — Found in <a href>. Get "https://www.novell.com/about/manage-connect-data": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/about/ai-ready-information — Found in <a href>. Get "https://www.novell.com/about/ai-ready-information": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/about/built-in-security-compliance — Found in <a href>. Get "https://www.novell.com/about/built-in-security-compliance": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/about/empowering-people — Found in <a href>. Get "https://www.novell.com/about/empowering-people": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/customers — Found in <a href>. Get "https://www.novell.com/customers": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/about/people-culture — Found in <a href>. Get "https://www.novell.com/about/people-culture": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/about/corporate-citizenship — Found in <a href>. Get "https://www.novell.com/about/corporate-citizenship": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/partners/find-an-opentext-partner — Found in <a href>. Get "https://www.novell.com/partners/find-an-opentext-partner": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/deployment — Found in <a href>. Get "https://www.novell.com/deployment": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/sovereign-ai-cloud — Found in <a href>. Get "https://www.novell.com/sovereign-ai-cloud": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/deployment/private-cloud — Found in <a href>. Get "https://www.novell.com/deployment/private-cloud": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/deployment/on-premises — Found in <a href>. Get "https://www.novell.com/deployment/on-premises": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/deployment/public-cloud — Found in <a href>. Get "https://www.novell.com/deployment/public-cloud": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/aviator-ai — Found in <a href>. Get "https://www.novell.com/aviator-ai": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/aviator-ai/myaviator — Found in <a href>. Get "https://www.novell.com/aviator-ai/myaviator": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/aviator-ai/business-network-aviator — Found in <a href>. Get "https://www.novell.com/aviator-ai/business-network-aviator": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/aviator-ai/content-aviator — Found in <a href>. Get "https://www.novell.com/aviator-ai/content-aviator": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/aviator-ai/cybersecurity-aviator — Found in <a href>. Get "https://www.novell.com/aviator-ai/cybersecurity-aviator": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/aviator-ai/devops-aviator — Found in <a href>. Get "https://www.novell.com/aviator-ai/devops-aviator": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/aviator-ai/experience-aviator — Found in <a href>. Get "https://www.novell.com/aviator-ai/experience-aviator": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/aviator-ai/fax-aviator — Found in <a href>. Get "https://www.novell.com/aviator-ai/fax-aviator": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/aviator-ai/service-management-aviator — Found in <a href>. Get "https://www.novell.com/aviator-ai/service-management-aviator": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/about — Found in <a href>. Get "https://www.novell.com/about": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/listing — Found in <a href>. Get "https://www.novell.com/products/listing": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/rebrand — Found in <a href>. Get "https://www.novell.com/products/rebrand": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/ai-and-analytics — Found in <a href>. Get "https://www.novell.com/products/ai-and-analytics": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/data-lakehouse-analytics — Found in <a href>. Get "https://www.novell.com/products/data-lakehouse-analytics": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/analytics-database — Found in <a href>. Get "https://www.novell.com/products/analytics-database": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/bi-visualization-reporting — Found in <a href>. Get "https://www.novell.com/products/bi-visualization-reporting": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/data-discovery — Found in <a href>. Get "https://www.novell.com/products/data-discovery": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/intelligence — Found in <a href>. Get "https://www.novell.com/products/intelligence": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/intelligent-classification — Found in <a href>. Get "https://www.novell.com/products/intelligent-classification": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/business-network-cloud — Found in <a href>. Get "https://www.novell.com/products/business-network-cloud": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/supply-chain-orchestration — Found in <a href>. Get "https://www.novell.com/products/supply-chain-orchestration": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/trading-grid — Found in <a href>. Get "https://www.novell.com/products/trading-grid": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/trading-grid-e-invoicing — Found in <a href>. Get "https://www.novell.com/products/trading-grid-e-invoicing": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/b2b-integration — Found in <a href>. Get "https://www.novell.com/products/b2b-integration": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/b2b-integration-essentials — Found in <a href>. Get "https://www.novell.com/products/b2b-integration-essentials": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/b2b-integration-foundation — Found in <a href>. Get "https://www.novell.com/products/b2b-integration-foundation": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/b2b-integration-enterprise — Found in <a href>. Get "https://www.novell.com/products/b2b-integration-enterprise": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/data-integrator — Found in <a href>. Get "https://www.novell.com/products/data-integrator": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/secure-collaboration — Found in <a href>. Get "https://www.novell.com/products/secure-collaboration": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/core-collaboration-access — Found in <a href>. Get "https://www.novell.com/products/core-collaboration-access": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/core-secure-access — Found in <a href>. Get "https://www.novell.com/products/core-secure-access": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/supply-chain-traceability — Found in <a href>. Get "https://www.novell.com/products/supply-chain-traceability": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/aviator-ai/aviator-iot — Found in <a href>. Get "https://www.novell.com/aviator-ai/aviator-iot": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/core-product-traceability... — Found in <a href>. Get "https://www.novell.com/products/core-product-traceability-service": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/supply-chain-insights — Found in <a href>. Get "https://www.novell.com/products/supply-chain-insights": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/trading-grid-command-center — Found in <a href>. Get "https://www.novell.com/products/trading-grid-command-center": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/industry-applications-and... — Found in <a href>. Get "https://www.novell.com/products/industry-applications-and-services": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/financial-hub — Found in <a href>. Get "https://www.novell.com/products/financial-hub": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/emr-integration — Found in <a href>. Get "https://www.novell.com/products/emr-integration": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/swift-service-bureau — Found in <a href>. Get "https://www.novell.com/products/swift-service-bureau": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/content-cloud — Found in <a href>. Get "https://www.novell.com/products/content-cloud": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/document-management — Found in <a href>. Get "https://www.novell.com/products/document-management": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/content-management — Found in <a href>. Get "https://www.novell.com/products/content-management": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/core-content-management — Found in <a href>. Get "https://www.novell.com/products/core-content-management": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/documentum-content-manage... — Found in <a href>. Get "https://www.novell.com/products/documentum-content-management": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/ai-content-management — Found in <a href>. Get "https://www.novell.com/products/ai-content-management": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/knowledge-discovery — Found in <a href>. Get "https://www.novell.com/products/knowledge-discovery": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/file-content-extraction — Found in <a href>. Get "https://www.novell.com/products/file-content-extraction": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/capture-intelligent-docum... — Found in <a href>. Get "https://www.novell.com/products/capture-intelligent-document-processing": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/capture — Found in <a href>. Get "https://www.novell.com/products/capture": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/core-capture — Found in <a href>. Get "https://www.novell.com/products/core-capture": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/vendor-invoice-management... — Found in <a href>. Get "https://www.novell.com/products/vendor-invoice-management-for-sap-solutions": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/process-automation — Found in <a href>. Get "https://www.novell.com/products/process-automation": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/business-integrations — Found in <a href>. Get "https://www.novell.com/products/business-integrations": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/content-cloud-integration... — Found in <a href>. Get "https://www.novell.com/products/content-cloud-integrations-for-sap-solutions": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/content-management-for-sa... — Found in <a href>. Get "https://www.novell.com/products/content-management-for-sap-successfactors": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/core-content-management-f... — Found in <a href>. Get "https://www.novell.com/products/core-content-management-for-sap-successfactors": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/content-cloud-integration... — Found in <a href>. Get "https://www.novell.com/products/content-cloud-integrations-for-microsoft-365": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/content-cloud-integration... — Found in <a href>. Get "https://www.novell.com/products/content-cloud-integrations-for-salesforce": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/insurance-document-manage... — Found in <a href>. Get "https://www.novell.com/products/insurance-document-management-guidewire": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/information-archiving — Found in <a href>. Get "https://www.novell.com/products/information-archiving": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/information-archive — Found in <a href>. Get "https://www.novell.com/products/information-archive": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/core-archive-for-sap-solu... — Found in <a href>. Get "https://www.novell.com/products/core-archive-for-sap-solutions": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/industry-solutions — Found in <a href>. Get "https://www.novell.com/products/industry-solutions": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/content-management-for-en... — Found in <a href>. Get "https://www.novell.com/products/content-management-for-engineering": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/content-management-for-go... — Found in <a href>. Get "https://www.novell.com/products/content-management-for-government": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/documentum-content-manage... — Found in <a href>. Get "https://www.novell.com/products/documentum-content-management-for-life-sciences": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/solutions/information-governance — Found in <a href>. Get "https://www.novell.com/solutions/information-governance": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/ediscovery-and-legal-solu... — Found in <a href>. Get "https://www.novell.com/products/ediscovery-and-legal-solutions": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/cybersecurity-cloud — Found in <a href>. Get "https://www.novell.com/products/cybersecurity-cloud": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/application-security — Found in <a href>. Get "https://www.novell.com/products/application-security": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/application-security-aviator — Found in <a href>. Get "https://www.novell.com/products/application-security-aviator": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/fortify-on-demand — Found in <a href>. Get "https://www.novell.com/products/fortify-on-demand": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/static-application-securi... — Found in <a href>. Get "https://www.novell.com/products/static-application-security-testing": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/dynamic-application-secur... — Found in <a href>. Get "https://www.novell.com/products/dynamic-application-security-testing": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/core-software-composition... — Found in <a href>. Get "https://www.novell.com/products/core-software-composition-analysis": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/core-open-source-select — Found in <a href>. Get "https://www.novell.com/products/core-open-source-select": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/data-security — Found in <a href>. Get "https://www.novell.com/products/data-security": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/core-data-discovery-risk-... — Found in <a href>. Get "https://www.novell.com/products/core-data-discovery-risk-insights": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/data-privacy-protection-f... — Found in <a href>. Get "https://www.novell.com/products/data-privacy-protection-foundation": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/structured-data-manager — Found in <a href>. Get "https://www.novell.com/products/structured-data-manager": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/security-operations — Found in <a href>. Get "https://www.novell.com/products/security-operations": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/core-threat-detection-and... — Found in <a href>. Get "https://www.novell.com/products/core-threat-detection-and-response": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/network-detection-and-res... — Found in <a href>. Get "https://www.novell.com/products/network-detection-and-response": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/enterprise-security-manager — Found in <a href>. Get "https://www.novell.com/products/enterprise-security-manager": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/behavioral-signals — Found in <a href>. Get "https://www.novell.com/products/behavioral-signals": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/core-adversary-signals — Found in <a href>. Get "https://www.novell.com/products/core-adversary-signals": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/security-log-analytics — Found in <a href>. Get "https://www.novell.com/products/security-log-analytics": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/threat-intelligence — Found in <a href>. Get "https://www.novell.com/products/threat-intelligence": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/identity-access-management — Found in <a href>. Get "https://www.novell.com/products/identity-access-management": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/access-manager — Found in <a href>. Get "https://www.novell.com/products/access-manager": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/identity-governance — Found in <a href>. Get "https://www.novell.com/products/identity-governance": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/privileged-access-manager — Found in <a href>. Get "https://www.novell.com/products/privileged-access-manager": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/identity-manager — Found in <a href>. Get "https://www.novell.com/products/identity-manager": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/advanced-authentication — Found in <a href>. Get "https://www.novell.com/products/advanced-authentication": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/data-access-governance — Found in <a href>. Get "https://www.novell.com/products/data-access-governance": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/identity-foundation — Found in <a href>. Get "https://www.novell.com/products/identity-foundation": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/digital-investigations-an... — Found in <a href>. Get "https://www.novell.com/products/digital-investigations-and-forensics": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/endpoint-forensics-and-re... — Found in <a href>. Get "https://www.novell.com/products/endpoint-forensics-and-response": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/forensic — Found in <a href>. Get "https://www.novell.com/products/forensic": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/endpoint-investigator — Found in <a href>. Get "https://www.novell.com/products/endpoint-investigator": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/electronically-stored-inf... — Found in <a href>. Get "https://www.novell.com/products/electronically-stored-information-discovery": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/mobile-investigator — Found in <a href>. Get "https://www.novell.com/products/mobile-investigator": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/digital-forensic-hardware — Found in <a href>. Get "https://www.novell.com/products/digital-forensic-hardware": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/devops-cloud — Found in <a href>. Get "https://www.novell.com/products/devops-cloud": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/devops-platform — Found in <a href>. Get "https://www.novell.com/products/devops-platform": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/saas/core-software-delive... — Found in <a href>. Get "https://www.novell.com/products/saas/core-software-delivery-platform": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/functional-testing-automa... — Found in <a href>. Get "https://www.novell.com/products/functional-testing-automation-solutions": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/functional-testing — Found in <a href>. Get "https://www.novell.com/products/functional-testing": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/functional-testing-for-de... — Found in <a href>. Get "https://www.novell.com/products/functional-testing-for-developers": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/functional-testing-lab-fo... — Found in <a href>. Get "https://www.novell.com/products/functional-testing-lab-for-mobile-and-web": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/project-and-portfolio-man... — Found in <a href>. Get "https://www.novell.com/products/project-and-portfolio-management": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/quality-management — Found in <a href>. Get "https://www.novell.com/products/quality-management": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/software-delivery-management — Found in <a href>. Get "https://www.novell.com/products/software-delivery-management": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/application-quality-manag... — Found in <a href>. Get "https://www.novell.com/products/application-quality-management": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/performance-engineering — Found in <a href>. Get "https://www.novell.com/products/performance-engineering": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/saas/core-performance-eng... — Found in <a href>. Get "https://www.novell.com/products/saas/core-performance-engineering": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/professional-performance-... — Found in <a href>. Get "https://www.novell.com/products/professional-performance-engineering": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/enterprise-performance-en... — Found in <a href>. Get "https://www.novell.com/products/enterprise-performance-engineering": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/service-virtualization — Found in <a href>. Get "https://www.novell.com/products/service-virtualization": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/experience-cloud — Found in <a href>. Get "https://www.novell.com/products/experience-cloud": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/web-mobile-experiences — Found in <a href>. Get "https://www.novell.com/products/web-mobile-experiences": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/content-management-system — Found in <a href>. Get "https://www.novell.com/products/content-management-system": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/core-web-optimization — Found in <a href>. Get "https://www.novell.com/products/core-web-optimization": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/messaging-fax — Found in <a href>. Get "https://www.novell.com/products/messaging-fax": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/digital-fax — Found in <a href>. Get "https://www.novell.com/products/digital-fax": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/fax — Found in <a href>. Get "https://www.novell.com/products/fax": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/core-fax — Found in <a href>. Get "https://www.novell.com/products/core-fax": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/core-messaging — Found in <a href>. Get "https://www.novell.com/products/core-messaging": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/customer-communications — Found in <a href>. Get "https://www.novell.com/products/customer-communications": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/saas/core-communications — Found in <a href>. Get "https://www.novell.com/products/saas/core-communications": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/customer-communications-m... — Found in <a href>. Get "https://www.novell.com/products/customer-communications-management": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/output-transformation-server — Found in <a href>. Get "https://www.novell.com/products/output-transformation-server": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/document-accessibility — Found in <a href>. Get "https://www.novell.com/products/document-accessibility": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/digital-asset-management-... — Found in <a href>. Get "https://www.novell.com/products/digital-asset-management-solutions": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/core-digital-asset-manage... — Found in <a href>. Get "https://www.novell.com/products/core-digital-asset-management": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/digital-asset-management — Found in <a href>. Get "https://www.novell.com/products/digital-asset-management": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/customer-journey-and-data — Found in <a href>. Get "https://www.novell.com/products/customer-journey-and-data": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/core-journey — Found in <a href>. Get "https://www.novell.com/products/core-journey": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/customer-data — Found in <a href>. Get "https://www.novell.com/products/customer-data": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/contact-center-analytics — Found in <a href>. Get "https://www.novell.com/products/contact-center-analytics": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/ediscovery — Found in <a href>. Get "https://www.novell.com/products/ediscovery": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/investigation — Found in <a href>. Get "https://www.novell.com/products/investigation": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/core-insight — Found in <a href>. Get "https://www.novell.com/products/core-insight": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/core-legal-hold — Found in <a href>. Get "https://www.novell.com/products/core-legal-hold": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/legal-knowledge-management — Found in <a href>. Get "https://www.novell.com/products/legal-knowledge-management": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/observability-service-man... — Found in <a href>. Get "https://www.novell.com/products/observability-service-management-cloud": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/saas/core-service-management — Found in <a href>. Get "https://www.novell.com/products/saas/core-service-management": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/observability — Found in <a href>. Get "https://www.novell.com/products/observability": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/core-application-observab... — Found in <a href>. Get "https://www.novell.com/products/core-application-observability": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/core-infrastructure-obser... — Found in <a href>. Get "https://www.novell.com/products/core-infrastructure-observability": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/cloud-network-observability — Found in <a href>. Get "https://www.novell.com/products/cloud-network-observability": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/network-operations-manage... — Found in <a href>. Get "https://www.novell.com/products/network-operations-management": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/network-node-manager — Found in <a href>. Get "https://www.novell.com/products/network-node-manager": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/network-observability — Found in <a href>. Get "https://www.novell.com/products/network-observability": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/ai-operations-management — Found in <a href>. Get "https://www.novell.com/products/ai-operations-management": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/automation — Found in <a href>. Get "https://www.novell.com/products/automation": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/automation-center — Found in <a href>. Get "https://www.novell.com/products/automation-center": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/cloud-management — Found in <a href>. Get "https://www.novell.com/products/cloud-management": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/network-automation — Found in <a href>. Get "https://www.novell.com/products/network-automation": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/cmdb-asset-management — Found in <a href>. Get "https://www.novell.com/products/cmdb-asset-management": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/asset-management — Found in <a href>. Get "https://www.novell.com/products/asset-management": context deadline exceeded
- **[CRITICAL]** Broken link: https://www.novell.com/products/universal-discovery-and-cmdb — Found in <a href>. Get "https://www.novell.com/products/universal-discovery-and-cmdb": 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 (F — 50/100)

*Open Graph tags need attention — social sharing previews may be incomplete.*

- **[CRITICAL]** og:image is not reachable — The og:image URL could not be fetched. Social platforms won't be able to display it.
- **[WARNING]** Missing og:title — The og:title tag controls the title shown in social sharing previews.
- **[WARNING]** Missing og:description — The og:description tag controls the description in social sharing previews.
- **[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 (B — 85/100)

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

- **[WARNING]** Missing or invalid @context in block #1 — The @context should be "https://schema.org" for search engines to recognize the data.
- **[PASS]** Custom type "Corporation" — unable to validate specific properties

---

## Infrastructure

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

*1 A records, 38 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
- **[INFO]** No NS records found
- **[INFO]** No MX records — email not configured via DNS
- **[INFO]** CAA records not checked — CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.
- **[INFO]** No SPF record found in TXT records — SPF helps prevent email spoofing. Add a TXT record starting with 'v=spf1'.
- **[PASS]** DNS resolution time: 38 ms

### Redirect Chain (B — 70/100)

*2 redirect(s), 784 ms total*

- **[WARNING]** 2 redirects before reaching final URL — Each redirect adds latency. Try to minimize the chain to 1 hop.
- **[INFO]** Redirect overhead: 784 ms total
- **[INFO]** Cross-domain redirect detected

### IPv6 Readiness (C — 60/100)

*No IPv6 support*

- **[INFO]** No IPv6 (AAAA) records found — IPv6 support is increasingly important for global accessibility. About 40% of internet users have IPv6 connectivity.

### Crawlability (B — 80/100)

*robots.txt present, no sitemap*

- **[PASS]** robots.txt is present
- **[INFO]** No sitemap.xml found — A sitemap helps search engines discover and index your pages more efficiently.
- **[INFO]** robots.txt does not reference a sitemap — Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.

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

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

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

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

*novell.com — via SafeNames Ltd., 36 years, 11 months old, hosted on OPENTEXT - Attachmate Corp., US*

- **[PASS]** Domain registered until Nov 19, 2026 (7 months remaining)
- **[PASS]** DNSSEC is enabled
- **[PASS]** Registrar: SafeNames Ltd.
- **[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: OPENTEXT - Attachmate Corp., US

---

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

*Viewport prevents zooming*

- **[PASS]** Viewport meta tag is present
- **[PASS]** width=device-width is set
- **[CRITICAL]** Viewport prevents user zooming — user-scalable=no or maximum-scale < 2 prevents users from zooming. This is a WCAG 1.4.4 (Level AA) failure and an accessibility barrier for users with low vision.

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

*1 trackers detected*

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

- **[INFO]** 1 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 /about/privacy, linked from footer.
- **[PASS]** Terms of Service detected — Found at /solutions/industry/legal.
- **[PASS]** Cookie Policy detected — Found at /about/cookie-policy, 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.
- **[PASS]** DMCA / Copyright Notice detected — Found at /about/copyright-information, linked from footer.
- **[INFO]** Refund / Returns Policy not detected — No link matching common Refund / Returns Policy URL patterns or link text was found. Most websites are expected to have a Refund / Returns Policy, especially those collecting user data.
- **[INFO]** Acceptable Use Policy not detected — No link matching common Acceptable Use Policy URL patterns or link text was found. Most websites are expected to have a Acceptable Use Policy, especially those collecting user data.

### Copyright Notice (A+ — 100/100)

*© 2026 Open Text Corporation*

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

### Regulatory Indicators

*1 regulatory indicator(s) detected*

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

### 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: Tag Management (1). Each of these services receives some user data from your site visitors.
- **[INFO]** Google Tag Manager (Tag Management) — Detected via script URL. Typically collects: Orchestrates other tracking scripts, Page views. Privacy policy: https://policies.google.com/privacy. Data Processing Agreement available.

### Compliance Badges (B — 70/100)

*1 compliance badge(s) detected*

- **[PASS]** TRUSTe / TrustArc badge detected — Found via body text: 'truste'. Note: the presence of a badge does not verify the certification is current or valid.

---

## Availability

### CDN & Delivery (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)

---

## Accessibility

### Landmark Structure (C — 60/100)

*7 landmarks*

- **[CRITICAL]** No <main> landmark found — Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
- **[PASS]** 4 <nav> landmark(s) found
- **[PASS]** All <nav> elements are properly labeled
- **[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+ — 100/100)

*216 headings*

- **[PASS]** Single H1 present

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

*All 15 images OK*

- **[PASS]** 15 image(s) with good alt text

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

*All 2 controls labeled*

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

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

*9 issue(s) across 533 links and 9 buttons*

- **[WARNING]** 9 link(s) with generic text — Generic link text like 'click here' doesn't describe the destination.
- **[WARNING]** 42 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[PASS]** 482 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 (F — 30/100)

*2 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'>.

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

*No navigation patterns*

- **[PASS]** 4 navigation landmark(s) detected
- **[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 — 90/100)

*Title: 22 chars*

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

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

*3165 words, Very Difficult*

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

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

*463 internal, 70 external*

- **[PASS]** 463 internal links (87%)
- **[PASS]** 98% of links use descriptive anchor text
- **[INFO]** Page has 533 links — consider reducing
- **[INFO]** 463 internal / 70 external links

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

*15 images, 15 descriptive filenames*

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

### Hreflang

*0 hreflang tags*


---

## Sustainability

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

*0.34g CO2 per view*

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

*98% cached*

- **[PASS]** 98% reduction on repeat visits — Returning visitors download only 28 KB (vs 1218 KB first visit). 62 of 65 resources are served from browser cache, saving 0.33g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.01g CO2 (first visit: 0.34g)

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

*23th percentile*

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

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

*75% efficient*

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

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/ba035970-d014-4ce6-b701-16144713b3be*
