Skip to content
Scanned
2026-04-21 21:24 UTC
Worker
🇺🇸 Santa Clara
Duration
1.9m
Vs prev

Audit overview

Security and Accessibility need attention; the other categories are in good shape.

Fix Priority Matrix

5 findings

Quick Wins

3

High impact, low effort — start here.

Strategic

2

High impact, requires investment.

Easy Improvements

0

Small gains, minimal effort.

Nothing in this quadrant — good news.

Deprioritize

0

Low impact, high effort — do last.

Nothing in this quadrant — good news.

← Low effort High effort →

Screenshots

DESKTOP + MOBILE
Desktop
Desktop screenshot
Mobile
Mobile screenshot

Top Priorities (5)

Sorted by impact
Critical: 1

Content-Security-Policy header is missing

Without a CSP, a single XSS bug can exfiltrate everything your users type — including credentials.

Security › Security Headers
Critical: 2

HSTS header is missing

Without HSTS, a network attacker can downgrade the very first connection to HTTP and steal the user's session.

Security › Security Headers
Critical: 3

No Content-Security-Policy header found

Without a CSP, a single XSS bug can exfiltrate everything users type — credentials, payment data, session tokens.

Security › Content Security Policy
Critical: 4

2 button(s) with no accessible text

Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.

Accessibility › Link & Button Quality
Critical: 5

No <main> landmark found

Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.

Accessibility › Landmark Structure
What fixing these means. Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Addressing the critical issues below would have the most immediate impact on your user trust.
3 security gaps detected — browsers may warn visitors about your site.
2 accessibility issues exclude users who rely on assistive technology.

Business case

What fixing the audit's findings is worth -- and what ignoring them keeps costing.

Return on investment

$692 investment → $7,605/month returns + USD 157,500 risk avoided

Investment
$692
6.9 h · 5 findings
Monthly returns
$7,605
$91,265/yr
Payback
0.1 mo
+13095% Y1
Regulatory risk avoided USD 157,500
Or — fix only the top 3 findings
$6250.1 mo payback · +14502% Y1
Optimistic scenario assuming the top 3 capture most of the upside. Real-world recovery typically falls between this projection and the full-fix ROI above.
$92 — in quick wins — start here for the fastest payback

Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.

Conversion barriers

6 barrier(s) likely increasing bounce by ~28%.

Barriers
6
3 crit 3 warn
Bounce delta
+28pp
added vs baseline
Score
61
C
Speed
2
Trust
2
Usability
0
Content
0
Nav
2
  • Page takes 22.1s to load
    Users abandon at ~3s — you're 19.6s over the 2.5s threshold
    → Optimize render-blocking resources, preload the hero image, and compress images
  • Page feels frozen for 1.9s
    Clicks on the primary CTA are ignored while JavaScript runs
    → Break up long tasks; defer non-critical JavaScript to post-hydration
  • 11 broken link(s) on the page
    Clicks land on 404s — trust drops and the session often ends
    → Fix or remove the broken destinations surfaced on the Content tab
  • No HSTS header
    Returning visitors are briefly exposed to downgrade attacks on first request
    → Set Strict-Transport-Security: max-age=31536000; includeSubDomains
  • No Content-Security-Policy header
    Higher XSS blast radius — one compromised script can exfiltrate the checkout form
    → Ship a reporting-only CSP first, then enforce once violations are clean

Preliminary CRO audit — each barrier links to the tab with detailed analysis.

Remediation cost

$692 6.9 developer hours at $100/hr
Quick wins
$92 3 fixes in ~55 minutes

Start here for the best return on investment

Cost by category

Cost by effort level

Adjust assumptions

Team composition

Multiplier applied to dev hours to reflect QA, design, and PM overhead. Use Dev only for solo work; Full team for projects with formal review processes.

$ /hr

Rates reflect fully-loaded developer cost including overhead

How developer rates are sourced

Warning:Cost of inaction

$7,605 / month at risk ~$91,265 / year if left unfixed
Default is 10,000. Use your own number for accurate $-figures.

Compliance Risk

$157,500

ADA Title IIICCPA/CPRA
  • No privacy policy link detected
    CCPA/CPRA: USD 2,500 – USD 7,500
  • 1 advertising/retargeting trackers detected
    CCPA/CPRA: USD 2,500 – USD 7,500
  • Trackers detected but no cookie policy found
    CCPA/CPRA: USD 2,500 – USD 7,500

Bounce-Rate Cost

$7,605 /mo

+28.3pp bounce · ~2,827 lost visitors/mo

CPC: USD 2.69

Bandwidth Waste

