Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure9 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
CLink & Button QualityAction8 issue(s) across 138 links and 22 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.sanofi.com/en/clinical-trial… | Find a Clinical Trial | new tab | Add '(opens in new tab)' to text |
| https://www.opella.com/en | Consumer Healthcare (Opella) | new tab | Add '(opens in new tab)' to text |
| /en/chasing-miracles | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Chasing Miracles | |||
| /en/chasing-miracles/people-stories/celi… | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Celine Story Multiple Sclerosis | |||
| /en/chasing-miracles/people-stories/xavi… | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Xavier Story Autoimmune Type One Diabetes | |||
| /en/chasing-miracles/people-stories/wei-… | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Wei Story Artificial Intelligence Sanofi China | |||
| /en/our-company/our-strategy | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Our Strategy | |||
| /en/our-science | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Our Science | |||
| /en/patients | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Patients | |||
| /en/our-company/sustainability | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Sustainability | |||
| https://jobs.sanofi.com/en | Explore Career Opportunities | new tab | Add '(opens in new tab)' to text |
| /assets/dotcom/pressreleases/2026/2026-0… | Download PDF | new tab | Add '(opens in new tab)' to text |
| /assets/dotcom/pressreleases/2026/2026-0… | Download PDF | new tab | Add '(opens in new tab)' to text |
| /assets/dotcom/pressreleases/2026/2026-0… | Download PDF | new tab | Add '(opens in new tab)' to text |
| /assets/dotcom/pressreleases/2026/2026-0… | Download PDF | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/sanofi | Go to Sanofi on Linkedin | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/sanofi | Go to Sanofi on Twitter | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/sanofi/ | Go to Sanofi on Instagram | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/Sanofi | Go to Sanofi on Facebook | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@sanofi | Go to Sanofi on TikTok | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@sanofi | Go to Sanofi on Youtube | new tab | Add '(opens in new tab)' to text |
| https://www.codeofconduct.sanofi/ | Code of Conduct | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
/en/chasing-miracles ("Learn more"); /en/chasing-miracles/people-stories/celine-story-multiple-sclerosis ("Read more"); /en/chasing-miracles/people-stories/xavier-story-autoimmune-type-one-diabetes ("Read more"); /en/chasing-miracles/people-stories/wei-story-artificial-intelligence-sanofi-… ("Read more"); /en/our-company/our-strategy ("Read more"); /en/our-science ("Read more"); /en/patients ("Read more"); /en/our-company/sustainability ("Read 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://www.sanofi.com/en/clinical-trials; https://www.opella.com/en; https://jobs.sanofi.com/en; /assets/dotcom/pressreleases/2026/2026-04-22-21-30-00-3279472-en.pdf; /assets/dotcom/pressreleases/2026/2026-04-22-05-05-00-3278650-en.pdf; /assets/dotcom/pressreleases/2026/2026-04-22-05-00-00-3278646-en.pdf; /assets/dotcom/pressreleases/2026/2026-04-18-10-00-00-3276558-en.pdf; https://www.linkedin.com/company/sanofi; https://twitter.com/sanofi; https://www.instagram.com/sanofi/ (+4 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
B404 Error PageHTTP 404, custom pageREVIEW
CWeb ManifestActionValid manifestREVIEW
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 |
|---|---|---|---|---|---|
| h2 First quarter 2026 | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Our Latest Articles | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 The Power of Chasing… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 People Stories | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 About Us | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Our Pipeline | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Pursue Progress. Dis… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Our Latest Press Rel… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Shape Matters: Insid… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 It’s Time to Look … | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 The Fast (And Intens… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Céline, living with… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Xavier, living with … | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Wei, Sanofi | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Who We Are | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Our Science | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Your Health | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Sustainability | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| title R&D-Driven and AI-Po… | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| a Our Company | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | 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.
AHeading Hierarchy24 headings, 1 skip(s)PASS
- H1 We chase the miracles of science so you can chase your dreams.
- H2 First quarter 2026
- H2 Our Latest Articles
- H3 Shape Matters: Inside Molecular Clamp Vaccines
- H3 It’s Time to Look Beyond the Bleed
- H3 The Fast (And Intense) Lane: How Expedited Approvals Are Going Further and Faster for Patients
- H2 The Power of Chasing A Dream
- H2 People Stories
- H4 We’re proud to spotlight those who inspire us to keep going further in the work we do. skipped
- H3 Céline, living with secondary progressive multiple sclerosis
- H3 Xavier, living with autoimmune type 1 diabetes
- H3 Wei, Sanofi
- H2 We are an R&D driven, AI-powered biopharmaceutical company committed to improving people’s lives and delivering compelling growth.
- H2 About Us
- H3 Who We Are
- H3 Our Science
- H3 Your Health
- H3 Sustainability
- H2 Our Pipeline
- H3 5
- H3 80
- H3 28
- H2 Pursue Progress. Discover Extraordinary.
- H2 Our Latest Press Releases
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
AAlt Text QualityAll 13 images OKPASS
| Issue | Count |
|---|---|
| too long | 5 image(s) |
A+Form AccessibilityNo form controlsPASS
AFavicon & Branding6 icon(s) detectedPASS
A+Lighthouse Accessibility AuditsScore 98/100 — 1 failing, 27 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.
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 |
|---|
We’re proud to spotlight those who inspire us to keep going further in the work… div#b901fa86-2a41-448a-9246-49bd2a8d10e3 > div.MuiGrid2-root > div > h4.MuiTypography-root |
These are opportunities to improve keyboard navigation in your application.