# BeaverCheck Audit Report — https://www.aljazeera.net

**Date:** May 9, 2026  
**URL:** https://www.aljazeera.net  
**Overall Grade:** C (77/100)  
**Report:** https://beavercheck.com/results/2a8aeee6-bb9f-4338-bcb4-d4c731aa3090

## 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]** Page weighs 15.4 MB (4.3 MB transferred) — Performance > Page Weight Budget
4. **[CRITICAL]** 1 image(s) missing alt attribute — Accessibility > Alt Text Quality
5. **[CRITICAL]** 2 link(s) with no accessible text — Accessibility > Link & Button Quality

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 44 |
| Accessibility | 93 |
| Best Practices | 100 |
| SEO | 100 |

---

## Security

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

*4 of 10 headers properly configured*

- **[WARNING]** HSTS max-age is too short (15768000s, should be ≥ 31536000s) — A short max-age leaves a window for downgrade attacks. Set max-age to at least 31536000 (1 year).
- **[PASS]** X-Content-Type-Options is properly configured
- **[PASS]** X-Frame-Options is properly configured
- **[WARNING]** Referrer-Policy header is missing — Controls how much referrer information is sent with requests. Set to 'strict-origin-when-cross-origin' or stricter.
- **[WARNING]** Permissions-Policy header is missing — Controls which browser features (camera, microphone, geolocation) are allowed. Set it to restrict unused features.
- **[CRITICAL]** Content-Security-Policy header is missing — CSP is the most important header for preventing XSS attacks. See the CSP section for detailed analysis.
- **[WARNING]** Cross-Origin-Opener-Policy header is missing — COOP isolates your browsing context, preventing cross-origin side-channel attacks. Set to 'same-origin'.
- **[WARNING]** Cross-Origin-Embedder-Policy header is missing — COEP prevents loading cross-origin resources without explicit permission. Required for SharedArrayBuffer and high-resolution timers.
- **[PASS]** X-Powered-By header is not present
- **[PASS]** Server header is present without version info
- **[INFO]** Domain is not in the Chrome HSTS preload list (status: unknown) — Submit your domain to hstspreload.org to close the trust-on-first-use gap. Requires a preload-ready HSTS header (max-age=31536000+, includeSubDomains, preload).

### Content Security Policy (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, 8 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]** OCSP stapling enabled
- **[PASS]** Certificate is valid (expires in 184 days)
- **[PASS]** Certificate chain has 2 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 14 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

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

*No cookies set -- cookie-hygiene check is N/A*

- **[PASS]** No cookies set

### WAF / Bot Protection (B — 75/100)

*No WAF detected via response headers*

- **[INFO]** No WAF detected — Response headers don't match any known WAF or bot-management product. Sites exposed to abuse (login, signup, payment) typically benefit from a WAF such as Cloudflare, Akamai, AWS WAF, or Imperva.

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

*No security.txt file found*

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

### Cross-Origin Tab Safety (A+ — 100/100)

*All 8 new-tab link(s) carry rel=noopener*

- **[PASS]** All 8 new-tab link(s) carry rel=noopener

### CSP Inline-Style Readiness (B — 90/100)

*7 inline style attribute(s) detected*

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

### Trusted Types (XSS Sink Hardening) (A+ — 100/100)

*No CSP header -- Trusted Types check is N/A*

- **[PASS]** No CSP header found -- Trusted Types check is N/A

### Source Map Exposure (A+ — 100/100)

*No source maps accessible (probed 8 candidate URL(s))*

- **[PASS]** No source maps accessible across 8 probed candidate(s)

### HTML Version Disclosure (A+ — 100/100)

*No software-version disclosures in HTML*

- **[PASS]** No software-version disclosures in HTML

### Open Redirect Surface (A+ — 100/100)

*No redirect-shaped query parameters in DOM links*

- **[PASS]** No redirect-shaped query parameters in DOM links

### Subdomain Inventory Exposure (B — 90/100)

*1 risky subdomain name(s) in certificate SANs*

- **[INFO]** 1 risky subdomain name(s) advertised in certificate SANs — These names are publicly visible via Certificate Transparency logs (crt.sh, censys.io) -- any attacker can enumerate them in seconds. Operators are often unaware that internal/staging/admin endpoints are inadvertently advertised this way. Mitigation: use a wildcard cert that doesn't enumerate, issue per-environment certs without non-prod SANs on the prod cert, or move internal services to private DNS off the public cert.

---

## Advanced Security

### Subresource Integrity (D — 40/100)

*1 of 9 external resources have SRI*

