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

**Date:** April 22, 2026  
**URL:** https://retaildive.com  
**Overall Grade:** C (76/100)  
**Report:** https://beavercheck.com/results/62f61a3c-65cc-424d-b661-6faa7e30bc7b

## Top Findings

1. **[CRITICAL]** Content-Security-Policy header is missing — Security > Security Headers
2. **[CRITICAL]** HSTS header is missing — Security > Security Headers
3. **[CRITICAL]** No Content-Security-Policy header found — Security > Content Security Policy
4. **[CRITICAL]** 2 link(s) with no accessible text — Accessibility > Link & Button Quality
5. **[CRITICAL]** 4 button(s) with no accessible text — Accessibility > Link & Button Quality

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 45 |
| Accessibility | 93 |
| Best Practices | 92 |
| SEO | 100 |

---

## Security

### Security Headers (C — 65/100)

*8 of 10 headers properly configured*

- **[CRITICAL]** HSTS header is missing — Strict-Transport-Security forces browsers to use HTTPS, preventing downgrade attacks. Add the header with a max-age of at least 1 year.
- **[PASS]** X-Content-Type-Options is properly configured
- **[PASS]** X-Frame-Options is properly configured
- **[PASS]** Referrer-Policy is properly configured
- **[PASS]** Permissions-Policy is set
- **[CRITICAL]** Content-Security-Policy header is missing — CSP is the most important header for preventing XSS attacks. See the CSP section for detailed analysis.
- **[PASS]** Cross-Origin-Opener-Policy is properly configured
- **[PASS]** Cross-Origin-Embedder-Policy is set
- **[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 32 days)
- **[PASS]** Certificate chain has 3 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 2 domain(s)
- **[PASS]** Certificate is issued by a trusted CA

### Cookie Security (A+ — 95/100)

*1 cookies analyzed, 2 checks passed*

- **[PASS]** Cookie '__cf_bm' has the Secure flag
- **[PASS]** Cookie '__cf_bm' has the HttpOnly flag
- **[WARNING]** Cookie '__cf_bm' 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 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 www.googletagmanager.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from cmp.osano.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from fundingchoicesmessages.google.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from securepubads.g.doubleclick.net lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from pub.doubleverify.com lacks integrity attribute — Without SRI, if this CDN is compromised, attackers could inject malicious code.
- **[WARNING]** External script from platform.twitter.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 — 30/100)

*No DMARC*

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

### Permissions-Policy (A+ — 100/100)

*18 directives, 0 missing*

- **[PASS]** accelerometer=() — blocked for all origins
- **[PASS]** browsing-topics=() — blocked for all origins
- **[PASS]** camera=() — blocked for all origins
- **[PASS]** clipboard-read=() — blocked for all origins
- **[PASS]** clipboard-write=() — blocked for all origins
- **[PASS]** geolocation=() — blocked for all origins
- **[PASS]** gyroscope=() — blocked for all origins
- **[PASS]** hid=() — blocked for all origins
- **[PASS]** interest-cohort=() — blocked for all origins
- **[PASS]** magnetometer=() — blocked for all origins
- **[PASS]** microphone=() — blocked for all origins
- **[PASS]** payment=() — blocked for all origins
- **[PASS]** publickey-credentials-get=() — blocked for all origins
- **[PASS]** screen-wake-lock=() — blocked for all origins
- **[PASS]** serial=() — blocked for all origins
- **[PASS]** sync-xhr=() — blocked for all origins
- **[PASS]** usb=() — blocked for all origins
- **[INFO]** xr-spatial-tracking=(self)

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

*No CORS headers*

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

---

## Performance

### Page Weight Budget (D — 46/100)

*2.3 MB transferred, 87 requests*

