Skip to content
Scanned
2026-04-16 17:59 UTC
Worker
🇳🇱 Amsterdam
Duration
47.00s
Vs prev

Audit overview

Security 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

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

4 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

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

€616 investment → €5,891/month returns + EUR 500,000 risk avoided

Investment
€616
7.3 h · 5 findings
Monthly returns
€5.891
€70.688/yr
Payback
0.1 mo
+11371% Y1
Regulatory risk avoided EUR 500.000
Or — fix only the top 3 findings
€5310.1 mo payback · +13206% 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.
€106 — 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

7 barrier(s) likely increasing bounce by ~27%.

Barriers
7
2 crit 5 warn
Bounce delta
+27pp
added vs baseline
Score
65
C
Speed
2
Trust
2
Usability
0
Content
0
Nav
3
  • Page takes 20.7s to load
    Users abandon at ~3s — you're 18.2s over the 2.5s threshold
    → Optimize render-blocking resources, preload the hero image, and compress images
  • 9 broken link(s) on the page
    Clicks land on 404s — trust drops and the session often ends
    → Fix or remove the broken destinations surfaced on the Content tab
  • High main-thread blocking time
    Page is non-interactive for 278ms 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

€616 7.3 developer hours at €85/hr
Quick wins
€106 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

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

Compliance Risk

€500.000

EAA
  • 5 of 5 <nav> elements are unlabeled
    EAA: EUR 1.000 – EUR 500.000
  • Skip navigation link is missing (WCAG 2.4.1)
    EAA: EUR 1.000 – EUR 500.000
  • Heading level skipped: H1 → H3 (missing H2)
    EAA: EUR 1.000 – EUR 500.000

Bounce-Rate Cost

€5.890 /mo

+26.8pp bounce · ~2,677 lost visitors/mo

CPC: EUR 2.20

Bandwidth Waste

€0,79 /mo

10700.8 MB/mo × 0.074 EUR/GB

  • Optimize transfer: save ~1.1 MB per page load
    Saves €0,79/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

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

9.16 s

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

20.74 s

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

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

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

20.75 s

Desktop

82
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.
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.12 s

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

2.34 s

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

19 ms

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

0.001

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

2.01 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.34 s

Categories

8
Avg score 76.5

How you compare

Where this site stands against peers running the same stack.

Craft CMS · 12 peers
You 74
·
Avg 74
At average
0 50 100
Better than 33% of Craft CMS sites See full Craft CMS benchmark →
Adobe Fonts · 238 peers
You 74
·
Avg 73
At average
0 50 100
Better than 53% of Adobe Fonts sites See full Adobe Fonts benchmark →

Technology stack

Craft CMS, on PHP, hosted on Google Cloud, with Google Cloud CDN CDN

31 technologies detected 6 stack layers 7 with CPE identifier Enterprise

Stack Architecture

Analytics
Adobe Experience Platform Launch Eloqua SEOmatic
CMS
Craft CMS
Framework
AOS Adobe Fonts Amazon Route 53 Bootstrap 4.0.0 Font Awesome GSAP 3.12.5Google Search Console Google Workspace HTTP/3 Hoefler&Co LazySizes Microsoft Open Graph Prism Proofpoint ScrollMagic 2.0.8 ShareThis Yii jQuery 3.6.0
Runtime
PHP
CDN
Google Cloud CDN Imperva Nginx 1.28.0 Unpkg cdnjs jsDelivr CDN
Hosting
Google Cloud

All Detected Technologies (31)

Cloud CDN uses Google's global edge network to serve content closer to users.

Categories CDN Website https://cloud.google.com/cdn Detected by BeaverCheck Evidence via: 1.1 google

Imperva is a cyber security software and services company for networking, data, and application security.

Categories Security, CDN Website https://www.imperva.com Detected by BeaverCheck

Nginx is a web server that can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache.

Categories Web servers, Reverse proxies Website https://nginx.org/en Detected by BeaverCheck Evidence Server header: nginx/1.28.0
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

Unpkg is a content delivery network for everything on npm.

