Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction10 landmarksFIX
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
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
FAlt Text QualityAction4 of 28 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 4 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
DLink & Button QualityAction9 issue(s) across 148 links and 1 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://jobs.clevelandclinic.org/ | Careers | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| https://health.clevelandclinic.org/ | Health news and trends | new tab | Add '(opens in new tab)' to text |
| https://health.clevelandclinic.org/diet-… | Nutrition and healthy eating | new tab | Add '(opens in new tab)' to text |
| https://health.clevelandclinic.org/diet-… | Exercise & Fitness | new tab | Add '(opens in new tab)' to text |
| https://www.clevelandclinicabudhabi.ae/e… | Cleveland Clinic Abu Dhabi | new tab | Add '(opens in new tab)' to text |
| https://www.clevelandclinicabudhabi.ae/e… | Cleveland Clinic Abu Dhabi | new tab | Add '(opens in new tab)' to text |
| /canada | Cleveland Clinic Canada | new tab | Add '(opens in new tab)' to text |
| /canada | Cleveland Clinic Canada | new tab | Add '(opens in new tab)' to text |
| https://clevelandcliniclondon.uk/ | Cleveland Clinic London | new tab | Add '(opens in new tab)' to text |
| https://clevelandcliniclondon.uk/ | Cleveland Clinic London | new tab | Add '(opens in new tab)' to text |
| /locations/nevada | Cleveland Clinic Nevada | new tab | Add '(opens in new tab)' to text |
| /locations/nevada | Cleveland Clinic Nevada | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| https://jobs.clevelandclinic.org/nursing… | nursing at Cleveland Clinic | new tab | Add '(opens in new tab)' to text |
| https://jobs.clevelandclinic.org/ | Find your career | new tab | Add '(opens in new tab)' to text |
| https://consultqd.clevelandclinic.org/ | site for physicians and health… | new tab | Add '(opens in new tab)' to text |
| http://www.lerner.ccf.org/ | cutting-edge basic, translatio… | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/ClevelandClinic | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/clevelandclinic | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/user/clevelandcl… | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/clevelandclini… | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/clevela… | new tab | Add '(opens in new tab)' to text | |
| https://www.pinterest.com/clevelandclini… | new tab | Add '(opens in new tab)' to text | |
| https://www.snapchat.com/add/clevelandcl… | Snapchat | new tab | Add '(opens in new tab)' to text |
| https://events.clevelandclinic.org | Events Calendar | new tab | Add '(opens in new tab)' to text |
| https://consultqd.clevelandclinic.org | Consult QD | new tab | Add '(opens in new tab)' to text |
| https://health.clevelandclinic.org | Health Essentials | new tab | Add '(opens in new tab)' to text |
| https://newsroom.clevelandclinic.org | Newsroom | new tab | Add '(opens in new tab)' to text |
| https://jobs.clevelandclinic.org/ | Careers | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
a.story-panel__nav-button (#192 on page); a.story-panel__nav-button (#194 on page); a.story-panel__nav-button (#352 on page); a.story-panel__nav-button (#354 on page); a.story-panel__pagination-dot (#357 on page); a.story-panel__pagination-dot (#358 on page); a.story-panel__pagination-dot (#359 on page); a.story-panel__pagination-dot (#360 on page)
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://jobs.clevelandclinic.org/; https://health.clevelandclinic.org/; https://health.clevelandclinic.org/diet-food-fitness/nutrition; https://health.clevelandclinic.org/diet-food-fitness/exercise-fitness; https://www.clevelandclinicabudhabi.ae/en/Pages/default.aspx; https://www.clevelandclinicabudhabi.ae/en/Pages/default.aspx; /canada; /canada; https://clevelandcliniclondon.uk/; https://clevelandcliniclondon.uk/ (+18 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
Icon-only buttons need an aria-label so screen readers can announce them.
button.notification-banner__action-icon (#60 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
F404 Error PageActionHTTP 404, bare pageFIX
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
BHeading Hierarchy34 headings, 2 skip(s)REVIEW
- H1 We're here when you need us — for every care in the world.
- H3 Our Providers skipped
- H3 Locations & Directions
- H3 Appointments
- H2 Get Care
- H2 Live Healthier
- H2 Need Help?
- H2 Why Choose Cleveland Clinic?
- H3 Patient-centered care:
- H3 National recognition:
- H3 Collaborative providers:
- H3 Innovation and research:
- H2 Cleveland Clinic Care Near You
- H3 Cleveland Clinic Locations in Ohio
- H3 Cleveland Clinic Locations in Florida
- H3 Cleveland Clinic Abu Dhabi
- H3 Cleveland Clinic Canada
- H3 Cleveland Clinic London
- H3 Cleveland Clinic Nevada
- H3 International Patients
- H2 For Providers
- H3 Institutes & Departments
- H3 Join Our Nursing Team
- H3 Careers
- H3 Refer a Patient
- H3 ConsultQD
- H3 Education
- H3 Research
- H3 View All Resources for Providers
- H2 Cleveland Clinic News & More
- H5 Actions skipped
- H5 Blog, News & Apps
- H5 About Cleveland Clinic
- H5 Site Information & Policies
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
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
CFavicon & BrandingAction6 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 84/100 — 5 failing, 24 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
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Institutes & Departments
Join Our Nursing Team
Careers
Refer a Patient
ConsultQ… div.homepage-content > section#home-page_for-providers > div.content-block__section > div.content-block-faq-panel |
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.
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 |
|---|
Our Providers div.story-panel__card > div.story-panel__card-content > a.story-panel__title-link > h3.story-panel__title |
Actions footer.footer > div.container > div.footer__item > h5.footer__title |
These are opportunities to improve keyboard navigation in your application.
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.homepage-content > section#aenterprise_home-page-care-near-you > a.story-panel__nav-button > img div.homepage-content > section#aenterprise_home-page-care-near-you > a.story-panel__nav-button > img |
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
800.223.2273 div.container > div.l-1col > div.footer__text > a |
These are opportunities to improve the legibility of your content.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
A+Form AccessibilityNo form controlsPASS
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 We're here when you … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Get Care | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Live Healthier | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Need Help? | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Why Choose Cleveland… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Cleveland Clinic Car… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 For Providers | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Cleveland Clinic | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Our Providers | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Locations & Directio… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Appointments | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Patient-centered car… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 National recognition… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Collaborative provid… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Innovation and resea… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Cleveland Clinic Loc… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Cleveland Clinic Loc… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Cleveland Clinic Abu… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Cleveland Clinic Can… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Cleveland Clinic Lon… | 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.