- **[INFO]** Page weighs 4.8 MB (2.3 MB transferred)
- **[WARNING]** JavaScript is 838 KB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[INFO]** Fonts are 252 KB — consider subsetting or using system fonts — Subset fonts to include only used characters, or switch to system font stacks.
- **[INFO]** 87 HTTP requests
- **[INFO]** Estimated 0.49 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 (2.3 MiB of 2.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 (C — 60/100)

*25 images, 0 KB saveable*

- **[WARNING]** https://www.retaildive.com/static/img/social_icons... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.retaildive.com/static/img/social_icons... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://d12v9rtnomnebu.cloudfront.net/logo/publica... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.retaildive.com/static/img/close-white.... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.retaildive.com/static/img/social_icons... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://www.retaildive.com/static/img/social_icons... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.

### JS Execution Cost (D — 40/100)

*2972ms total JS execution*

- **[WARNING]** https://www.retaildive.com/: 625ms CPU time
- **[WARNING]** Unattributable: 591ms CPU time
- **[WARNING]** https://cmp.osano.com/AzqdtLT8Mqkut2TZ/991974d1-3b...: 540ms CPU time
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-M826...: 336ms CPU time
- **[WARNING]** https://www.googletagmanager.com/gtm.js?id=GTM-55G...: 288ms CPU time
- **[WARNING]** Third-party scripts: 2972ms (100% of total)

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

*6 fonts (252 KB)*

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

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

*41 scripts, 205 KB unused*

- **[WARNING]** https://www.googletagmanager.com/gtm.js?id=GTM-WCZ...: 67 KB unused (38%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtag/js?id=G-M826...: 65 KB unused (39%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.googletagmanager.com/gtm.js?id=GTM-55G...: 52 KB unused (36%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://www.retaildive.com/static/js/jquery_360.mi...: 22 KB unused (61%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 205 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)

*87 resources · 2.3 MB · 205 KB savings available*

- **[WARNING]** Page weight 1.3 MB over 1MB target
- **[INFO]** ~205 KB of savings available
- **[WARNING]** 86 third-party resources (100% of weight)
- **[INFO]** 2 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)

*185 links checked, 122 healthy, 63 broken*

- **[CRITICAL]** 122 of 185 links are healthy
- **[WARNING]** Broken link: https://retaildive.com/site.webmanifest?v=3 — Found in <link href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/deep-dive/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/topic/podcasts/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/library/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/events/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/press-release/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/signup/?signup_location=header&sig... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/topic/operations/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/topic/marketing/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/topic/technology/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/topic/dtc/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/topic/distressed-retail/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/topic/department-stores/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/topic/executives/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/topic/financial-news/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/topic/consumer-trends/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/topic/e-commerce/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/lululemon-names-nike-executiv... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/mens-wearhouse-owner-tailored... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/party-city-staples-seven-hund... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/amazon-summer-beauty-event-20... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/monthly-retail-sales-from-the... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/spons/smarter-stores-start-behind-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/amazon-allegedly-pushed-vendo... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/primark-spinoff-abf-stand-alo... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/lululemon-launches-mexico-e-c... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/allbirds-downfall-sale-newbir... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/richard-baker-quash-subpoena-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/vuori-rothys-exec-heather-arc... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/allbirds-ai-washing-nikes-exe... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/target-opening-six-new-stores... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/uber-eats-launches-retail-ret... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/luxury-retail-ceos-sell-value... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/kendra-scott-names-gap-vetera... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/home-depot-same-next-day-deli... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/retail-impact-weight-loss-boo... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/qvc-group-chapter-11-bankrupt... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/walmart-store-update-expansio... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/american-eagle-sydney-sweeney... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/backcountry-brand-incubator-a... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/cbp-tariff-refund-process-lau... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/home-depot-simpl-automation-t... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/bath-body-works-pulls-back-la... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/stanley-product-development-d... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/qvc-preps-chapter-11-bankrupt... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/news/saks-global-drops-lawsuit-ber... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com?page=2 — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/newsletter@ittnewsletter.com — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/press-release/20260415-interface-s... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/press-release/20260406-gift-cards-... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/press-release/20260412-airship-exp... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/press-release/get-started/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://www.wsj.com/finance/stocks/iran-war-stock-market-... — Found in <a href>. Returns HTTP 401.
- **[CRITICAL]** Broken link: https://retaildive.com/what-we-are-reading — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/selfservice/event-listings/contact — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/about/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/editors/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/contact/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/signup/?signup_location=footer-lis... — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/selfservice/article-licensing/submit/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/what-we-are-reading/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/advertise/ — Found in <a href>. Returns HTTP 403.
- **[CRITICAL]** Broken link: https://retaildive.com/ — 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 (B — 80/100)

