Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
CLandmark StructureAction9 landmarksREVIEW
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
BAlt Text Quality2 of 25 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 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
CForm AccessibilityAction3 of 5 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #edit-keyword | text | Site Search | for/id |
| #edit-keys | text | Footer Site Search | for/id |
| #edit-button | submit | (none) | none |
| #edit-submit-global-search | submit | (none) | none |
| #edit-submit--2 | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" id="edit-submit-global-search">; <input type="submit" name="op" id="edit-button">; <input type="submit" id="edit-submit--2">
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
BLink & Button Quality2 issue(s) across 352 links and 15 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.novartisfoundation.org/ | Novartis Foundation … | new tab | Add '(opens in new tab)' to text |
| https://novartis.willhire.co | Temporary contracts … | new tab | Add '(opens in new tab)' to text |
| /report | Report side effects | new tab | Add '(opens in new tab)' to text |
| https://www.novartis.com/us-en/about/inv… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Investing Americas Health | |||
| /investors/reporting-and-transparency-hu… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Reporting And Transparency Hub#Annual Report Form 20f | |||
| https://www.linkedin.com/company/novarti… | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/novartis | new tab | Add '(opens in new tab)' to text | |
| https://x.com/novartis | X formerly known as Twitter | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/novartis | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/user/novartis | Youtube | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
https://www.novartis.com/us-en/about/investing-americas-health ("Learn more"); /investors/reporting-and-transparency-hub#annual-report-form-20f ("Learn 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.novartisfoundation.org/; https://novartis.willhire.co; /report; https://www.linkedin.com/company/novartis; https://www.facebook.com/novartis; https://x.com/novartis; https://www.instagram.com/novartis; https://www.youtube.com/user/novartis
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
CFavicon & BrandingAction7 icon(s) detectedREVIEW
AHeading Hierarchy15 headingsPASS
- H1 Reimagining medicine, together.
- H2 Discover our medicines
- H2 Explore our science
- H2 Learn about our impact
- H2 Join our team
- H2 Latest news
- H3 Novartis announces expansion of community health programs to close gaps in heart disease and cancer care, targeting more than 30 countries by 2030
- H3 Novartis IgAN data in New England Journal of Medicine show Fabhalta® slowed kidney function decline by 49.3%
- H3 Novartis agrees to acquire Excellergy, Inc., building on allergy leadership with next-generation anti-IgE innovation
- H2 Manufacturing expansion in the United States
- H2 Bringing breakthroughs to more patients
- H1 Live. Magazine duplicate H1
- H2 Annual reporting suite
- H2 Resource links
- H2 Novartis
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
A+Web ManifestPWA-readyPASS
A+Print StylesheetPrint styles 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 |
|---|---|---|---|---|---|
| h1 Reimagining medicine… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Live. Magazine | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Discover our medicin… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Explore our science | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Learn about our impa… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Join our team | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Latest news | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Manufacturing expans… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Bringing breakthroug… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Annual reporting sui… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Resource links | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Novartis | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Novartis announces e… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Novartis IgAN data i… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Novartis agrees to a… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Novartis | 20.47:1 | 4.5:1 | #000000 | #FCFCFC | Pass |
| a Skip to main content | 20.47:1 | 4.5:1 | #000000 | #FCFCFC | Pass |
| span Search | 20.29:1 | 4.5:1 | #000000 | #FBFBFB | Pass |
| label Site Search | 20.47:1 | 4.5:1 | #000000 | #FCFCFC | Pass |
| button Global | 20.47:1 | 4.5:1 | #000000 | #FCFCFC | 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 97/100 — 1 failing, 28 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.
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 |
|---|
Terms of use div.bottom-organsim > ul.clearfix > li.nav-item > a.nav-link |
Privacy div.bottom-organsim > ul.clearfix > li.nav-item > a.nav-link |
Cookie Settings div.bottom-organsim > ul.clearfix > li.nav-item > a.ot-sdk-show-settings |
Contacts div.bottom-organsim > ul.clearfix > li.nav-item > a.nav-link |
Locations div.bottom-organsim > ul.clearfix > li.nav-item > a.nav-link |
Site map div.bottom-organsim > ul.clearfix > li.nav-item > a.nav-link |
Open source div.bottom-organsim > ul.clearfix > li.nav-item > a.nav-link |
Web accessibility div.bottom-organsim > ul.clearfix > li.nav-item > a.nav-link |
These items highlight common accessibility best practices.