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

**Date:** April 22, 2026  
**URL:** https://wn.com  
**Overall Grade:** D (69/100)  
**Report:** https://beavercheck.com/results/8a24690c-ef6e-4bdb-a181-f9fa507df219

## Top Findings

1. **[CRITICAL]** Content-Security-Policy header is missing — Security > Security Headers
2. **[CRITICAL]** Cookie 'wnTrk' is missing the Secure flag — Security > Cookie Security
3. **[CRITICAL]** No Content-Security-Policy header found — Security > Content Security Policy
4. **[CRITICAL]** Page weighs 18.1 MB (16.4 MB transferred) — Performance > Page Weight Budget
5. **[CRITICAL]** 1 button(s) with no accessible text — Accessibility > Link & Button Quality

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 54 |
| Accessibility | 71 |
| Best Practices | 100 |
| SEO | 100 |

---

## Security

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

*3 of 10 headers properly configured*

- **[PASS]** Strict-Transport-Security is properly configured (consider adding preload)
- **[WARNING]** X-Content-Type-Options header is missing — This header prevents MIME-type sniffing, which can lead to XSS attacks. Set it to 'nosniff'.
- **[WARNING]** X-Frame-Options header is missing — This header prevents clickjacking by controlling who can embed your page in a frame. Set it to DENY or SAMEORIGIN.
- **[WARNING]** Referrer-Policy header is missing — Controls how much referrer information is sent with requests. Set to 'strict-origin-when-cross-origin' or stricter.
- **[WARNING]** Permissions-Policy header is missing — Controls which browser features (camera, microphone, geolocation) are allowed. Set it to restrict unused features.
- **[CRITICAL]** Content-Security-Policy header is missing — CSP is the most important header for preventing XSS attacks. See the CSP section for detailed analysis.
- **[WARNING]** Cross-Origin-Opener-Policy header is missing — COOP isolates your browsing context, preventing cross-origin side-channel attacks. Set to 'same-origin'.
- **[WARNING]** Cross-Origin-Embedder-Policy header is missing — COEP prevents loading cross-origin resources without explicit permission. Required for SharedArrayBuffer and high-resolution timers.
- **[PASS]** X-Powered-By header is not present
- **[PASS]** Server header is present without version info

### Content Security Policy (F — 0/100)

*No enforcing CSP policy found*

- **[CRITICAL]** No Content-Security-Policy header found — CSP is the most effective defense against XSS attacks. Add a Content-Security-Policy header to restrict resource loading.

### TLS & Certificates (A+ — 100/100)

*TLS 1.3, 7 checks passed*

- **[PASS]** TLS 1.3 is used
- **[PASS]** Strong cipher suite is used
- **[INFO]** HTTP/2 is not negotiated — HTTP/2 provides multiplexing and header compression for better performance.
- **[PASS]** Certificate is valid (expires in 61 days)
- **[PASS]** Certificate chain has 2 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 4 domain(s)
- **[PASS]** Certificate is issued by a trusted CA

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

*1 cookies analyzed, 0 checks passed*

- **[CRITICAL]** Cookie 'wnTrk' is missing the Secure flag — Without the Secure flag, this cookie can be sent over unencrypted HTTP, exposing it to interception.
- **[WARNING]** Cookie 'wnTrk' is missing the HttpOnly flag — Without HttpOnly, this cookie can be accessed by JavaScript, making it vulnerable to XSS-based theft.
- **[WARNING]** Cookie 'wnTrk' has no SameSite attribute — Without an explicit SameSite attribute, browser default behavior varies. Set SameSite=Lax or Strict.

---

## Advanced Security

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

*0 of 8 external resources have SRI*

- **[WARNING]** External script from rules.quantcount.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from secure.quantserve.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from ecdn5.wn.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External link from ecdn3.wn.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.
- **[WARNING]** External script from code.jquery.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from ecdn5.wn.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from ecdn1.wn.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 (D — 50/100)

*DMARC: none*

- **[WARNING]** DMARC policy is none — monitoring only — This only monitors, it doesn't block spoofed emails. Change to p=quarantine or p=reject.

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

*No header set*

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

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

*No CORS headers*

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

---

## Performance

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

*16.4 MB transferred, 118 requests*

- **[CRITICAL]** Page weighs 18.1 MB (16.4 MB transferred)
- **[WARNING]** Images are 14.9 MB — compress or use modern formats — Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
- **[WARNING]** JavaScript is 685 KB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[INFO]** Fonts are 397 KB — consider subsetting or using system fonts — Subset fonts to include only used characters, or switch to system font stacks.
- **[INFO]** CSS is 298 KB — consider purging unused styles — Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
- **[WARNING]** 118 HTTP requests — consider bundling or reducing — Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
- **[INFO]** Estimated 3.4 g CO2 per page load

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

*100% third-party, 0 ms blocking*