*Open Graph tags are partially configured — some improvements recommended.*

- **[INFO]** Missing og:url — The og:url tag specifies the canonical URL for the shared content.
- **[INFO]** Missing og:type — The og:type tag helps social platforms categorize the content.
- **[INFO]** Missing og:site_name — The og:site_name tag displays the website name in social previews.
- **[INFO]** Missing twitter:card — Without twitter:card, Twitter falls back to Open Graph tags. Adding it gives you more control.

### 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, 47 ms lookup*

- **[PASS]** Resolves to 2 IPv4 address(es)
- **[PASS]** Has 2 IPv6 (AAAA) record(s)
- **[PASS]** 2 nameserver(s) configured
- **[PASS]** 2 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: 47 ms

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

*1 redirect(s), 345 ms total*

- **[PASS]** Single redirect
- **[INFO]** WWW normalization redirect

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

*IPv6 reachable (17 ms)*

- **[PASS]** IPv6 is configured and reachable at 2606:4700:4403::ac40:93e8, 2a06:98c1:310c::6812:2818

### Crawlability (B — 80/100)

*robots.txt present, no sitemap*

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

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

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

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

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

*retaildive.com — via NameCheap, Inc., 15 years, 8 months old*

- **[PASS]** Domain registered until Nov 9, 2026 (6 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: 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 (D — 40/100)

*7 trackers detected*

- **[INFO]** 7 third-party trackers detected — Found 4 analytics, 2 advertising, 0 marketing, 1 tag manager trackers.
- **[WARNING]** 2 advertising/retargeting trackers detected — Advertising trackers collect user data for ad targeting. Under GDPR, these typically require explicit consent.
- **[WARNING]** Trackers detected but no cookie policy found — This page loads 7 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 · 7 trackers · 0 pre-consent*

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

---

## Legal

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

*3 of 7 expected legal pages detected*

- **[PASS]** Privacy Policy detected — Found at https://www.techtarget.com/privacy-policy/.
- **[PASS]** Terms of Service detected — Found at https://www.informatechtarget.com/terms-of-use/.
- **[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.
- **[PASS]** DMCA / Copyright Notice detected — Found at https://www.industrydive.com/takedown-policy/, linked from footer.
- **[INFO]** Refund / Returns Policy not detected — No link matching common Refund / Returns Policy URL patterns or link text was found. Most websites are expected to have a Refund / Returns Policy, especially those collecting user data.
- **[INFO]** Acceptable Use Policy not detected — No link matching common Acceptable Use Policy URL patterns or link text was found. Most websites are expected to have a Acceptable Use Policy, especially those collecting user data.

### Copyright Notice (B — 80/100)

*© 2025 TechTarget*

- **[INFO]** Copyright year is 2025 (1 year(s) behind) — Copyright year is 2025 — 1 year(s) behind. While copyright protection doesn't depend on the year being current, an outdated notice may suggest the site is not actively maintained. Update to © 2026 or use a range like © 2025–2026.
- **[PASS]** Copyright holder: TechTarget

### 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: osano.com; Privacy policy page found. EU General Data Protection Regulation — governs collection and processing of personal data of EU residents.
- **[INFO]** CCPA indicators detected (strong confidence) — Indicators suggesting CCPA may be relevant: Text mentions: do not sell; Link text: Cookie Preferences / Do Not Sell. California Consumer Privacy Act — gives California residents rights over their personal data.

### 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 3 categories — 3 third-party services detected across 3 categories: Analytics (1), Tag Management (1), CDN (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]** Cloudflare (CDN) — Detected via cookie name. Typically collects: IP address (transient), Request metadata. Privacy policy: https://www.cloudflare.com/privacypolicy/. 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 (B — 80/100)

*Cloudflare*

- **[PASS]** Site is served via Cloudflare CDN (edge: CDG)

### HTTP Caching (F — 30/100)

*No cache headers*

- **[WARNING]** No Cache-Control header found — Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

### Transport Security (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]** Missing Strict-Transport-Security header — HSTS tells browsers to only use HTTPS, preventing SSL stripping attacks.
- **[PASS]** TLS 1.3 in use (fastest handshake, 1-RTT)

---

## Accessibility

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

*7 landmarks*

- **[CRITICAL]** No <main> landmark found — Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
- **[PASS]** 3 <nav> landmark(s) found
- **[WARNING]** 1 of 3 <nav> elements are unlabeled — Multiple navigations need aria-label to distinguish them for screen readers.
- **[PASS]** Skip navigation link present

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

*48 headings*

- **[PASS]** Single H1 present

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

*All 116 images OK*

- **[INFO]** 1 image(s) with alt text over 125 characters
- **[PASS]** 5 decorative image(s) correctly marked
- **[PASS]** 110 image(s) with good alt text

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

*All 23 controls labeled*

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

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

*6 issue(s) across 196 links and 17 buttons*

- **[CRITICAL]** 2 link(s) with no accessible text — Links without text are announced as raw URLs by screen readers.
- **[WARNING]** 20 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[CRITICAL]** 4 button(s) with no accessible text — Icon-only buttons need an aria-label so screen readers can announce them.
- **[PASS]** 174 link(s) with descriptive text

---

## UX

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

*HTTP 403, custom page*

- **[WARNING]** Unexpected status code: HTTP 403 — Expected HTTP 404 but received 403. This may confuse search engine crawlers.
- **[PASS]** Custom styled 404 page

### Favicon & Branding (B — 70/100)

*5 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 (D — 40/100)

*Not found*

- **[INFO]** No web manifest found — No manifest at standard paths (/manifest.json, /site.webmanifest). A manifest is optional but enables PWA features like home screen installation and standalone display.

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

*Print styles detected*

- **[PASS]** External print stylesheet detected

### Navigation UX (F — 30/100)

*1 navigation pattern(s)*

- **[PASS]** Skip navigation link detected
- **[PASS]** 3 navigation landmark(s) detected

---

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

*Title optimized*

- **[PASS]** Page title is set
- **[PASS]** Title length (38 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)

*2068 words, Very Difficult*

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

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

*155 internal, 41 external*

- **[PASS]** 155 internal links (79%)
- **[PASS]** 99% of links use descriptive anchor text
- **[INFO]** 155 internal / 41 external links

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

*116 images, 114 descriptive filenames*

- **[INFO]** 2 image(s) have hash/generic filenames

### Hreflang

*0 hreflang tags*


---

## Sustainability

### CO2 Per Page Load (B — 70/100)

*0.56g CO2 per view*

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

*97% cached*

- **[PASS]** 97% reduction on repeat visits — Returning visitors download only 62 KB (vs 2404 KB first visit). 86 of 87 resources are served from browser cache, saving 0.54g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.01g CO2 (first visit: 0.56g)

### Carbon Budget (B — 70/100)

*45th percentile*

- **[INFO]** 0.56g CO2 — below the median website (0.60g) — Better than an estimated 55% of websites, but above the sustainability target of 0.50g. Reducing page weight would help reach the target.
- **[INFO]** Estimated 45th percentile — Compared to: top 10% = 0.20g, target = 0.50g, median = 0.60g per page view.

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

*91% efficient*

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

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/62f61a3c-65cc-424d-b661-6faa7e30bc7b*