$0.73 /mo

9116.0 MB/mo × 0.080 USD/GB

  • Optimize transfer: save ~912 KB per page load
    Saves $0.73/mo

Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.

Compliance methodology · SEO assumptions · Bandwidth model

Your performance is already good — improvements may show diminishing returns

Unique monthly visitors from your analytics

Purchases, signups, or key actions

Optional — for revenue estimation

additional conversions/month

more engaged visitors from reduced bounce

potential monthly revenue
Current bounce (est.)
After fixes (est.)
Estimated bounce reduction

Fix 5 critical issues to capture this value

How this is calculated

Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.

Your site's LCP: → estimated after fixes.

These are estimates based on industry research — actual results vary

Bounce-rate model & assumptions

Your data stays in your browser — nothing is sent to our servers

Lighthouse

Mobile

28
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
92
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

11.08 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

22.09 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

1.91 s

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.000

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

11.08 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

22.13 s

Desktop

91
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
95
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

815 ms

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

1.19 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

172 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.008

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

1.37 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

4.31 s

Categories

8
Avg score 78.1

How you compare

Where this site stands against peers running the same stack.

WordPress · 775 peers
You 74
·
Avg 74
At average
0 50 100
Infrastructure P10Compliance P79Accessibility P77Content P25Performance P31Security P31Sustainability P62SEO P54

Top 10% of WordPress sites score 99+ on Infrastructure; you're at 82 — closing this gap is the highest-leverage improvement.

Better than 39% of WordPress sites See full WordPress benchmark →
Apple · 1267 peers
You 74
·
Avg 73
At average
0 50 100
Security P15Compliance P84Infrastructure P17Accessibility P81Sustainability P76SEO P70Performance P44Content P52

Top 10% of Apple sites score 76+ on Security; you're at 63 — closing this gap is the highest-leverage improvement.

Better than 56% of Apple sites See full Apple benchmark →

Technology stack

WordPress, with Cloudflare CDN

26 technologies detected 4 stack layers 1 with CPE identifier Enterprise

Stack Architecture

Analytics
Akamai mPulse DoubleClick Floodlight Facebook Pixel 2.9.303 Google Analytics Google Tag Manager HubSpot LiveChat Microsoft Clarity
CMS
WordPress
Framework
Apple Boomerang Facebook SDK GSAP Google Play app Google Search Console Google Workspace Native app preferred Open Graph Product Hunt Stimulus Swiper Tailwind CSS YouTube core-js 3.32.2
CDN
Cloudflare Netlify

All Detected Technologies (26)

Cloudflare is a web-infrastructure and website-security company, providing content-delivery-network services, DDoS mitigation, Internet security, and distributed domain-name-server services.

Categories CDN Website https://www.cloudflare.com Detected by BeaverCheck Evidence Server header in redirect: cloudflare
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

Netlify providers hosting and server-less backend services for web applications and static websites.

Categories PaaS, CDN Website https://www.netlify.com/ Detected by BeaverCheck Evidence Header: x-nf-request-id
Categories CMS Website https://wordpress.org Detected by BeaverCheck · Medium Evidence Link URL: https://www.livechat.com/wp-content/themes/livechat2.0/media/img/apple-touch-icons/Icon-57.png
Categories Analytics Detected by BeaverCheck · Low Evidence TXT record: apple-domain-verification=djDjdd44xF91AOZUf8aDxRqCGSPwl-J10jjILQqkV8k

boomerang is a JavaScript library that measures the page load time experienced by real users, commonly called RUM (Real User Measurement).

Categories JavaScript libraries, RUM Website https://akamai.github.io/boomerang Detected by BeaverCheck
Categories Analytics Detected by BeaverCheck Evidence Script URL contains connect.facebook.net: https://connect.facebook.net/signals/config/283171402442785?v=2.9.303&r=stable&domain=www.livechat.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168

GSAP is an animation library that allows you to create animations with JavaScript.

Categories JavaScript frameworks Website https://greensock.com/gsap Detected by BeaverCheck
Categories Other Detected by BeaverCheck · Low Evidence Manifest related_applications includes Google Play app
Categories Analytics Detected by BeaverCheck · Medium Evidence TXT record: google-site-verification=EArL5AegRn2dHDUCm3cOKIJYFuJoBiTeh-7YtLANzG0
Categories Email Detected by BeaverCheck Evidence MX record: aspmx.l.google.com
Categories Other Detected by BeaverCheck · Low Evidence Manifest prefer_related_applications is true

Open Graph is a protocol that is used to integrate any web page into the social graph.

