# BeaverCheck Audit Report — https://allevents.in

**Date:** April 22, 2026  
**URL:** https://allevents.in  
**Overall Grade:** C (75/100)  
**Report:** https://beavercheck.com/results/a336cb67-d8fb-420e-946f-171c9a56471c

## Top Findings

1. **[CRITICAL]** Cookie '_pgrf' is missing the Secure flag — Security > Cookie Security
2. **[CRITICAL]** Page weighs 8.9 MB (6.5 MB transferred) — Performance > Page Weight Budget
3. **[CRITICAL]** 1 button(s) with no accessible text — Accessibility > Link & Button Quality
4. **[CRITICAL]** 2 control(s) without accessible label — Accessibility > Form Accessibility
5. **[CRITICAL]** 3 image(s) missing alt attribute — Accessibility > Alt Text Quality

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 35 |
| Accessibility | 90 |
| Best Practices | 81 |
| SEO | 100 |

---

## Security

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

*4 of 10 headers properly configured*

- **[WARNING]** HSTS max-age is too short (2592000s, should be ≥ 31536000s) — A short max-age leaves a window for downgrade attacks. Set max-age to at least 31536000 (1 year).
- **[WARNING]** X-Content-Type-Options header is missing — This header prevents MIME-type sniffing, which can lead to XSS attacks. Set it to 'nosniff'.
- **[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.
- **[PASS]** Content-Security-Policy is present
- **[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 (C — 60/100)

*1 of 10 CSP checks passed*

- **[INFO]** Raw CSP policy
- **[WARNING]** default-src directive is missing — default-src provides a fallback for other directives. Set it to restrict default resource loading.
- **[INFO]** No script-src or default-src to check for 'unsafe-inline'
- **[INFO]** No script-src or default-src to check for 'unsafe-eval'
- **[INFO]** No script-src or default-src to check for wildcard
- **[PASS]** object-src falls back to default-src
- **[WARNING]** base-uri directive is missing — Without base-uri, attackers can inject a <base> tag to hijack relative URLs. Set it to 'self' or 'none'.
- **[WARNING]** frame-ancestors directive is missing — frame-ancestors controls who can embed your page, preventing clickjacking. Set it to 'self' or 'none'.
- **[WARNING]** form-action directive is missing — form-action restricts where forms can submit data, preventing form hijacking.
- **[INFO]** upgrade-insecure-requests is not set — This directive upgrades HTTP resources to HTTPS automatically, preventing mixed content.

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

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

*2 cookies analyzed, 2 checks passed*

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

---

## Advanced Security

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

*1 of 9 external resources have SRI*

- **[WARNING]** External script from www.clarity.ms lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from scripts.clarity.ms lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.clarity.ms lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from na.allevents.in lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from d2r1yp2w7bby2u.cloudfront.net lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from www.googletagmanager.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[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 eu1.clevertap-prod.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[PASS]** script from js-agent.newrelic.com has SRI protection

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

*DMARC: reject*

- **[PASS]** DMARC policy is reject — strongest protection

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

*No header set*

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

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

*No CORS headers*

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

---

## Performance

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

*6.5 MB transferred, 134 requests*

- **[CRITICAL]** Page weighs 8.9 MB (6.5 MB transferred)
- **[WARNING]** Images are 5.0 MB — compress or use modern formats — Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
- **[WARNING]** JavaScript is 728 KB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[INFO]** Fonts are 493 KB — consider subsetting or using system fonts — Subset fonts to include only used characters, or switch to system font stacks.
- **[WARNING]** 134 HTTP requests — consider bundling or reducing — Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
- **[INFO]** Estimated 1.4 g CO2 per page load

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

*85% third-party, 0 ms blocking*

- **[WARNING]** Third-party code accounts for 85% of page weight (5.5 MiB of 6.5 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 (C — 60/100)

*70 images, 0 KB saveable*

- **[WARNING]** https://cdn2.allevents.in/transup/33/4fcdc12a954b0... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://cdn2.allevents.in/transup/0a/caa241b4e3479... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://cdn-ip.allevents.in/s/rs:fill:400:240/g:sm... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://cdn2.allevents.in/transup/4d/78fee857694b2... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://cdn-ip.allevents.in/s/rs:fill:400:240/g:sm... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://cdn-ip.allevents.in/s/rs:fill:400:240/g:sm... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://cdn-ip.allevents.in/s/rs:fill:400:240/g:sm... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://cdn-ip.allevents.in/s/rs:fill:400:240/g:sm... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://cdn-ip.allevents.in/s/rs:fill:400:240/g:sm... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://cdn-ip.allevents.in/s/rs:fill:400:240/g:sm... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://cdn-ip.allevents.in/s/rs:fill:400:240/g:sm... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEA... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://cdn-ip.allevents.in/s/rs:fill:400:240/g:sm... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.

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

*4964ms total JS execution*

- **[WARNING]** https://allevents.in/scripts/combined.js: 1713ms CPU time
- **[WARNING]** Unattributable: 1041ms CPU time
- **[WARNING]** https://scripts.clarity.ms/0.8.59/clarity.js: 558ms CPU time
- **[WARNING]** https://allevents.in/: 534ms CPU time
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-DZD3...: 472ms CPU time
- **[WARNING]** Third-party scripts: 2579ms (52% of total)

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

*5 fonts (493 KB)*

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

### JS Bundles (D — 50/100)

*23 scripts, 288 KB unused*

- **[WARNING]** https://www.googletagmanager.com/gtm.js?id=GTM-5NV...: 69 KB unused (52%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-DZD3...: 58 KB unused (34%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://d2r1yp2w7bby2u.cloudfront.net/js/clevertap...: 57 KB unused (66%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://allevents.in/scripts/combined.js: 53 KB unused (62%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://allevents.in/scripts/common.js?v=v11776883...: 51 KB unused (76%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://allevents.in/scripts/common.js?v=v11776883...: unminified — 24 KB could be saved
- **[INFO]** Total unused JavaScript: 288 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)

*7 hints, 0 missing preconnects*

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

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

*134 resources · 6.5 MB · 288 KB savings available*

- **[WARNING]** Page weight 5.5 MB over 1MB target
- **[INFO]** ~288 KB of savings available
- **[WARNING]** 94 third-party resources (85% of weight)
- **[INFO]** 11 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 (B — 85/100)

*200 links checked, 187 healthy, 1 broken*

- **[WARNING]** 187 of 200 links are healthy
- **[WARNING]** Broken link: android-app://com.amitech.allevents/http/allevents.in — Found in <link href>. Get "android-app://com.amitech.allevents/http/allevents.in": unsupported protocol scheme "android-app"
- **[INFO]** Long redirect chain: https://allevents.in/s%C3%A3o%20paulo/band?ref=... (3 hops)
- **[INFO]** Long redirect chain: https://allevents.in/s%C3%A3o%20paulo/festival?... (3 hops)
- **[INFO]** Long redirect chain: https://allevents.in/s%C3%A3o%20paulo/expo?ref=... (3 hops)
- **[INFO]** Long redirect chain: https://allevents.in/s%C3%A3o%20paulo/workshop?... (3 hops)
- **[INFO]** Long redirect chain: https://allevents.in/s%C3%A3o%20paulo/meetup?re... (3 hops)
- **[INFO]** Long redirect chain: https://allevents.in/s%C3%A3o%20paulo/concert?r... (3 hops)
- **[INFO]** Long redirect chain: https://allevents.in/s%C3%A3o%20paulo/artist?re... (3 hops)
- **[INFO]** Long redirect chain: https://allevents.in/s%C3%A3o%20paulo/entrepren... (3 hops)
- **[INFO]** Long redirect chain: https://allevents.in/s%C3%A3o%20paulo/adventure... (3 hops)
- **[INFO]** Long redirect chain: https://allevents.in/s%C3%A3o%20paulo/artistic?... (3 hops)
- **[INFO]** Long redirect chain: https://allevents.in/s%C3%A3o%20paulo/marathon?... (3 hops)
- **[INFO]** Long redirect chain: https://allevents.in/s%C3%A3o%20paulo/literatur... (3 hops)

### 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:description is long (245 characters) — Descriptions over 200 characters may be truncated in social sharing previews.

### Structured Data (F — 50/100)

*4 JSON-LD block(s) found — issues found that may affect search visibility.*

- **[CRITICAL]** Malformed JSON-LD block #2 — JSON parse error: Mismatch type map[string]interface {} with value array "at index 0: mismatched type with value\n\n\t[{\"@context\":\"https:\\/\\/schema.o\n\t^...............................\n"
- **[CRITICAL]** Malformed JSON-LD block #3 — JSON parse error: Mismatch type map[string]interface {} with value array "at index 0: mismatched type with value\n\n\t[{\"@context\":\"https:\\/\\/schema.o\n\t^...............................\n"
- **[PASS]** Custom type "SiteNavigationElement" — unable to validate specific properties
- **[PASS]** 4 JSON-LD blocks found

---

## Infrastructure

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

*2 A records, 13 ms lookup*

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

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

*No redirects — direct access*

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

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

*IPv6 reachable (2 ms)*

- **[PASS]** IPv6 is configured and reachable at 2606:4700::6812:aef, 2606:4700::6812:bef

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

*allevents.in — via Gandi SAS, 15 years, 3 months old*

- **[PASS]** Domain registered until Apr 1, 2029 (2 years, 11 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: Gandi SAS
- **[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]** 2 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 (D — 45/100)

*8 trackers detected*

- **[INFO]** 8 third-party trackers detected — Found 5 analytics, 0 advertising, 2 marketing, 1 tag manager trackers.
- **[WARNING]** Trackers detected but no cookie policy found — This page loads 8 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.
- **[WARNING]** Session replay tool detected: Microsoft Clarity — Session replay tools record user interactions. These require clear disclosure and often explicit consent under GDPR.

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

*2 cookies · 8 trackers · 0 pre-consent*

- **[INFO]** 1 cookie(s) could not be classified
- **[INFO]** 8 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://allevents.in/privacy, linked from footer.
- **[PASS]** Terms of Service detected — Found at https://allevents.in/conditions, linked from footer.
- **[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)

*Copyright 2026*

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

### Regulatory Indicators

*1 regulatory indicator(s) detected*

- **[INFO]** This is a technical scan, not a legal assessment — BeaverCheck detects technical indicators that may suggest regulatory relevance. This is not a compliance audit and should not be relied upon for legal decisions. Consult qualified legal counsel for compliance assessments.
- **[INFO]** 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.

### Third-Party Data Sharing

*2 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]** 2 third-party services across 2 categories — 2 third-party services detected across 2 categories: Analytics (1), 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.

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

*Cloudflare (DYNAMIC)*

- **[PASS]** Site is served via Cloudflare CDN (edge: GRU)
- **[INFO]** CDN cache status: DYNAMIC

### HTTP Caching (D — 40/100)

*no-store (uncacheable)*

- **[INFO]** Cache-Control: no-store prevents all caching — Intentional for dynamic content, but increases server load for every page view.
- **[INFO]** No ETag or Last-Modified header — Conditional requests (304 Not Modified) are not possible without validators.

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

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

- **[PASS]** HTTP/3 (QUIC) supported — The server advertises HTTP/3 via Alt-Svc for faster connections on mobile networks.
- **[WARNING]** HSTS max-age is short: 30 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)

---

## Accessibility

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

*2 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
- **[WARNING]** Skip navigation link is missing (WCAG 2.4.1) — Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.

### Heading Hierarchy (A — 90/100)

*38 headings*

- **[WARNING]** Multiple H1 headings (2 found) — A page should have only one H1. Multiple H1s dilute the document outline.

### Alt Text Quality (D — 40/100)

*3 of 140 images have issues*

- **[CRITICAL]** 3 image(s) missing alt attribute — Images without alt text are invisible to screen readers.
- **[CRITICAL]** 3 image-in-link without alt text — An image inside a link with no alt creates an empty link.
- **[PASS]** 137 image(s) with good alt text

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

*10 of 10 controls have issues*

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

### Link & Button Quality (D — 48/100)

*4 issue(s) across 346 links and 13 buttons*

- **[CRITICAL]** 3 link(s) with no accessible text — Links without text are announced as raw URLs by screen readers.
- **[WARNING]** 85 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]** 258 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 (B — 80/100)

*12 icon(s) detected*

- **[PASS]** favicon.ico present at site root
- **[PASS]** HTML icon links detected
- **[PASS]** Apple touch icon present
- **[PASS]** Multiple icon sizes detected

### Web Manifest (A+ — 95/100)

*PWA-ready*

- **[PASS]** Meets PWA install criteria
- **[PASS]** Name present: All Events in City
- **[PASS]** 192x192 icon present
- **[PASS]** 512x512 icon present
- **[PASS]** Display mode: standalone

### Dark Mode Support (D — 45/100)

*Theme color only*

- **[INFO]** Theme-color present but no dark variant — A theme-color is set but no dark-specific variant was found. The browser toolbar may not adapt for dark mode users.
- **[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 — 30/100)

*1 navigation pattern(s)*

- **[PASS]** Back-to-top link detected
- **[PASS]** 1 navigation landmark(s) detected
- **[PASS]** Hamburger menu detected (responsive design)
- **[INFO]** No breadcrumbs, search, or skip link detected — These navigation aids help users orient themselves and find content efficiently, especially on large sites.

---

## SEO

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

*Properly configured*

- **[PASS]** Canonical tag present
- **[PASS]** Canonical is self-referencing
- **[PASS]** Canonical matches final URL after redirects
- **[PASS]** Canonical target returns 200

### Meta Tags (A+ — 95/100)

*Title optimized*

- **[PASS]** Page title is set
- **[PASS]** Title length (52 chars) is optimal
- **[INFO]** Title and H1 have very different wording — Alignment helps users confirm they've reached the right page.

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

*1275 words, Difficult*

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

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

*333 internal, 13 external*

- **[PASS]** 333 internal links (96%)
- **[PASS]** 99% of links use descriptive anchor text
- **[INFO]** Page has 346 links — consider reducing
- **[INFO]** 333 internal / 13 external links

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

*140 images, 127 descriptive filenames*

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

### Hreflang

*0 hreflang tags*


---

## Sustainability

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

*1.53g CO2 per view*

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

### Green Hosting (A+ — 100/100)

*Green (both)*

- **[PASS]** Both hosting and CDN use renewable energy
- **[INFO]** Cloudflare: Verified by the Green Web Foundation
- **[INFO]** Cloudflare: 100% renewable energy for global network since 2019
- **[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 85 KB (vs 6620 KB first visit). 133 of 134 resources are served from browser cache, saving 1.51g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.02g CO2 (first visit: 1.53g)

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

*76th percentile*

- **[WARNING]** 1.53g 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 (A+ — 100/100)

*96% efficient*

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

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/a336cb67-d8fb-420e-946f-171c9a56471c*
