Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DAlt Text QualityAction21 of 66 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 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
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure6 landmarksREVIEW
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
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
BLink & Button Quality1 issue(s) across 141 links and 8 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://weezevent.com/fr/weezticket/bill… | Billetterie & Inscription | img no alt | Add alt attribute to the image |
| https://weezevent.com/fr/weezaccess/cont… | Contrôle d'Accès | img no alt | Add alt attribute to the image |
| https://weezevent.com/fr/weezpay/cashles… | Cashless & Paiement | img no alt | Add alt attribute to the image |
| https://weezevent.com/fr/weezcrew/staff-… | Staff & Accréditation | img no alt | Add alt attribute to the image |
| https://business.gigz.fr/fr | Marketing & CRM | img no alt | Add alt attribute to the image |
| https://weezevent.com/fr/clients/ | Découvrez nos plus belles suc… | img no alt | Add alt attribute to the image |
| https://fr.trustpilot.com/review/weezeve… | 4.8 / 5 | new tab | Add '(opens in new tab)' to text |
| https://fr.trustpilot.com/review/weezeve… | 10000+ avis | new tab | Add '(opens in new tab)' to text |
| # | (empty) | empty | Add link 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
Add '(opens in new tab)' to link text or aria-label.
https://fr.trustpilot.com/review/weezevent.com?stars=4&stars=5; https://fr.trustpilot.com/review/weezevent.com?stars=4&stars=5
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 PageActionCould not testREVIEW
404 page quality check not available.
BWeb ManifestValid manifestREVIEW
BLighthouse Accessibility AuditsScore 83/100 — 6 failing, 26 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 |
|---|
Copyright © Weezevent 2026 div#wrapper > footer.footer > div.row > span.footer__copyright |
These are opportunities to improve the legibility of your content.
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 |
|---|
div.flickity-viewport > div.flickity-slider > figure.is-selected > img.js-lazy div.flickity-viewport > div.flickity-slider > figure.is-selected > img.js-lazy |
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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
L’interface de gestion de la billetterie et l’application de scan sont pratique… section.o-ice > div.row > div.cell-start-0 > ul.testimonies |
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 |
|---|
Notre partenariat avec Weezevent nous donne les moyens de rassembler l’écosystè… ul.testimonies > div.slick-list > div.slick-track > li.testimony-tile |
Cela fait plusieurs années que nous proposons les services de Weezevent à nos c… ul.testimonies > div.slick-list > div.slick-track > li.testimony-tile |
These are opportunities to improve the experience of reading tabular or list data using 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 |
|---|
Nous contacter nav.nav > ul > li.item-contact > a.nav__item-first |
Nous rejoindre nav.nav > ul > li.item-nous-rejoindre > a.nav__item-first |
Espace médias nav.nav > ul > li.item-medias > a.nav__item-first |
Aide en ligne nav.nav > ul > li.item-aide-en-ligne-4 > a.nav__item-first |
Participants nav.nav > ul > li.item-participants > a.nav__item-first |
État des services nav.nav > ul > li.item-etat-des-services-3 > a.nav__item-first |
Avis Weezevent nav.nav > ul > li.item-satisfaction-client > a.nav__item-first |
Cashless nav.nav > ul > li.item-cashless > a.nav__item-first |
Sécurité nav.nav > ul > li.item-securite > a.nav__item-first |
CGUS nav.nav > ul > li.item-cgus > a.nav__item-first |
CGL nav.nav > ul > li.item-cgl > a.nav__item-first |
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 |
|---|
Ajuster div.cf2L3T > div.cf3Tgk > div.cf1lHZ > button.cf2Lf6 |
A+Heading Hierarchy25 headingsPASS
- H1 Lancez rapidement. Vendez plus.
- H2 La billetterie plébiscitée par 1 million d'événements.
- H3 Flexible.
- H3 Accessible.
- H3 Fiable.
- H2 Une expérience simplifiée pour vous, vos équipes et vos participants.
- H2 80% des participants réservent depuis leur téléphone. Scannez et testez !
- H2 Un événement commence par sa billetterie.
- H2 500 000 événements de tous types et de toutes tailles nous font confiance.
- H2 weezaccess
- H3 Contrôle d’Accès
- H2 weezpay
- H3 Paiement Cashless
- H2 weezcrew .st0{fill:#fff}.st1{fill:#93f}
- H3 Staff & Accréditations
- H2 weeztarget
- H3 Marketing & CRM
- H2 Aide en ligne
- H2 Accompagnement sur-mesure
- H2 Actualités
- H3 Organiser un flashmob en 7 étapes
- H3 Quel coût envisagé pour un salon professionnel ?
- H3 What’s new @ Weezevent – Avril 2026
- H2 Prêt à lancer votre événement ?
- H2 Bienvenue sur Weezevent !
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| (Votre email) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="email" name="email">
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
AFavicon & Branding7 icon(s) detectedPASS
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 |
|---|---|---|---|---|---|
| h2 La billetterie pléb… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Une expérience simp… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 80% des participants… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Un événement comme… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 500 000 événements… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 weezaccess | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 weezpay | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 weezcrew | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 weeztarget | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Aide en ligne | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Accompagnement sur-m… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Actualités | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Prêt à lancer votr… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Bienvenue sur Weezev… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Flexible. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Accessible. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Fiable. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Contrôle d’Accès | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Paiement Cashless | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Staff & Accréditati… | 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.