Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction7 issue(s) across 116 links and 21 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://xeapp.onelink.me/yMY4/xe_public_… | 4.9on Google Play 330k reviews | new tab | Add '(opens in new tab)' to text |
| https://xeapp.onelink.me/yMY4/xe_public_… | 4.8on App Store 103k reviews | new tab | Add '(opens in new tab)' to text |
| https://xeapp.onelink.me/yMY4/xe_public_… | 4.9on Google Play 330k reviews | new tab | Add '(opens in new tab)' to text |
| /send-money/ | Send moneyLearn more | img no alt | Add alt attribute to the image |
| /large-money-transfer/ | Secure large transfersLearn mo… | img no alt | Add alt attribute to the image |
| /business/ | Business solutionsLearn more | img no alt | Add alt attribute to the image |
| /app/ | Xe money appLearn more | img no alt | Add alt attribute to the image |
| https://www.xe.com/calendly/d/csx3-tgk-s… | Schedule a call | new tab | Add '(opens in new tab)' to text |
| /send-money/ | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Send Money | |||
| /ratealerts/ | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Ratealerts | |||
| /currencytables/ | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Currencytables | |||
| /ibancalculator/ | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Ibancalculator | |||
| /currencyemail/ | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Currencyemail | |||
| https://xeapp.onelink.me/yMY4/xe_public_… | 4.8/5, 103k ratings | new tab | Add '(opens in new tab)' to text |
| https://xeapp.onelink.me/yMY4/xe_public_… | 4.9/5, 330k ratings | new tab | Add '(opens in new tab)' to text |
| https://www.trustpilot.com/review/www.xe… | 4.4/5, 79.5k ratings | new tab | Add '(opens in new tab)' to text |
| https://careers.xe.com/ | Careers | new tab | Add '(opens in new tab)' to text |
| https://help.xe.com/hc/articles/44030640… | Error Resolution | new tab | Add '(opens in new tab)' to text |
| / | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/xecom | follow XE on Facebook | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/xe | follow XE on Twitter | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/xecurre… | follow XE on LinkedIn | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/xe_global/ | follow XE on Instagram | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@xe_global | follow XE on Youtube | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@xe_global?lang=e… | follow XE on Ticktok | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/
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.
/send-money/ ("Learn more"); /ratealerts/ ("Learn more"); /currencytables/ ("Learn more"); /ibancalculator/ ("Learn more"); /currencyemail/ ("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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://xeapp.onelink.me/yMY4/xe_public_site?c=homepage&af_adset=hero-ratings…"]; a[href="https://xeapp.onelink.me/yMY4/xe_public_site?c=homepage&af_adset=hero-ratings…"]; a[href="https://xeapp.onelink.me/yMY4/xe_public_site?c=homepage&af_adset=hero-ratings…"]; a[href="/send-money/"]; a[href="/large-money-transfer/"]; a[href="/business/"]; a[href="/app/"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.xe.com/calendly/d/csx3-tgk-ssv/; https://xeapp.onelink.me/yMY4/xe_public_site?c=homepage&af_adset=app-rankings…; https://xeapp.onelink.me/yMY4/xe_public_site?c=homepage&af_adset=app-rankings…; https://www.trustpilot.com/review/www.xe.com; https://careers.xe.com/; https://help.xe.com/hc/articles/4403064056209-US-Error-Resolution-and-Cancell…; https://www.facebook.com/xecom; https://twitter.com/xe; https://www.linkedin.com/company/xecurrencyauthority/; https://www.instagram.com/xe_global/ (+2 more)
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
Icon-only buttons need an aria-label so screen readers can announce them.
button#inverse
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure3 landmarksREVIEW
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
BForm Accessibility2 of 5 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| Email address | aria-label | ||
| input | text | Receiving amount | aria-label |
| input | text | Receiving amount | aria-label |
| input | text | (Type to search...) | placeholder only |
| input | text | (Type to search...) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text">; <input type="text">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding6 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
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 International money … | 1.15:1 | 3.0:1 | #000000 | #040E43 | Fail |
| h2 Global currency conv… | 1.16:1 | 3.0:1 | #000000 | #161616 | Fail |
| h2 International money … | 1.16:1 | 3.0:1 | #000000 | #161616 | Fail |
| h2 Xe for business | 1.16:1 | 3.0:1 | #000000 | #161616 | Fail |
| h3 Sign up for free | 1.16:1 | 3.0:1 | #000000 | #161616 | Fail |
| h3 Get a quote | 1.16:1 | 3.0:1 | #000000 | #161616 | Fail |
| h3 Add your recipient | 1.16:1 | 3.0:1 | #000000 | #161616 | Fail |
| h3 Verify your identity | 1.16:1 | 3.0:1 | #000000 | #161616 | Fail |
| h3 Confirm the quote | 1.16:1 | 3.0:1 | #000000 | #161616 | Fail |
| h3 Track your transfer | 1.16:1 | 3.0:1 | #000000 | #161616 | Fail |
| h3 International transf… | 1.16:1 | 3.0:1 | #000000 | #161616 | Fail |
| h3 Rate alerts | 1.16:1 | 3.0:1 | #000000 | #161616 | Fail |
| h3 Historical currency … | 1.16:1 | 3.0:1 | #000000 | #161616 | Fail |
| h3 IBAN calculator | 1.16:1 | 3.0:1 | #000000 | #161616 | Fail |
| h3 Currency email updat… | 1.16:1 | 3.0:1 | #000000 | #161616 | Fail |
| title Xe: Currency Exchang… | 1.15:1 | 4.5:1 | #000000 | #040E43 | Fail |
| a Get the App | 1.15:1 | 4.5:1 | #000000 | #040E43 | Fail |
| div Toggle menu | 1.15:1 | 4.5:1 | #000000 | #040E43 | Fail |
| a Personal | 1.15:1 | 4.5:1 | #000000 | #040E43 | Fail |
| a Business | 1.15:1 | 4.5:1 | #000000 | #040E43 | 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 81/100 — 7 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
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
It looks like you're in the US. Visit the US site for the best experience.
Swi… main.__className_f367f3 > div.pointer-events-none > div.pointer-events-auto > div |
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.py-6 > div.mt-4 > div.flex > button.size-4 div.py-6 > div.mt-4 > div.flex > button.size-4 |
div.py-6 > div.mt-4 > div.flex > button.size-4 div.py-6 > div.mt-4 > div.flex > button.size-4 |
div.py-6 > div.mt-4 > div.flex > button.size-4 div.py-6 > div.mt-4 > div.flex > button.size-4 |
div.py-6 > div.mt-4 > div.flex > button.size-4 div.py-6 > div.mt-4 > div.flex > button.size-4 |
div.py-6 > div.mt-4 > div.flex > button.size-4 div.py-6 > div.mt-4 > div.flex > button.size-4 |
div.py-6 > div.mt-4 > div.flex > button.size-4 div.py-6 > div.mt-4 > div.flex > button.size-4 |
div.py-6 > div.mt-4 > div.flex > button.size-4 div.py-6 > div.mt-4 > div.flex > button.size-4 |
div.py-6 > div.mt-4 > div.flex > button.size-4 div.py-6 > div.mt-4 > div.flex > button.size-4 |
div.py-6 > div.mt-4 > div.flex > button.size-4 div.py-6 > div.mt-4 > div.flex > button.size-4 |
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 |
|---|
footer.flex > div.flex > div.flex > a footer.flex > div.flex > div.flex > a |
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.
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 |
|---|
135824 div > p.text-lg > span > span.text-xe-neutral-700 |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Everything allways work like promised div.flex > div.min-w-0 > div.grid > h4.text-lg |
These are opportunities to improve keyboard navigation in your application.
Tables and lists
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1
Sign up for free
It only takes a few minutes—all you need is an email addres… div.overflow-hidden > div.flex > div.min-w-0 > li.grid |
2
Get a quote
Choose your destination country, send & recipient currency, and … div.overflow-hidden > div.flex > div.min-w-0 > li.grid |
3
Add your recipient
Provide your recipient's payment information (you'll need… div.overflow-hidden > div.flex > div.min-w-0 > li.grid |
4
Verify your identity
For some transfers, we may need identifying documents t… div.overflow-hidden > div.flex > div.min-w-0 > li.grid |
5
Confirm the quote
Confirm and fund your transfer with a bank account, credit… div.overflow-hidden > div.flex > div.min-w-0 > li.grid |
6
Track your transfer
See where your money is and when it arrives to your reci… div.overflow-hidden > div.flex > div.min-w-0 > li.grid |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
Download the app div.grid > div.flex > div.mt-6 > a.polymorphic-btn |
Explore Xe for business div.z-10 > div.flex > div.mt-6 > a.polymorphic-btn |
AHeading Hierarchy31 headings, 1 skip(s)PASS
- H1 International money transfers and global currency conversions
- H2 Global currency conversions
- H2 International money transfers made easy
- H2 Live exchange rates
- H3 Compare 100+ currencies in real time & find the right moment to transfer funds
- H2 How to send money online with Xe
- H3 Sign up for free
- H3 Get a quote
- H3 Add your recipient
- H3 Verify your identity
- H3 Confirm the quote
- H3 Track your transfer
- H3 Manage your currencies on the go with the Xe app
- H2 Xe currency tools
- H3 FX insights, advanced indicators, live news feeds & customizable dashboards
- H3 International transfers
- H3 Rate alerts
- H3 Historical currency rates
- H3 IBAN calculator
- H3 Currency email updates
- H2 Xe currency data API
- H3 Providing commercial grade exchange rates to 3000+ companies worldwide
- H4 The world's most trusted source for currency data
- H2 Xe is trusted by millions around the globe
- H4 Everything allways work like promised skipped
- H4 The service is easy to use and keeps me…
- H4 It’s easy to use….
- H2 Xe for business
- H2 Send money destinations
- H3 Connecting the world
- H2 Simplifying money transfers
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI