Skip to content
https://wri.org Export & share
Scanned
2026-04-21 22:05 UTC
Worker
🇪🇸 Madrid
Duration
1.8m
Vs prev

Audit overview

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

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

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

€659 investment → €3,543/month returns + EUR 500,000 risk avoided

Investment
€659
7.8 h · 5 findings
Monthly returns
€3.543
€42.516/yr
Payback
0.2 mo
+6354% Y1
Regulatory risk avoided EUR 500.000
Or — fix only the top 3 findings
€5310.1 mo payback · +7903% 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.
€64 — 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

8 barrier(s) likely increasing bounce by ~33%.

Barriers
8
3 crit 5 warn
Bounce delta
+33pp
added vs baseline
Score
55
C
Speed
2
Trust
2
Usability
1
Content
2
Nav
1
  • Page takes 17.6s to load
    Users abandon at ~3s — you're 15.1s over the 2.5s threshold
    → Optimize render-blocking resources, preload the hero image, and compress images
  • Page feels frozen for 975ms
    Clicks on the primary CTA are ignored while JavaScript runs
    → Break up long tasks; defer non-critical JavaScript to post-hydration
  • 3 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
  • 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

€659 7.8 developer hours at €85/hr
Quick wins
€64 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

€3.543 / month at risk ~€42.516 / year if left unfixed
Default is 10,000. Use your own number for accurate $-figures.

Compliance Risk

€500.000

EAA
  • Heading level skipped: H1 → H3 (missing H2)
    EAA: EUR 1.000 – EUR 500.000
  • 3 control(s) without accessible label
    EAA: EUR 1.000 – EUR 500.000

Bounce-Rate Cost

€3.543 /mo

+33.0pp bounce · ~3,298 lost visitors/mo

CPC: EUR 1.07

Bandwidth Waste

€0,48 /mo

6452.5 MB/mo × 0.074 EUR/GB

  • Optimize transfer: save ~645 KB per page load
    Saves €0,48/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

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

7.61 s

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

17.64 s

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

975 ms

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.

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

17.73 s

Desktop

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

1.04 s

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

2.78 s

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

28 ms

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.

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

3.54 s

Categories

8
Avg score 79.0

How you compare

Where this site stands against peers running the same stack.

Cart Functionality · 554 peers
You 75
·
Avg 73
At average
0 50 100
Sustainability P91Compliance P88Infrastructure P86Content P18Performance P60SEO P60Security P43Accessibility P51

Top 10% of Cart Functionality sites score 95+ on Content; you're at 74 — closing this gap is the highest-leverage improvement.

Better than 66% of Cart Functionality sites See full Cart Functionality benchmark →
Drupal · 364 peers
You 75
·
Avg 73
At average
0 50 100
Compliance P94Sustainability P88Infrastructure P79Accessibility P37Content P37SEO P57Security P45Performance P48

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

Better than 62% of Drupal sites See full Drupal benchmark →

Technology stack

Drupal 10, on PHP, with Cloudflare CDN

27 technologies detected 6 stack layers 7 with CPE identifier Enterprise

Stack Architecture

Analytics
Facebook Pixel Fathom Google Analytics Google Tag Manager Matomo Analytics Microsoft Clarity Ortto Plausible
Ecommerce
Cart Functionality
CMS
Drupal 10
Framework
Adobe Fonts Facebook Fathom Analytics Font Awesome Google Font API Google Search Console Microsoft Microsoft 365 Osano Plausible Analytics Rudderstack Varnish jQuery 3.7.1 jQuery UI 1.14.1 lit-html 2.8.0
Runtime
PHP
CDN
Cloudflare

All Detected Technologies (27)

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 →

PHP is a general-purpose scripting language used for web development.

Categories Programming languages Website https://php.net Detected by BeaverCheck
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

Drupal is a free and open-source web content management framework.

Categories CMS Website https://www.drupal.org/ Detected by BeaverCheck Evidence robots.txt Disallow pattern: /core/, robots.txt Disallow pattern: /modules/, robots.txt Disallow pattern: /profiles/
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

Websites that have a shopping cart or checkout page, either using a known ecommerce platform or a custom solution.

Categories Ecommerce Website https://www.wappalyzer.com/technologies/ecommerce/cart-functionality Detected by BeaverCheck

Adobe Fonts is a web-based service providing access to a vast library of high-quality fonts for web and print design.

Categories Font scripts Website https://fonts.adobe.com Detected by BeaverCheck
Categories Analytics Detected by BeaverCheck · Medium Evidence TXT record: facebook-domain-verification=40934twsmrhr1q8j4hcicnm9c3tczc
Categories Analytics Detected by BeaverCheck Evidence Script URL contains cdn.usefathom.com: https://cdn.usefathom.com/script.js

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=J4bXAznaFO8kPsLV4K0NghmGsgjsNLwN9jObeHjwXqo
Categories Analytics Detected by BeaverCheck · Low Evidence TXT record: MS=ms11159304
Categories Email Detected by BeaverCheck Evidence MX record: wri-org.mail.protection.outlook.com

Osano is a data privacy platform that helps your website become compliant with laws such as GDPR and CCPA.

Categories Cookie compliance Website https://www.osano.com Detected by BeaverCheck
Categories Analytics Detected by BeaverCheck Evidence Script URL contains plausible.io: https://plausible.io/js/script.tagged-events.pageview-props.js

Rudderstack is a customer data platform (CDP) that helps you collect, clean, and control your customer data.

Categories Customer data platform Website https://rudderstack.com/ Detected by BeaverCheck

Varnish is a reverse caching proxy.

Categories Caching Website https://www.varnish-cache.org Detected by BeaverCheck
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

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
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

jQuery UI is a collection of GUI widgets, animated visual effects, and themes implemented with jQuery, Cascading Style Sheets, and HTML.

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

lit-html is a simple, modern, safe, small and fast HTML templating library for JavaScript.

Categories JavaScript libraries Website https://lit.dev 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

Fathom is easy-yet-powerful website analytics that protects digital privacy.

Categories Analytics Website https://usefathom.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/gtm.js?id=GTM-WGH5WB9&gtg_health=1

Matomo Analytics is a free and open-source web analytics application, that runs on a PHP/MySQL web-server.

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

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

Ortto is a marketing automation and customer data platform that integrates your data, messaging, and analytics into one unified system.

Categories Marketing automation, Customer data platform Website https://ortto.com Detected by BeaverCheck

Plausible is an open-source alternative to Google Analytics.

Categories Analytics Website https://plausible.io/ Detected by BeaverCheck

Observations (2)

No build tool detected

A framework (Adobe Fonts) 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

27 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%2Fwri.org)](https://beavercheck.com/results/1dc6574a-ba03-41a8-9c75-09faf70fe392)
<a href="https://beavercheck.com/results/1dc6574a-ba03-41a8-9c75-09faf70fe392"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwri.org" alt="BeaverCheck Score"></a>
https://beavercheck.com/badge?url=https%3A%2F%2Fwri.org

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 (84)

Sprint 1: Quick Wins

+4

Highest ROI — low effort, high impact

2 findings 1h → C (79)
  • · HSTS header is missing
  • · 1 button(s) with no accessible text

Sprint 2: Core Fixes

+5

Medium effort, high structural impact

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

Send Feedback