- **[WARNING]** External script from www.youtube.com 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.
- **[PASS]** script from cdn.amplitude.com has SRI protection
- **[WARNING]** External script from www.googletagmanager.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cdn.cookielaw.org 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.
- **[WARNING]** External script from static.chartbeat.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from static.chartbeat.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.youtube.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.

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

*No known vulnerabilities*

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

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

*No exposures*

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

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

*no DMARC, no SPF*

- **[WARNING]** No DMARC record found — Without DMARC, email receivers have no policy for handling authentication failures. Add a TXT record at _dmarc.<domain> starting with v=DMARC1.
- **[WARNING]** No SPF record found — Without SPF (Sender Policy Framework), receivers can't tell which servers are authorized to send mail for your domain. Add a TXT record at the apex starting with v=spf1, ending in -all.
- **[INFO]** No DKIM detected via common selectors — DKIM signs outbound mail to prove origin. We probed common selectors (default, google, selector1, etc.) without finding a record. If you use a non-standard selector, this is a false negative.
- **[INFO]** MTA-STS not configured — MTA-STS forces inbound mail to use TLS, preventing downgrade attacks. Requires both a TXT record at _mta-sts.<domain> and a policy file at https://mta-sts.<domain>/.well-known/mta-sts.txt.
- **[INFO]** TLS-RPT not configured — TLS-RPT (RFC 8460) lets MTAs report TLS-handshake failures, so you can detect and fix MTA-STS misconfigurations. Add a TXT record at _smtp._tls.<domain>.
- **[INFO]** BIMI not configured — BIMI (Brand Indicators for Message Identification) lets supporting clients (Gmail, Apple Mail, Yahoo) display your verified logo next to your messages. Optional but raises trust signals. Requires DMARC at p=quarantine or p=reject to be honored.

### API Surface (A+ — 100/100)

*No API specs or GraphQL introspection found (probed 11 candidate path(s))*

- **[PASS]** No API specs or GraphQL introspection found (probed 11 path(s))

### Permissions-Policy (D — 40/100)

*No header set*

- **[WARNING]** No Permissions-Policy header — Consider adding a Permissions-Policy header to restrict browser feature access from embedded content.

### CORS Configuration (B — 80/100)

*No CORS headers*

- **[PASS]** No CORS headers present — secure default

---

## Performance

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

*4.3 MB transferred, 129 requests*

- **[CRITICAL]** Page weighs 15.4 MB (4.3 MB transferred)
- **[WARNING]** JavaScript is 2.6 MB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[INFO]** CSS is 255 KB — consider purging unused styles — Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
- **[INFO]** Fonts are 202 KB — consider subsetting or using system fonts — Subset fonts to include only used characters, or switch to system font stacks.
- **[WARNING]** 129 HTTP requests — consider bundling or reducing — Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
- **[INFO]** Estimated 0.90 g CO2 per page load

### Third-Party Impact (B — 70/100)

*59% third-party, 0 ms blocking*

- **[WARNING]** Third-party code accounts for 59% of page weight (2.5 MiB of 4.3 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 — 70/100)

*48 images, 0 KB saveable*

- **[WARNING]**  is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.

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

*5269ms total JS execution*

- **[WARNING]** https://www.aljazeera.net/static/js/main.7546569d....: 1803ms CPU time
- **[WARNING]** https://www.aljazeera.net/: 1369ms CPU time
- **[WARNING]** https://www.gstatic.com/recaptcha/releases/U5VsmTD...: 660ms CPU time
- **[WARNING]** Unattributable: 531ms CPU time
- **[INFO]** https://static.chartbeat.com/js/chartbeat.js: 248ms CPU time
- **[INFO]** Third-party scripts: 1894ms (36% of total)

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

*7 fonts (202 KB)*

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

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

*41 scripts, 909 KB unused*

- **[WARNING]** https://www.gstatic.com/recaptcha/releases/U5VsmTD...: 175 KB unused (48%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.gstatic.com/recaptcha/releases/U5VsmTD...: 175 KB unused (48%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.gstatic.com/recaptcha/releases/U5VsmTD...: 175 KB unused (48%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-WFKE...: 70 KB unused (42%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtm.js?id=GTM-N67...: 64 KB unused (55%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 909 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 — 90/100)

*16 hints, 0 missing preconnects*

- **[INFO]** 1 dns-prefetch redundant with preconnect on same origin — preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://cdn.cookielaw.org. Remove the redundant dns-prefetch entries.
- **[INFO]** 1 URL(s) appear in multiple hints — The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: https://cdn.cookielaw.org (preconnect+preconnect+dns-prefetch).
- **[PASS]** Page uses 16 resource hint(s)