- **[WARNING]** Third-party code accounts for 100% of page weight (16.4 MiB of 16.4 MiB)
- **[PASS]** Third-party blocking time is low (0 ms)

### Text Compression (A+ — 100/100)

*All text resources are compressed*

- **[PASS]** All text resources are compressed

### Image Optimization (B — 75/100)

*91 images, 0 KB saveable*

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

### JS Execution Cost (C — 60/100)

*1279ms total JS execution*

- **[WARNING]** Unattributable: 607ms CPU time
- **[INFO]** https://www.googletagmanager.com/gtag/js?id=G-CCF9...: 210ms CPU time
- **[INFO]** https://connect.facebook.net/en_US/all.js?hash=718...: 122ms CPU time
- **[INFO]** https://ecdn4.wn.com/vp/m/2a/88bcff45114e06627a9e8...: 112ms CPU time
- **[INFO]** https://wn.com/mobile: 85ms CPU time
- **[WARNING]** Third-party scripts: 1194ms (93% of total)

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

*2 fonts (397 KB)*

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

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

*16 scripts, 229 KB unused*

- **[WARNING]** https://ecdn5.wn.com/vp/m/4e/9a998cf0e4523b5794b3f...: 107 KB unused (77%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://ecdn4.wn.com/vp/m/2a/88bcff45114e06627a9e8...: 66 KB unused (63%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://connect.facebook.net/en_US/all.js?hash=718...: 56 KB unused (68%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 229 KB

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

*All resources properly cached*

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

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

*No render-blocking resources*

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

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

*1 hints, 0 missing preconnects*

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

### Page Weight Inventory (D — 40/100)

*118 resources · 16.4 MB · 229 KB savings available*

- **[WARNING]** Page weight 15.4 MB over 1MB target
- **[INFO]** ~229 KB of savings available
- **[WARNING]** 116 third-party resources (100% of weight)
- **[INFO]** 22 resources over 200KB

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

*No render-blocking resources detected*

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

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

*No third-party resources detected*


---

## Content Quality

### Links (F — 40/100)

*200 links checked, 180 healthy, 20 broken*

