Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction1 landmarksFIX
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
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.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
DLink & Button QualityAction26 issue(s) across 127 links and 5 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| ./ | (empty) | empty | Add link text or aria-label |
| ./products/pos-payments/tap-to-pay-on-ip… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Tap To Pay On Iphone | |||
| https://discord.gg/mollie | Discord communityJoin our deve… | new tab | Add '(opens in new tab)' to text |
| https://docs.mollie.com/ | DocsExplore our API documentat… | new tab | Add '(opens in new tab)' to text |
| https://status.mollie.com/ | StatusCheck our current system… | new tab | Add '(opens in new tab)' to text |
| https://docs.mollie.com/changelog/v2/cha… | ChangelogRead up on recent tec… | new tab | Add '(opens in new tab)' to text |
| https://jobs.mollie.com | CareersCome work for us - we'r… | new tab | Add '(opens in new tab)' to text |
| ./payments/credit-card | Credit and debit card | img no alt | Add alt attribute to the image |
| ./payments/bank-transfer | SEPA Bank Transfer | img no alt | Add alt attribute to the image |
| ./payments/ideal | iDEAL | Wero | img no alt | Add alt attribute to the image |
| ./payments/credit-card | Credit and debit card | img no alt | Add alt attribute to the image |
| ./payments/bank-transfer | SEPA Bank Transfer | img no alt | Add alt attribute to the image |
| ./payments/ideal | iDEAL | Wero | img no alt | Add alt attribute to the image |
| ./payments/credit-card | Credit and debit card | img no alt | Add alt attribute to the image |
| ./payments/bank-transfer | SEPA Bank Transfer | img no alt | Add alt attribute to the image |
| ./payments/ideal | iDEAL | Wero | img no alt | Add alt attribute to the image |
| ./payments/credit-card | Credit and debit card | img no alt | Add alt attribute to the image |
| ./payments/bank-transfer | SEPA Bank Transfer | img no alt | Add alt attribute to the image |
| ./payments/ideal | iDEAL | Wero | img no alt | Add alt attribute to the image |
| ./success-stories | Learn more about our customers | img no alt | Add alt attribute to the image |
| ./payments/bancontact | (empty) | empty | Add link text or aria-label |
| ./payments/ideal | (empty) | empty | Add link text or aria-label |
| ./payments/american-express | (empty) | empty | Add link text or aria-label |
| ./payments/apple-pay | (empty) | empty | Add link text or aria-label |
| ./payments/mastercard | (empty) | empty | Add link text or aria-label |
| ./payments/visa | (empty) | empty | Add link text or aria-label |
| ./payments/bank-transfer | (empty) | empty | Add link text or aria-label |
| ./products/pos-payments/tap | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Tap | |||
| ./success-stories/crisp | “Mollie makes things as easy… | img no alt | Add alt attribute to the image |
| ./success-stories/rosefield | “We don’t want to have to … | img no alt | Add alt attribute to the image |
| ./success-stories/check-technologies | “Working with Mollie increas… | img no alt | Add alt attribute to the image |
| ./success-stories/veloretti | “I value transparency. And M… | img no alt | Add alt attribute to the image |
| ./integrations/chargebee | (empty) | empty | Add link text or aria-label |
| ./integrations/wix | (empty) | empty | Add link text or aria-label |
| ./integrations/magento-2 | (empty) | empty | Add link text or aria-label |
| ./integrations/odoo | (empty) | empty | Add link text or aria-label |
| ./integrations/woocommerce | (empty) | empty | Add link text or aria-label |
| ./integrations/commercetools | (empty) | empty | Add link text or aria-label |
| https://github.com/mollie/mollie-api-nod… | (empty) | empty | Add link text or aria-label |
| https://github.com/mollie/laravel-cashie… | (empty) | empty | Add link text or aria-label |
| https://github.com/mollie/mollie-api-php | (empty) | empty | Add link text or aria-label |
| https://github.com/mollie/mollie-api-pyt… | (empty) | empty | Add link text or aria-label |
| https://github.com/zwaldeck/mollie | (empty) | empty | Add link text or aria-label |
| https://github.com/Viincenttt/MollieApi | (empty) | empty | Add link text or aria-label |
| https://docs.mollie.com | Documentation | new tab | Add '(opens in new tab)' to text |
| https://status.mollie.com/ | Status | new tab | Add '(opens in new tab)' to text |
| https://docs.mollie.com/changelog/ | Changelog | new tab | Add '(opens in new tab)' to text |
| https://jobs.mollie.com/ | Careers | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/mollie/ | (empty) | empty | Add link text or aria-label |
| https://twitter.com/molliepayments | (empty) | empty | Add link text or aria-label |
| https://github.com/mollie | (empty) | empty | Add link text or aria-label |
| https://nl.linkedin.com/company/molliepa… | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
./; ./payments/bancontact; ./payments/ideal; ./payments/american-express; ./payments/apple-pay; ./payments/mastercard; ./payments/visa; ./payments/bank-transfer; ./integrations/chargebee; ./integrations/wix (+14 more)
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Generic link text like 'click here' doesn't describe the destination.
./products/pos-payments/tap-to-pay-on-iphone ("Learn more"); ./products/pos-payments/tap ("Learn more")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://discord.gg/mollie; https://docs.mollie.com/; https://status.mollie.com/; https://docs.mollie.com/changelog/v2/changelog; https://jobs.mollie.com; https://docs.mollie.com; https://status.mollie.com/; https://docs.mollie.com/changelog/; https://jobs.mollie.com/
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
D404 Error PageActionHTTP 404, custom pageFIX
DFavicon & BrandingAction3 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Online and in-person… | 1.18:1 | 3.0:1 | #000000 | #17181B | Fail |
| h2 Learn more about our… | 1.18:1 | 3.0:1 | #000000 | #17181B | Fail |
| h2 One platform to get … | 1.18:1 | 3.0:1 | #000000 | #17181B | Fail |
| h2 Acme Inc | 1.18:1 | 3.0:1 | #000000 | #17181B | Fail |
| h2 € | 1.18:1 | 3.0:1 | #000000 | #17181B | Fail |
| h2 A trusted partner fo… | 1.18:1 | 3.0:1 | #000000 | #17181B | Fail |
| h2 Built for any busine… | 1.18:1 | 3.0:1 | #000000 | #17181B | Fail |
| h2 Simplify payments a… | 1.18:1 | 3.0:1 | #000000 | #17181B | Fail |
| h3 Mollie Business Acco… | 1.18:1 | 3.0:1 | #000000 | #17181B | Fail |
| h3 Accept online paymen… | 1.18:1 | 3.0:1 | #000000 | #17181B | Fail |
| h3 In-person payments | 1.18:1 | 3.0:1 | #000000 | #17181B | Fail |
| h3 Get paid faster | 1.18:1 | 3.0:1 | #000000 | #17181B | Fail |
| h3 Get paid with Tap. | 1.18:1 | 3.0:1 | #000000 | #17181B | Fail |
| h3 Anytime, anywhere. | 1.18:1 | 3.0:1 | #000000 | #17181B | Fail |
| h3 Prebuilt integration… | 1.18:1 | 3.0:1 | #000000 | #17181B | Fail |
| h3 Best-in-class suppor… | 1.18:1 | 3.0:1 | #000000 | #17181B | Fail |
| h3 Ready-to-go librarie… | 1.18:1 | 3.0:1 | #000000 | #17181B | Fail |
| h3 Payments, insights, … | 1.18:1 | 3.0:1 | #000000 | #17181B | Fail |
| h3 Contact our sales te… | 1.18:1 | 3.0:1 | #000000 | #17181B | Fail |
| title Mollie – Online an… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
BLighthouse Accessibility AuditsScore 85/100 — 6 failing, 23 passedREVIEW
Accessibility
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.
ARIA
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.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| 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.
Contrast
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.
Names and labels
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.
Best practices
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 |
A+Heading Hierarchy20 headingsPASS
- H1 Online and in-person payments – built for businesses of every size
- H2 Learn more about our customers
- H2 One platform to get paid and simplify your finances
- H3 Mollie Business Accounts
- H3 Accept online payments
- H3 In-person payments
- H3 Get paid faster
- H2 Acme Inc
- H2 €
- H2 8
- H3 Get paid with Tap. Anytime, anywhere.
- H2 A trusted partner for businesses in Europe
- H2 Built for any business
- H3 Prebuilt integrations
- H3 Best-in-class support
- H3 .
- H3 Ready-to-go libraries
- H3 Payments, insights, cash flow, accounting. All in one place.
- H3 Contact our sales team
- H2 Simplify payments and money management
A+Alt Text QualityAll 72 images OKPASS
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #:Rmlb6lpmqop: | select | Select Language | for/id |