### HTTP/3 (QUIC) (B — 75/100)

*HTTP/3 not advertised*

- **[INFO]** HTTP/3 (QUIC) is not advertised — HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.

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

*Main response served uncompressed*

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

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

*LCP preload audit not available*

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

### Main HTML Cache-Control (A+ — 100/100)

*Main HTML max-age=120 (≤ 5min) is appropriate*

- **[PASS]** Main HTML max-age=120 (≤ 5min) is appropriate

### Server-Timing Observability (B — 85/100)

*No Server-Timing header found*

- **[INFO]** No Server-Timing header found — Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.

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

*129 resources · 4.3 MB · 909 KB savings available*

- **[WARNING]** Page weight 4.3 MB exceeds 1 MB target by 3.3 MB
- **[INFO]** ~909 KB of savings available
- **[WARNING]** 56 third-party resources (59% of weight)
- **[INFO]** 4 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*


### JavaScript Blocking (B — 84/100)

*2 JS blocking issue(s) detected*

- **[WARNING]** 2 render-blocking <script src> tag(s) without async/defer — Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
- **[WARNING]** Total JS execution time is 5.3 s -- over the 3.5s budget — Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.

### CSS Performance Depth (A — 88/100)

*1 CSS depth issue(s) detected*

- **[WARNING]** 11 render-blocking stylesheet(s) -- recommended: <=3 — Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.

---

## Content Quality

### Links (F — 40/100)

*200 links checked, 32 healthy, 168 broken*

