Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLandmark StructureAction3 landmarksREVIEW
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 Hierarchy29 headings, 2 skip(s)REVIEW
- H1 Observability built for the age of AI
- H4 Trusted by global leaders to drive growth and innovation skipped
- H2 Analyze, automate, and innovate with the power of AI
- H5 AI Observability skipped
- H5 Application Observability
- H5 Application Security
- H5 Business Observability
- H5 Digital Experience
- H5 Infrastructure Observability
- H5 Log Analytics
- H5 Software Delivery
- H5 Threat Observability
- H2 The unified platform for all data, all teams, and all possibilities
- H2 Leverage deterministic insights to take action in real-time
- H2 Understand all your data in context
- H2 Drive productivity and resilience with agentic operations
- H2 Reduce costs with clear, simple pricing
- H3 INTEGRATE SEAMLESSLY WITH THE CLOUDS AND TECHNOLOGIES YOU RELY ON
- H2 The world’s top organizations deliver impact where it counts
- H2 Our latest research and insights
- H2 Get started with Dynatrace
- H2 Do Not Sell or Share My Personal Data
- H3 Manage Consent Preferences
- H4 Strictly Necessary Cookies
- H4 Functional Cookies
- H4 Share Or Sale of Personal Data
- H5 Performance Cookies
- H5 Targeting Cookies
- H3 Cookie List
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
CLink & Button QualityAction3 issue(s) across 48 links and 29 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://cdn.dm.dynatrace.com/assets/imag… | Dynatrace dashboard dark | new tab | Add '(opens in new tab)' to text |
| https://cdn.dm.dynatrace.com/assets/Mark… | Sol ai observability | new tab | Add '(opens in new tab)' to text |
| https://cdn.dm.dynatrace.com/assets/Mark… | Sol app observability | new tab | Add '(opens in new tab)' to text |
| https://cdn.dm.dynatrace.com/assets/Mark… | Sol application security | new tab | Add '(opens in new tab)' to text |
| https://cdn.dm.dynatrace.com/assets/Mark… | Sol business observability | new tab | Add '(opens in new tab)' to text |
| https://cdn.dm.dynatrace.com/assets/Mark… | Sol digital experience | new tab | Add '(opens in new tab)' to text |
| https://cdn.dm.dynatrace.com/assets/Mark… | Sol infrastructure observabili… | new tab | Add '(opens in new tab)' to text |
| https://cdn.dm.dynatrace.com/assets/Mark… | Sol log analytics | new tab | Add '(opens in new tab)' to text |
| https://cdn.dm.dynatrace.com/assets/Mark… | Sol software delivery | new tab | Add '(opens in new tab)' to text |
| https://cdn.dm.dynatrace.com/assets/Mark… | Sol threat observability | new tab | Add '(opens in new tab)' to text |
| https://www.dynatrace.com/company/trust-… | More information about your pr… | new tab | Add '(opens in new tab)' to text |
| https://www.dynatrace.com/company/trust-… | More information about your pr… | new tab | Add '(opens in new tab)' to text |
| https://www.onetrust.com/products/cookie… | Powered by OneTrust Opens in a… | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Add '(opens in new tab)' to link text or aria-label.
https://cdn.dm.dynatrace.com/assets/images/pages/page-home/dynatrace-dashboar…; https://cdn.dm.dynatrace.com/assets/Marketing/content-images/sol-ai-observabi…; https://cdn.dm.dynatrace.com/assets/Marketing/content-images/sol-app-observab…; https://cdn.dm.dynatrace.com/assets/Marketing/content-images/sol-application-…; https://cdn.dm.dynatrace.com/assets/Marketing/content-images/sol-business-obs…; https://cdn.dm.dynatrace.com/assets/Marketing/content-images/sol-digital-expe…; https://cdn.dm.dynatrace.com/assets/Marketing/content-images/sol-infrastructu…; https://cdn.dm.dynatrace.com/assets/Marketing/content-images/sol-log-analytic…; https://cdn.dm.dynatrace.com/assets/Marketing/content-images/sol-software-del…; https://cdn.dm.dynatrace.com/assets/Marketing/content-images/sol-threat-obser… (+3 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 (#1043 on page); button (#1055 on page); button (#1071 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
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding11 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 18 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 Observability built … | 3.08:1 | 3.0:1 | #000000 | #004BE0 | Pass |
| h2 Analyze, automate, a… | 3.08:1 | 3.0:1 | #000000 | #004BE0 | Pass |
| h2 The unified platform… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Leverage determinist… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Understand all your … | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Drive productivity a… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Reduce costs with cl… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 The world’s top or… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Our latest research … | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Get started with Dyn… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Do Not Sell or Share… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 INTEGRATE SEAMLESSLY… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 Manage Consent Prefe… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 Cookie List | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| title Dynatrace | Observab… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| strong Bindplane is now par… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| span Learn | 3.21:1 | 4.5:1 | #000000 | #7930D6 | Fail |
| span more | 2.97:1 | 4.5:1 | #000000 | #0049DA | Fail |
| p Turn data into decis… | 3.08:1 | 4.5:1 | #000000 | #004BE0 | Fail |
| span Try | 3.08:1 | 4.5:1 | #000000 | #004BE0 | Fail |
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 87/100 — 3 failing, 19 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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
nav > ul > li > button.box nav > ul > li > button.box |
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 |
|---|
nav > ul > li > a nav > ul > li > a |
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.
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 |
|---|
TRUSTED BY GLOBAL LEADERS TO DRIVE GROWTH AND INNOVATION div.l-col-12 > div.page_home__customer-logofarm > div.page_home__customer-logofarmText > h4.a-headline |
AI Observability ul.tabs__tabs > li#0 > span.tab__title > h5 |
Platform ul.link-blocks > li > div.trigger > h4 |
These are opportunities to improve keyboard navigation in your application.
A+Alt Text QualityAll 54 images OKPASS
A+Form AccessibilityAll 7 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #ot-group-id-C0003 | checkbox | Functional Cookies | for/id |
| #ot-group-id-SSPD_BG | checkbox | Share Or Sale of Personal Data | for/id |
| #vendor-search-handler | text | Cookie list search | aria-label |
| #chkbox-id | checkbox | checkbox label | for/id |
| #select-all-hosts-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-leg-handler | checkbox | checkbox label | for/id |