Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction8 of 139 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 8 image(s) |
| too long | 21 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction9 issue(s) across 352 links and 16 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| //mon.allocine.fr/ | Bouton Mon compte | img no alt | Add alt attribute to the image |
| https://www.allocine.fr/article/ficheart… | (empty) | empty | Add link text or aria-label |
| https://www.allocine.fr/article/ficheart… | (empty) | empty | Add link text or aria-label |
| https://www.allocine.fr/article/ficheart… | (empty) | empty | Add link text or aria-label |
| https://www.allocine.fr/film/fichefilm_g… | (empty) | empty | Add link text or aria-label |
| https://www.allocine.fr/article/ficheart… | (empty) | empty | Add link text or aria-label |
| https://www.allocine.fr/article/ficheart… | (empty) | empty | Add link text or aria-label |
| https://www.allocine.fr/article/ficheart… | (empty) | empty | Add link text or aria-label |
| https://www.allocine.fr/article/ficheart… | (empty) | empty | Add link text or aria-label |
| https://mon.allocine.fr/mes-films/vus/ | Découvrez en plus avec AlloCi… | new tab | Add '(opens in new tab)' to text |
| https://mon.allocine.fr/mes-films/vus/ | Découvrez en plus avec AlloCi… | new tab | Add '(opens in new tab)' to text |
| https://www.allocine.fr/seance/film-1000… | VOIR LES SEANCES | new tab | Add '(opens in new tab)' to text |
| /video/video-20637050/ | (empty) | empty | Add link text or aria-label |
| https://www.mobilite-verte.com | Mobilité Verte | new tab | Add '(opens in new tab)' to text |
| https://www.filmstarts.de/ | Filmstarts | new tab | Add '(opens in new tab)' to text |
| https://www.beyazperde.com/ | Beyazperde | new tab | Add '(opens in new tab)' to text |
| https://www.sensacine.com/ | SensaCine España | new tab | Add '(opens in new tab)' to text |
| https://www.sensacine.com.mx/ | SensaCine México | new tab | Add '(opens in new tab)' to text |
| https://www.sensacine.com.co/ | SensaCine Colombia | new tab | Add '(opens in new tab)' to text |
| https://www.adorocinema.com/ | Adorocinema | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/allocine | Suivez nous sur Facebook | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/allocine | Suivez nous sur Twitter | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/allocine | Suivez nous sur Instagram | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@allocine | Suivez nous sur TikTok | new tab | Add '(opens in new tab)' to text |
| https://itunes.apple.com/fr/app/allocine… | Téléchargez l'application al… | new tab | Add '(opens in new tab)' to text |
| https://play.google.com/store/apps/detai… | Téléchargez l'application al… | new tab | Add '(opens in new tab)' to text |
| https://webedia-group.com/ | Recrutement | new tab | Add '(opens in new tab)' to text |
| http://specs.webedia.fr | Publicité | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://www.allocine.fr/article/fichearticle_gen_carticle=1000197882.html; https://www.allocine.fr/article/fichearticle_gen_carticle=1000199942.html; https://www.allocine.fr/article/fichearticle_gen_carticle=1000199214.html; https://www.allocine.fr/film/fichefilm_gen_cfilm=1000017998.html; https://www.allocine.fr/article/fichearticle_gen_carticle=1000197858.html; https://www.allocine.fr/article/fichearticle_gen_carticle=1000199956.html; https://www.allocine.fr/article/fichearticle_gen_carticle=1000200502.html; https://www.allocine.fr/article/fichearticle_gen_carticle=1000199671.html; /video/video-20637050/
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://mon.allocine.fr/mes-films/vus/; https://mon.allocine.fr/mes-films/vus/; https://www.allocine.fr/seance/film-1000006828/; https://www.mobilite-verte.com; https://www.filmstarts.de/; https://www.beyazperde.com/; https://www.sensacine.com/; https://www.sensacine.com.mx/; https://www.sensacine.com.co/; https://www.adorocinema.com/ (+8 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
C404 Error PageActionHTTP 404, custom pageREVIEW
CFavicon & BrandingAction4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 5 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 À la Une | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 SVOD & VOD | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Bandes-Annonces stre… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 L'actu streaming | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Streaming | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 VOD & DVD/Blu-Ray | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Top actualité TVAct… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Dernières news TVAc… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Derniers bons plans | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Top guides d'achat | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title AlloCiné : Cinéma,… | 13.85:1 | 4.5:1 | #000000 | #FECC00 | Pass |
| span AlloCiné | 15.04:1 | 4.5:1 | #000000 | #F7D95E | Pass |
| p Ex. : | 17.78:1 | 4.5:1 | #000000 | #ECECEC | Pass |
| a Meilleurs films d'an… | 17.78:1 | 4.5:1 | #000000 | #ECECEC | Pass |
| a Meilleurs films Pixa… | 17.78:1 | 4.5:1 | #000000 | #ECECEC | Pass |
| a News | 3.24:1 | 4.5:1 | #000000 | #5E5E5E | Fail |
| a Cinéma | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Séries | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Streaming | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a TVActu | 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.
CLighthouse Accessibility AuditsActionScore 79/100 — 6 failing, 25 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
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Bouton Menu mobile header#header-main > div.header-main-center > div.header-main-top > div#header-main-mobile-btn-menu |
Bouton Rechercher header#header-main > div.header-main-center > div.header-main-top > div#header-main-mobile-btn-search |
Bouton Mon compte div.header-main-center > div.header-main-top > div#header-main-mobile-btn-userspace > span.icon |
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.didomi-popup-notice-text > p > div#cmp-main > button.jad_cmp_paywall_button div.didomi-popup-notice-text > p > div#cmp-main > button.jad_cmp_paywall_button |
div.didomi-popup-notice-text > p > div#cmp-main > button.jad_cmp_paywall_button div.didomi-popup-notice-text > p > div#cmp-main > button.jad_cmp_paywall_button |
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.video-card-player > div.player-info > div.item > a.xXx div.video-card-player > div.player-info > div.item > a.xXx |
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.
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 |
|---|
au site pour TTC pendant 1 mois sans cookie publicitaire p > div#cmp-main > div.jad_cmp_paywall_section > h4.jad_cmp_paywall_title |
These are opportunities to improve keyboard navigation in your application.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|
Le Petit lieutenant Bande-annonce VF div.video-card-player > div.player-info > div.item > a.item-link |
Un air de famille Bande-annonce VF div.video-card-player > div.player-info > div.item > a.xXx |
Bandi div.gd > div.card > div.meta > a.meta-title |
Alter Ego div.gd > div.card > div.meta > a.meta-title |
Malcolm : Rien n’a changé div.gd > div.card > div.meta > a.meta-title |
Euphoria div.gd > div.card > div.meta > a.meta-title |
Paris Police 1910 div.gd > div.card > div.meta > a.meta-title |
Recalé div.gd > div.card > div.meta > a.meta-title |
Enchaînés div.gd > div.card > div.meta > a.meta-title |
La Petite maison dans la prairie div.gd > div.card > div.meta > a.meta-title |
These items highlight common accessibility best practices.
ALandmark Structure13 landmarksPASS
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
A+Heading Hierarchy25 headingsPASS
- H1 Découvrez notre recherche de séances cinéma, les news et dossiers cinéma et séries TV, les émissions AlloCiné, les dernières bandes-annonces et plus encore...
- H2 À la Une
- H2 Cinéma
- H3 Sorties de la semaine
- H3 Toujours à l'affiche
- H3 Prochainement
- H3 Dernières news cinéma
- H3 Bandes-annonces à ne pas manquer
- H2 SVOD & VOD
- H3 Bandes-Annonces streaming
- H3 L'actu streaming
- H3 Streaming
- H3 VOD & DVD/Blu-Ray
- H2 Séries
- H3 Top séries de la semaine
- H3 Les séries les plus attendues
- H3 L'actu séries
- H2 TVActu
- H3 Top actualité TVActu
- H3 Dernières news TVActu
- H2 émissions AlloCiné
- H2 Shopping
- H3 Derniers bons plans
- H3 Top guides d'achat
- H2 Stars
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #header-search-input | text | search | aria-label |
| q | text | search | aria-label |