- **[CRITICAL]** 32 of 200 links are healthy
- **[WARNING]** Broken link: https://www.aljazeera.net/favicon_aja.ico — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/static/css/component~homepage-r... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/static/css/component~homepage-r... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/static/css/component~common-rou... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/static/css/component~amp-route~... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/static/css/vendor~common-route~... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/static/css/component~main~5db14... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/static/css/component~main~6e6dc... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/static/css/component~main~b07b7... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/static/css/component~main~74894... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/static/css/vendor~main~7dbd8cdd... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://cdn.cookielaw.org — Found in <link href>. Returns HTTP 400.
- **[WARNING]** Broken link: https://www.aljazeera.net/thirdparty/ampli.v9.js — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/static/media/Al-Jazeera-Bold.33... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/static/media/Al-Jazeera-Regular... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/static/css/component~AudioPlaye... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/static/js/component~AudioPlayer... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/aljazeerarss/a7c186be-1baa-4bd4... — Found in <link href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/static/js/vendor~amp-route~arti... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/static/js/vendor~common-route~f... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/static/js/component~amp-route~a... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/static/js/component~common-rout... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/static/js/component~homepage-ro... — Found in <script src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/static/js/component~homepage-ro... — Found in <script src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/video/live — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/account — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/news/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/where/mideast/arab/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/where/intl/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/politics — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/politics/reporters — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/politics/presstour — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/fact-check — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/tag/viral/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/encyclopedia — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/tag/humanrights/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/gallery — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/ebusiness/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/opinions — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/opinion/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/blogs/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/dimensions — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/media/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/tag/studies/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/turath/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/dimensions/military — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/dimensions/conflict — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/dimensions/existence — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/dimensions/profiles — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/dimensions/specialfiles — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/beat — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/sport/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/science/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/health/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/tech/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/lifestyle/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/family/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/travel — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/culture/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/arts/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/misc/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/local — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/where/mideast/arab/palestine/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/where/mideast/arab/yemen/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/where/mideast/arab/syria/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/where/mideast/arab/sudan/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/where/mideast/arab/egypt/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/where/mideast/arab/iraq/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/where/mideast/arab/lebanon/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/where/mideast/arab/morocco/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/where/mideast/arab/libya/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/videos/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/news/2026/5/9/%D8%B9%D8%A7%D8%A... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/where/mideast/iran/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/where/intl/europe/ukraine/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/news/liveblog/2026/5/9/%D8%AD%D... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/news/liveblog/2026/5/9/%D8%AD%D... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/news/liveblog/2026/5/9/%D8%AD%D... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/news/liveblog/2026/5/9/%D8%AD%D... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/news/liveblog/2026/5/9/%D8%AD%D... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/03/moj-... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/news/2026/5/9/%D9%85%D8%B3%D8%A... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/news/2026/5/9/%D8%AA%D8%B5%D8%B... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/05/ap_6... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/news/2026/5/9/%D8%A8%D8%B9%D8%A... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/05/tshz... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/news/2026/5/9/%D8%B1%D8%B3%D8%A... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/05/comb... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/news/2026/5/9/%D8%B3%D8%AA%D8%A... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/05/reut... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/tech/2026/5/8/%D9%83%D9%8A%D9%8... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/05/shut... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/ebusiness/2026/5/9/oil-giants-p... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/05/afp_... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/culture/2026/5/9/28-%D9%85%D8%B... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/05/546f... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/science/2026/5/9/%D8%B3%D9%8A%D... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/encyclopedia/2026/5/4/%D8%A7%D9... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/politics/2026/5/9/%D9%85%D9%86-... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/05/651-... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/politics/2026/5/9/%D9%85%D9%84%... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/politics/2026/5/8/%D9%81%D9%84%... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/ebusiness/2026/5/9/%D8%A5%D8%AF... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/05/reut... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/ebusiness/2026/5/8/%D8%A7%D9%84... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/ebusiness/2026/5/8/%D9%83%D9%86... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/opinion — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2023/09/%D8%... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/opinions/2026/5/9/%D9%85%D8%A7%... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2000/01/8948... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/opinions/2026/5/9/%D8%A7%D9%84%... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/03/%D8%... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/opinions/2026/5/8/%D9%85%D9%86-... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2000/01/d914... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/opinions/2026/5/8/%D9%87%D9%84-... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/04/%D9%... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/opinions/2026/5/8/%D9%83%D9%8A%... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/03/%D8%... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/opinions/2026/5/7/%D9%83%D9%84%... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/static/media/error-icon.c8fb9e1... — Found in <img src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/static/media/right-mark-icon.3a... — Found in <img src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/05/imag... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/politics/2026/5/8/%D9%83%D9%8A%... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/tag/presstour — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/politics/2026/5/9/%D9%85%D8%A7%... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/04/777-... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/news/2026/5/9/%D8%B5%D8%AD%D9%8... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/04/sshy... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/politics/2026/5/9/%D8%A7%D9%84%... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/05/afp_... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/politics/2026/5/8/%D8%B3%D8%AA%... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/05/Gett... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/politics/2026/5/8/%D9%83%D8%A7%... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/05/2131... — Found in <img src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/05/imag... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/video/2026/5/9/%D8%A7%D8%B4%D8%... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/sport/2026/5/9/%D8%A8%D8%B3%D8%... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/05/1-17... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/sport/2026/5/9/%D9%81%D8%A7%D9%... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/05/comn... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/sport/2026/5/8/%D8%B3%D9%81%D9%... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/05/reut... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/sport/2026/5/9/%D8%A3%D8%B1%D8%... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/05/ap_6... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/sport/2026/5/9/%D9%85%D9%88%D9%... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/05/sdf3... — Found in <img src>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/05/imag... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/video/2026/5/9/%D8%AE%D8%B3%D8%... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/static/media/blogs-logo.11dca5a... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/blogs/2026/5/7/%D9%87%D9%84-%D8... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2024/04/COM4... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/blogs/2026/5/7/%D9%84%D9%85%D9%... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2017/04/50aa... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/blogs/2026/5/7/%D8%A3%D8%B7%D8%... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/05/sdf4... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/blogs/2026/5/7/%D9%83%D9%8A%D9%... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2025/08/%D9%... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/blogs/2026/5/7/%D9%85%D8%A7-%D8... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2021/02/shut... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/news/2026/5/9/%D9%88%D8%A7%D8%B... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/05/afp_... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/%D8%A7%D8%AA%D9%81%D8%A7%D9%82%... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/sitemap — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/%D8%A7%D8%AD%D8%B5%D9%84-%D8%B9... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/%D8%A7%D8%A8%D9%82-%D8%B9%D9%84... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/newsletters — Found in <a href>. Returns HTTP 403.

### 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.
- **[INFO]** og:title is short (10 characters) — Ideal length is 25–60 characters for social sharing previews.

### Structured Data (B — 85/100)

*3 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.
- **[INFO]** Missing recommended property "description" for WebSite — Adding "description" can improve how search engines display your content.
- **[PASS]** Custom type "CollectionPage" — unable to validate specific properties
- **[PASS]** Custom type "NewsMediaOrganization" — unable to validate specific properties
- **[PASS]** 3 JSON-LD blocks found

### Rich Results Eligibility (A+ — 100/100)

*3 JSON-LD block(s) declaring 3 schema type(s)*

