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

**Date:** May 9, 2026  
**URL:** https://www.aljazeera.net  
**Overall Grade:** C (76/100)  
**Report:** https://beavercheck.com/results/2ee12eea-d7cb-478b-9ec0-cde9e6cd10e8

## 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 19.8 MB (5.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 | 34 |
| Accessibility | 93 |
| Best Practices | 81 |
| 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)

*6 inline style attribute(s) detected*

- **[INFO]** 6 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. 6 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

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

*Page is not a login form -- auth-security checks are N/A*

- **[PASS]** Page does not appear to be a login form

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

*5.3 MB transferred, 146 requests*

- **[CRITICAL]** Page weighs 19.8 MB (5.3 MB transferred)
- **[WARNING]** JavaScript is 3.3 MB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[WARNING]** Images are 1.0 MB — compress or use modern formats — Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
- **[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]** 146 HTTP requests — consider bundling or reducing — Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
- **[INFO]** Estimated 1.1 g CO2 per page load

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

*65% third-party, 0 ms blocking*

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

*7297ms total JS execution*

- **[WARNING]** https://www.aljazeera.net/static/js/main.7546569d....: 1796ms CPU time
- **[WARNING]** Unattributable: 1615ms CPU time
- **[WARNING]** https://www.aljazeera.net/: 1337ms CPU time
- **[WARNING]** https://www.gstatic.com/recaptcha/releases/U5VsmTD...: 704ms CPU time
- **[WARNING]** https://cdn.cookielaw.org/scripttemplates/202601.2...: 352ms CPU time
- **[WARNING]** Third-party scripts: 3954ms (54% 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)

*48 scripts, 1.3 MB 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://securepubads.g.doubleclick.net/pagead/mana...: 147 KB unused (77%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://a.pub.network/aljazeera-net/prebid.js: 134 KB unused (81%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 1.3 MB

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

*All resources properly cached*

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

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

*No render-blocking resources*

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

### Resource Hints (A — 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.

### Server Response Intelligence (A+ — 100/100)

*2 server-response signal(s) detected*

- **[PASS]** `Vary` header declared: Accept-Encoding — The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
- **[PASS]** `ETag` present -- conditional GET supported

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

*146 resources · 5.3 MB · 1.3 MB savings available*

- **[WARNING]** Page weight 5.3 MB exceeds 1 MB target by 4.3 MB
- **[INFO]** ~1.3 MB of savings available
- **[WARNING]** 73 third-party resources (65% 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 7.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, 33 healthy, 167 broken*

- **[CRITICAL]** 33 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/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/05/afp_... — Found in <img src>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.aljazeera.net/news/2026/5/9/%D8%B2%D9%84%D8%B... — 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/%D9%81%D9%8A-%D8%... — 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/news/2026/5/9/%D9%85%D8%B3%D8%A... — 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/%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/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/arts/2026/5/9/%D8%A3%D8%B5%D8%A... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/05/Scre... — 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.
- **[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/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%A7%D8%B1... — 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/ebusiness/2026/5/9/%D8%A7%D8%B4... — 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.
- **[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.
- **[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/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.
- **[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.
- **[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/encyclopedia/2026/5/4/%D8%A7%D9... — Found in <a href>. Returns HTTP 403.
- **[WARNING]** Broken link: https://www.aljazeera.net/wp-content/uploads/2026/05/5678... — 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 426 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]** 3 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, 33 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: 33 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 17ms across 3 resolvers (spread 29ms)*

- **[PASS]** Quad9: 2ms
- **[PASS]** Cloudflare: 19ms
- **[PASS]** Google: 31ms

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

*No redirects — direct access*

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

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

*IPv6 reachable (1 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 352 URLs*

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

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

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

- **[PASS]** www/non-www redirect configured correctly (preferred: www)
- **[CRITICAL]** HTTP version does not redirect 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.

### Internationalization Extras (A+ — 100/100)

*1 i18n signal(s) detected*

- **[PASS]** Right-to-left language properly declared with dir attribute — The page declares an RTL language and uses `dir="rtl"` on the document or relevant subtree. Browsers correctly mirror layout (text alignment, scroll direction, list bullet positions) for the visitor.

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

*32 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]** 16 image(s) with alt text over 125 characters
- **[PASS]** 8 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 178 links and 25 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]** 167 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, 18 -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 <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 (F — 5/100)

*HTTP 403, bare page*

- **[WARNING]** Unexpected status code: HTTP 403 — Expected HTTP 404 but received 403. This may confuse search engine crawlers.
- **[WARNING]** Bare server default 404 page — The 404 page has no custom styling. Users hitting a broken link see a generic error with no way to navigate back. Add a custom 404 page with your site navigation and a search bar.

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

*1 icon(s) detected*

- **[WARNING]** No favicon.ico at site root — Some older browsers, bookmark tools, and RSS readers look for /favicon.ico. Add one as a fallback.
- **[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.

### Mobile UX Depth (A+ — 97/100)

*2 mobile-depth signal(s) detected*

- **[PASS]** iOS smart-banner opt-in present (`apple-itunes-app`) — The page declares a companion iOS app via `<meta name="apple-itunes-app" content="app-id=...">`. iOS Safari shows a smart banner offering to open the page in the app, with an unobtrusive 'X' to dismiss. Recommended when you have a published companion app.
- **[INFO]** No `<meta name="theme-color">` -- browser chrome falls back to default — Without `theme-color`, Android Chrome's status bar and iOS Safari's toolbar fall back to a generic gray. Adding a single hex color in `<meta name="theme-color" content="#0066cc">` tints them to your brand color across all mobile browsers.

---

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

*1464 words, Very Easy*

- **[PASS]** Page has 1464 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 3)

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

*151 internal, 27 external*

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

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

*55 images, 33 descriptive filenames*

- **[INFO]** 22 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 (352/352 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 (352 URLs, 216 KB)*

- **[PASS]** Sitemap structure / size look healthy (352 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 (F — 30/100)

*1.51g CO2 per view*

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

*94% cached*

- **[PASS]** 94% reduction on repeat visits — Returning visitors download only 344 KB (vs 5467 KB first visit). 142 of 146 resources are served from browser cache, saving 1.42g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.10g CO2 (first visit: 1.51g)

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

*76th percentile*

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

### Transfer Efficiency (C — 60/100)

*75% efficient*

- **[WARNING]** Transfer efficiency: 75% — An estimated 1376 KB (25%) could be eliminated: 0 KB via better compression, 0 KB via modern image formats, 1376 KB of unused JavaScript. This wasted data produces 0.38g 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/2ee12eea-d7cb-478b-9ec0-cde9e6cd10e8*