- **[CRITICAL]** 180 of 200 links are healthy
- **[WARNING]** Broken link: https://rss.wn.com/English/keyword/photown — Found in <link href>. Get "https://rss.wn.com/English/keyword/photown": all IPs failed for rss.wn.com: dial tcp [2001:67c:38c::70]:443: connect: connection refused
- **[WARNING]** Broken link: https://fonts.gstatic.com — Found in <link href>. Returns HTTP 404.
- **[CRITICAL]** Broken link: https://article.wn.com/view/2026/04/22/US_Iran_seize_ship... — Found in <a href>. Get "https://article.wn.com/view/2026/04/22/US_Iran_seize_ships_as_Hormuz_in_crosshairs/": context deadline exceeded
- **[CRITICAL]** Broken link: https://article.wn.com/view/2026/04/22/AIPAC_Slightly_Mor... — Found in <a href>. Get "https://article.wn.com/view/2026/04/22/AIPAC_Slightly_More_Popular_Than_Democratic_Party_Poll_Finds/": context deadline exceeded
- **[CRITICAL]** Broken link: https://article.wn.com/view/2026/04/22/Netherlands_Boosts... — Found in <a href>. Get "https://article.wn.com/view/2026/04/22/Netherlands_Boosts_Security_Funding_for_Jewish_Institutions_/": context deadline exceeded
- **[CRITICAL]** Broken link: https://article.wn.com/view/2026/04/22/Ashish_Bista_Named... — Found in <a href>. Get "https://article.wn.com/view/2026/04/22/Ashish_Bista_Named_Global_No_1_With_7_World_Records_for_Acad/": context deadline exceeded
- **[CRITICAL]** Broken link: https://article.wn.com/view/2026/04/22/George_Stravelakis... — Found in <a href>. Get "https://article.wn.com/view/2026/04/22/George_Stravelakis_The_Enslaved_Greek_who_Became_Ruler_of_Tu/": context deadline exceeded
- **[CRITICAL]** Broken link: https://article.wn.com/view/2026/04/22/GreekOwned_Ship_At... — Found in <a href>. Get "https://article.wn.com/view/2026/04/22/GreekOwned_Ship_Attacked_at_Strait_of_Hormuz/": context deadline exceeded
- **[CRITICAL]** Broken link: https://article.wn.com/view/2026/04/22/Inside_Tesla_s_hid... — Found in <a href>. Get "https://article.wn.com/view/2026/04/22/Inside_Tesla_s_hidden_supply_chain_how_a_Chinese_town_shapes/": context deadline exceeded
- **[CRITICAL]** Broken link: https://article.wn.com/view/2026/04/22/From_Guangdong_to_... — Found in <a href>. Get "https://article.wn.com/view/2026/04/22/From_Guangdong_to_New_Mexico_craftfocused_brands_are_shaping/": context deadline exceeded
- **[CRITICAL]** Broken link: https://article.wn.com/view/2026/04/22/China_bought_zero_... — Found in <a href>. Get "https://article.wn.com/view/2026/04/22/China_bought_zero_H200_chips_as_of_today_says_Lutnick_as_he_/": context deadline exceeded
- **[CRITICAL]** Broken link: https://article.wn.com/view/2026/04/22/Increasing_plans_t... — Found in <a href>. Get "https://article.wn.com/view/2026/04/22/Increasing_plans_to_build_mosques_draw_opposition_across_Jap/": context deadline exceeded
- **[CRITICAL]** Broken link: https://article.wn.com/view/2026/04/22/Prediction_market_... — Found in <a href>. Get "https://article.wn.com/view/2026/04/22/Prediction_market_Kalshi_docks_three_US_candidates_for_betti/": context deadline exceeded
- **[CRITICAL]** Broken link: https://article.wn.com/view/2026/04/22/Russia_hopes_US_en... — Found in <a href>. Get "https://article.wn.com/view/2026/04/22/Russia_hopes_US_envoys_visits_on_Ukraine_settlement_to_conti_z/": context deadline exceeded
- **[CRITICAL]** Broken link: https://article.wn.com/view/2026/04/22/US_stocks_advance_... — Found in <a href>. Get "https://article.wn.com/view/2026/04/22/US_stocks_advance_amid_ceasefire_extension_with_Iran_4/": context deadline exceeded
- **[CRITICAL]** Broken link: https://article.wn.com/view/2026/04/22/Urgent_2_dead_19_h... — Found in <a href>. Get "https://article.wn.com/view/2026/04/22/Urgent_2_dead_19_hospitalized_after_chemical_leak_at_US_West/": context deadline exceeded
- **[CRITICAL]** Broken link: https://article.wn.com/view/2026/04/22/Global_exposure_ma... — Found in <a href>. Get "https://article.wn.com/view/2026/04/22/Global_exposure_make_spending_clarity_difficult_for_tech_com/": context deadline exceeded
- **[CRITICAL]** Broken link: https://article.wn.com/view/2026/04/22/BMW_is_doubling_do... — Found in <a href>. Get "https://article.wn.com/view/2026/04/22/BMW_is_doubling_down_on_its_flagship_sedan_as_rivals_pull_ba/": context deadline exceeded
- **[CRITICAL]** Broken link: https://article.wn.com/view/2026/04/22/Greece_Sends_Human... — Found in <a href>. Get "https://article.wn.com/view/2026/04/22/Greece_Sends_Humanitarian_Aid_to_Lebanon/": context deadline exceeded
- **[CRITICAL]** Broken link: https://article.wn.com/view/2026/04/22/UAE_No_Longer_Need... — Found in <a href>. Get "https://article.wn.com/view/2026/04/22/UAE_No_Longer_Needs_the_US_to_Defend_It_Says_Prominent_Emira/": context deadline exceeded

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

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

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

### Open Graph (F — 0/100)

*No Open Graph tags found — social sharing previews will be generic.*

- **[WARNING]** No Open Graph meta tags found — Without og:title, og:description, and og:image, social media platforms will generate a generic preview when your page is shared.

### Structured Data (C — 40/100)

*No structured data (JSON-LD) found.*

- **[INFO]** No structured data (JSON-LD) found — Adding structured data helps search engines understand your content and can enable rich results.

---

## Infrastructure

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

*2 A records, 49 ms lookup*

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

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

*No redirects — direct access*

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

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

*IPv6 reachable (38 ms)*

- **[PASS]** IPv6 is configured and reachable at 2001:67c:38c::65, 2001:67c:38c::64

### Crawlability (B — 80/100)

*robots.txt present, no sitemap*

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

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

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

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

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

*wn.com — via NameCheap, Inc., 31 years, 6 months old*

