Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction17 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
FLink & Button QualityAction11 issue(s) across 230 links and 30 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | (empty) | empty | Add link text or aria-label |
| / | (empty) | empty | Add link text or aria-label |
| https://www.f5.com/company/blog/nginx/ou… | Navigate to undefined | img no alt | Add alt attribute to the image |
| https://x.com/F5 | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/company/f5/ | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/f5incorporated | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/f5.global/ | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/user/f5networksi… | (empty) | empty | Add link text or aria-label |
| https://www.f5.com/company/policies/priv… | privacy policy | 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 |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/; /; https://x.com/F5; https://www.linkedin.com/company/f5/; https://www.facebook.com/f5incorporated; https://www.instagram.com/f5.global/; https://www.youtube.com/user/f5networksinc
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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://www.f5.com/company/blog/nginx/our-design-vision-for-nginx-one-the-ult…"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.f5.com/company/policies/privacy-notice
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#f5-hamburger-button; button.inline-flex (#469 on page); button.inline-flex (#474 on page); button.inline-flex (#533 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 PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
FFavicon & BrandingAction2 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #MobileSearchInput | text | (Search all F5 sites) | placeholder only |
| #SearchInput | text | (Search all F5 sites) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" id="MobileSearchInput">; <input type="text" id="SearchInput">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
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.
2 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 F5 NGINX Products | 9.90:1 | 3.0:1 | #000000 | #B2B2B2 | Pass |
| h2 An Architecture for … | 9.90:1 | 3.0:1 | #000000 | #B2B2B2 | Pass |
| h2 Products | 9.90:1 | 3.0:1 | #000000 | #B2B2B2 | Pass |
| h2 NGINX One Components | 9.90:1 | 3.0:1 | #000000 | #B2B2B2 | Pass |
| h2 Resources | 9.90:1 | 3.0:1 | #000000 | #B2B2B2 | Pass |
| h2 Next steps | 9.90:1 | 3.0:1 | #000000 | #B2B2B2 | Pass |
| title NGINX | F5 | 9.90:1 | 4.5:1 | #000000 | #B2B2B2 | Pass |
| a AI infrastructure | 2.26:1 | 4.5:1 | #000000 | #474747 | Fail |
| a AI security | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Application delivery… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Edge distribution | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Networking for Kuber… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Network security | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Post-quantum cryptog… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Service providers | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Web application and … | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Zero trust architect… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Banking and financia… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a E-commerce | 2.03:1 | 4.5:1 | #000000 | #404040 | Fail |
| a Healthcare | 8.03:1 | 4.5:1 | #000000 | #A0A0A0 | 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.
AHeading Hierarchy13 headings, 1 skip(s)PASS
- H1 F5 NGINX Products
- H2 An Architecture for Modern Applications
- H2 Products
- H2 NGINX One Components
- H2 Awards and Recognition
- H2 Resources
- H6 Featured skipped
- H5 Our design vision for NGINX One: The ultimate data plane SaaS
- H5 Blogs
- H5 Webinars
- H5 Open source resources
- H5 Related use cases
- H2 Next steps
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
A+Alt Text QualityAll 3 images OKPASS
A+Lighthouse Accessibility AuditsScore 99/100 — 2 failing, 27 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.
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 |
|---|
Featured div.container > div.grid > div.space-y-gutter-md > h6.d-supplementary |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
NGINX One
The core NGINX data plane software enhanced with SaaS-based tools for… div.grid-cols-1 > span.w-full > div.h-full > a.group |
F5 WAF for NGINX and F5 DoS for NGINX
Comprehensive WAF security and denial-of-… div.grid-cols-1 > span.w-full > div.h-full > a.group |
NGINXaaS for Azure
An Infrastructure-as-a-Service version of NGINX that enables… div.grid-cols-1 > span.w-full > div.h-full > a.group |
F5 NGINXaaS for Google Cloud
Enhance app delivery and security in Google Cloud … div.grid-cols-1 > span.w-full > div.h-full > a.group |
NGINX Plus
An all-in-one, cloud-native load balancer, reverse proxy, web server… div.grid-cols-1 > span.w-full > div.h-full > a.group |
F5 WAF for NGINX
A comprehensive WAF security solution designed to protect apps… div.grid-cols-1 > span.w-full > div.h-full > a.group |
NGINX Instance Manager
Identify, secure, manage, and monitor all NGINX Open Sou… div.grid-cols-1 > span.w-full > div.h-full > a.group |
NGINX Ingress Controller
Implements unified API gateways, load balancers, and i… div.grid-cols-1 > span.w-full > div.h-full > a.group |
NGINX Gateway Fabric
Streamlines app, service, and API connectivity across hybr… div.grid-cols-1 > span.w-full > div.h-full > a.group |
NGINX One Console
Configure, secure, monitor and manage NGINX instances at scal… div.grid-cols-1 > span.w-full > div.h-full > a.group |
2024 TrustRadius Top Rated Award div.grid-cols-1 > span.w-full > div.h-full > a.group |
Contact us
Find out how F5 products and solutions can enable you to achieve you… div.flex > div.flex > div.w-full > a.group |
Explore packaging options
Explore the best options for your organization.
Explo… div.flex > div.flex > div.w-full > a.group |
Try NGINX One for Free
Try the NGINX ecosystem with data plane and traffic mana… div.flex > div.flex > div.w-full > a.group |