Skip to content
Scanned
2026-04-16 17:04 UTC
Worker
🇳🇱 Amsterdam
Duration
3.0m
Vs prev

Audit overview

3 categories need attention: Security, and 2 others.

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

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

4 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

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

€600 investment → €6,701/month returns + EUR 120,500,000 risk avoided

Investment
€600
7.5 h · 5 findings
Monthly returns
€6.701
€80.412/yr
Payback
0.1 mo
+13302% Y1
Regulatory risk avoided EUR 120.500.000
Or — fix only the top 3 findings
€5200.1 mo payback · +15364% 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.
€120 — 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 ~22%.

Barriers
7
1 crit 6 warn
Bounce delta
+22pp
added vs baseline
Score
72
B
Speed
2
Trust
2
Usability
0
Content
0
Nav
3
  • Page feels frozen for 3.5s
    Clicks on the primary CTA are ignored while JavaScript runs
    → Break up long tasks; defer non-critical JavaScript to post-hydration
  • Page loads in 3.7s
    Every additional 100ms above 2.5s costs conversions — you're 1.2s over
    → Target <2.5s LCP: defer non-critical scripts and optimize the hero image
  • 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
  • 7 link(s) with generic text ("click here", "read more")
    Screen-reader users navigating by link list see no context — and search engines can't infer relevance
    → Rewrite with descriptive phrases that identify the destination

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

Remediation cost

€600 7.5 developer hours at €80/hr
Quick wins
€120 3 fixes in ~90 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

€4.828 / month at risk ~€57.936 / 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
  • Trackers detected but no cookie policy found
    RGPD: EUR 5.000 – EUR 10.000.000
  • Trackers detected but no cookie policy found
    RGPD: EUR 10.000 – EUR 20.000.000

Bounce-Rate Cost

€4.827 /mo

+21.9pp bounce · ~2,194 lost visitors/mo

CPC: EUR 2.20

Bandwidth Waste

€0,61 /mo

8192.6 MB/mo × 0.074 EUR/GB

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

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

2.90 s

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

3.72 s

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

3.54 s

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

0.086

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

5.29 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.30 s

Desktop

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

907 ms

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

2.98 s

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

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

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

4.26 s

Categories

8
Avg score 73.0

How you compare

Where this site stands against peers running the same stack.

Google Search Console · 3817 peers
You 70
·
Avg 73
At average
0 50 100
Infrastructure P5Sustainability P6Accessibility P7Security P19Content P80SEO P67Performance P42Compliance P56

Top 10% of Google Search Console sites score 95+ on Infrastructure; you're at 78 — closing this gap is the highest-leverage improvement.

Better than 13% of Google Search Console sites See full Google Search Console benchmark →
Google Workspace · 1764 peers
You 70
·
Avg 74
At average
0 50 100
Infrastructure P3Sustainability P5Accessibility P7Security P16Content P79SEO P69Performance P41Compliance P52

Top 10% of Google Workspace sites score 96+ on Infrastructure; you're at 78 — closing this gap is the highest-leverage improvement.

Better than 10% of Google Workspace sites See full Google Workspace benchmark →

Technology stack

Google Search Console, hosted on Akamai Connected Cloud, with Akamai CDN

18 technologies detected 4 stack layers 2 with CPE identifier Enterprise

Stack Architecture

Analytics
Tealium
Framework
Google Search Console Google Workspace HSTS Microsoft Microsoft 365 Open Graph Priority Hints Radix UI React Tailwind CSS Webpack shadcn/ui
CDN
Akamai
Hosting
Akamai Connected Cloud F5 Distributed Cloud Services Next.js 15.3.8 Next.js App Router

All Detected Technologies (18)

Akamai is global content delivery network (CDN) services provider for media and software delivery, and cloud security solutions.

Categories CDN Website https://akamai.com Detected by BeaverCheck

Akamai Connected Cloud is a distributed cloud platform that combines core compute, edge services, and security to run applications at global scale.

Categories PaaS Website https://www.akamai.com/solutions/cloud-computing Detected by BeaverCheck

F5 Distributed Cloud Services is a SaaS platform providing security, networking, and application management to deploy, secure, and operate applications in cloud-native environments.