- **[PASS]** SiteLinks Search Box markup detected — The page declares a `WebSite` schema with a `potentialAction` of `SearchAction`. This makes the homepage eligible for Google's in-SERP search box -- a high-visibility SERP feature for branded queries.
- **[PASS]** 3 rich-result schema type(s) declared — Inventory of structured-data types on the page (each may unlock a different SERP feature):

CollectionPage, NewsMediaOrganization, WebSite

Search engines decide whether to render rich results based on content quality + page-level signals; declaring the schema is necessary but not sufficient.

### Image Optimization (F — 40/100)

*6 issues found across 55 images*

- **[WARNING]** 23 images significantly larger than display size — Resizing to display dimensions could save approximately 344 KB.
- **[WARNING]** 54 images missing explicit width/height — Images without dimensions cause layout shifts (CLS). Set explicit width and height attributes.
- **[INFO]** 17 below-fold images missing loading="lazy" — Lazy loading defers below-fold images, reducing initial page weight.
- **[INFO]** 45 of 55 images use legacy formats
- **[WARNING]** 5 images missing alt text — Alt text is essential for screen readers and SEO. Every meaningful image needs descriptive alt text.
- **[INFO]** 2 image(s) wider than 400px without srcset (no responsive serving) — These images deliver the same asset to every viewport (mobile, tablet, retina). Adding srcset / <picture> lets the browser pick a viewport-appropriate variant and typically saves 40-70% of bytes on mobile. Sample: data:, https://www.aljazeera.net/static/media/right-mark-icon.3a446adc.svg.

### Autoplay Media (A+ — 100/100)

*1 media element(s) found, none autoplay*

- **[PASS]** 1 media element(s) found, none autoplay

---

## Infrastructure

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

