Skip to content
Scanned
2026-04-22 21:45 UTC
Worker
🇪🇸 Madrid
Duration
39.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

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

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

7 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
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. 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.
2 security gaps detected — browsers may warn visitors about your site.
3 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

€422 investment → €9,563/month returns + EUR 120,500,000 risk avoided

Investment
€422
7.7 h · 5 findings
Monthly returns
€9.563
€114.756/yr
Payback
0.0 mo
+27115% Y1
Regulatory risk avoided EUR 120.500.000
Or — fix only the top 3 findings
€3850.0 mo payback · +29707% 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.
€37 — 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
1
Usability
1
Content
3
Nav
2
  • Page takes 4.5s to load
    Users abandon at ~3s — you're 2.0s over the 2.5s threshold
    → Optimize render-blocking resources, preload the hero image, and compress images
  • Page feels frozen for 1.0s
    Clicks on the primary CTA are ignored while JavaScript runs
    → Break up long tasks; defer non-critical JavaScript to post-hydration
  • 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
  • No structured data
    No rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
    → Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)

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

Remediation cost

€422 7.7 developer hours at €55/hr
Quick wins
€37 2 fixes in ~40 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

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

Compliance Risk

€120.500.000

ePrivacy DirectiveRGPDEAA
  • No privacy policy link detected
    RGPD: EUR 10.000 – EUR 20.000.000
  • 1 advertising/retargeting trackers detected
    RGPD: EUR 10.000 – EUR 20.000.000
  • Trackers detected but no cookie policy found
    RGPD: EUR 5.000 – EUR 10.000.000

Bounce-Rate Cost

€6.816 /mo

+31.0pp bounce · ~3,098 lost visitors/mo

CPC: EUR 2.20

Bandwidth Waste

€0,43 /mo

5759.2 MB/mo × 0.074 EUR/GB

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

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

3.61 s

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

4.46 s

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

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

3.61 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.45 s

Desktop

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

755 ms

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

1.04 s

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

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

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

3.49 s

Categories

8
Avg score 74.0

How you compare

Where this site stands against peers running the same stack.

WordPress · 775 peers
You 72
·
Avg 74
At average
0 50 100
SEO P7Accessibility P18Compliance P24Infrastructure P25Sustainability P30Content P34Security P58Performance P50

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

Better than 17% of WordPress sites See full WordPress benchmark →
Amazon Route 53 · 1003 peers
You 72
·
Avg 72
At average
0 50 100
SEO P19Accessibility P25Compliance P32Performance P66Infrastructure P38Security P57Content P54Sustainability P52

Top 10% of Amazon Route 53 sites score 95+ on SEO; you're at 80 — closing this gap is the highest-leverage improvement.

Better than 34% of Amazon Route 53 sites See full Amazon Route 53 benchmark →

Technology stack

WordPress, hosted on Azure, with Post Affiliate Pro CDN

17 technologies detected 5 stack layers 1 with CPE identifier Enterprise

Stack Architecture

Analytics
Adobe Target 2.6.1 Azure Monitor Google Analytics Google Tag Manager Microsoft Advertising Microsoft Application Insights Microsoft Clarity
CMS
WordPress
Framework
Amazon Route 53 Google Search Console HSTS Microsoft 365 OneTrust Open Graph jQuery 3.4.1
CDN
Post Affiliate Pro
Hosting
Azure

All Detected Technologies (17)

Post Affiliate Pro is a software built for online stores and ecommerce websites that need to track and monitor their affiliate network.

Categories Affiliate programs Website https://www.postaffiliatepro.com Detected by BeaverCheck

Azure is a cloud computing service for building, testing, deploying, and managing applications and services through Microsoft-managed data centers.

Categories PaaS Website https://azure.microsoft.com Detected by BeaverCheck
Categories CMS Detected by BeaverCheck · Medium Evidence robots.txt Disallow pattern: /wp-admin/
Categories DNS Detected by BeaverCheck Evidence NS record: ns-1520.awsdns-62.org
Categories Analytics Detected by BeaverCheck · Medium Evidence TXT record: google-site-verification=0ZqyygR807BbIuv7PMjN7h_OP6Io5mZI1qadQQfNI5Y

HTTP Strict Transport Security (HSTS) informs browsers that the site should only be accessed using HTTPS.

Categories Security Website https://www.rfc-editor.org/rfc/rfc6797#section-6.1 Detected by BeaverCheck
Categories Email Detected by BeaverCheck Evidence MX record: pandasecurity-com.mail.protection.outlook.com

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?did=fd7d38d5-60dc-4a11-925b-3af9c53d1174

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

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://pandasecurity.com/Scripts/Custom/jquery.min.js
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

Adobe Target is an A/B testing, multi-variate testing, personalisation, and optimisation application

Categories A/B Testing, Personalisation Website https://www.adobe.com/marketing/target.html Detected by BeaverCheck

Azure Monitor collects monitoring telemetry from a variety of on-premises and Azure sources. Azure Monitor helps you maximise the availability and performance of your applications and services.

Categories Analytics, Performance Website https://azure.microsoft.com/en-us/services/monitor 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-1050686212&cx=c&gtm=4e64k0

Microsoft Advertising is an online advertising platform developed by Microsoft.

Categories Advertising Website https://ads.microsoft.com Detected by BeaverCheck Evidence Script URL contains bat.bing.com: https://bat.bing.com/bat.js

Microsoft Application Insights is a feature of Azure Monitor that provides extensible application performance management (APM) and monitoring for live web apps.

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 (Amazon Route 53) 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

17 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%2Fpandasecurity.com)](https://beavercheck.com/results/38f436e3-bf4b-43c6-bd51-388a25210ab4)
<a href="https://beavercheck.com/results/38f436e3-bf4b-43c6-bd51-388a25210ab4"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fpandasecurity.com" alt="BeaverCheck Score"></a>
https://beavercheck.com/badge?url=https%3A%2F%2Fpandasecurity.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 (80)

Sprint 1: Quick Wins

+3

Highest ROI — low effort, high impact

2 findings 1h → C (75)
  • · No <main> landmark found
  • · 7 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