Skip to content
Scanned
2026-04-22 21:48 UTC
Worker
🇪🇸 Madrid
Duration
42.00s
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

6 link(s) with no accessible text

Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.

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 → $16,137/month returns + USD 157,500 risk avoided

Investment
$775
7.8 h · 5 findings
Monthly returns
$16,137
$193,640/yr
Payback
0.0 mo
+24886% Y1
Regulatory risk avoided USD 157,500
Or — fix only the top 3 findings
$6250.0 mo payback · +30882% 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

13 barrier(s) likely increasing bounce by ~40%.

Barriers
13
2 crit 11 warn
Bounce delta
+40pp
added vs baseline
Score
47
D
Speed
2
Trust
2
Usability
2
Content
4
Nav
3
  • Page takes 10.0s to load
    Users abandon at ~3s — you're 7.5s over the 2.5s threshold
    → Optimize render-blocking resources, preload the hero image, and compress images
  • No viewport meta tag
    Mobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
    → Add <meta name="viewport" content="width=device-width, initial-scale=1">
  • High main-thread blocking time
    Page is non-interactive for 328ms after first paint
    → Defer third-party scripts and split large bundles
  • 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

$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

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

Compliance Risk

$157,500

ADA Title IIICCPA/CPRA
  • 2 advertising/retargeting trackers detected
    CCPA/CPRA: USD 2,500 – USD 7,500
  • No <main> landmark found
    ADA Title III: USD 25,000 – USD 150,000
  • No <nav> landmark found
    ADA Title III: USD 25,000 – USD 150,000

Bounce-Rate Cost

$10,673 /mo

+39.7pp bounce · ~3,968 lost visitors/mo

CPC: USD 2.69

Bandwidth Waste

$0.24 /mo

2945.2 MB/mo × 0.080 USD/GB

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

53
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.
92
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.

5.52 s

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

10.05 s

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

328 ms

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

0.040

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

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

10.28 s

Desktop

83
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.
96
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.

790 ms

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

1.20 s

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

0 ms

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

0.264

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

790 ms

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

1.20 s

Categories

8
Avg score 73.1

How you compare

Where this site stands against peers running the same stack.

Facebook SDK · 636 peers
You 71
·
Avg 72
At average
0 50 100
SEO P2Performance P97Sustainability P96Content P5Security P6Compliance P8Accessibility P25Infrastructure P41

Top 10% of Facebook SDK sites score 96+ on SEO; you're at 80 — closing this gap is the highest-leverage improvement.

Better than 28% of Facebook SDK sites See full Facebook SDK benchmark →
Funding Choices · 201 peers
You 71
·
Avg 71
At average
0 50 100
Better than 38% of Funding Choices sites See full Funding Choices benchmark →

Technology stack

Facebook SDK, with Cloudflare CDN

15 technologies detected 3 stack layers 2 with CPE identifier Enterprise

Stack Architecture

Analytics
Facebook Login Google AdSense Google Analytics Google Tag Manager Twitter Ads
Framework
Facebook SDK Funding Choices Google Play app HTTP/3 Native app preferred Quantcast Choice Spin.js Twitter jQuery 1.8.2
CDN
Cloudflare

All Detected Technologies (15)

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 Analytics Detected by BeaverCheck Evidence Script URL contains connect.facebook.net: https://connect.facebook.net/en_US/all.js?hash=7591b7065a37fb06402075fc23cb3c57

Funding Choices is a messaging tool that can help you comply with the EU General Data Protection Regulation (GDPR), and recover lost revenue from ad blocking users.

Categories Cookie compliance Website https://developers.google.com/funding-choices Detected by BeaverCheck
Categories Other Detected by BeaverCheck · Low Evidence Manifest related_applications includes Google Play app

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
Categories Other Detected by BeaverCheck · Low Evidence Manifest prefer_related_applications is true

Quantcast Choice is a free consent management platform to meet key privacy requirements stemming from ePrivacy Directive, GDPR, and CCPA.

Categories Cookie compliance Website https://www.quantcast.com/products/choice-consent-management-platform Detected by BeaverCheck

Spin.js is a configurable JavaScript/CSS spinner serving as a resolution-independent loading indicator.

Categories JavaScript libraries Website https://spin.js.org Detected by BeaverCheck

Twitter is a 'microblogging' system that allows you to send and receive short posts called tweets.

Categories Widgets Website https://twitter.com 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
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

Facebook Login is a way for people to create accounts and log into your app across multiple platforms.

Categories Authentication Website https://developers.facebook.com/docs/facebook-login/ Detected by BeaverCheck

Google AdSense is a program run by Google through which website publishers serve advertisements that are targeted to the site content and audience.

Categories Advertising Website https://www.google.com/adsense/start/ 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 Evidence Script URL contains www.google-analytics.com: //www.google-analytics.com/analytics.js

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

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

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

Observations (3)

No build tool detected

A framework (Facebook SDK) 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.

jQuery version may be outdated

Detected jQuery 1.8.2. The current major version is 3. Consider updating for security patches and new features.

→ Security

Complex technology stack detected

15 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%2Fprnt.sc)](https://beavercheck.com/results/2387d60d-c5a6-41c0-ad09-cf0b6385434d)
<a href="https://beavercheck.com/results/2387d60d-c5a6-41c0-ad09-cf0b6385434d"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fprnt.sc" alt="BeaverCheck Score"></a>
https://beavercheck.com/badge?url=https%3A%2F%2Fprnt.sc

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

Sprint 1: Quick Wins

+4

Highest ROI — low effort, high impact

2 findings 1h → C (75)
  • · HSTS header is missing
  • · 6 link(s) with no accessible text

Sprint 2: Core Fixes

+5

Medium effort, high structural impact

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

Send Feedback