Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure7 landmarksREVIEW
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
CLink & Button QualityAction2 issue(s) across 30 links and 18 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://ui.com/us/en?s=us&l=en | (empty) | empty | Add link text or aria-label |
| https://store.ui.com/us/en?s=us&l=en | Store | new tab | Add '(opens in new tab)' to text |
| https://blog.ui.com/?s=us | Blog | new tab | Add '(opens in new tab)' to text |
| https://casestudies.ui.com/?s=us | Case Studies | new tab | Add '(opens in new tab)' to text |
| https://careers.ui.com/ | Careers | new tab | Add '(opens in new tab)' to text |
| https://ui.com/us/en/trust-center?s=us&l… | Trust Center | new tab | Add '(opens in new tab)' to text |
| https://www.ui.com/contact/ | Contact Us | new tab | Add '(opens in new tab)' to text |
| https://ir.ui.com/ | Investors | new tab | Add '(opens in new tab)' to text |
| https://www.ui.com/compliance/ | Compliance | new tab | Add '(opens in new tab)' to text |
| https://www.ui.com/training/ | Courses | new tab | Add '(opens in new tab)' to text |
| https://www.ui.com/training/calendar/ | Calendar | new tab | Add '(opens in new tab)' to text |
| https://www.ui.com/training/partners/ | Trainers | new tab | Add '(opens in new tab)' to text |
| https://www.ui.com/training/become-train… | Become a Trainer | new tab | Add '(opens in new tab)' to text |
| https://store.ui.com/us/en?s=us&l=en | Ubiquiti Store | new tab | Add '(opens in new tab)' to text |
| https://www.ui.com/distributors/ | Find a Distributor | new tab | Add '(opens in new tab)' to text |
| https://www.ui.com/distributors/become-a… | Become a Distributor | new tab | Add '(opens in new tab)' to text |
| https://wifiman.com/ | WiFiman | new tab | Add '(opens in new tab)' to text |
| https://uisp.ui.com/ | UISP | new tab | Add '(opens in new tab)' to text |
| https://design.ui.com/ | UniFi Design Center | new tab | Add '(opens in new tab)' to text |
| https://ispdesign.ui.com/ | UISP Design Center | new tab | Add '(opens in new tab)' to text |
| https://www.ui.com/download | Downloads | new tab | Add '(opens in new tab)' to text |
| https://facebook.com/uieverywhere | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/ubiquiti | X | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/ubnt?featur… | Youtube | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/ubiquiti/ | new tab | Add '(opens in new tab)' to text | |
| https://www.ui.com/legal/termsofservice/ | Terms of Service | new tab | Add '(opens in new tab)' to text |
| https://www.ui.com/legal/privacypolicy/ | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.ui.com/legal/ | Legal | 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.
https://ui.com/us/en?s=us&l=en
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://store.ui.com/us/en?s=us&l=en; https://blog.ui.com/?s=us; https://casestudies.ui.com/?s=us; https://careers.ui.com/; https://ui.com/us/en/trust-center?s=us&l=en; https://www.ui.com/contact/; https://ir.ui.com/; https://www.ui.com/compliance/; https://www.ui.com/training/; https://www.ui.com/training/calendar/ (+17 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.sc-hLykhl (#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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding6 icon(s) detectedREVIEW
CWeb ManifestActionValid manifestREVIEW
BLighthouse Accessibility AuditsScore 82/100 — 4 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
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
button.sc-iQQMTY > div.sc-eSoUyW > svg.Logo-module_logo__2wFoO > path.Logo-module_motif-active__3MNLk button.sc-iQQMTY > div.sc-eSoUyW > svg.Logo-module_logo__2wFoO > path.Logo-module_motif-active__3MNLk |
button.sc-iQQMTY > div.sc-eSoUyW > svg.Logo-module_logo__2wFoO > path.Logo-module_motif-active__3MNLk button.sc-iQQMTY > div.sc-eSoUyW > svg.Logo-module_logo__2wFoO > path.Logo-module_motif-active__3MNLk |
button.sc-iQQMTY > div.sc-eSoUyW > svg.Logo-module_logo__2wFoO > path.Logo-module_motif-active__3MNLk button.sc-iQQMTY > div.sc-eSoUyW > svg.Logo-module_logo__2wFoO > path.Logo-module_motif-active__3MNLk |
button.sc-iQQMTY > div.sc-eSoUyW > svg.Logo-module_logo__2wFoO > path.Logo-module_motif-active__3MNLk button.sc-iQQMTY > div.sc-eSoUyW > svg.Logo-module_logo__2wFoO > path.Logo-module_motif-active__3MNLk |
button.sc-iQQMTY > div.sc-eSoUyW > svg.Logo-module_logo__2wFoO > path.Logo-module_motif-active__3MNLk button.sc-iQQMTY > div.sc-eSoUyW > svg.Logo-module_logo__2wFoO > path.Logo-module_motif-active__3MNLk |
button.sc-iQQMTY > div.sc-eSoUyW > svg.Logo-module_logo__2wFoO > path.Logo-module_motif-active__3MNLk button.sc-iQQMTY > div.sc-eSoUyW > svg.Logo-module_logo__2wFoO > path.Logo-module_motif-active__3MNLk |
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.
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 |
|---|
header.sc-fkmhvJ > nav.sc-iuhUfm > div.sc-ojjAE > button.sc-hLykhl header.sc-fkmhvJ > nav.sc-iuhUfm > div.sc-ojjAE > button.sc-hLykhl |
div.sc-iwaiTi > div.sc-cxNIPq > div.sc-joajlr > button.sc-ektKWF div.sc-iwaiTi > div.sc-cxNIPq > div.sc-joajlr > button.sc-ektKWF |
div.sc-iwaiTi > div.sc-cxNIPq > div.sc-joajlr > button.sc-ektKWF div.sc-iwaiTi > div.sc-cxNIPq > div.sc-joajlr > button.sc-ektKWF |
div.sc-iwaiTi > div.sc-cxNIPq > div.sc-joajlr > button.sc-ektKWF div.sc-iwaiTi > div.sc-cxNIPq > div.sc-joajlr > button.sc-ektKWF |
div.sc-iwaiTi > div.sc-cxNIPq > div.sc-joajlr > button.sc-ektKWF div.sc-iwaiTi > div.sc-cxNIPq > div.sc-joajlr > button.sc-ektKWF |
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.sc-iuhUfm > div.sc-ojjAE > div.sc-eCblmX > a.sc-irpZDE nav.sc-iuhUfm > div.sc-ojjAE > div.sc-eCblmX > a.sc-irpZDE |
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. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Store div.sc-ojjAE > div.sc-fGgTrs > div.sc-bYwwMP > a.sc-kLojuI |
Cookies Settings div.ot-sdk-row > div#onetrust-button-group-parent > div#onetrust-button-group > button#onetrust-pc-btn-handler |
Accept All Cookies div#onetrust-button-group-parent > div#onetrust-button-group > div.onetrust-banner-options > button#onetrust-accept-btn-handler |
More Information div > div#ot-pc-content > div#ot-pc-desc > a.privacy-notice-link |
Allow All div#onetrust-pc-sdk > div > div#ot-pc-content > button#accept-recommended-btn-handler |
Confirm My Choices div > div.ot-pc-footer > div.ot-btn-container > button.save-preference-btn-handler |
These are opportunities to improve the legibility of your content.
AHeading Hierarchy5 headingsPASS
- H1 Company
- H1 Training duplicate H1
- H1 Buy Now duplicate H1
- H1 Tools duplicate H1
- H1 Stay in Touch duplicate H1
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
A+Alt Text Quality1 of 4 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 1 image(s) |
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| text | (Email) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="EMAIL">
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
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 Company | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Training | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Buy Now | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Tools | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Stay in Touch | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title UniFi - Rethinking I… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Start Here | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Cloud Gateways | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Switching | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span WiFi | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Camera Security | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Door Access | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Integrations | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a What's New | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Support | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Store | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div How It Works? | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Cloud Gateways | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Switching | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div WiFi | 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.