Skip to content
https://visualcapitalist.com Export & share
Scanned
2026-04-21 21:36 UTC
Worker
🇪🇸 Madrid
Duration
1.5m
Vs prev

Audit overview

Performance 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

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: 2

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: 3

1 image-in-link without alt text

Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.

Accessibility › Alt Text Quality
Critical: 4

11 image(s) missing alt attribute

Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.

Accessibility › Alt Text Quality
Critical: 5

16 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.
1 security gap detected — browsers may warn visitors about your site.
4 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

$375 investment → $10,132/month returns + USD 157,500 risk avoided

Investment
$375
3.8 h · 5 findings
Monthly returns
$10,132
$121,584/yr
Payback
0.0 mo
+32322% Y1
Regulatory risk avoided USD 157,500
Or — fix only the top 3 findings
$1750.0 mo payback · +69376% 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.
$125 — 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

9 barrier(s) likely increasing bounce by ~31%.

Barriers
9
2 crit 7 warn
Bounce delta
+31pp
added vs baseline
Score
59
C
Speed
2
Trust
2
Usability
1
Content
1
Nav
3
  • Page takes 9.1s to load
    Users abandon at ~3s — you're 6.6s over the 2.5s threshold
    → Optimize render-blocking resources, preload the hero image, and compress images
  • Page feels frozen for 2.3s
    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
  • 1 form field(s) without a label
    Screen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
    → Associate every input with a visible <label for="…">; add autocomplete attributes

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

Remediation cost

$375 3.8 developer hours at $100/hr
Quick wins
$125 3 fixes in ~75 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

$3,545 / month at risk ~$42,544 / 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
  • 7 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

$3,544 /mo

+30.6pp bounce · ~3,056 lost visitors/mo

CPC: USD 1.16

Bandwidth Waste

$0.92 /mo

11550.6 MB/mo × 0.080 USD/GB

  • Optimize transfer: save ~1.2 MB per page load
    Saves $0.92/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

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

4.29 s

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

9.05 s

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

2.33 s

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

0.017

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

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

28.48 s

Desktop

74
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
89
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.
92
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.73 s

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

2.58 s

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

68 ms

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

0.006

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

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

5.85 s

Categories

8
Avg score 74.6

How you compare

Where this site stands against peers running the same stack.

WooCommerce · 110 peers
You 71
·
Avg 75
At average
0 50 100
Better than 8% of WooCommerce sites See full WooCommerce benchmark →
WordPress · 775 peers
You 71
·
Avg 74
At average
0 50 100
Accessibility P3Performance P6Infrastructure P17Security P78Content P27SEO P41Sustainability P41Compliance P44

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

Better than 10% of WordPress sites See full WordPress benchmark →

Technology stack

WordPress, with Cloudflare CDN

31 technologies detected 5 stack layers 3 with CPE identifier Enterprise

Stack Architecture

Analytics
AdThrive Amazon Advertising DoubleClick Floodlight Google Analytics Google Publisher Tag Google Tag Manager HubSpot HubSpot Analytics Linkedin Insight Tag Modern Image Formats 2.6.1 Prebid 10.23.0 Raptive Stripe Twitter Ads
Ecommerce
WooCommerce
CMS
WordPress
Framework
Cloudflare Bot Management Consent Manager Font Awesome Google Font API Google Search Console Google Workspace HTTP/3 Open Graph Priority Hints RSS Zoho Mail core-js 3.49.0 jQuery 3.7.1 reCAPTCHA
CDN
Cloudflare

All Detected Technologies (31)

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 →
Categories CMS Website https://wordpress.org Detected by BeaverCheck Evidence Script URL: https://www.visualcapitalist.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.10.6.2, Script URL: https://www.visualcapitalist.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1, Link URL: https://www.visualcapitalist.com/wp-content/themes/zox-news/style.css?ver=6.8.5
Categories Ecommerce Website https://woocommerce.com Detected by BeaverCheck Evidence Script URL: https://www.visualcapitalist.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.10.6.2, Link URL: https://www.visualcapitalist.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=10.6.2, Body: woocommerce class/marker present

Cloudflare bot management solution identifies and mitigates automated traffic to protect websites from bad bots.

Categories Security Website https://www.cloudflare.com/en-gb/products/bot-management/ Detected by BeaverCheck

Consent Manager is a provider ensuring GDPR and CCPA compliance for websites.

Categories Cookie compliance Website https://www.consentmanager.net Detected by BeaverCheck