Categories CDN Website https://unpkg.com Detected by BeaverCheck Evidence Script URL contains unpkg.com: https://unpkg.com/aos@next/dist/aos.js
Categories CDN Detected by BeaverCheck · Medium Evidence Script URL contains cdnjs.cloudflare.com: https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.8/ScrollMagic.min.js
Categories CDN Detected by BeaverCheck · Medium Evidence Script URL contains cdn.jsdelivr.net: https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.js

Google Cloud is a suite of cloud computing services.

Categories IaaS Website https://cloud.google.com Detected by BeaverCheck Evidence Via header contains google
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 →

Craft CMS is a content management system for building bespoke websites.

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

JavaScript library to animate elements on your page as you scroll.

Categories JavaScript libraries Website https://michalsnik.github.io/aos/ 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 DNS Detected by BeaverCheck Evidence NS record: ns-1491.awsdns-58.org

Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains CSS and JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components.

Categories UI frameworks Website https://getbootstrap.com Detected by BeaverCheck Evidence Found 4 Bootstrap class patterns in HTML
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

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

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

GSAP is an animation library that allows you to create animations with JavaScript.

Categories JavaScript frameworks Website https://greensock.com/gsap Detected by BeaverCheck
Categories Analytics Detected by BeaverCheck · Medium Evidence TXT record: google-site-verification=_2rQBrZMo_32vC_Lv2rBiNATWovl30y3Fc0AeWvczoA
Categories Email Detected by BeaverCheck Evidence TXT SPF record includes _spf.google.com: v=spf1 include:_spf.google.com include:_spf.atlassian.net include:mg-spf.greenhouse.io include:_spf.salesforce.com include:2352509.spf01.hubspotemail.net ip4:67.231.157.1 ip4:208.84.65.213 ~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

Hoefler&Co is a digital type foundry (font design studio) in Woburn, Massachusetts (formerly New York City), founded by type designer Jonathan Hoefler. Hoefler&Co designs typefaces for clients and for retail on its website.

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

LazySizes is a JavaScript library used to delay the loading of images (iframes, scripts, etc) until they come into view.

Categories JavaScript libraries, Performance Website https://github.com/aFarkas/lazysizes Detected by BeaverCheck
Categories Analytics Detected by BeaverCheck · Low Evidence TXT record: MS=ms80722144

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

Prism is an extensible syntax highlighter.

Categories Miscellaneous Website https://prismjs.com Detected by BeaverCheck
Categories Email Detected by BeaverCheck Evidence MX record: mxb-001a8401.gslb.pphosted.com

ScrollMagic is a jQuery plugin which essentially lets you use the scrollbar like a playback scrub control.

Categories JavaScript libraries Website https://scrollmagic.io Detected by BeaverCheck

ShareThis provides free engagement and growth tools (e.g., share buttons, follow buttons, and reaction buttons) for site owners.

Categories Widgets Website https://sharethis.com Detected by BeaverCheck

Yii is an open-source, object-oriented, component-based MVC PHP web application framework.

Categories Web frameworks Website https://www.yiiframework.com 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 Evidence Script URL: https://code.jquery.com/jquery-3.6.0.min.js
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

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

Eloqua is a Software-as-a-Service (SaaS) platform for marketing automation offered that aims to help B2B marketers and organisations manage marketing campaigns and sales lead generation.

Categories Marketing automation Website https://eloqua.com Detected by BeaverCheck

SEOmatic facilitates modern SEO best practices & implementation for Craft CMS 3.

Categories SEO Website https://plugins.craftcms.com/seomatic Detected by BeaverCheck

Observations (3)

No build tool detected

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

Bootstrap version may be outdated

Detected Bootstrap 4.0.0. The current major version is 5. Consider updating for security patches and new features.

→ Security

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%2Ftapad.com)](https://beavercheck.com/results/8d3adf51-3e93-45f8-a5cf-febbecd4bdb1)
<a href="https://beavercheck.com/results/8d3adf51-3e93-45f8-a5cf-febbecd4bdb1"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ftapad.com" alt="BeaverCheck Score"></a>
https://beavercheck.com/badge?url=https%3A%2F%2Ftapad.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 · 7h total → projected B (83)

Sprint 1: Quick Wins

+5

Highest ROI — low effort, high impact

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

Sprint 2: Core Fixes

+4

Medium effort, high structural impact

2 findings 6h → B (83)
  • · Content-Security-Policy header is missing
  • · No Content-Security-Policy header found

Send Feedback