Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction2 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure2 landmarksREVIEW
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
BLink & Button Quality1 issue(s) across 22 links and 5 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://go.microsoft.com/fwlink/?LinkId=… | Privacy Statement | new tab | Add '(opens in new tab)' to text |
| https://aka.ms/3rdpartycookies | Third-Party Cookies | new tab | Add '(opens in new tab)' to text |
| / | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
/
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://go.microsoft.com/fwlink/?LinkId=521839; https://aka.ms/3rdpartycookies
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
B404 Error PageHTTP 404, custom pageREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
A+Heading Hierarchy5 headingsPASS
- H1 Create .NET apps faster with NuGet
- H2 What is NuGet?
- H3 Learn
- H3 Explore
- H3 Create
A+Alt Text QualityAll 3 images OKPASS
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #search | text | Enter packages to search | aria-label |
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 Create .NET apps fas… | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 What is NuGet? | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h3 Learn | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h3 Explore | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h3 Create | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| title NuGet Gallery … | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| p We use optional cook… | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| a Privacy Statement | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| a Third-Party Cookies | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| button Accept | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| button Reject | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| button Manage cookies | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| a Skip To Content | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| span Toggle navigation | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| span Packages | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| span Upload | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| span Statistics | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| span Documentation | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| span Downloads | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| span Blog | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | 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+Lighthouse Accessibility AuditsScore 100/100 — 1 failing, 23 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.
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 |
|---|
FAQ div.row > div.col-sm-4 > span.footer-heading > a |