Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DIframe AccessibilityAction5/6 iframe(s) missing title; 0 placeholder(s)FIX
FFavicon & BrandingAction2 icon(s) detectedFIX
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 Structure34 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
BHeading Hierarchy16 headings, 1 skip(s)REVIEW
- H2 Le premier site de cours pour les matières professionnelles en BTS MCO
- H3 Menu principal
- H3 Navigation des articles
- H2 Toutes les ressources pour réussir le BTS MCO
- H3 Mis en avant
- H1 Calculateur de prix de vente et de marge commerciale
- H1 QCM sur la facturation : 20 questions avec corrigés duplicate H1
- H1 La facturation en BTS MCO : cours, calculs et exemples duplicate H1
- H1 Calculateur de facture (remises, escompte et TVA) duplicate H1
- H1 Étude de marché : utiliser ChatGPT pour vos recherches exploratoires duplicate H1
- H1 Comment mettre en place une veille informationnelle ? duplicate H1
- H1 Calculateur de marge d’erreur et de taille d’échantillon duplicate H1
- H1 Réaliser un sondage d’opinion : méthode et outils duplicate H1
- H3 Navigation des articles skipped
- H3 SUJETS POPULAIRES
- H3 Catégories
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
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
BForm Accessibility2 of 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #s | text | Recherche | for/id |
| s | search | (Rechercher) | placeholder only |
| #searchsubmit | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" name="submit" id="searchsubmit">
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="search" name="s">
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
BLink & Button Quality89 links, 2 buttons — all OKREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.mybts.fr/blog/calculateur-pr… | Permalien vers Calculateur de … | img no alt | Add alt attribute to the image |
| https://www.mybts.fr/blog/qcm-sur-la-fac… | Permalien vers QCM sur la fact… | img no alt | Add alt attribute to the image |
| https://www.mybts.fr/blog/calculateur-de… | Permalien vers Calculateur de … | img no alt | Add alt attribute to the image |
| https://www.mybts.fr/blog/utiliser-chatg… | Permalien vers Étude de march… | img no alt | Add alt attribute to the image |
| https://www.mybts.fr/blog/comment-realis… | Permalien vers Comment mettre … | img no alt | Add alt attribute to the image |
| https://www.mybts.fr/blog/calculateur-ma… | Permalien vers Calculateur de … | img no alt | Add alt attribute to the image |
| https://www.mybts.fr/blog/realiser-un-so… | Permalien vers Réaliser un so… | img no alt | Add alt attribute to the image |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://www.mybts.fr/blog/calculateur-prix-vente-marge-commerciale/"]; a[href="https://www.mybts.fr/blog/qcm-sur-la-facturation-20-questions-avec-corriges/"]; a[href="https://www.mybts.fr/blog/calculateur-de-facture-remises-escompte-et-tva/"]; a[href="https://www.mybts.fr/blog/utiliser-chatgpt-recherches-exploratoires/"]; a[href="https://www.mybts.fr/blog/comment-realiser-une-veille-informationnelle-method…"]; a[href="https://www.mybts.fr/blog/calculateur-marge-erreur-sondage/"]; a[href="https://www.mybts.fr/blog/realiser-un-sondage-dopinion-methode-et-outils/"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
BMobile-Readable Font Sizes98% of visible text renders at >= 12 CSS px (1 below threshold)REVIEW
A+Heading Text Quality1 heading-text-quality issue(s) detectedPASS
A+Alt Text QualityAll 21 images OKPASS
A+Form Input Types3 form control(s) checked, no type mismatchesPASS
A+Form Input Quality3 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "fr-FR"PASS
A+Tabindex Anti-Patterns1 explicit tabindex attribute(s) checked, no anti-patternsPASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A404 Error PageHTTP 404, custom pagePASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(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 Le premier site de c… | 8.33:1 | 3.0:1 | #000000 | #A3A3A3 | Pass |
| h3 Menu principal | 8.33:1 | 3.0:1 | #000000 | #A3A3A3 | Pass |
| h3 Navigation des artic… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Mis en avant | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Navigation des artic… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 SUJETS POPULAIRES | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Catégories | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title BTS MCO : sujets et … | 15.46:1 | 4.5:1 | #000000 | #DDDDDD | Pass |
| a Aller au contenu pri… | 8.33:1 | 4.5:1 | #000000 | #A3A3A3 | Pass |
| a Aller au contenu sec… | 8.33:1 | 4.5:1 | #000000 | #A3A3A3 | Pass |
| span Nav | 8.33:1 | 4.5:1 | #000000 | #A3A3A3 | Pass |
| a Accueil | 8.33:1 | 4.5:1 | #000000 | #A3A3A3 | Pass |
| a Gestion | 8.33:1 | 4.5:1 | #000000 | #A3A3A3 | Pass |
| a Cas de gestion | 8.33:1 | 4.5:1 | #000000 | #A3A3A3 | Pass |
| a CEJM | 8.33:1 | 4.5:1 | #000000 | #A3A3A3 | Pass |
| a Relation client | 8.33:1 | 4.5:1 | #000000 | #A3A3A3 | Pass |
| a Management | 8.33:1 | 4.5:1 | #000000 | #A3A3A3 | Pass |
| a Ressources | 8.33:1 | 4.5:1 | #000000 | #A3A3A3 | Pass |
| a Mentions légales | 8.33:1 | 4.5:1 | #000000 | #A3A3A3 | Pass |
| div ▼ | 8.33:1 | 4.5:1 | #000000 | #A3A3A3 | 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.
A+Lighthouse Accessibility AuditsScore 95/100 — 3 failing, 23 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 |
|---|
Nav body.home > button#rmp_menu_trigger-15769 > div.rmp-trigger-label > span.rmp-trigger-text |
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 |
|---|
Navigation des articles div#primary > div#content > nav#nav-below > h3.assistive-text |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Nav body.home > button#rmp_menu_trigger-15769 |
33 div#content > nav#nav-below > div.wp-pagenavi > a.last |