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
FLink & Button QualityAction11 issue(s) across 153 links and 11 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://accessibe.com/blog/knowledgebase… | Accessibility Screen-Reader Gu… | new tab | Add '(opens in new tab)' to text |
| https://www.etoro.com/investing/interest… | (empty) | empty | Add link text or aria-label |
| https://www.etoro.com/invite | (empty) | empty | Add link text or aria-label |
| https://www.etoro.com/wp-content/uploads… | here | generic text | Replace with descriptive text |
Before: here Suggested: Etoro Eu Raf Tcs May 1 2026.Pdf | |||
| https://www.etoro.com/academy/courses/un… | (empty) | empty | Add link text or aria-label |
| https://investors.etoro.com/ | Investor Relations Information… | new tab | Add '(opens in new tab)' to text |
| /investing/interest-on-balance/ | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Interest On Balance | |||
| /customer-service/regulation-license/es-… | link | generic text | Replace with descriptive text |
Before: link Suggested: Es Risk Warning | |||
| /es/customer-service/regulation-license/… | link | generic text | Replace with descriptive text |
Before: link Suggested: Es Risk Warning | |||
| /investing/interest-on-balance/ | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Interest On Balance | |||
| /wp-content/uploads/2023/07/eToro-Cash-I… | Terms and Conditions | new tab | Add '(opens in new tab)' to text |
| /trading/currency-accounts/ | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Currency Accounts | |||
| /academy/loudinvesting/ | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Loudinvesting | |||
| https://ubs.com/ | UBS | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/eToro | a | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/eToro | a | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/etoro/ | a | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/etoro_official… | a | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/etoro | a | new tab | Add '(opens in new tab)' to text |
| https://etoro.onelink.me/2615279504?af_j… | a | new tab | Add '(opens in new tab)' to text |
| https://etoro.onelink.me/2615279504?af_j… | a | new tab | Add '(opens in new tab)' to text |
| https://www.etoropartners.com/ | Affiliate Program | 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.
https://www.etoro.com/investing/interest-on-balance/; https://www.etoro.com/invite; https://www.etoro.com/academy/courses/understanding-equities/
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.
https://www.etoro.com/wp-content/uploads/2025/06/eToro-EU-RAF-TCs-May-1-2026.pdf ("here"); /investing/interest-on-balance/ ("Learn More"); /customer-service/regulation-license/es-risk-warning/ ("link"); /es/customer-service/regulation-license/es-risk-warning/ ("link"); /investing/interest-on-balance/ ("Learn More"); /trading/currency-accounts/ ("Learn more"); /academy/loudinvesting/ ("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://accessibe.com/blog/knowledgebase/screen-reader-guide; https://investors.etoro.com/; /wp-content/uploads/2023/07/eToro-Cash-Interest-on-Balance-TCs.pdf; https://ubs.com/; https://twitter.com/eToro; https://www.facebook.com/eToro; https://www.linkedin.com/company/etoro/; https://www.instagram.com/etoro_official/; https://www.youtube.com/etoro; https://etoro.onelink.me/2615279504?af_js_web=true&af_ss_ver=2_10_0&pid=utm_m… (+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#closed_icon
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
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding5 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 17 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 Yep, it's | 1.02:1 | 3.0:1 | #000000 | #000021 | Fail |
| h2 Low fees, | 1.02:1 | 3.0:1 | #000000 | #000021 | Fail |
| h2 Diversify your portf… | 1.02:1 | 3.0:1 | #000000 | #000021 | Fail |
| h2 Crypto trading at it… | 1.02:1 | 3.0:1 | #000000 | #000021 | Fail |
| h2 Copy top investors | 1.02:1 | 3.0:1 | #000000 | #000021 | Fail |
| h2 Investing courses, p… | 1.02:1 | 3.0:1 | #000000 | #000021 | Fail |
| h2 Your funds are held … | 1.02:1 | 3.0:1 | #000000 | #000021 | Fail |
| h2 Trusted worldwide | 1.02:1 | 3.0:1 | #000000 | #000021 | Fail |
| h2 Sponsor of your favo… | 1.02:1 | 3.0:1 | #000000 | #000021 | Fail |
| h3 Trade Local, Trade G… | 1.02:1 | 3.0:1 | #000000 | #000021 | Fail |
| h3 It’s time for loud… | 1.02:1 | 3.0:1 | #000000 | #000021 | Fail |
| h3 Social | 1.02:1 | 3.0:1 | #000000 | #000021 | Fail |
| h3 Reliable | 1.02:1 | 3.0:1 | #000000 | #000021 | Fail |
| h3 Secured | 1.02:1 | 3.0:1 | #000000 | #000021 | Fail |
| h3 Global | 1.02:1 | 3.0:1 | #000000 | #000021 | Fail |
| title Invest With eToro™… | 3.75:1 | 4.5:1 | #000000 | #66667A | Fail |
| span Press Alt+1 for scre… | 3.75:1 | 4.5:1 | #000000 | #66667A | Fail |
| a Accessibility Screen… | 11.86:1 | 4.5:1 | #000000 | #C2C2CA | Pass |
| button Cookie Settings | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div eToro is a multi-ass… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
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 84/100 — 7 failing, 24 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.
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 |
|---|
Sign Up div.etoro-menu-2025 > div.navigation > div.nav-for-mobile > a.e-signup |
Download the App div.etoro-menu-2025 > div.navigation > div.nav-for-mobile > a.download_app |
Join eToro div.text-box > div#cover-content > div.cv_info > a.cv_cta |
3.55%* annual interest div.in-text-box > div > h2 > strong |
Join eToro div.text-box > div.in-text-box > div.cta-group > a.e-cta |
Learn More div.text-box > div.in-text-box > div.cta-group > a.e-cta-alt |
Explore Top Markets div.col > div.text-box > div.in-text-box > a.e-cta-alt |
Invest in Crypto div.col > div.text-box > div.in-text-box > a.e-cta-alt |
Start Learning Now div.academy_block > div.e-container > div.center > a.e-cta-alt |
Join Now div.site-content > div.site-content--flow > div.sticky-cta-wrapper > a.cv_cta |
eToro (Europe) Ltd., a Financial Services Company authorised and regulated by t… div.footer__bottom > div.footer__disclaimer > div.footer__disclaimer-content > p.section |
Finnish tax laws page div.footer__disclaimer > div.footer__disclaimer-content > p.section > a |
Past performance is not an indication of future results
General Risk Disclosure… div.footer__bottom > div.footer__disclaimer > div.footer__disclaimer-content > p.section |
General Risk Disclosure div.footer__disclaimer > div.footer__disclaimer-content > p.section > a |
Terms & Conditions div.footer__disclaimer > div.footer__disclaimer-content > p.section > a |
Select Your Language body.en-gb > div#language-switcher > div.in > div.title |
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 |
|---|
Find Us On div.footer__top > div.footer-row > div.footer__social > h4 |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.en-gb > img#wpNavProAdded body.en-gb > img#wpNavProAdded |
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 |
|---|
eToro div#e-header > div.etoro-menu-2025 > div.logo > a.brand |
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
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Submit Search div.nav-inner > div.search_box > form.search-form > button.search_icon |
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.home html.home |
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 |
|---|
English div.navigation > div.nav-wrapper > div.nav-inner > button.e-lang-choose |
AHeading Hierarchy24 headings, 1 skip(s)PASS
- H1 Yep, it's all in one app
- H2 Low fees, no surprises
- H2 Earn up to 3.55%* annual interest
- H2 Diversify your portfolio
- H2 Crypto trading at its best
- H2 Copy top investors
- H2 Investing courses, podcasts, and webinars
- H3 Trade Local, Trade Global
- H3 It’s time for loud investing
- H2 Your funds are held in top-tier institutions
- H2 Trusted worldwide
- H3 Social
- H3 Reliable
- H3 Secured
- H3 Global
- H2 Sponsor of your favourite teams
- H4 Find Us On skipped
- H4 Popular Instruments
- H4 Support
- H4 Learn more
- H4 Download our app from the stores
- H4 About Us
- H4 Privacy and Regulation
- H4 Partners and Promotions
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
A+Alt Text QualityAll 69 images OKPASS
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| s | search | Search for: | aria-label |
| s | search | Search for: | aria-label |