*1 A records, 34 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.
- **[PASS]** Has 2 IPv6 (AAAA) record(s)
- **[WARNING]** CNAME record at zone apex — A CNAME at the zone apex can break MX and NS records. Use ALIAS/ANAME or A records instead.
- **[INFO]** No NS records found
- **[INFO]** No MX records — email not configured via DNS
- **[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: 34 ms

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

*No subdomain takeover risk detected*

- **[PASS]** CNAME does not point at a known takeover-able service

### DNSSEC (B — 80/100)

*Unsigned (DNSSEC not deployed)*

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

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

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

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

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

*0/3 IPs match cert SAN*

- **[INFO]** PTR for 2.22.209.66 does not match any cert SAN: a2-22-209-66.deploy.static.akamaitechnologies.com — Common when behind a CDN or shared hosting (PTR points at the provider's hostname). Mismatch can also affect mail deliverability if this IP sends email -- many MTAs reject mail when forward+reverse DNS disagree.
- **[INFO]** PTR for 2a02:26f0:e0:890::2392 does not match any cert SAN: g2a02-26f0-00e0-0890-0000-0000-0000-2392.deploy.static.akamaitechnologies.com — Common when behind a CDN or shared hosting (PTR points at the provider's hostname). Mismatch can also affect mail deliverability if this IP sends email -- many MTAs reject mail when forward+reverse DNS disagree.
- **[INFO]** PTR for 2a02:26f0:e0:8af::2392 does not match any cert SAN: g2a02-26f0-00e0-08af-0000-0000-0000-2392.deploy.static.akamaitechnologies.com — Common when behind a CDN or shared hosting (PTR points at the provider's hostname). Mismatch can also affect mail deliverability if this IP sends email -- many MTAs reject mail when forward+reverse DNS disagree.

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

*Mean 26ms across 3 resolvers (spread 15ms)*

- **[PASS]** Cloudflare: 17ms
- **[PASS]** Google: 30ms
- **[PASS]** Quad9: 32ms

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

*No redirects — direct access*

- **[PASS]** No redirects — direct access

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

*IPv6 reachable (0 ms)*

- **[PASS]** IPv6 is configured and reachable at 2a02:26f0:e0:890::2392, 2a02:26f0:e0:8af::2392

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

*robots.txt present, sitemap with 343 URLs*

- **[PASS]** robots.txt is present
- **[PASS]** sitemap.xml is present
- **[PASS]** sitemap.xml is valid XML
- **[PASS]** sitemap.xml contains 343 entries
- **[PASS]** robots.txt references sitemap

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

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

- **[PASS]** www/non-www redirect configured correctly (preferred: www)
- **[PASS]** HTTP correctly 301-redirects to HTTPS

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

*aljazeera.net — via MarkMonitor Inc., 30 years, 1 months old, hosted on AWS*

- **[PASS]** Domain registered until Aug 29, 2029 (3 years, 4 months remaining)
- **[INFO]** DNSSEC is not enabled — DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.
- **[PASS]** Registrar: MarkMonitor Inc.
- **[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: AWS

---

## Compliance

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

*No testable criteria*


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

*privacy policy found*

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

### Consent UX Depth (A+ — 100/100)

*No consent-UX depth issues detected*

- **[PASS]** No consent-UX depth issues detected

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

*No known trackers detected on this page*

- **[PASS]** No known trackers detected on this page

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

### Hreflang Configuration (A — 92/100)

*1 hreflang issue(s) across 5 tag(s)*

- **[INFO]** No `x-default` hreflang tag — Google recommends including `<link rel="alternate" hreflang="x-default" href="...">` so search engines have a fallback URL for users whose language / region doesn't match any specific hreflang entry. Typically points to a language-selection page or your default locale.

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

*Font sizes and tap targets checked*


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

*Viewport properly configured*

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

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

*No accessibility statement detected*

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

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

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

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

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

*3 trackers detected*

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

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

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

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

### Tracking Pixel Inventory (A+ — 100/100)

*No tracking pixels detected*

- **[PASS]** No tracking pixels detected

### Browser Fingerprinting (A+ — 100/100)

*No browser-fingerprinting libraries detected*

- **[PASS]** No browser-fingerprinting libraries detected

### Cross-Site Cookies (SameSite=None) (A+ — 100/100)

*No cookies on the page*

- **[PASS]** No cookies set on the page response

### Beacon Tracking (sendBeacon) (A+ — 100/100)

*No navigator.sendBeacon usage detected in inline scripts*

- **[PASS]** No navigator.sendBeacon usage detected in inline scripts

---

## Legal

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

*0 of 7 expected legal pages detected*

- **[WARNING]** Privacy Policy not detected — No link matching common Privacy Policy URL patterns or link text was found. Most websites are expected to have a Privacy Policy, especially those collecting user data.
- **[WARNING]** Terms of Service not detected — No link matching common Terms of Service URL patterns or link text was found. Most websites are expected to have a Terms of Service, especially those collecting user data.
- **[INFO]** Cookie Policy not detected — No link matching common Cookie Policy URL patterns or link text was found. Most websites are expected to have a Cookie Policy, especially those collecting user data.
- **[INFO]** Accessibility Statement not detected — No link matching common Accessibility Statement URL patterns or link text was found. Most websites are expected to have a Accessibility Statement, especially those collecting user data.
- **[INFO]** DMCA / Copyright Notice not detected — No link matching common DMCA / Copyright Notice URL patterns or link text was found. Most websites are expected to have a DMCA / Copyright Notice, especially those collecting user data.
- **[INFO]** Refund / Returns Policy not detected — No link matching common Refund / Returns Policy URL patterns or link text was found. Most websites are expected to have a Refund / Returns Policy, especially those collecting user data.
- **[INFO]** Acceptable Use Policy not detected — No link matching common Acceptable Use Policy URL patterns or link text was found. Most websites are expected to have a Acceptable Use Policy, especially those collecting user data.

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

*© 2026 شبكة الجزيرة الاعلامية Your brow…*

- **[PASS]** Copyright notice is up to date — Copyright notice is up to date: © 2026 شبكة الجزيرة الاعلامية Your browser does not suppo
- **[PASS]** Copyright holder: شبكة الجزيرة الاعلامية Your browser does not suppo

### Regulatory Indicators

*2 regulatory indicator(s) detected*

- **[INFO]** This is a technical scan, not a legal assessment — BeaverCheck detects technical indicators that may suggest regulatory relevance. This is not a compliance audit and should not be relied upon for legal decisions. Consult qualified legal counsel for compliance assessments.
- **[INFO]** GDPR indicators detected (strong confidence) — Indicators suggesting GDPR may be relevant: Consent management platform detected: cookielaw.org; Privacy policy page found. EU General Data Protection Regulation — governs collection and processing of personal data of EU residents.
- **[INFO]** ADA indicators detected (moderate confidence) — Indicators suggesting ADA may be relevant: Accessibility statement page found. Americans with Disabilities Act / Section 508 — requires digital accessibility for people with disabilities.

### Third-Party Data Sharing

*3 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]** 3 third-party services across 2 categories — 3 third-party services detected across 2 categories: Analytics (2), Tag Management (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.
- **[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.
- **[INFO]** Amplitude (Analytics) — Detected via script URL. Typically collects: User events, Behavior analytics, Cohort analysis. Privacy policy: https://amplitude.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 (A+ — 95/100)

*max-age=120 (2 minutes)*

- **[PASS]** Cache-Control header is set
- **[PASS]** Effective TTL: 2 minutes (max-age=120)
- **[PASS]** ETag present — enables conditional (304) responses

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

*No status page link detected*

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

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

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

- **[INFO]** HTTP/3 (QUIC) not advertised — HTTP/3 eliminates head-of-line blocking. If your CDN supports it, consider enabling it.
- **[WARNING]** HSTS max-age is short: 182 days — HSTS max-age should be at least 1 year (31536000 seconds).
- **[INFO]** HSTS missing includeSubDomains — Without includeSubDomains, HSTS only protects the exact domain.
- **[PASS]** TLS 1.3 in use (fastest handshake, 1-RTT)

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

*Health endpoint at https://www.aljazeera.net/health (HTTP 200)*

- **[PASS]** Public health endpoint at https://www.aljazeera.net/health

### CDN Cache Observability (B — 85/100)

*No CDN cache-status headers in the response*

- **[INFO]** No CDN cache-status headers in the response — Without an X-Cache / CF-Cache-Status / X-Vercel-Cache / Age header, you can't tell from outside whether a request hit the cache or went to origin. Operationally important: enables debugging stale-content reports and verifying cache rules. Most managed CDN platforms emit at least one of these by default; absence often means the platform's diagnostic headers are stripped at an upstream proxy.

---

## Accessibility

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

*28 landmarks*

- **[PASS]** <main> landmark present
- **[PASS]** 2 <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 (D — 40/100)

*84 headings*

- **[PASS]** Single H1 present
- **[WARNING]** 12 empty heading(s) — Empty headings appear in the document outline but provide no information.

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

*1 of 55 images have issues*

- **[CRITICAL]** 1 image(s) missing alt attribute — Images without alt text are invisible to screen readers.
- **[INFO]** 14 image(s) with alt text over 125 characters
- **[PASS]** 10 decorative image(s) correctly marked
- **[PASS]** 30 image(s) with good alt text

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

*1 of 4 controls have issues*

- **[WARNING]** 1 control(s) rely on placeholder only — Placeholder text disappears on focus and is not a reliable label.
- **[PASS]** 3 control(s) properly labeled

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

*2 issue(s) across 179 links and 29 buttons*

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

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

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

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

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

*4 form control(s) checked, no input-semantic issues*

- **[PASS]** All form input semantics look correct

### Mobile Keyboard & Autofill (C — 75/100)

*1/2 eligible field(s) missing autocomplete or inputmode*

- **[WARNING]** 1 field(s) would benefit from inputmode attribute — Mobile browsers pick the on-screen keyboard layout from `inputmode=` when present (numeric pad, tel dialpad, email keyboard). Without it, users see the default text keyboard and must mode-switch -- 2-3 extra taps per phone-number or numeric-ID field. Type-based defaults exist (`type=tel` shows the tel keyboard on most browsers) but `inputmode` is the explicit, cross-browser way to control this. Affected types: email.

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

*Lang attribute set to "ar"*

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

### Tabindex Anti-Patterns (D — 40/100)

*0 positive, 20 -1-on-focusable*

- **[INFO]** tabindex="-1" on naturally-focusable <button> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
- **[INFO]** tabindex="-1" on naturally-focusable <button> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
- **[INFO]** tabindex="-1" on naturally-focusable <button> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
- **[INFO]** tabindex="-1" on naturally-focusable <button> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
- **[INFO]** tabindex="-1" on naturally-focusable <a> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
- **[INFO]** tabindex="-1" on naturally-focusable <a> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
- **[INFO]** tabindex="-1" on naturally-focusable <a> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
- **[INFO]** tabindex="-1" on naturally-focusable <a> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
- **[INFO]** tabindex="-1" on naturally-focusable <a> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
- **[INFO]** tabindex="-1" on naturally-focusable <a> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
- **[INFO]** tabindex="-1" on naturally-focusable <a> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
- **[INFO]** tabindex="-1" on naturally-focusable <a> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
- **[INFO]** tabindex="-1" on naturally-focusable <a> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
- **[INFO]** tabindex="-1" on naturally-focusable <a> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
- **[INFO]** tabindex="-1" on naturally-focusable <a> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
- **[INFO]** tabindex="-1" on naturally-focusable <a> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
- **[INFO]** tabindex="-1" on naturally-focusable <a> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
- **[INFO]** tabindex="-1" on naturally-focusable <a> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
- **[INFO]** tabindex="-1" on naturally-focusable <a> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
- **[INFO]** tabindex="-1" on naturally-focusable <a> — tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)

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

*All 1 iframe(s) have descriptive titles*

- **[PASS]** All 1 iframe(s) have title attributes

### Tap Target Adequacy (C — 75/100)

*5 tap target(s) too small or too close together*

- **[WARNING]** 5 tap target(s) too small or too close to neighbors — WCAG 2.5.5 (Level AAA) requires interactive targets to be at least 44x44 CSS pixels; WCAG 2.5.8 (Level AA, added in 2.2) requires 24x24 minimum. Failing targets cause mis-taps for users with motor impairments, large fingers, or shaky hands -- and are a major bounce-rate driver on mobile commerce flows. Lighthouse measures rendered rects + adjacent-element spacing; the failing list is in the Lighthouse 'tap-targets' audit detail panel.

### Mobile-Readable Font Sizes (B — 90/100)

*98% of visible text renders at >= 12 CSS px (2 below threshold)*

- **[INFO]** 2 text node(s) render below 12 CSS pixels on mobile — Mobile browsers default the root font-size to 16 px; text below ~ 12 px (75% of root) is hard to read without zooming. WCAG 1.4.4 (Resize Text) requires the page to support 200% zoom without loss of functionality -- which most layouts handle, but small base text still costs readability and conversion. Audit which selectors set sizes below 12 px (often footers, fine print, table cells) and bump them to 14-16 px or use rem units that scale with user preferences. Examples: <span> 11.0px ("محمي بخدمة"); <strong> 11.0px ("reCAPTCHA").

---

## UX

### 404 Error Page (A — 90/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
- **[PASS]** Search form present on 404 page

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

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

*No PWA depth issues detected*

- **[PASS]** No PWA depth issues detected

### 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]** 2 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 (B — 80/100)

*Minor issues*

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

### Meta Tags (B — 80/100)

*Title: 5 chars*

- **[PASS]** Page title is set
- **[WARNING]** Title is only 5 characters — consider expanding
- **[INFO]** Meta description is 265 characters — truncated on mobile (~160 char limit)
- **[INFO]** Title and H1 have very different wording — Alignment helps users confirm they've reached the right page.

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

*1503 words, Very Easy*

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

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

*152 internal, 27 external*

- **[PASS]** 152 internal links (85%)
- **[PASS]** 99% of links use descriptive anchor text
- **[INFO]** 152 internal / 27 external links

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

*55 images, 31 descriptive filenames*

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

### Hreflang

*0 hreflang tags*


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

*No hreflang tags on the page*

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

### Sitemap Freshness (A+ — 100/100)

*Sitemap updated within 90 days (343/343 URLs have lastmod)*

- **[PASS]** Sitemap actively maintained — newest lastmod: today

### Sitemap × Robots Consistency (A+ — 100/100)

*No sitemap-vs-robots conflicts in the URL sample*

- **[PASS]** All 5 sampled sitemap URLs are crawlable per robots.txt

### Sitemap Hygiene (A+ — 100/100)

*Sitemap structure / size look healthy (343 URLs, 211 KB)*

- **[PASS]** Sitemap structure / size look healthy (343 URLs)

### Markup Quality (A+ — 95/100)

*1 markup-quality issue(s) detected*

- **[INFO]** 1 redundant ARIA role attribute(s) on native semantic element(s) — The W3C "ARIA in HTML" spec calls this its first rule: don't use ARIA when a native HTML element already conveys the semantics. `<button role="button">`, `<a href role="link">`, `<nav role="navigation">`, `<main role="main">` -- the role attribute either does nothing or shadows the native semantic, occasionally breaking assistive-tech behaviors. Remove the redundant role.

---

## Sustainability

### CO2 Per Page Load (D — 50/100)

*1.21g CO2 per view*

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

*92% cached*

- **[PASS]** 92% reduction on repeat visits — Returning visitors download only 343 KB (vs 4375 KB first visit). 125 of 129 resources are served from browser cache, saving 1.12g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.10g CO2 (first visit: 1.21g)

### Carbon Budget (D — 50/100)

*67th percentile*

- **[WARNING]** 1.21g CO2 — above the median website (0.60g) — Heavier than an estimated 33% of websites. Reducing page weight, optimizing images, and removing unused JavaScript would lower the carbon footprint. See the Performance tab.
- **[INFO]** Estimated 67th percentile — Compared to: top 10% = 0.20g, target = 0.50g, median = 0.60g per page view.

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

*79% efficient*

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

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

*No detectable Google Fonts weights*

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

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/2a8aeee6-bb9f-4338-bcb4-d4c731aa3090*
