Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DForm AccessibilityAction5 of 5 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| #login-email | (Adresse e-mail) | placeholder only | |
| #login-id | text | (Nom d'utilisateur) | placeholder only |
| #login-pasword | password | (Mot de passe) | placeholder only |
| input | submit | (none) | none |
| credentials_login[submit] | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit">; <input type="submit" name="credentials_login[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="email" name="email" id="login-email">; <input type="text" name="credentials_login[loginOrEmail]" id="login-id">; <input type="password" name="credentials_login[password]" id="login-pasword">
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
DWeb ManifestActionNot foundFIX
No web manifest found.
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
CLink & Button QualityAction3 issue(s) across 85 links and 7 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://certification.e-confiance.fr/ent… | Avis E-monsite 2023 avec E-con… | new tab | Add '(opens in new tab)' to text |
| https://emsapp.fr/R8EvHo | (empty) | empty | Add link text or aria-label |
| https://emsapp.fr/R8EvHo | S'inscrire gratuitement | new tab | Add '(opens in new tab)' to text |
| https://e-monsite.modilog.fr/ | ChangeLog | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://emsapp.fr/R8EvHo
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
Add '(opens in new tab)' to link text or aria-label.
https://certification.e-confiance.fr/entreprise/e-monsite; https://emsapp.fr/R8EvHo; https://e-monsite.modilog.fr/
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#buttonBurgerMenu; button.close-modal (#695 on page)
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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction5 icon(s) detectedREVIEW
A+Heading Hierarchy36 headingsPASS
- H1 Créer un site internet gratuit ou professionnel, la création de site web pour tous
- H2 Des applications en ligne pour créer un site internet facilement avec des fonctionnalités et des contenus web de qualité
- H3 Créer des pages web illimitées
- H3 Créer un blog
- H3 Créer un site e-commerce
- H3 Planifier un agenda
- H3 Gérer des réservations
- H3 Publier un portfolio
- H2 Aide gratuite à la création de site internet
- H2 Tutoriels pour créer un site internet
- H2 Référencement naturel sur Google
- H2 Des thèmes designs gratuits et personnalisables
- H2 Création de site internet gratuit
- H2 Applications web externes
- H2 Et pleins d'autres avantages à faire un site sur e-monsite.
- H2 Hébérgement gratuit et illimité
- H2 Un CMS en ligne
- H2 CMS sécurisé et mises à jour automatiques
- H2 Une solution de création de site internet adapté aux besoins de votre projet
- H3 Créer une boutique en ligne
- H3 Créer un site web pour une entreprise
- H3 Créer un site internet pour une association
- H3 Créer un site internet de location
- H3 Créer un site web pour un institut de beauté
- H3 Créer un site internet pour une commune
- H2 Les étapes pour créer un site internet
- H2 Vos questions sur la création de site internet
- H3 Est-ce difficile de créer un site web ?
- H3 Est-ce que je serais visible sur Google ?
- H3 Est-ce que je dois trouver un hébergeur pour mon site ?
- H3 Est-ce que je peux créer une adresse mail pro ?
- H3 Comment faire pour créer un site web gratuitement ?
- H3 Quel est le prix d'un site internet ?
- H3 Est-ce que je peux transférer mon nom de domaine depuis OVH ?
- H3 Le paiement d'un site internet est-il avec un engagement ?
- H2 Tout savoir sur la création de site internet
A+Alt Text QualityAll 24 images OKPASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
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 Créer un site inter… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Des applications en … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Aide gratuite à la … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Tutoriels pour crée… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Référencement natu… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Des thèmes designs … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Création de site in… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Applications web ext… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Et pleins d'autres a… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Hébérgement gratui… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Un CMS en ligne | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 CMS sécurisé et mi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Une solution de cré… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 adapté aux besoins … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Les étapes pour cr… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Vos questions sur la… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Tout savoir sur la c… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Est-ce difficile de … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Est-ce que je serais… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Est-ce que je dois t… | 21.00:1 | 3.0: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.
ALighthouse Accessibility AuditsScore 91/100 — 2 failing, 19 passedPASS
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 |
|---|
100%
de réponses en 48h div#cell-5d7659939eded4558d13ebfc > div.col-content > div.ems_support_tickets > p.ems_support_tickets_48h |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
200 tutoriels pour apprendre à créer un site Internet div#cell-6746eaddbbf43422841e74ca > div.col-content > p > a |
ressources en ligne pour créer un site internet de qualité div#cell-6746eaddbbf43422841e74ca > div.col-content > p > a |
référencer sur Google div#cell-639af70827e3d4558d138705 > div.col-content > p > a |
These are opportunities to improve the legibility of your content.