Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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.
DFavicon & BrandingAction2 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DPrint StylesheetActionNo print stylesFIX
BLink & Button Quality1 issue(s) across 132 links and 26 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 |
| https://aka.ms/MS_Build_FY26_dotnet | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Ms Build Fy26 Dotnet | |||
| https://www.techempower.com/benchmarks/#… | TechEmpower benchmarks | new tab | Add '(opens in new tab)' to text |
| https://www.techempower.com/benchmarks/#… | TechEmpower Round 23 | new tab | Add '(opens in new tab)' to text |
| https://stackoverflow.com/questions/tagg… | Stack Overflow | new tab | Add '(opens in new tab)' to text |
| https://learn.microsoft.com/answers/prod… | Microsoft Q&A | new tab | Add '(opens in new tab)' to text |
| https://azure.microsoft.com/services/app… | Host for free with Azure | new tab | Add '(opens in new tab)' to text |
| https://learn.microsoft.com/dotnet/archi… | View on the web | new tab | Add '(opens in new tab)' to text |
| https://learn.microsoft.com/dotnet/archi… | View on the web | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/dotnet | YouTube | new tab | Add '(opens in new tab)' to text |
| https://x.com/dotnet | X | new tab | Add '(opens in new tab)' to text |
| https://github.com/dotnet?WT.mc_id=dotne… | Github | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/groups/40949/ | new tab | Add '(opens in new tab)' to text | |
| https://tiktok.com/@dotnetdevelopers | TikTok | new tab | Add '(opens in new tab)' to text |
| https://threads.net/@dotnet.developers | Threads | new tab | Add '(opens in new tab)' to text |
| https://bsky.app/profile/dot.net | Bluesky | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
https://aka.ms/MS_Build_FY26_dotnet ("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
Add '(opens in new tab)' to link text or aria-label.
https://go.microsoft.com/fwlink/?LinkId=521839; https://aka.ms/3rdpartycookies; https://www.techempower.com/benchmarks/#hw=ph&test=json; https://www.techempower.com/benchmarks/#section=data-r23&test=json; https://stackoverflow.com/questions/tagged/.net?sort=frequent; https://learn.microsoft.com/answers/products/dotnet?WT.mc_id=dotnet-35129-web…; https://azure.microsoft.com/services/app-service/web/?WT.mc_id=dotnet-35129-w…; https://learn.microsoft.com/dotnet/architecture/blazor-for-web-forms-develope…; https://learn.microsoft.com/dotnet/architecture/modern-web-apps-azure/?WT.mc_…; https://www.youtube.com/dotnet (+6 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
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
ALandmark Structure9 landmarksPASS
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
A+Heading Hierarchy17 headingsPASS
- H1 ASP.NET Core
- H2 Build web apps fast with one stack
- H2 Web Apps
- H2 APIs
- H2 Real-time
- H2 Artificial Intelligence and ML
- H2 What is ASP.NET Core?
- H2 Learn ASP.NET Core
- H2 Fast and scalable
- H2 Build secure apps
- H2 Active community and open-source
- H2 Free hosting on Azure
- H2 You may also be interested in these free e-books
- H3 Blazor e-book
- H3 ASP.NET Core architecture e-book
- H3 Azure quick start e-book
- H2 Ready to get started?
A+Alt Text QualityAll 16 images OKPASS
| Issue | Count |
|---|---|
| too long | 2 image(s) |
AForm Accessibility1 of 2 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #culture-options | select | Change language | aria-label |
| q | search | (Search or ask a question) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search" name="q">
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 ASP.NET Core | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Build web apps fast … | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Web Apps | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 APIs | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Real-time | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Artificial Intellige… | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 What is ASP.NET Core… | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Learn ASP.NET Core | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Fast and scalable | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Build secure apps | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Active community and… | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Free hosting on Azur… | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 You may also be inte… | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Ready to get started… | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h3 Blazor e-book | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h3 ASP.NET Core archite… | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h3 Azure quick start e-… | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| title ASP.NET Core, an ope… | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| a Skip to main content | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| p We use optional cook… | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | 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 97/100 — 1 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.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Download PDF div.col-lg-4 > ul.mt-auto > li > a#ebook-blazor-for-web-forms-devs-pdf |
View on the web div.col-lg-4 > ul.mt-auto > li > a#ebook-blazor-for-web-forms-devs-web |
Download PDF div.col-lg-4 > ul.mt-auto > li > a#ebook-aspnet-pdf |
View on the web div.col-lg-4 > ul.mt-auto > li > a#ebook-aspnet-web |
Powered by .NET 10.0.7 nav.uhf-footer-menu > ul > li > a#uhf-Powered by .NET 10.0.7 |
Contact Microsoft nav.uhf-footer-menu > ul > li > a#uhf-Contact Microsoft |
Support nav.uhf-footer-menu > ul > li > a#uhf-Support |
Privacy & Cookies nav.uhf-footer-menu > ul > li > a#uhf-Privacy & Cookies |
Manage cookies nav.uhf-footer-menu > ul > li > a#uhf-Manage cookies |
Terms of Use nav.uhf-footer-menu > ul > li > a#uhf-Terms of Use |
Trademarks nav.uhf-footer-menu > ul > li > a#uhf-Trademarks |
These items highlight common accessibility best practices.