Skip to content
Scanned
2026-04-16 18:17 UTC
Worker
🇪🇸 Madrid
Duration
1.0m
Vs prev

Audit overview

3 categories need attention: Security, and 2 others.

Fix Priority Matrix

5 findings

Quick Wins

2

High impact, low effort — start here.

Strategic

3

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

1 control(s) without accessible label

Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.

Accessibility › Form Accessibility
Critical: 5

10 image-only link(s) without alt text

Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.

Accessibility › Link & Button Quality
What fixing these means. Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. 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

$775 investment → $11,918/month returns + USD 157,500 risk avoided

Investment
$775
7.8 h · 5 findings
Monthly returns
$11,918
$143,021/yr
Payback
0.1 mo
+18354% Y1
Regulatory risk avoided USD 157,500
Or — fix only the top 3 findings
$6250.1 mo payback · +22783% 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.
$75 — 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

10 barrier(s) likely increasing bounce by ~32%.

Barriers
10
2 crit 8 warn
Bounce delta
+32pp
added vs baseline
Score
56
C
Speed
2
Trust
2
Usability
2
Content
2
Nav
2
  • Page takes 4.4s to load
    Users abandon at ~3s — you're 1.9s over the 2.5s threshold
    → Optimize render-blocking resources, preload the hero image, and compress images
  • Page feels frozen for 1.6s
    Clicks on the primary CTA are ignored while JavaScript runs
    → Break up long tasks; defer non-critical JavaScript to post-hydration
  • 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
  • Layout shifts during page load
    Content movement causes mis-clicks on CTAs and form fields
    → Add width/height to images; reserve space for late-loading embeds

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

Remediation cost

$775 7.8 developer hours at $100/hr
Quick wins
$75 2 fixes in ~45 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

$8,611 / month at risk ~$103,336 / 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

$8,611 /mo

+32.0pp bounce · ~3,201 lost visitors/mo

CPC: USD 2.69

Bandwidth Waste

$0.57 /mo

7063.6 MB/mo × 0.080 USD/GB

  • Optimize transfer: save ~706 KB per page load
    Saves $0.57/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

42
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
78
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
77
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.

3.13 s

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

4.39 s

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

1.62 s

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

0.149

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

5.40 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.

15.71 s

Desktop

89
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
78
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
92
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
77
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.

1.21 s

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

1.41 s

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

64 ms

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

0.039

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

1.97 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.

2.36 s

Categories

8
Avg score 75.2

How you compare

Where this site stands against peers running the same stack.

Adobe Client Data Layer · 90 peers
You 73
·
Avg 72
At average
0 50 100
Better than 62% of Adobe Client Data Layer sites See full Adobe Client Data Layer benchmark →
Facebook · 1422 peers
You 73
·
Avg 73
At average
0 50 100
Compliance P91Infrastructure P17Accessibility P18Sustainability P29Security P66SEO P58Performance P45Content P52

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

Better than 45% of Facebook sites See full Facebook benchmark →

Technology stack

Adobe Client Data Layer 2.0.2, on Apache, hosted on Apache HTTP Server, with ...

18 technologies detected 5 stack layers 1 with CPE identifier Enterprise

Stack Architecture

Analytics
Adobe Experience Platform Launch Google Ads Google Ads Conversion Tracking Google Analytics Google Tag Manager
Framework
Adobe Client Data Layer 2.0.2Facebook Google Search Console Google Workspace Microsoft 365 OneTrust Open Graph Priority Hints Vue.js reCAPTCHA
Server
Apache
CDN
Cloudflare
Hosting
Apache HTTP Server

All Detected Technologies (18)

Categories CDN Detected by BeaverCheck Evidence Server header in redirect: cloudflare
Categories Server Website https://httpd.apache.org Detected by BeaverCheck Evidence Server header: Apache

Apache is a free and open-source cross-platform web server software.

Categories Web servers Website https://httpd.apache.org/ Detected by BeaverCheck
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

Adobe Client Data Layer is a framework of JavaScript objects on your site that contains all variable values used in your implementation.