- **[PASS]** Domain registered until Mar 24, 2034 (8 years 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: NameCheap, 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.

---

## Compliance

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

*No testable criteria*


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

*No consent signals detected*

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

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

*Lang attribute present*

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

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

*Font sizes and tap targets checked*


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

*Viewport properly configured*

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

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

*3 trackers detected*

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

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

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

- **[INFO]** 1 cookie(s) could not be classified
- **[INFO]** 3 third-party tracker(s) detected on page

---

## Legal

### Legal Page Ecosystem (C — 60/100)

*2 of 7 expected legal pages detected*

- **[PASS]** Privacy Policy detected — Found at https://wn.com/privacypolicy, linked from footer.
- **[PASS]** Terms of Service detected — Found at https://wn.com/Legal.
- **[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 All Rights Reserved*

- **[PASS]** Copyright notice is up to date — Copyright notice is up to date: © 2026 All Rights Reserved

### 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 (moderate confidence) — Indicators suggesting GDPR may be relevant: Privacy policy page found. EU General Data Protection Regulation — governs collection and processing of personal data of EU residents.
- **[INFO]** HIPAA indicators detected (weak confidence) — Indicators suggesting HIPAA may be relevant: Text mentions: phi. Health Insurance Portability and Accountability Act — protects sensitive patient health information.

### Third-Party Data Sharing

*1 third-party service(s) detected*

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

### Compliance Badges (C — 55/100)

*0 compliance badge(s) detected*

- **[INFO]** No compliance badges detected — No recognized compliance certification badges or seals were found. This is common — many sites do not display compliance badges.

---

## Availability

### CDN & Delivery (D — 50/100)

*No CDN detected*

- **[WARNING]** No CDN detected — A CDN can significantly improve load times for users around the world by caching content at edge nodes closer to them.

### HTTP Caching (B — 80/100)

*must-revalidate*

- **[PASS]** Cache-Control header is set
- **[PASS]** ETag present — enables conditional (304) responses
- **[PASS]** Last-Modified header present

### Transport Security (A — 90/100)

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

- **[INFO]** HTTP/3 (QUIC) not advertised — HTTP/3 eliminates head-of-line blocking. If your CDN supports it, consider enabling it.
- **[PASS]** HSTS enabled (includeSubDomains)
- **[PASS]** TLS 1.3 in use (fastest handshake, 1-RTT)

---

## Accessibility

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

*1 landmarks*

- **[CRITICAL]** No <main> landmark found — Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
- **[PASS]** 1 <nav> landmark(s) found
- **[INFO]** No banner (header) landmark
- **[INFO]** No contentinfo (footer) landmark
- **[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 (F — 35/100)

*113 headings, 4 skip(s)*

- **[PASS]** Single H1 present
- **[WARNING]** Heading level skipped: H2 → H4 (missing H3) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
- **[WARNING]** Heading level skipped: H2 → H4 (missing H3) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
- **[WARNING]** Heading level skipped: H2 → H4 (missing H3) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
- **[WARNING]** Heading level skipped: H2 → H4 (missing H3) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
- **[WARNING]** 1 empty heading(s) — Empty headings appear in the document outline but provide no information.

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

*All 52 images OK*

- **[PASS]** 50 decorative image(s) correctly marked
- **[PASS]** 2 image(s) with good alt text

### Form Accessibility (D — 46/100)

*6 of 6 controls have issues*

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

### Link & Button Quality (B — 73/100)

*2 issue(s) across 591 links and 11 buttons*

- **[WARNING]** 1 link(s) with generic text — Generic link text like 'click here' doesn't describe the destination.
- **[WARNING]** 428 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[CRITICAL]** 1 button(s) with no accessible text — Icon-only buttons need an aria-label so screen readers can announce them.
- **[PASS]** 162 link(s) with descriptive text

---

## UX

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

*Soft 404 detected*

- **[CRITICAL]** Soft 404: server returns HTTP 200 for non-existent pages — The server returns HTTP 200 for a path that does not exist. Search engines will index these pages, diluting your real content. Configure your server to return a proper 404 status code for missing pages.

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

*Invalid JSON*

- **[WARNING]** Manifest contains invalid JSON — Manifest at https://wn.com/manifest.json contains invalid JSON. Browsers cannot parse it.

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

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

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

*Title: 10 chars*

- **[PASS]** Page title is set
- **[WARNING]** Title is only 10 characters — consider expanding

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

*3998 words, Difficult*

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

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

*430 internal, 161 external*

- **[PASS]** 430 internal links (73%)
- **[PASS]** 100% of links use descriptive anchor text
- **[INFO]** Page has 591 links — consider reducing
- **[INFO]** 430 internal / 161 external links
- **[WARNING]** 1 internal links use generic anchor text

### Image SEO (B — 80/100)

*52 images, 12 descriptive filenames*

- **[WARNING]** 77% of images have non-descriptive filenames — Search engines use filenames as a signal. Rename to descriptive names like 'team-photo.jpg'.

### Hreflang

*0 hreflang tags*


---

## Sustainability

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

*4.64g CO2 per view*

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

*99% cached*

- **[PASS]** 99% reduction on repeat visits — Returning visitors download only 149 KB (vs 16790 KB first visit). 115 of 118 resources are served from browser cache, saving 4.60g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.04g CO2 (first visit: 4.64g)

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

*95th percentile*

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

### Transfer Efficiency (A+ — 100/100)

*99% efficient*

- **[PASS]** Transfer efficiency: 99% — Only 229 KB of potential savings identified. Your page is well-optimized for size.

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/8a24690c-ef6e-4bdb-a181-f9fa507df219*