Categories PaaS Website https://www.f5.com/products/distributed-cloud-services Detected by BeaverCheck

Next.js is a React framework for developing single page Javascript applications.

Categories JavaScript frameworks, Web frameworks, Web servers, Static site generator Website https://nextjs.org Detected by BeaverCheck Evidence Script URL: https://nginx.com/_next/static/chunks/4bd1b696-643ad7e1253fdab5.js?dpl=dpl_42ZhdrupKm1c1MNy1ynneW52JM8C
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

The Next.js App Router is a new paradigm for building applications using React's latest features.

Categories JavaScript frameworks, Web servers Website https://nextjs.org/docs/app Detected by BeaverCheck
Categories Analytics Detected by BeaverCheck · Medium Evidence TXT record: google-site-verification=uUuJd81gBFhTSzGpOtmzRFJndx0uHcICLcicMmjP_eQ
Categories Email Detected by BeaverCheck Evidence TXT SPF record includes _spf.google.com: v=spf1 ip4:206.251.255.60/30 ip4:94.130.165.194/32 ip4:206.251.255.64/31 ip4:104.219.104.14 ip4:104.219.105.14 ip4:104.219.106.14 ip4:104.219.107.14 ip4:167.89.0.0/17 ip4:208.117.48.0/20 ip4:50.31.32.0/19 ip4:198.37.144.0/20 ip4:198.21.0.0/21 ip4:192.254.112.0/20 ip4:168.245.0.0/17 ip4:149.72.0.0/16 include:spf.protection.outlook.com include:_spf.google.com include:mktomail.com include:spf1.mailgun.org include:spf2.mailgun.org ~all

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 Analytics Detected by BeaverCheck · Low Evidence TXT record: MS=ms49391549
Categories Email Detected by BeaverCheck Evidence TXT SPF record includes spf.protection.outlook.com: v=spf1 ip4:206.251.255.60/30 ip4:94.130.165.194/32 ip4:206.251.255.64/31 ip4:104.219.104.14 ip4:104.219.105.14 ip4:104.219.106.14 ip4:104.219.107.14 ip4:167.89.0.0/17 ip4:208.117.48.0/20 ip4:50.31.32.0/19 ip4:198.37.144.0/20 ip4:198.21.0.0/21 ip4:192.254.112.0/20 ip4:168.245.0.0/17 ip4:149.72.0.0/16 include:spf.protection.outlook.com include:_spf.google.com include:mktomail.com include:spf1.mailgun.org include:spf2.mailgun.org ~all

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

Radix UI is a React-based user interface component library that offers accessible, responsive, and customisable components for building web applications.

Categories UI frameworks Website https://www.radix-ui.com Detected by BeaverCheck

React is an open-source JavaScript library for building user interfaces or UI components.

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

Tailwind is a utility-first CSS framework for rapidly building custom user interfaces.

Categories UI frameworks Website https://tailwindcss.com/ Detected by BeaverCheck Evidence Found 166 unique Tailwind utility classes in HTML

Webpack is an open-source JavaScript module bundler.

Categories Miscellaneous Website https://webpack.js.org/ Detected by BeaverCheck

shadcn/ui is a component system built with Radix UI and Tailwind CSS.

Categories UI frameworks Website https://ui.shadcn.com Detected by BeaverCheck

Tealium provides a sales enterprise tag management system and marketing software.

Categories Tag managers, Customer data platform Website https://tealium.com Detected by BeaverCheck

Observations (2)

No build tool detected

A framework (Google Search Console) 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

18 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%2Fnginx.com)](https://beavercheck.com/results/e85d92d5-5f44-42e2-88fe-18852ef1b7c9)
<a href="https://beavercheck.com/results/e85d92d5-5f44-42e2-88fe-18852ef1b7c9"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fnginx.com" alt="BeaverCheck Score"></a>
https://beavercheck.com/badge?url=https%3A%2F%2Fnginx.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 C (79)

Sprint 1: Quick Wins

+4

Highest ROI — low effort, high impact

3 findings 2h → C (74)
  • · 1 image-only link(s) without alt text
  • · 4 button(s) with no accessible text
  • · 7 link(s) with no accessible text

Sprint 2: Core Fixes

+5

Medium effort, high structural impact

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

Send Feedback