Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction5 issue(s) across 182 links and 0 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://forum.anaconda.com/ | Community Forums | new tab | Add '(opens in new tab)' to text |
| /docs | Documentation | new tab | Add '(opens in new tab)' to text |
| /docs/getting-started | Getting Started Guide | new tab | Add '(opens in new tab)' to text |
| https://anaconda.statuspage.io/ | System Status | new tab | Add '(opens in new tab)' to text |
| https://forum.anaconda.com/ | Community Forums | new tab | Add '(opens in new tab)' to text |
| /docs | Documentation | new tab | Add '(opens in new tab)' to text |
| /docs/getting-started | Getting Started Guide | new tab | Add '(opens in new tab)' to text |
| https://anaconda.statuspage.io/ | System Status | new tab | Add '(opens in new tab)' to text |
| /platform | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Platform | |||
| /platform/core | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Core | |||
| /platform/ai-catalyst | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Ai Catalyst | |||
| https://anaconda.com/app/support-center | Support Center | new tab | Add '(opens in new tab)' to text |
| https://learning.anaconda.com/collection… | Learning Catalog | new tab | Add '(opens in new tab)' to text |
| https://anaconda.com/docs | Docs | new tab | Add '(opens in new tab)' to text |
| https://forum.anaconda.com/ | Community | new tab | Add '(opens in new tab)' to text |
| https://anaconda.com/app/support-center | Support Center | new tab | Add '(opens in new tab)' to text |
| https://learning.anaconda.com/collection… | Learning Catalog | new tab | Add '(opens in new tab)' to text |
| https://anaconda.com/docs | Docs | new tab | Add '(opens in new tab)' to text |
| https://forum.anaconda.com/ | Community | new tab | Add '(opens in new tab)' to text |
| / | (empty) | empty | Add link text or aria-label |
| /feed | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/anacondainc | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/anacondainc | X-twitter | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/anacond… | new tab | Add '(opens in new tab)' to text | |
| https://github.com/ContinuumIO | Github | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/anaconda_inc | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/@AnacondaInc. | Youtube | new tab | Add '(opens in new tab)' to text |
| https://legal.anaconda.com/policies/en/ | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://legal.anaconda.com/policies/en/ | Privacy Policy | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
/; /feed
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
Generic link text like 'click here' doesn't describe the destination.
/platform ("Learn More"); /platform/core ("Learn More"); /platform/ai-catalyst ("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://forum.anaconda.com/; /docs; /docs/getting-started; https://anaconda.statuspage.io/; https://forum.anaconda.com/; /docs; /docs/getting-started; https://anaconda.statuspage.io/; https://anaconda.com/app/support-center; https://learning.anaconda.com/collections (+14 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
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CHeading HierarchyAction47 headings, 3 skip(s)REVIEW
- H4 ANACONDA PLATFORM
- H4 FOR DEVELOPERS
- H4 PLATFORM BENEFITS
- H4 PLATFORM & LICENSING
- H4 CAPABILITIES
- H4 INDUSTRIES
- H4 SERVICES & SUPPORT
- H4 FOR USERS
- H4 MEET US
- H4 ARTICLES
- H4 SUPPORT
- H4 ABOUT US
- H4 PRESS
- H4 CONTACT
- H4 CAREERS
- H4 ANACONDA PLATFORM
- H4 FOR DEVELOPERS
- H4 PLATFORM BENEFITS
- H4 PLATFORM & LICENSING
- H4 CAPABILITIES
- H4 INDUSTRIES
- H4 SERVICES & SUPPORT
- H4 FOR USERS
- H4 MEET US
- H4 ARTICLES
- H4 SUPPORT
- H4 ABOUT US
- H4 PRESS
- H4 CONTACT
- H4 CAREERS
- H1 Trusted Foundationfor Enterprise AI
- H6 ANACONDA PLATFORM skipped
- H2 Accelerate Intelligence at Enterprise Scale
- H3 Anaconda Core
- H3 AI Catalyst
- H2 Millions Rely on Anaconda to Advance Their AI Initiatives
- H2 The State of Data Science & AI Report
- H2 Struggling to move AI from pilot to production? You're not alone.
- H2 Additional Resources for Your AI Journey
- H6 News & Insights skipped
- H6 Learning Courses
- H6 Reports & Guides
- H2 Accelerate AI with Open Source Today
- H6 Company skipped
- H6 Products
- H6 Customers
- H6 Popular
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
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
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 10 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 |
|---|---|---|---|---|---|
| h1 Trusted Foundation | 1.07:1 | 3.0:1 | #000000 | #0B0B0B | Fail |
| h1 for Enterprise AI | 1.07:1 | 3.0:1 | #000000 | #0B0B0B | Fail |
| h2 Accelerate Intellige… | 1.07:1 | 3.0:1 | #000000 | #0B0B0B | Fail |
| h2 Millions Rely on Ana… | 1.07:1 | 3.0:1 | #000000 | #0B0B0B | Fail |
| h2 The State of Data Sc… | 1.07:1 | 3.0:1 | #000000 | #0B0B0B | Fail |
| h2 Struggling to move A… | 1.07:1 | 3.0:1 | #000000 | #0B0B0B | Fail |
| h2 Additional Resources… | 1.07:1 | 3.0:1 | #000000 | #0B0B0B | Fail |
| h2 Accelerate AI with O… | 1.07:1 | 3.0:1 | #000000 | #0B0B0B | Fail |
| h3 Anaconda Core | 1.07:1 | 3.0:1 | #000000 | #0B0B0B | Fail |
| h3 AI Catalyst | 1.07:1 | 3.0:1 | #000000 | #0B0B0B | Fail |
| title Advance AI with Open… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Products | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| h4 ANACONDA PLATFORM | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| a Platform Overview | 19.72:1 | 4.5:1 | #000000 | #EEFBF2 | Pass |
| span Enterprise Python an… | 20.37:1 | 4.5:1 | #000000 | #F7FDF9 | Pass |
| a Anaconda Core | 19.05:1 | 4.5:1 | #000000 | #E4F9EB | Pass |
| span Python package manag… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Anaconda AI Catalyst | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span AI development suite | 21.00:1 | 4.5: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.
BLighthouse Accessibility AuditsScore 83/100 — 5 failing, 23 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
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.mega-menu-toggle > div.mega-toggle-blocks-right > div#mega-toggle-block-1 > span.mega-toggle-label div.mega-menu-toggle > div.mega-toggle-blocks-right > div#mega-toggle-block-1 > span.mega-toggle-label |
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 |
|---|
ANACONDA PLATFORM div.e-con-inner > div.elementor-element > div.elementor-widget-container > h6.elementor-heading-title |
News & Insights div.elementor-element > div.elementor-element > div.elementor-widget-container > h6.elementor-heading-title |
Company div.elementor-element > div.elementor-element > div.elementor-widget-container > h6.elementor-heading-title |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.elementor-element > div.elementor-element > div.elementor-widget-container > a div.elementor-element > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-container > div.elementor-social-icons-wrapper > span.elementor-grid-item > a.elementor-icon div.elementor-widget-container > div.elementor-social-icons-wrapper > span.elementor-grid-item > a.elementor-icon |
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.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
body.home > meta body.home > meta |
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 |
|---|
Privacy Policy nav.elementor-nav-menu--main > ul#menu-1-79e96f3 > li.menu-item > a.elementor-item |
Terms of Use nav.elementor-nav-menu--main > ul#menu-1-79e96f3 > li.menu-item > a.elementor-item |
These items highlight common accessibility best practices.
ALandmark Structure43 landmarksPASS
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
AAlt Text Quality3 of 16 images have issuesPASS
| Issue | Count |
|---|---|
| filename | 3 image(s) |