Categories JavaScript frameworks Website https://github.com/adobe/adobe-client-data-layer Detected by BeaverCheck
Categories Analytics Detected by BeaverCheck · Medium Evidence TXT record: facebook-domain-verification=w0zj3kf18imt845aplzy38efaox23t
Categories Analytics Detected by BeaverCheck · Medium Evidence TXT record: google-site-verification=WUMAoNjAhtgdb0eWxrQUo1aE3Rvz4ApU-CRm0Dtw1-A
Categories Email Detected by BeaverCheck Evidence MX record: aspmx.l.google.com
Categories Email Detected by BeaverCheck Evidence TXT SPF record includes spf.protection.outlook.com: v=spf1 include:spf.zohomail360.com include:mail.zendesk.com include:spf.protection.outlook.com include:_spf.google.com include:spf.mandrillapp.com ip4:207.138.251.0/25 ip4:104.47.37.127 ip4:12.237.176.1/24 ip4:13.108.238.128/27 ip4:13.108.254.128/27 ip4:136.146.208.16/28 ip4:136.146.210.16/28 ip4:136.147.46.176/28 ip4:136.147.46.224/26 ip4:136.147.62.176/28 ip4:136.147.62.224/26 ip4:204.14.232.64/28 ip4:204.14.234.64/28 ip4:206.155.74.1/24 ip4:207.231.200.0/21 ip4:213.199.154.0/17 ip4:216.32.180.0/23 ip4:23.253.183.0/24 ip4:63.150.153.0/28 ip4:63.236.105.192/28 ip4:63.236.106.128/27 ip4:63.236.109.192/28 ip4:63.236.97.64/27 ip4:64.113.28.0/22 ip4:65.121.87.1/24 ip4:65.55.88.0/24 ip4:66.179.21.130 ip4:67.130.38.1/24 ip4:68.177.111.128/26 ip4:96.43.144.64/28 ip4:96.43.147.64/28 ip4:96.43.148.64/28 ip4:96.43.151.64/28 ip4:208.185.229.0/24 ip4:208.185.235.0/24 ip4:148.59.108.0/24 ip4:148.59.106.0/24 ip4:40.71.34.249 ip4:98.158.192.0/20 ~all

OneTrust is a cloud-based data privacy management compliance platform.

Categories Cookie compliance Website https://www.onetrust.com Detected by BeaverCheck Evidence Script URL contains cdn.cookielaw.org: https://cdn.cookielaw.org/scripttemplates/otSDKStub.js

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

Priority Hints exposes a mechanism for developers to signal a relative priority for browsers to consider when fetching resources.

Categories Performance Website https://wicg.github.io/priority-hints/ Detected by BeaverCheck

Vue.js is an open-source model–view–viewmodel JavaScript framework for building user interfaces and single-page applications.

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

reCAPTCHA is a free service from Google that helps protect websites from spam and abuse.

Categories Security Website https://www.google.com/recaptcha/ Detected by BeaverCheck Evidence Script URL contains www.google.com/recaptcha: https://www.google.com/recaptcha/enterprise.js?render=6LfHvYspAAAAAA1NxrDD0jWC8JyjXvvfRnwrPI_5

Adobe Experience Cloud Launch is an extendable tag management solution for Adobe Experience Cloud, Adobe Experience Platform, and other applications.

Categories Tag managers Website https://docs.adobelaunch.com/getting-started Detected by BeaverCheck

Google Ads is an online advertising platform developed by Google.

Categories Advertising Website https://ads.google.com Detected by BeaverCheck

Google Ads Conversion Tracking is a free tool that shows you what happens after a customer interacts with your ads.

Categories Analytics Website https://support.google.com/google-ads/answer/1722022 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=G-3ZVJC9H4TB&l=dataLayer

Observations (2)

No build tool detected

A framework (Adobe Client Data Layer) 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

18 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%2Fwebmd.com)](https://beavercheck.com/results/7de04a04-cfc5-44fc-b457-6c7763990c69)
<a href="https://beavercheck.com/results/7de04a04-cfc5-44fc-b457-6c7763990c69"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwebmd.com" alt="BeaverCheck Score"></a>
https://beavercheck.com/badge?url=https%3A%2F%2Fwebmd.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 · 8h total → projected B (82)

Sprint 1: Quick Wins

+4

Highest ROI — low effort, high impact

2 findings 1h → C (77)
  • · HSTS header is missing
  • · 10 image-only link(s) without alt text

Sprint 2: Core Fixes

+5

Medium effort, high structural impact

3 findings 7h → B (82)
  • · 1 control(s) without accessible label
  • · Content-Security-Policy header is missing
  • · No Content-Security-Policy header found

Send Feedback