Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Strong compliance posture across regulations.
Good content signals with minor gaps.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
24 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
208 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/23ea0de4-e4e0-47bd-bc85-8d450073e3bf)<a href="https://beavercheck.com/results/23ea0de4-e4e0-47bd-bc85-8d450073e3bf"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmollie.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fmollie.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 15.7s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. 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.
6 barrier(s) likely increasing bounce by ~28%.
Page takes 15.7s to load
+12% bounceUsers abandon at ~3s — you're 13.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 4.9s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
26 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
41 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€510 investment → €0.75/month returns + EUR 20,500,000 risk avoided
€510
6h · 5 findings
€0.75 /mo
~€8.96 / year
EUR 20,500,000
if kept compliant
€85 — 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.
6.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€1,708,334 / month at risk
~€20,500,009 / year if left unfixed
€20,500,000
+1 more
€0.75 /mo
10082.2 MB/mo × 0.074 EUR/GB
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.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 4 critical issues to capture this value
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
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.76 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.68 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.88 s
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.
7.81 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.93 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.framer-z2tlib > div.framer-frvh1c > div > img div.framer-z2tlib > div.framer-frvh1c > div > img | /images/M2NJLTFyUncdGxNg7LIbaAsFcJ0.png?scale-down-to=102... | 34.8 KiB | 32.2 KiB |
div.ssr-variant > div.framer-1ym7mll > div > img div.ssr-variant > div.framer-1ym7mll > div > img | /images/r3UI1sd8t1p1BGGBPO7pmyHUzI0.png?scale-down-to=102... | 51.8 KiB | 22.4 KiB |
a.framer-Ddttb > div.framer-1nxx8k8 > div > img a.framer-Ddttb > div.framer-1nxx8k8 > div > img | framerusercontent.com/images/KTjc7jo1m3ZHD2Rk4kig227pQ.jpg?width=843&height=1000 | 104.4 KiB | 21.3 KiB |
a.framer-Ddttb > div.framer-1nxx8k8 > div > img a.framer-Ddttb > div.framer-1nxx8k8 > div > img | framerusercontent.com/images/HC79c1OyyXNZAyFIzxHJSJGRM.jpg?width=843&height=1000 | 89.6 KiB | 18.3 KiB |
a.framer-Ddttb > div.framer-1nxx8k8 > div > img a.framer-Ddttb > div.framer-1nxx8k8 > div > img | /images/i7YtHBvk2LlAxfg76jNUz3hca8.jpg?width=843&height=1000 | 72.1 KiB | 14.7 KiB |
div.framer-1tmxauk > div.framer-7ue3m1 > div > img div.framer-1tmxauk > div.framer-7ue3m1 > div > img | /images/DYavHPMK2FZgoCPpKE4d5vitBq4.png?scale-down-to=102... | 20.1 KiB | 12.8 KiB |
div.framer-vifeg6 > div.framer-qoovj2 > div > img div.framer-vifeg6 > div.framer-qoovj2 > div > img | framerusercontent.com/images/hr008Czc1HOY241cSvTg9BHK2A.png?width=466&height=162 | 7.1 KiB | 6.1 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| events.framer.com/script?v=2 | 300.0 s | 8.0 KiB |
| framer.com/edit/init.mjs | 300.0 s | 3.6 KiB |
| framer.com/bootstrap.1493872c6e09319865c91f1917815226b15a3098.js | 3600.0 s | 1.4 KiB |
| framer.com/m/phosphor-icons/CaretRight.js@0.0.57 | 3600.0 s | 864 B |
| framer.com/m/phosphor-icons/GithubLogo.js@0.0.57 | 3600.0 s | 703 B |
| framer.com/m/phosphor-icons/XLogo.js@0.0.57 | 3600.0 s | 683 B |
| /modules/R3qWcIUXr6Onkl147jz5/IemqcReO263P7jVSAnEP/Github... | 604800.0 s | 2.3 KiB |
| framerusercontent.com/modules/1ZkvldSvzWBNrFZf8aH8/sHjGZ67L04PXTqKUbxnu/XLogo.js | 604800.0 s | 1.6 KiB |
| /modules/4DdaUvaccgEgxMd5tHRL/hWGATDnHlzpAXNQv6svp/CaretR... | 604800.0 s | 1.3 KiB |
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| framerusercontent.com/assets/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2 | 5.0 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| mollie.com/ | 1.1 s |
| www.mollie.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| framerusercontent.com/sites/2P5DbCumwy8Y73kg4AGNpB/shared.DWRGNSjQ.mjs | 306.6 KiB | 275.3 KiB |
| framerusercontent.com/sites/2P5DbCumwy8Y73kg4AGNpB/framer.Dets3xKg.mjs | 141.0 KiB | 78.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WRLWHPT | 175.0 KiB | 72.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-QYNYB1T4G2&cx=c>m=4e64k1 | 168.8 KiB | 65.1 KiB |
| framerusercontent.com/sites/2P5DbCumwy8Y73kg4AGNpB/QXRNXmv6c.CqitANuU.mjs | 112.4 KiB | 57.7 KiB |
| framerusercontent.com/sites/2P5DbCumwy8Y73kg4AGNpB/RivePlayer_vX.BYv-jIlD.mjs | 52.8 KiB | 46.0 KiB |
| framerusercontent.com/sites/2P5DbCumwy8Y73kg4AGNpB/script_main.OOZsNxsx.mjs | 115.6 KiB | 29.6 KiB |
| framerusercontent.com/sites/2P5DbCumwy8Y73kg4AGNpB/motion.D39qwePO.mjs | 48.5 KiB | 22.1 KiB |
| /sites/2P5DbCumwy8Y73kg4AGNpB/99G7oDWX-GpRqwvy9rn5XHiG8SD... | 52.3 KiB | 20.3 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.mollie.com/ | 6.9 s | 175 ms | 7.8 ms |
| framerusercontent.com/sites/2P5DbCumwy8Y73kg4AGNpB/react.CyUogjY-.mjs | 4.0 s | 3.7 s | 3.1 ms |
| Unattributable | 3.8 s | 460 ms | 0.0 ms |
| framerusercontent.com/sites/2P5DbCumwy8Y73kg4AGNpB/motion.D39qwePO.mjs | 3.4 s | 688 ms | 1.1 ms |
| www.googletagmanager.com/gtm.js?id=GTM-WRLWHPT | 1.1 s | 889 ms | 80 ms |
| www.googletagmanager.com/gtag/js?id=G-QYNYB1T4G2&cx=c>m=4e64k1 | 534 ms | 451 ms | 75 ms |
| framerusercontent.com/sites/2P5DbCumwy8Y73kg4AGNpB/framer.Dets3xKg.mjs | 389 ms | 367 ms | 5.4 ms |
| events.framer.com/script?v=2 | 207 ms | 173 ms | 3.2 ms |
| unpkg.com/@mollie/ui-analytics@2.8.0/dist/bundle.js | 57 ms | 43 ms | 12 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 7.0 s |
| Other | 6.4 s |
| Style & Layout | 5.9 s |
| Rendering | 720 ms |
| Parse HTML & CSS | 408 ms |
| Garbage Collection | 286 ms |
| Script Parsing & Compilation | 257 ms |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| html,body,#main{box-sizing:border-box;margin:0;padding:0} … | 35.1 KiB | 17.7 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.framer-1jilirj-container > div.framer-XSl4Z > div.framer-1oy46m > span.framer-9qhy04 div.framer-1jilirj-container > div.framer-XSl4Z > div.framer-1oy46m > span.framer-9qhy04 |
div.framer-uga8fy-container > div.framer-rGhRp > div.framer-qwp7k6 > span.framer-14uuz82 div.framer-uga8fy-container > div.framer-rGhRp > div.framer-qwp7k6 > span.framer-14uuz82 |
div.framer-9m2g9u-container > div.framer-ATHPG > div.framer-sylrpk > span.framer-1w6ykn9 div.framer-9m2g9u-container > div.framer-ATHPG > div.framer-sylrpk > span.framer-1w6ykn9 |
div.framer-pw6vn1-container > div.framer-8bIzf > div.framer-jqz0y > span.framer-1jv1bvg div.framer-pw6vn1-container > div.framer-8bIzf > div.framer-jqz0y > span.framer-1jv1bvg |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Order #3526
Sport T-Shirt
€24.95
Credit and debit card
PayPal for business
… section > div > ul > li |
Order #3526
Sport T-Shirt
€24.95
Credit and debit card
PayPal for business
… section > div > ul > li |
Order #3526
Sport T-Shirt
€24.95
Credit and debit card
PayPal for business
… section > div > ul > li |
div.framer-1xg0dpz-container > section > ul > li div.framer-1xg0dpz-container > section > ul > li |
div.framer-1xg0dpz-container > section > ul > li div.framer-1xg0dpz-container > section > ul > li |
div.framer-1xg0dpz-container > section > ul > li div.framer-1xg0dpz-container > section > ul > li |
div.framer-1xg0dpz-container > section > ul > li div.framer-1xg0dpz-container > section > ul > li |
div.framer-1xg0dpz-container > section > ul > li div.framer-1xg0dpz-container > section > ul > li |
div.framer-1xg0dpz-container > section > ul > li div.framer-1xg0dpz-container > section > ul > li |
div.framer-1xg0dpz-container > section > ul > li div.framer-1xg0dpz-container > section > ul > li |
div.framer-1xg0dpz-container > section > ul > li div.framer-1xg0dpz-container > section > ul > li |
“Mollie makes things as easy as possible.” div.framer-sgs5y3-container > section > ul > li |
“We don’t want to have to worry about payments: we want good rates, great suppo… div.framer-sgs5y3-container > section > ul > li |
“Working with Mollie increased Check's conversion rate by more than 70% in Germ… div.framer-sgs5y3-container > section > ul > li |
“I value transparency. And Mollie’s like that as well, you have a transparent m… div.framer-sgs5y3-container > section > ul > li |
“Mollie makes things as easy as possible.” div.framer-sgs5y3-container > section > ul > li |
“We don’t want to have to worry about payments: we want good rates, great suppo… div.framer-sgs5y3-container > section > ul > li |
“Working with Mollie increased Check's conversion rate by more than 70% in Germ… div.framer-sgs5y3-container > section > ul > li |
“I value transparency. And Mollie’s like that as well, you have a transparent m… div.framer-sgs5y3-container > section > ul > li |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Powering growth for over 250,000 businesses – from startups to enterprises. div.framer-jgob1v > div.ssr-variant > div.framer-1fxm1rn > p.framer-text |
Get started div.framer-1xh9omh-container > a.framer-YVXDt > div.framer-1ow08l > p.framer-text |
Win sales and drive revenue with effortless online payments. div#18y9w2l > div.framer-xvdcd4 > div.framer-1ttlt8a > p.framer-text |
Set up your terminals in just a few clicks. div.framer-11v3d2j > div.framer-1wml59s > div.framer-ytl929 > p.framer-text |
Create and share secure payment links. On any channel. div.framer-1os6pgd > div.framer-g02t9h > div.framer-nfviw5 > p.framer-text |
Meet the companies that use our solution to power growth. div.framer-d5Mxi > div.framer-yl3k4s > div.framer-g5zfnh > p.framer-text |
“Mollie makes things as easy as possible.” div.framer-1fqk0oo > div.framer-gla6eu > div.framer-1bb1m4f > p.framer-text |
“We don’t want to have to worry about payments: we want good rates, great suppo… div.framer-1fqk0oo > div.framer-gla6eu > div.framer-1bb1m4f > p.framer-text |
Connect to your ecommerce platform and tech stack with our ready-made plugins. div.framer-rf1dxb > div.framer-te6su3 > div.framer-1y297uc > p.framer-text |
Get industry-leading support whenever you need it. div.framer-1ex63ya > div.framer-zp28zt > div.framer-1bnkmi0 > p.framer-text |
Trustpilot div.framer-1weqip7 > div.framer-138jy8s > div.framer-d9g8ih > p.framer-text |
Use our client and server libraries for everything from JS & PHP to .NET and Py… div.framer-lesh4w > div.framer-l4bh7c > div.framer-yjwiv1 > p.framer-text |
Start now div.framer-1i5zkke-container > a.framer-YVXDt > div.framer-1ow08l > p.framer-text |
Online payments div.framer-1arn5ir > div.framer-nwepbh > p.framer-text > a.framer-text |
In-person payments div.framer-1arn5ir > div.framer-13rvdsj > p.framer-text > a.framer-text |
Recurring payments div.framer-1arn5ir > div.framer-17kx6b6 > p.framer-text > a.framer-text |
Checkout div.framer-1arn5ir > div.framer-z8h9od > p.framer-text > a.framer-text |
Acceptance & Risk div.framer-1arn5ir > div.framer-1hqenwc > p.framer-text > a.framer-text |
Payment Links div.framer-1arn5ir > div.framer-1q8mwq6 > p.framer-text > a.framer-text |
Invoicing div.framer-1arn5ir > div.framer-34qcj > p.framer-text > a.framer-text |
Business accounts div.framer-1arn5ir > div.framer-wgaeb1 > p.framer-text > a.framer-text |
Capital div.framer-1arn5ir > div.framer-1bzdkus > p.framer-text > a.framer-text |
Connect for Platforms div.framer-1arn5ir > div.framer-1l7ohsr > p.framer-text > a.framer-text |
Omnichannel payment solutions div.framer-1arn5ir > div.framer-1jo8qwd > p.framer-text > a.framer-text |
Payments for SaaS Platforms div.framer-qr1mxz > div.framer-10yjuei > p.framer-text > a.framer-text |
Payments for Marketplaces div.framer-qr1mxz > div.framer-2mz1id > p.framer-text > a.framer-text |
Payments for Franchises div.framer-qr1mxz > div.framer-rafmym > p.framer-text > a.framer-text |
Payments for Ecommerce div.framer-qr1mxz > div.framer-1yg7c8b > p.framer-text > a.framer-text |
Payments for Startups div.framer-qr1mxz > div.framer-16eoflu > p.framer-text > a.framer-text |
Agencies div.framer-qr1mxz > div.framer-1qtcbnl > p.framer-text > a.framer-text |
Libraries div.framer-7oc11z > div.framer-ce098j > p.framer-text > a.framer-text |
Integrations div.framer-7oc11z > div.framer-1sns1f1 > p.framer-text > a.framer-text |
Documentation div.framer-7oc11z > div.framer-ojufix > p.framer-text > a.framer-text |
Status div.framer-7oc11z > div.framer-bn04qa > p.framer-text > a.framer-text |
Changelog div.framer-7oc11z > div.framer-2h08vi > p.framer-text > a.framer-text |
About us div.framer-13j8bn6 > div.framer-1d95n26 > p.framer-text > a.framer-text |
Pricing div.framer-13j8bn6 > div.framer-fvgylu > p.framer-text > a.framer-text |
Careers div.framer-13j8bn6 > div.framer-1se4vpf > p.framer-text > a.framer-text |
News div.framer-13j8bn6 > div.framer-1m18q4u > p.framer-text > a.framer-text |
Success stories div.framer-13j8bn6 > div.framer-1ib4aqp > p.framer-text > a.framer-text |
Growth div.framer-13j8bn6 > div.framer-1d8ko4q > p.framer-text > a.framer-text |
Papers div.framer-13j8bn6 > div.framer-10jcozd > p.framer-text > a.framer-text |
Mollie Resources div.framer-13j8bn6 > div.framer-14xt38i > p.framer-text > a.framer-text |
Support div.framer-129pdt2 > div.framer-2j5b5a > p.framer-text > a.framer-text |
Paid with Mollie? div.framer-129pdt2 > div.framer-lxspjx > p.framer-text > a.framer-text |
© 2026 Mollie B.V. div.framer-1icg521 > div.framer-b5jx3u > div.framer-ipravh > p.framer-text |
User Agreement div.framer-b5jx3u > div.framer-1r9c2xp > p.framer-text > a.framer-text |
Privacy Statement div.framer-b5jx3u > div.framer-8w2kau > p.framer-text > a.framer-text |
Responsible Disclosure div.framer-b5jx3u > div.framer-rpifc6 > p.framer-text > a.framer-text |
Whistleblower Policy div.framer-b5jx3u > div.framer-14983fm > p.framer-text > a.framer-text |
Impressum div.framer-b5jx3u > div.framer-1pv8iaw > p.framer-text > a.framer-text |
Cookie policy div.framer-b5jx3u > div.framer-cm6jcp-container > button > span |
Mollie is a financial technology group providing a broad range of financial ser… footer.framer-0kRry > div.framer-13nt4yl > div.framer-10hw4xx > p.framer-text |
These are opportunities to improve the legibility of your content.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.framer-t1rgz8-container > div.framer-KGGWT > div.framer-16ld89i > a.framer-hva339 div.framer-t1rgz8-container > div.framer-KGGWT > div.framer-16ld89i > a.framer-hva339 |
div.framer-1pf5f24 > div.framer-117tx2l-container > div.framer-3JpHH > a.framer-z65369 div.framer-1pf5f24 > div.framer-117tx2l-container > div.framer-3JpHH > a.framer-z65369 |
div.framer-1pf5f24 > div.framer-12ld1ty-container > div.framer-3JpHH > a.framer-z65369 div.framer-1pf5f24 > div.framer-12ld1ty-container > div.framer-3JpHH > a.framer-z65369 |
div.framer-1pf5f24 > div.framer-1xmfpfe-container > div.framer-3JpHH > a.framer-z65369 div.framer-1pf5f24 > div.framer-1xmfpfe-container > div.framer-3JpHH > a.framer-z65369 |
div.framer-1pf5f24 > div.framer-j3c3nq-container > div.framer-3JpHH > a.framer-z65369 div.framer-1pf5f24 > div.framer-j3c3nq-container > div.framer-3JpHH > a.framer-z65369 |
div.framer-1aa983r > div.framer-1xwaitk-container > div.framer-3JpHH > a.framer-z65369 div.framer-1aa983r > div.framer-1xwaitk-container > div.framer-3JpHH > a.framer-z65369 |
div.framer-1aa983r > div.framer-1yus86t-container > div.framer-3JpHH > a.framer-z65369 div.framer-1aa983r > div.framer-1yus86t-container > div.framer-3JpHH > a.framer-z65369 |
div.framer-1aa983r > div.framer-1dprht6-container > div.framer-3JpHH > a.framer-z65369 div.framer-1aa983r > div.framer-1dprht6-container > div.framer-3JpHH > a.framer-z65369 |
div.framer-1mujxrc-container > div.framer-7ttMD > div.framer-9h40zz > a.framer-1c6p5rb div.framer-1mujxrc-container > div.framer-7ttMD > div.framer-9h40zz > a.framer-1c6p5rb |
div.framer-1mujxrc-container > div.framer-7ttMD > div.framer-9h40zz > a.framer-17gu226 div.framer-1mujxrc-container > div.framer-7ttMD > div.framer-9h40zz > a.framer-17gu226 |
div.framer-1mujxrc-container > div.framer-7ttMD > div.framer-9h40zz > a.framer-159loqs div.framer-1mujxrc-container > div.framer-7ttMD > div.framer-9h40zz > a.framer-159loqs |
div.framer-1mujxrc-container > div.framer-7ttMD > div.framer-9h40zz > a.framer-j6yumj div.framer-1mujxrc-container > div.framer-7ttMD > div.framer-9h40zz > a.framer-j6yumj |
div.framer-1mujxrc-container > div.framer-7ttMD > div.framer-9h40zz > a.framer-swow7e div.framer-1mujxrc-container > div.framer-7ttMD > div.framer-9h40zz > a.framer-swow7e |
div.ssr-variant > div.framer-yunhog-container > div.framer-3GXyu > a.framer-18d84jx div.ssr-variant > div.framer-yunhog-container > div.framer-3GXyu > a.framer-18d84jx |
div.framer-1icg521 > div.framer-b6ik0e > div.framer-ag9bfr-container > a.framer-GJfpv div.framer-1icg521 > div.framer-b6ik0e > div.framer-ag9bfr-container > a.framer-GJfpv |
div.framer-1icg521 > div.framer-b6ik0e > div.framer-1bzovjh-container > a.framer-GJfpv div.framer-1icg521 > div.framer-b6ik0e > div.framer-1bzovjh-container > a.framer-GJfpv |
div.framer-1icg521 > div.framer-b6ik0e > div.framer-5tw90f-container > a.framer-GJfpv div.framer-1icg521 > div.framer-b6ik0e > div.framer-5tw90f-container > a.framer-GJfpv |
div.framer-1icg521 > div.framer-b6ik0e > div.framer-60i8sz-container > a.framer-GJfpv div.framer-1icg521 > div.framer-b6ik0e > div.framer-60i8sz-container > a.framer-GJfpv |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookie policy div.framer-1icg521 > div.framer-b5jx3u > div.framer-cm6jcp-container > button |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.mollie.com/products/pos-payments/tap-to-pay-on-iphone | Learn more |
| www.mollie.com/products/pos-payments/tap | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.34 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.48 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
437 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.64 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.
7.46 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| framerusercontent.com/assets/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2 | 25 ms |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.ssr-variant > div.framer-3kfpc2 > div > img div.ssr-variant > div.framer-3kfpc2 > div > img | /images/Nd7VbUGb6GBt85nvlnJtGROZM.png?scale-down-to=2048&... | 177.8 KiB | 122.8 KiB |
a.framer-Ddttb > div.framer-1nxx8k8 > div > img a.framer-Ddttb > div.framer-1nxx8k8 > div > img | framerusercontent.com/images/KTjc7jo1m3ZHD2Rk4kig227pQ.jpg?width=843&height=1000 | 104.4 KiB | 73.5 KiB |
a.framer-Ddttb > div.framer-1nxx8k8 > div > img a.framer-Ddttb > div.framer-1nxx8k8 > div > img | framerusercontent.com/images/HC79c1OyyXNZAyFIzxHJSJGRM.jpg?width=843&height=1000 | 89.6 KiB | 63.1 KiB |
a.framer-Ddttb > div.framer-1nxx8k8 > div > img a.framer-Ddttb > div.framer-1nxx8k8 > div > img | /images/SWVACnMQfwAsZLi43PYXru9CHz8.jpg?width=843&height=... | 72.1 KiB | 50.7 KiB |
a.framer-Ddttb > div.framer-1nxx8k8 > div > img a.framer-Ddttb > div.framer-1nxx8k8 > div > img | framerusercontent.com/images/a8gru48E2U3rC6n9vMYf6Rg.png?width=843&height=1000 | 66.3 KiB | 46.7 KiB |
div.framer-1iih7dl-container > div.framer-ppVFW > div > img div.framer-1iih7dl-container > div.framer-ppVFW > div > img | /images/0vIZwGaFv3z9Hk77CFOm4YldPQQ.jpg?scale-down-to=204... | 68.5 KiB | 46.0 KiB |
div.framer-z2tlib > div.framer-frvh1c > div > img div.framer-z2tlib > div.framer-frvh1c > div > img | /images/M2NJLTFyUncdGxNg7LIbaAsFcJ0.png?scale-down-to=102... | 34.8 KiB | 33.9 KiB |
a.framer-Ddttb > div.framer-1nxx8k8 > div > img a.framer-Ddttb > div.framer-1nxx8k8 > div > img | framerusercontent.com/images/ZaGve0oI5633W8U526GprCTM.jpg?width=843&height=1000 | 40.4 KiB | 28.5 KiB |
div.ssr-variant > div.framer-1ym7mll > div > img div.ssr-variant > div.framer-1ym7mll > div > img | /images/r3UI1sd8t1p1BGGBPO7pmyHUzI0.png?scale-down-to=102... | 51.8 KiB | 23.0 KiB |
div.framer-1u9awyo > div.framer-1rdxuxr > div > img div.framer-1u9awyo > div.framer-1rdxuxr > div > img | /images/tth7lrphu2DpGcqnYFecI28mY.jpg?scale-down-to=512&w... | 23.4 KiB | 15.8 KiB |
div.framer-hmhx0d > div.framer-x0w0dw > div > img div.framer-hmhx0d > div.framer-x0w0dw > div > img | /images/12Y23JroO321eiI4uKENzjETTug.png?width=615&height=623 | 16.8 KiB | 12.9 KiB |
div.framer-vifeg6 > div.framer-qoovj2 > div > img div.framer-vifeg6 > div.framer-qoovj2 > div > img | framerusercontent.com/images/hr008Czc1HOY241cSvTg9BHK2A.png?width=466&height=162 | 7.1 KiB | 6.7 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| events.framer.com/script?v=2 | 300.0 s | 8.0 KiB |
| framer.com/edit/init.mjs | 300.0 s | 3.6 KiB |
| framer.com/bootstrap.1493872c6e09319865c91f1917815226b15a3098.js | 3600.0 s | 1.4 KiB |
| framer.com/m/phosphor-icons/CaretRight.js@0.0.57 | 3600.0 s | 865 B |
| framer.com/m/phosphor-icons/GithubLogo.js@0.0.57 | 3600.0 s | 700 B |
| framer.com/m/phosphor-icons/XLogo.js@0.0.57 | 3600.0 s | 682 B |
| /modules/R3qWcIUXr6Onkl147jz5/IemqcReO263P7jVSAnEP/Github... | 604800.0 s | 2.3 KiB |
| framerusercontent.com/modules/1ZkvldSvzWBNrFZf8aH8/sHjGZ67L04PXTqKUbxnu/XLogo.js | 604800.0 s | 1.6 KiB |
| /modules/4DdaUvaccgEgxMd5tHRL/hWGATDnHlzpAXNQv6svp/CaretR... | 604800.0 s | 1.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| mollie.com/ | 1.5 s |
| www.mollie.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| Unattributable | 1.8 s | 546 ms | 0.0 ms |
| framerusercontent.com/sites/2P5DbCumwy8Y73kg4AGNpB/motion.D39qwePO.mjs | 1.5 s | 197 ms | 0.3 ms |
| framerusercontent.com/sites/2P5DbCumwy8Y73kg4AGNpB/react.CyUogjY-.mjs | 1.1 s | 1.0 s | 0.6 ms |
| www.mollie.com/ | 918 ms | 52 ms | 1.9 ms |
| www.googletagmanager.com/gtm.js?id=GTM-WRLWHPT | 255 ms | 207 ms | 21 ms |
| www.googletagmanager.com/gtag/js?id=G-QYNYB1T4G2&cx=c>m=4e64k1 | 131 ms | 112 ms | 18 ms |
| framerusercontent.com/sites/2P5DbCumwy8Y73kg4AGNpB/framer.Dets3xKg.mjs | 103 ms | 96 ms | 0.8 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 2.8 s |
| Script Evaluation | 2.3 s |
| Style & Layout | 643 ms |
| Rendering | 190 ms |
| Parse HTML & CSS | 121 ms |
| Garbage Collection | 103 ms |
| Script Parsing & Compilation | 85 ms |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| html,body,#main{box-sizing:border-box;margin:0;padding:0} … | 35.1 KiB | 16.8 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.framer-1jilirj-container > div.framer-XSl4Z > div.framer-1oy46m > span.framer-9qhy04 div.framer-1jilirj-container > div.framer-XSl4Z > div.framer-1oy46m > span.framer-9qhy04 |
div.framer-uga8fy-container > div.framer-rGhRp > div.framer-qwp7k6 > span.framer-14uuz82 div.framer-uga8fy-container > div.framer-rGhRp > div.framer-qwp7k6 > span.framer-14uuz82 |
div.framer-9m2g9u-container > div.framer-ATHPG > div.framer-sylrpk > span.framer-1w6ykn9 div.framer-9m2g9u-container > div.framer-ATHPG > div.framer-sylrpk > span.framer-1w6ykn9 |
div.framer-pw6vn1-container > div.framer-8bIzf > div.framer-jqz0y > span.framer-1jv1bvg div.framer-pw6vn1-container > div.framer-8bIzf > div.framer-jqz0y > span.framer-1jv1bvg |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.framer-1xg0dpz-container > section > ul > li div.framer-1xg0dpz-container > section > ul > li |
div.framer-1xg0dpz-container > section > ul > li div.framer-1xg0dpz-container > section > ul > li |
div.framer-1xg0dpz-container > section > ul > li div.framer-1xg0dpz-container > section > ul > li |
div.framer-1xg0dpz-container > section > ul > li div.framer-1xg0dpz-container > section > ul > li |
div.framer-1xg0dpz-container > section > ul > li div.framer-1xg0dpz-container > section > ul > li |
div.framer-1xg0dpz-container > section > ul > li div.framer-1xg0dpz-container > section > ul > li |
div.framer-1xg0dpz-container > section > ul > li div.framer-1xg0dpz-container > section > ul > li |
div.framer-1xg0dpz-container > section > ul > li div.framer-1xg0dpz-container > section > ul > li |
div.framer-ir1ilv-container > section > ul > li div.framer-ir1ilv-container > section > ul > li |
div.framer-ir1ilv-container > section > ul > li div.framer-ir1ilv-container > section > ul > li |
div.framer-ir1ilv-container > section > ul > li div.framer-ir1ilv-container > section > ul > li |
div.framer-ir1ilv-container > section > ul > li div.framer-ir1ilv-container > section > ul > li |
div.framer-ir1ilv-container > section > ul > li div.framer-ir1ilv-container > section > ul > li |
div.framer-ir1ilv-container > section > ul > li div.framer-ir1ilv-container > section > ul > li |
div.framer-ir1ilv-container > section > ul > li div.framer-ir1ilv-container > section > ul > li |
div.framer-ir1ilv-container > section > ul > li div.framer-ir1ilv-container > section > ul > li |
div.framer-ir1ilv-container > section > ul > li div.framer-ir1ilv-container > section > ul > li |
div.framer-ir1ilv-container > section > ul > li div.framer-ir1ilv-container > section > ul > li |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Powering growth for over 250,000 businesses – from startups to enterprises. div.framer-jgob1v > div.ssr-variant > div.framer-1fxm1rn > p.framer-text |
Get started div.framer-1xh9omh-container > a.framer-YVXDt > div.framer-1ow08l > p.framer-text |
Win sales and drive revenue with effortless online payments. div#18y9w2l > div.framer-xvdcd4 > div.framer-1ttlt8a > p.framer-text |
Set up your terminals in just a few clicks. div.framer-11v3d2j > div.framer-1wml59s > div.framer-ytl929 > p.framer-text |
Create and share secure payment links. On any channel. div.framer-1os6pgd > div.framer-g02t9h > div.framer-nfviw5 > p.framer-text |
Meet the companies that use our solution to power growth. div.framer-d5Mxi > div.framer-yl3k4s > div.framer-g5zfnh > p.framer-text |
Connect to your ecommerce platform and tech stack with our ready-made plugins. div.framer-rf1dxb > div.framer-te6su3 > div.framer-1y297uc > p.framer-text |
Get industry-leading support whenever you need it. div.framer-1ex63ya > div.framer-zp28zt > div.framer-1bnkmi0 > p.framer-text |
Trustpilot div.framer-1weqip7 > div.framer-138jy8s > div.framer-d9g8ih > p.framer-text |
Use our client and server libraries for everything from JS & PHP to .NET and Py… div.framer-lesh4w > div.framer-l4bh7c > div.framer-yjwiv1 > p.framer-text |
Refund div.framer-13pc6zh > div.framer-trprwh > div.framer-14gr5np > p.framer-text |
Start now div.framer-1i5zkke-container > a.framer-YVXDt > div.framer-1ow08l > p.framer-text |
Online payments div.framer-1arn5ir > div.framer-nwepbh > p.framer-text > a.framer-text |
In-person payments div.framer-1arn5ir > div.framer-13rvdsj > p.framer-text > a.framer-text |
Recurring payments div.framer-1arn5ir > div.framer-17kx6b6 > p.framer-text > a.framer-text |
Checkout div.framer-1arn5ir > div.framer-z8h9od > p.framer-text > a.framer-text |
Acceptance & Risk div.framer-1arn5ir > div.framer-1hqenwc > p.framer-text > a.framer-text |
Payment Links div.framer-1arn5ir > div.framer-1q8mwq6 > p.framer-text > a.framer-text |
Invoicing div.framer-1arn5ir > div.framer-34qcj > p.framer-text > a.framer-text |
Business accounts div.framer-1arn5ir > div.framer-wgaeb1 > p.framer-text > a.framer-text |
Capital div.framer-1arn5ir > div.framer-1bzdkus > p.framer-text > a.framer-text |
Connect for Platforms div.framer-1arn5ir > div.framer-1l7ohsr > p.framer-text > a.framer-text |
Omnichannel payment solutions div.framer-1arn5ir > div.framer-1jo8qwd > p.framer-text > a.framer-text |
Payments for SaaS Platforms div.framer-qr1mxz > div.framer-10yjuei > p.framer-text > a.framer-text |
Payments for Marketplaces div.framer-qr1mxz > div.framer-2mz1id > p.framer-text > a.framer-text |
Payments for Franchises div.framer-qr1mxz > div.framer-rafmym > p.framer-text > a.framer-text |
Payments for Ecommerce div.framer-qr1mxz > div.framer-1yg7c8b > p.framer-text > a.framer-text |
Payments for Startups div.framer-qr1mxz > div.framer-16eoflu > p.framer-text > a.framer-text |
Agencies div.framer-qr1mxz > div.framer-1qtcbnl > p.framer-text > a.framer-text |
Libraries div.framer-7oc11z > div.framer-ce098j > p.framer-text > a.framer-text |
Integrations div.framer-7oc11z > div.framer-1sns1f1 > p.framer-text > a.framer-text |
Documentation div.framer-7oc11z > div.framer-ojufix > p.framer-text > a.framer-text |
Status div.framer-7oc11z > div.framer-bn04qa > p.framer-text > a.framer-text |
Changelog div.framer-7oc11z > div.framer-2h08vi > p.framer-text > a.framer-text |
About us div.framer-13j8bn6 > div.framer-1d95n26 > p.framer-text > a.framer-text |
Pricing div.framer-13j8bn6 > div.framer-fvgylu > p.framer-text > a.framer-text |
Careers div.framer-13j8bn6 > div.framer-1se4vpf > p.framer-text > a.framer-text |
News div.framer-13j8bn6 > div.framer-1m18q4u > p.framer-text > a.framer-text |
Success stories div.framer-13j8bn6 > div.framer-1ib4aqp > p.framer-text > a.framer-text |
Growth div.framer-13j8bn6 > div.framer-1d8ko4q > p.framer-text > a.framer-text |
Papers div.framer-13j8bn6 > div.framer-10jcozd > p.framer-text > a.framer-text |
Mollie Resources div.framer-13j8bn6 > div.framer-14xt38i > p.framer-text > a.framer-text |
Support div.framer-129pdt2 > div.framer-2j5b5a > p.framer-text > a.framer-text |
Paid with Mollie? div.framer-129pdt2 > div.framer-lxspjx > p.framer-text > a.framer-text |
© 2026 Mollie B.V. div.framer-1icg521 > div.framer-b5jx3u > div.framer-ipravh > p.framer-text |
User Agreement div.framer-b5jx3u > div.framer-1r9c2xp > p.framer-text > a.framer-text |
Privacy Statement div.framer-b5jx3u > div.framer-8w2kau > p.framer-text > a.framer-text |
Responsible Disclosure div.framer-b5jx3u > div.framer-rpifc6 > p.framer-text > a.framer-text |
Whistleblower Policy div.framer-b5jx3u > div.framer-14983fm > p.framer-text > a.framer-text |
Impressum div.framer-b5jx3u > div.framer-1pv8iaw > p.framer-text > a.framer-text |
Cookie policy div.framer-b5jx3u > div.framer-cm6jcp-container > button > span |
Mollie is a financial technology group providing a broad range of financial ser… footer.framer-0kRry > div.framer-13nt4yl > div.framer-10hw4xx > p.framer-text |
These are opportunities to improve the legibility of your content.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.framer-t1rgz8-container > div.framer-KGGWT > div.framer-16ld89i > a.framer-hva339 div.framer-t1rgz8-container > div.framer-KGGWT > div.framer-16ld89i > a.framer-hva339 |
div.framer-1pf5f24 > div.framer-117tx2l-container > div.framer-3JpHH > a.framer-z65369 div.framer-1pf5f24 > div.framer-117tx2l-container > div.framer-3JpHH > a.framer-z65369 |
div.framer-1pf5f24 > div.framer-12ld1ty-container > div.framer-3JpHH > a.framer-z65369 div.framer-1pf5f24 > div.framer-12ld1ty-container > div.framer-3JpHH > a.framer-z65369 |
div.framer-1pf5f24 > div.framer-1xmfpfe-container > div.framer-3JpHH > a.framer-z65369 div.framer-1pf5f24 > div.framer-1xmfpfe-container > div.framer-3JpHH > a.framer-z65369 |
div.framer-1pf5f24 > div.framer-j3c3nq-container > div.framer-3JpHH > a.framer-z65369 div.framer-1pf5f24 > div.framer-j3c3nq-container > div.framer-3JpHH > a.framer-z65369 |
div.framer-1aa983r > div.framer-1xwaitk-container > div.framer-3JpHH > a.framer-z65369 div.framer-1aa983r > div.framer-1xwaitk-container > div.framer-3JpHH > a.framer-z65369 |
div.framer-1aa983r > div.framer-1yus86t-container > div.framer-3JpHH > a.framer-z65369 div.framer-1aa983r > div.framer-1yus86t-container > div.framer-3JpHH > a.framer-z65369 |
div.framer-1aa983r > div.framer-1dprht6-container > div.framer-3JpHH > a.framer-z65369 div.framer-1aa983r > div.framer-1dprht6-container > div.framer-3JpHH > a.framer-z65369 |
ul > li > div.framer-1tk6od4-container > a.framer-Ddttb ul > li > div.framer-1tk6od4-container > a.framer-Ddttb |
ul > li > div.framer-9yp8yj-container > a.framer-Ddttb ul > li > div.framer-9yp8yj-container > a.framer-Ddttb |
ul > li > div.framer-1xwg1xz-container > a.framer-Ddttb ul > li > div.framer-1xwg1xz-container > a.framer-Ddttb |
ul > li > div.framer-a9n4qd-container > a.framer-Ddttb ul > li > div.framer-a9n4qd-container > a.framer-Ddttb |
ul > li > div.framer-qoecs9-container > a.framer-Ddttb ul > li > div.framer-qoecs9-container > a.framer-Ddttb |
div.framer-1mujxrc-container > div.framer-7ttMD > div.framer-9h40zz > a.framer-1c6p5rb div.framer-1mujxrc-container > div.framer-7ttMD > div.framer-9h40zz > a.framer-1c6p5rb |
div.framer-1mujxrc-container > div.framer-7ttMD > div.framer-9h40zz > a.framer-17gu226 div.framer-1mujxrc-container > div.framer-7ttMD > div.framer-9h40zz > a.framer-17gu226 |
div.framer-1mujxrc-container > div.framer-7ttMD > div.framer-9h40zz > a.framer-159loqs div.framer-1mujxrc-container > div.framer-7ttMD > div.framer-9h40zz > a.framer-159loqs |
div.framer-1mujxrc-container > div.framer-7ttMD > div.framer-9h40zz > a.framer-j6yumj div.framer-1mujxrc-container > div.framer-7ttMD > div.framer-9h40zz > a.framer-j6yumj |
div.framer-1mujxrc-container > div.framer-7ttMD > div.framer-9h40zz > a.framer-swow7e div.framer-1mujxrc-container > div.framer-7ttMD > div.framer-9h40zz > a.framer-swow7e |
div.ssr-variant > div.framer-yunhog-container > div.framer-3GXyu > a.framer-18d84jx div.ssr-variant > div.framer-yunhog-container > div.framer-3GXyu > a.framer-18d84jx |
div.framer-1icg521 > div.framer-b6ik0e > div.framer-ag9bfr-container > a.framer-GJfpv div.framer-1icg521 > div.framer-b6ik0e > div.framer-ag9bfr-container > a.framer-GJfpv |
div.framer-1icg521 > div.framer-b6ik0e > div.framer-1bzovjh-container > a.framer-GJfpv div.framer-1icg521 > div.framer-b6ik0e > div.framer-1bzovjh-container > a.framer-GJfpv |
div.framer-1icg521 > div.framer-b6ik0e > div.framer-5tw90f-container > a.framer-GJfpv div.framer-1icg521 > div.framer-b6ik0e > div.framer-5tw90f-container > a.framer-GJfpv |
div.framer-1icg521 > div.framer-b6ik0e > div.framer-60i8sz-container > a.framer-GJfpv div.framer-1icg521 > div.framer-b6ik0e > div.framer-60i8sz-container > a.framer-GJfpv |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookie policy div.framer-1icg521 > div.framer-b5jx3u > div.framer-cm6jcp-container > button |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.mollie.com/products/pos-payments/tap-to-pay-on-iphone | Learn more |
| www.mollie.com/products/pos-payments/tap | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback