Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FForm AccessibilityAction8 of 8 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| #search_nav_input | text | (Search for a product or service ...) | placeholder only |
| inf[1] | (Enter your email address) | placeholder only | |
| inf[1] | (Enter your email address) | placeholder only | |
| input | input | (none) | none |
| input | submit | (none) | none |
| (none) | none | ||
| (none) | none | ||
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input>; <input type="email" name="email">; <input type="submit">; <input type="email" name="email">; <input type="submit">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
Placeholder text disappears on focus and is not a reliable label.
<input type="text" id="search_nav_input">; <input type="email" name="inf[1]">; <input type="email" name="inf[1]">
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
DLink & Button QualityAction6 issue(s) across 132 links and 17 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://euria.infomaniak.com/ | Try Euria | new tab | Add '(opens in new tab)' to text |
| /en/euria | Euria, the ethical AI The sove… | img no alt | Add alt attribute to the image |
| /en/hosting/nodejs-hosting | Node.js Hosting Create a dynam… | img no alt | Add alt attribute to the image |
| https://www.infomaniak.events/ | Discover all the events | new tab | Add '(opens in new tab)' to text |
| https://welcome.infomaniak.com/signup?go… | My account | new tab | Add '(opens in new tab)' to text |
| https://login.infomaniak.com | My account | new tab | Add '(opens in new tab)' to text |
| /en/domains/prices | (empty) | empty | Add link text or aria-label |
| /en/domains/prices | (empty) | empty | Add link text or aria-label |
| /en/domains/prices | (empty) | empty | Add link text or aria-label |
| /en/sovereign-cloud | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Sovereign Cloud | |||
| /en/about | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: About | |||
| /en/ecology | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Ecology | |||
| https://www.facebook.com/infomaniaknetwo… | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/infomaniak | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/infoman… | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/infomaniak_net… | new tab | Add '(opens in new tab)' to text | |
Links without text are announced as raw URLs by screen readers.
/en/domains/prices; /en/domains/prices; /en/domains/prices
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.
/en/sovereign-cloud ("Learn more"); /en/about ("Learn more"); /en/ecology ("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://euria.infomaniak.com/; https://www.infomaniak.events/; https://welcome.infomaniak.com/signup?goToCreate=1; https://login.infomaniak.com; https://www.facebook.com/infomaniaknetwork; https://twitter.com/infomaniak; https://www.linkedin.com/company/infomaniak/; https://www.instagram.com/infomaniak_network/
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
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding6 icon(s) detectedREVIEW
BColor Contrast (Screenshot)20 text elements analyzed, 0 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 The best | 9.90:1 | 3.0:1 | #000000 | #B2B2B2 | Pass |
| h1 to the Web giants | 9.90:1 | 3.0:1 | #000000 | #B2B2B2 | Pass |
| h2 A cloud that respect… | 9.90:1 | 3.0:1 | #000000 | #B2B2B2 | Pass |
| h2 A Sustainable Cloud | 9.90:1 | 3.0:1 | #000000 | #B2B2B2 | Pass |
| h2 A Responsible, Socia… | 9.90:1 | 3.0:1 | #000000 | #B2B2B2 | Pass |
| h3 achieve better resul… | 9.90:1 | 3.0:1 | #000000 | #B2B2B2 | Pass |
| h3 Solutions that grow … | 9.90:1 | 3.0:1 | #000000 | #B2B2B2 | Pass |
| h3 Follow our movement | 9.90:1 | 3.0:1 | #000000 | #B2B2B2 | Pass |
| h3 Control | 9.90:1 | 3.0:1 | #000000 | #B2B2B2 | Pass |
| h3 with a sovereign clo… | 9.90:1 | 3.0:1 | #000000 | #B2B2B2 | Pass |
| h3 “We don’t practi… | 9.90:1 | 3.0:1 | #000000 | #B2B2B2 | Pass |
| h3 ” | 9.90:1 | 3.0:1 | #000000 | #B2B2B2 | Pass |
| h3 Quality support, the… | 9.90:1 | 3.0:1 | #000000 | #B2B2B2 | Pass |
| title 🚀 Sovereign Clou… | 7.57:1 | 4.5:1 | #000000 | #949CA6 | Pass |
| div New: discover our so… | 7.02:1 | 4.5:1 | #000000 | #8E96A0 | Pass |
| p Try Euria | 6.67:1 | 4.5:1 | #000000 | #8A929B | Pass |
| span Our products | 6.68:1 | 4.5:1 | #000000 | #8B929B | Pass |
| p Collaborative tools | 8.63:1 | 4.5:1 | #000000 | #A6A6A6 | Pass |
| p Web & Domains | 8.63:1 | 4.5:1 | #000000 | #A6A6A6 | Pass |
| p Cloud Computing | 5.05:1 | 4.5:1 | #000000 | #667F97 | 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 85/100 — 5 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
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 |
|---|
Create a high-performance site
Find the best accommodation section.padding-vertical-16 > div#swipe > div.react-swipeable-view-container > div |
Goodbye Gmail, say hello to your personal ethical cloud
Discover my kSuite section.padding-vertical-16 > div#swipe > div.react-swipeable-view-container > div |
kSuite
PRO
Europe's benchmark for replacing Microsoft 365 in businesses
Inst… section.padding-vertical-16 > div#swipe > div.react-swipeable-view-container > div |
Cloud services
in the heart of Europe
Discover Cloud solutions section.padding-vertical-16 > div#swipe > div.react-swipeable-view-container > div |
News
15 April 2026
The environmental footprint of building Infomaniak’s… div.NewsSection-module--newsSectionContainer--93107 > div#swipe > div.react-swipeable-view-container > div |
News
15 April 2026
Greenhouse gas report: our 2024 assessment
Read article div.NewsSection-module--newsSectionContainer--93107 > div#swipe > div.react-swipeable-view-container > div |
New
15 April 2026
Simplified search and improved filters in Infomaniak Mail a… div.NewsSection-module--newsSectionContainer--93107 > div#swipe > div.react-swipeable-view-container > div |
New
13 April 2026
Dashboard improvements
As part of our continuous improveme… div.NewsSection-module--newsSectionContainer--93107 > div#swipe > div.react-swipeable-view-container > div |
News
09 April 2026
Best WordPress Hosting Provider in 2026: A Comprehensive C… div.NewsSection-module--newsSectionContainer--93107 > div#swipe > div.react-swipeable-view-container > div |
News
02 April 2026
How Infomaniak is looking to reduce its energy consumption… div.NewsSection-module--newsSectionContainer--93107 > div#swipe > div.react-swipeable-view-container > div |
New
27 March 2026
Team management updates in kSuite Pro
Associate mailboxes,… div.NewsSection-module--newsSectionContainer--93107 > div#swipe > div.react-swipeable-view-container > 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.
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 |
|---|
7,30 div.DomainPrices-module--domainPricesWrapperFormatPrice--9c828 > div.flex > div > s.color-grey-shark |
7,30 div.DomainPrices-module--domainPricesWrapperFormatPrice--9c828 > div.flex > div > span.fw-600 |
11,40 div.DomainPrices-module--domainPricesWrapperFormatPrice--9c828 > div.flex > div > s.color-grey-shark |
9,50 div.DomainPrices-module--domainPricesWrapperFormatPrice--9c828 > div.flex > div > span.fw-600 |
7,50 div.DomainPrices-module--domainPricesWrapperFormatPrice--9c828 > div.flex > div > s.color-grey-shark |
4,25 div.DomainPrices-module--domainPricesWrapperFormatPrice--9c828 > div.flex > div > span.fw-600 |
Compare prices a.color-infomaniak > div.DomainPrices-module--domainPricesLink--89aff > p.IKLink-module--withArrow--a71fc > a.IKLink-module--linkText--8f6b8 |
Find the best accommodation div.flex-direction-column > div.flex-align-center > div.HostingHeader-module--hostingHeaderWrapper--9c46a > a.color-infomaniak |
Discover div.BentoLayout-module--bentoLayout--6ad60 > div.ProductCtaComponent-module--container--c99af > div.ProductCtaComponent-module--containerTextContainer--57560 > a.color-infomaniak |
div.inf-input > div.NewsletterBlock-module--newsletterBlockFormWrapper--09f70 > div.inf-submit > input.ik-btn div.inf-input > div.NewsletterBlock-module--newsletterBlockFormWrapper--09f70 > div.inf-submit > input.ik-btn |
Discover our commitment since 2007 div.CardIconListV2-module--wrapper--764f7 > div.CardIconListV2-module--wrapperGrid--c1df4 > div > h4.padding-top-32 |
Contact our support team div.IkContainer-module--mainContainer--da6b3 > div.center-center > div.text-center > button.color-white |
Discover our Support Enterprise div.text-center > div.padding-vertical-16 > a.color-infomaniak > h4.IkTypography-module--body2--17c0a |
Contact our commercial service div.text-center > div.padding-bottom-16 > a.color-infomaniak > h4.IkTypography-module--body2--17c0a |
Our knowledge base div.text-center > div.flex-align-center > a.color-infomaniak > p.IkTypography-module--body2--17c0a |
div.inf-input > div.flex-justify-center > div.inf-submit > input.ik-btn div.inf-input > div.flex-justify-center > div.inf-submit > input.ik-btn |
confidentiality policy module-rgpd-body-component.sc-module-rgpd-body-component-h > div.content > p.more > a.sc-module-rgpd-body-component |
Accept all div.theme-light > module-rgpd-body-component.sc-module-rgpd-body-component-h > div.buttons > button.sc-module-rgpd-body-component |
Decline div.theme-light > module-rgpd-body-component.sc-module-rgpd-body-component-h > div.buttons > button.sc-module-rgpd-body-component |
Define my choices div.buttons > module-rgpd-body-options-component.sc-module-rgpd-body-component > div.button > p.sc-module-rgpd-body-options-component |
These are opportunities to improve the legibility of your content.
Names and labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.options > module-rgpd-body-option-component.sc-module-rgpd-body-options-component > label.switch > input#consent-toggle-1 div.options > module-rgpd-body-option-component.sc-module-rgpd-body-options-component > label.switch > input#consent-toggle-1 |
div.options > module-rgpd-body-option-component.sc-module-rgpd-body-options-component > label.switch > input#consent-toggle-1 div.options > module-rgpd-body-option-component.sc-module-rgpd-body-options-component > label.switch > input#consent-toggle-1 |
div.options > module-rgpd-body-option-component.sc-module-rgpd-body-options-component > label.switch > input#consent-toggle-1 div.options > module-rgpd-body-option-component.sc-module-rgpd-body-options-component > label.switch > input#consent-toggle-1 |
div.options > module-rgpd-body-option-component.sc-module-rgpd-body-options-component > label.switch > input#consent-toggle-1 div.options > module-rgpd-body-option-component.sc-module-rgpd-body-options-component > label.switch > input#consent-toggle-1 |
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 |
|---|
Compare prices div.DomainHeader-module--domainHeader--b1f92 > div.padding-top-24 > div.margin-auto > a.color-infomaniak |
Compare prices a.color-infomaniak > div.DomainPrices-module--domainPricesLink--89aff > p.IKLink-module--withArrow--a71fc > a.IKLink-module--linkText--8f6b8 |
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 |
|---|
EN div.LanguagePicker-module--languagePicker--30fd3 > div.LanguagePicker-module--languagePickerForm--045a5 > div.LanguagePicker-module--dropdownContainer--35081 > button.LanguagePicker-module--dropdownContainerButton--63d19 |
A+Heading Hierarchy22 headingsPASS
- H1 The best independent alternative to the Web giants
- H2 A cloud that respects privacy
- H2 A Sustainable Cloud
- H2 A Responsible, Social and Local Cloud
- H3 Our customers achieve better results
- H3 Solutions that grow with you
- H4 Case study: the Annecy Festival, a landmark in animated film, relies on Infomaniak’s solutions
- H3 Follow our movement for a more ethical Cloud
- H3 Control your data governance with a sovereign cloud
- H4 Independent and sovereign cloud
- H4 Data security
- H4 Privacy and data confidentiality
- H3 “We don’t practise greenwashing”
- H4 100% of energy recycled to heat homes
- H4 Eco-friendly data centers cooled without using water or air conditioning
- H4 Low-carbon solar power plants made in Europe
- H4 Local, sustainable equipment management
- H4 200% CO2 emissions offset
- H4 Discover our commitment since 2007
- H3 Quality support, there for you
- H4 Discover our Support Enterprise
- H4 Contact our commercial service