Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction18 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
FHeading HierarchyAction17 headings, 4 skip(s)FIX
- H3 An innovative lineup of data products and applications.
- H6 Data Products skipped
- H6 Applications
- H6 ADS-B
- H3 Tailored solutions for each aviation industry.
- H6 Industries skipped
- H3 A worldwide network of coverage.
- H6 ADS-B skipped
- H3 Real-time, historical, and predictive flight tracking.
- H6 Delays & Cancellations skipped
- H6 Search Flights
- H6 Other
- H6 About
- H6 Community
- H6 Tracking
- H6 Products
- H6 Customer Service
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
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
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
FFavicon & BrandingAction1 icon(s) detectedFIX
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
BLink & Button Quality4 issue(s) across 76 links and 10 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| <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 |
| <button> | (empty) | empty | Add button text or aria-label |
Icon-only buttons need an aria-label so screen readers can announce them.
button.absolute (#106 on page); button.absolute (#136 on page); button.absolute (#171 on page); button.absolute (#220 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
CColor Contrast (Screenshot)Action20 text elements analyzed, 12 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 |
|---|---|---|---|---|---|
| h3 An innovative lineup… | 3.13:1 | 3.0:1 | #000000 | #605969 | Pass |
| h3 Tailored solutions f… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 A worldwide network … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Real-time, historica… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title FlightAware - Flight… | 1.17:1 | 4.5:1 | #000000 | #00153D | Fail |
| summary Products | 1.17:1 | 4.5:1 | #000000 | #00153D | Fail |
| span Go to: All Products | 3.13:1 | 4.5:1 | #000000 | #605968 | Fail |
| a AeroAPI | 3.45:1 | 4.5:1 | #000000 | #66606B | Fail |
| p On-demand flight sta… | 3.59:1 | 4.5:1 | #000000 | #6B626C | Fail |
| a FlightAware Firehose | 3.87:1 | 4.5:1 | #000000 | #71676F | Fail |
| p Real-time, historica… | 4.03:1 | 4.5:1 | #000000 | #746A6E | Fail |
| a FlightAware Foresigh… | 4.17:1 | 4.5:1 | #000000 | #776C72 | Fail |
| p Increase operational… | 4.16:1 | 4.5:1 | #000000 | #766C72 | Fail |
| a Reports | 5.86:1 | 4.5:1 | #000000 | #8B8688 | Pass |
| p Generate instant avi… | 7.07:1 | 4.5:1 | #000000 | #959695 | Pass |
| a Integrated Maps | 1.45:1 | 4.5:1 | #000000 | #232938 | Fail |
| p Comprehensive mappin… | 1.28:1 | 4.5:1 | #000000 | #15202E | Fail |
| a FlightAware Aviator | 2.04:1 | 4.5:1 | #000000 | #31415D | Fail |
| p Flight tracking for … | 8.68:1 | 4.5:1 | #000000 | #A1A7B1 | Pass |
| a Premium Subscription… | 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.
A+Alt Text QualityAll 7 images OKPASS
A+Form AccessibilityNo form controlsPASS
ALighthouse Accessibility AuditsScore 90/100 — 3 failing, 25 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.
Names and labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.pointer-events-auto > div.input-md > form.group > input.text-primary div.pointer-events-auto > div.input-md > form.group > input.text-primary |
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 |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Privacy Statement div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-imprint-link |