Categories Miscellaneous Website https://ogp.me Detected by BeaverCheck

Product Hunt is a community-based website that allows makers and marketers to launch their products or services and get in touch with their first real users.

Categories Miscellaneous Website https://www.producthunt.com Detected by BeaverCheck

A modest JavaScript framework for the HTML you already have.

Categories JavaScript frameworks Website https://stimulusjs.org/ Detected by BeaverCheck

Swiper is a JavaScript library that creates modern touch sliders with hardware-accelerated transitions.

Categories JavaScript libraries Website https://swiperjs.com Detected by BeaverCheck
Categories Framework Website https://tailwindcss.com Detected by BeaverCheck Evidence Found 39 unique Tailwind utility classes in HTML

YouTube is a video sharing service where users can create their own profile, upload videos, watch, like and comment on other videos.

Categories Video players Website https://www.youtube.com Detected by BeaverCheck

core-js is a modular standard library for JavaScript, with polyfills for cutting-edge ECMAScript features.

Categories JavaScript libraries Website https://github.com/zloirock/core-js Detected by BeaverCheck

Akamai mPulse is a real user monitoring (RUM) solution that enables companies to monitor, find, and fix website and application performance issues.

Categories RUM Website https://developer.akamai.com/akamai-mpulse-real-user-monitoring-solution Detected by BeaverCheck
Categories Advertising Website https://support.google.com/ds/answer/6029713?hl=en Detected by BeaverCheck

Facebook pixel is an analytics tool that allows you to measure the effectiveness of your advertising.

Categories Analytics Website https://facebook.com Detected by BeaverCheck

Google Analytics is a free web analytics service that tracks and reports website traffic.

Categories Analytics Website https://google.com/analytics Detected by BeaverCheck

Google Tag Manager is a tag management system (TMS) that allows you to quickly and easily update measurement codes and related code fragments collectively known as tags on your website or mobile app.

Categories Tag managers Website https://www.google.com/tagmanager Detected by BeaverCheck Evidence Script URL contains www.googletagmanager.com: https://www.googletagmanager.com/gtag/js?id=AW-804139102&cx=c&gtm=4e64h1

HubSpot is a marketing and sales software that helps companies attract visitors, convert leads, and close customers.

Categories Marketing automation Website https://www.hubspot.com Detected by BeaverCheck

LiveChat is an online customer service software with online chat, help desk software, and web analytics capabilities.

Categories Live chat Website https://www.livechat.com/ Detected by BeaverCheck

Microsoft's Clarity is a analytics tool which provides website usage statistics, session recording, and heatmaps.

Categories Analytics Website https://clarity.microsoft.com Detected by BeaverCheck

Observations (3)

WordPress detected — review security configuration

WordPress sites benefit from: protecting wp-login.php, disabling XML-RPC if unused, restricting REST API access, and keeping all plugins and themes up to date. Check the Security tab for specific findings.

→ Security

No build tool detected

A framework (Apple) was detected but no bundler was identified. The build tool may not be detectable from output patterns, or the site may use the framework's built-in bundler.

Complex technology stack detected

26 technologies identified. A complex stack increases maintenance burden and attack surface. Consider whether all components are actively needed.

Show your score

Drop this badge on your README, marketing site, or status page. It auto-updates every time the audit re-runs and links back to this report.

BeaverCheck badge

This badge auto-updates with your latest scan result.

[![BeaverCheck](https://beavercheck.com/badge?url=https%3A%2F%2Flivechatinc.com)](https://beavercheck.com/results/31f8924b-c145-4933-bec8-baf89ce63cf6)
<a href="https://beavercheck.com/results/31f8924b-c145-4933-bec8-baf89ce63cf6"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Flivechatinc.com" alt="BeaverCheck Score"></a>
https://beavercheck.com/badge?url=https%3A%2F%2Flivechatinc.com

Export & share

Download the audit, share with your team, or grab a fix plan ready to copy into your tracker.

Share

Copies markdown to clipboard

Export
Download Markdown Report Download JSON

Fix Plan

Three-week roadmap to ship the audit's findings, with one-click copy targets for your tracker.

Three-week fix plan

2 sprints · 7h total → projected B (83)

Sprint 1: Quick Wins

+5

Highest ROI — low effort, high impact

3 findings 1h → C (79)
  • · No <main> landmark found
  • · HSTS header is missing
  • · 2 button(s) with no accessible text

Sprint 2: Core Fixes

+4

Medium effort, high structural impact

2 findings 6h → B (83)
  • · Content-Security-Policy header is missing
  • · No Content-Security-Policy header found

Send Feedback