Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction5 issue(s) across 130 links and 17 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | Logo | img no alt | Add alt attribute to the image |
| /letter-from-the-ceo-fcc-conditional-app… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Letter From The Ceo Fcc Conditional Approval | |||
| /business/solutions/smb/ | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Smb | |||
| /av/ | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Av | |||
| https://www.facebook.com/Netgear/ | new tab | Add '(opens in new tab)' to text | |
| https://instagram.com/netgear | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/user/NETGEARChan… | Youtube | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/NETGEAR | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/netgear… | new tab | Add '(opens in new tab)' to text | |
| https://investor.netgear.com/overview/de… | Investor Relations | new tab | Add '(opens in new tab)' to text |
| https://www.netgear.com/hub/pressroom/ | Press Room | new tab | Add '(opens in new tab)' to text |
| https://www.netgear.com/support/ | Support | new tab | Add '(opens in new tab)' to text |
| https://www.netgear.com/support/home/dow… | Download Center | new tab | Add '(opens in new tab)' to text |
| https://community.netgear.com/category/e… | Community | new tab | Add '(opens in new tab)' to text |
| https://my.netgear.com/cases.aspx | MyNETGEAR | new tab | Add '(opens in new tab)' to text |
| https://www.netgear.com/hub/ | Blog | new tab | Add '(opens in new tab)' to text |
| https://my.netgear.com/register.aspx | Register Product | new tab | Add '(opens in new tab)' to text |
| https://www.netgear.com/support/enterpri… | Enterprise Support | new tab | Add '(opens in new tab)' to text |
| https://www.netgear.com/support/enterpri… | Enterprise Download Center | new tab | Add '(opens in new tab)' to text |
| https://partners.netgear.com/ | Become a Partner | new tab | Add '(opens in new tab)' to text |
| https://downloads1.netgear.com/files/net… | Reseller Policy | new tab | Add '(opens in new tab)' to text |
| https://academy.netgear.com/ | NETGEAR Academy | new tab | Add '(opens in new tab)' to text |
| https://preferences.netgear.com/form/opt… | Your Privacy Choices | new tab | Add '(opens in new tab)' to text |
| https://investor.netgear.com/overview/de… | Investor Relations | new tab | Add '(opens in new tab)' to text |
| https://www.netgear.com/hub/pressroom/ | Press Room | new tab | Add '(opens in new tab)' to text |
| https://www.netgear.com/support/ | Support | new tab | Add '(opens in new tab)' to text |
| https://www.netgear.com/support/home/dow… | Download Center | new tab | Add '(opens in new tab)' to text |
| https://community.netgear.com/category/e… | Community | new tab | Add '(opens in new tab)' to text |
| https://my.netgear.com/cases.aspx | MyNETGEAR | new tab | Add '(opens in new tab)' to text |
| https://www.netgear.com/hub/ | Blog | new tab | Add '(opens in new tab)' to text |
| https://my.netgear.com/register.aspx | Register Product | new tab | Add '(opens in new tab)' to text |
| https://www.netgear.com/support/enterpri… | Enterprise Support | new tab | Add '(opens in new tab)' to text |
| https://www.netgear.com/support/enterpri… | Enterprise Download Center | new tab | Add '(opens in new tab)' to text |
| https://partners.netgear.com/ | Become a Partner | new tab | Add '(opens in new tab)' to text |
| https://downloads1.netgear.com/files/net… | Reseller Policy | new tab | Add '(opens in new tab)' to text |
| https://academy.netgear.com/ | NETGEAR Academy | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/Netgear/ | new tab | Add '(opens in new tab)' to text | |
| https://instagram.com/netgear | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/user/NETGEARChan… | Youtube | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/NETGEAR | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/netgear… | new tab | Add '(opens in new tab)' to text | |
| https://preferences.netgear.com/form/opt… | Your Privacy Choices | 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 |
Generic link text like 'click here' doesn't describe the destination.
/letter-from-the-ceo-fcc-conditional-approval/ ("Learn More"); /business/solutions/smb/ ("Learn More"); /av/ ("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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/"]
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.facebook.com/Netgear/; https://instagram.com/netgear; https://www.youtube.com/user/NETGEARChannel; https://twitter.com/NETGEAR; https://www.linkedin.com/company/netgear/; https://investor.netgear.com/overview/default.aspx; https://www.netgear.com/hub/pressroom/; https://www.netgear.com/support/; https://www.netgear.com/support/home/downloads/; https://community.netgear.com/category/english/ (+28 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.aa-SubmitButton (#543 on page); button.aa-ClearButton (#553 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
DFavicon & BrandingAction2 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BForm Accessibility2 of 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #field-:R766jaimaalf9: | input | Enter email address | for/id |
| #autocomplete-0-input | search | (Search) | placeholder only |
| input | input | (Search countries…) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search" id="autocomplete-0-input">; <input>
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
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 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 |
|---|---|---|---|---|---|
| title NETGEAR: Advanced Wi… | 1.29:1 | 4.5:1 | #000000 | #202020 | Fail |
| a Skip to Content | 1.29:1 | 4.5:1 | #000000 | #202020 | Fail |
| a Enterprise | 1.29:1 | 4.5:1 | #000000 | #202020 | Fail |
| a Home WiFi | 1.29:1 | 4.5:1 | #000000 | #202020 | Fail |
| a Mobile WiFi | 1.14:1 | 4.5:1 | #000000 | #141414 | Fail |
| a Support | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | Fail |
| a Shop Deals | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | Fail |
| a About NETGEAR | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | Fail |
| span Powering | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | Fail |
| span Extraordinary Experi… | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | Fail |
| span Everywhere | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | Fail |
| span Enterprise | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | Fail |
| span Home WiFi | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | Fail |
| span Mobile WiFi | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | Fail |
| span Your security & priv… | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | Fail |
| p All NETGEAR products… | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | Fail |
| u Learn More | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | Fail |
| span Smarter Networking | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | Fail |
| span for Small and Medium | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | Fail |
| span Enterprises | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | 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.
A+Landmark Structure15 landmarksPASS
AHeading Hierarchy9 headings, 1 skip(s)PASS
- H1 PoweringExtraordinary Experiences, Everywhere
- H2 Your security & privacy are our top priority
- H2 Smarter Networking for Small and Medium Enterprises
- H4 NETGEAR Enterprise skipped
- H4 NETGEAR AV
- H3 Connected Home
- H4 Experience the most powerful & advanced Orbi
- H4 WiFi 7 power. Nighthawk performance.
- H2 Three Decades of Connecting What Matters Most
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
AAlt Text Quality1 of 42 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 1 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
A+Lighthouse Accessibility AuditsScore 97/100 — 2 failing, 28 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.
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 |
|---|
Extraordinary Experiences, div.css-rg9omw > h1.chakra-heading > span.chakra-text > span.chakra-text |
These are opportunities to improve the legibility of your content.
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 |
|---|
English div.dg-app > div.dg-header > div.dg-main-language-dropdown > button.language-dropdown-trigger |