Font Awesome is a font and icon toolkit based on CSS and Less.

Categories Font scripts Website https://fontawesome.com/ Detected by BeaverCheck

Google Font API is a web service that supports open-source font files that can be used on your web designs.

Categories Font scripts Website https://fonts.google.com/ Detected by BeaverCheck
Categories Analytics Detected by BeaverCheck · Medium Evidence TXT record: google-site-verification=S6ZRknRIPWj-nhZDCCG3dWs8aSPrSSakXADVRf3k4eA
Categories Email Detected by BeaverCheck Evidence TXT SPF record includes _spf.google.com: v=spf1 include:one.zoho.com include:_spf.google.com include:23515301.spf08.hubspotemail.net ~all

HTTP/3 is the third major version of the Hypertext Transfer Protocol used to exchange information on the World Wide Web.

Categories Miscellaneous Website https://httpwg.org/ Detected by BeaverCheck

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

RSS is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format.

Categories Miscellaneous Website https://www.rssboard.org/rss-specification Detected by BeaverCheck
Categories Email Detected by BeaverCheck Evidence MX record: mx.zohomail.com

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

jQuery is a JavaScript library which is a free, open-source software designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax.

Categories JavaScript libraries Website https://jquery.com Detected by BeaverCheck Evidence Script URL: https://www.visualcapitalist.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1, Script URL: https://www.visualcapitalist.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

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/api.js?render=6LdRX6YkAAAAAAv-fPjPAdXaJiEZQk0cMomfmSw9

AdThrive is an online advertising network aka ad provider for bloggers for blog monetisation.

Categories Advertising Website https://www.adthrive.com Detected by BeaverCheck

Amazon Advertising (formerly AMS or Amazon Marketing Services) is a service that works in a similar way to pay-per-click ads on Google.

Categories Advertising Website https://advertising.amazon.com Detected by BeaverCheck
Categories Advertising Website https://support.google.com/ds/answer/6029713?hl=en 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 Publisher Tag (GPT) is an ad tagging library for Google Ad Manager which is used to dynamically build ad requests.

Categories Advertising Website https://developers.google.com/publisher-tag/guides/get-started 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-VLTEFFXVH3&cx=c&gtm=4e64h1h1

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 Evidence Script URL contains js.hs-scripts.com: https://js.hs-scripts.com/23515301.js?integration=WordPress&ver=11.3.45

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

Categories Analytics Website https://www.hubspot.com/products/marketing/analytics Detected by BeaverCheck

LinkedIn Insight Tag is a lightweight JavaScript tag that powers conversion tracking, website audiences, and website demographics.

Categories Analytics Website https://business.linkedin.com/marketing-solutions/insight-tag Detected by BeaverCheck

Performance plugin from the WordPress Performance Team, which adds support for outputting images in WebP or AVIF format and supports the `picture` element to enable format fallbacks.

Categories WordPress plugins, Performance Website https://wordpress.org/plugins/webp-uploads/ Detected by BeaverCheck

Prebid is an open-source header bidding wrapper. It forms the core of our Nucleus ad platform, helping maximize revenue and performance for publishers.

Categories Advertising Website https://prebid.org Detected by BeaverCheck

Raptive is a company formed from the merger of CafeMedia, AdThrive, and CafeMedia Ad Management, focusing on supporting digital creators and publishers​.

Categories Advertising Website https://raptive.com Detected by BeaverCheck

Stripe offers online payment processing for internet businesses as well as fraud prevention, invoicing and subscription management.

Categories Payment processors Website https://stripe.com Detected by BeaverCheck
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

Twitter Ads is an advertising platform for Twitter 'microblogging' system.

Categories Advertising Website https://ads.twitter.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 (Cloudflare Bot Management) 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

31 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%2Fvisualcapitalist.com)](https://beavercheck.com/results/13a72953-6d09-43e4-bb4a-49746933570c)
<a href="https://beavercheck.com/results/13a72953-6d09-43e4-bb4a-49746933570c"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fvisualcapitalist.com" alt="BeaverCheck Score"></a>
https://beavercheck.com/badge?url=https%3A%2F%2Fvisualcapitalist.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 · 4h total → projected C (78)

Sprint 1: Quick Wins

+6

Highest ROI — low effort, high impact

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

Sprint 2: Core Fixes

+1

Medium effort, high structural impact

2 findings 2h → C (78)
  • · 1 control(s) without accessible label
  • · 11 image(s) missing alt attribute

Send Feedback