Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction12 issue(s) across 47 links and 15 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | (empty) | empty | Add link text or aria-label |
| https://a16zcrypto.com | Crypto | new tab | Add '(opens in new tab)' to text |
| https://build.a16z.com/ | a16z Build | new tab | Add '(opens in new tab)' to text |
| https://jobs.a16z.com/jobs | Jobs | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/a16z | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/company/a16z | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/andreessenhorow… | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/a16z/ | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/@a16z | (empty) | empty | Add link text or aria-label |
| https://a16z.substack.com | (empty) | empty | Add link text or aria-label |
| (empty) | empty | Add link 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 |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/; https://twitter.com/a16z; https://www.linkedin.com/company/a16z; https://www.facebook.com/andreessenhorowitz; https://www.instagram.com/a16z/; https://www.youtube.com/@a16z; https://a16z.substack.com; a (#481 on page)
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://a16zcrypto.com; https://build.a16z.com/; https://jobs.a16z.com/jobs
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#header-menu-button; button#header-search-button; button#home-icon-sound; button.text-gray-400 (#469 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
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure3 landmarksREVIEW
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
BHeading Hierarchy6 headingsREVIEW
- H4 The Latest
- H4 new Why We Need Continual Learning
- H4 new The Internet is Real Life
- H4 new Applications for a16z speedrun SR007 are now open
- H4 new Prediction Markets: They Grow Up So Fast
- H3 Power User Menu
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #header-panel-search--input | search | (Search articles, podcasts, and more...) | placeholder only |
| input | search | (Type command) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search" id="header-panel-search--input">; <input type="search">
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
CFavicon & BrandingAction3 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 83/100 — 3 failing, 18 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.
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 |
|---|
div#wr25-header > div.wr25-header-navbar > div.wr25-header-navbar--inner > button#header-menu-button div#wr25-header > div.wr25-header-navbar > div.wr25-header-navbar--inner > button#header-menu-button |
div#wr25-header > div.wr25-header-navbar > div.wr25-header-navbar--inner > button#header-search-button div#wr25-header > div.wr25-header-navbar > div.wr25-header-navbar--inner > button#header-search-button |
main.wr25-main > div.min-h-[100vh] > div.w-full > button#home-icon-sound main.wr25-main > div.min-h-[100vh] > div.w-full > button#home-icon-sound |
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 |
|---|
div.wr25-header-navbar > div.wr25-header-navbar--inner > div.wr25-logo > a.logo div.wr25-header-navbar > div.wr25-header-navbar--inner > div.wr25-logo > a.logo |
div.flex > ul.flex > li > a.icon-twitter div.flex > ul.flex > li > a.icon-twitter |
div.flex > ul.flex > li > a.icon-linkedin div.flex > ul.flex > li > a.icon-linkedin |
div.flex > ul.flex > li > a.icon-facebook-a div.flex > ul.flex > li > a.icon-facebook-a |
div.flex > ul.flex > li > a.icon-instagram div.flex > ul.flex > li > a.icon-instagram |
div.flex > ul.flex > li > a.icon-youtube-alt div.flex > ul.flex > li > a.icon-youtube-alt |
div.flex > ul.flex > li > a.icon-substack div.flex > ul.flex > li > a.icon-substack |
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.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
A+Alt Text QualityNo imagesPASS
A404 Error PageHTTP 404, custom pagePASS
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 |
|---|---|---|---|---|---|
| h3 Power User Menu | 19.09:1 | 3.0:1 | #000000 | #F6F4EE | Pass |
| title Andreessen Horowitz … | 19.09:1 | 4.5:1 | #000000 | #F6F4EE | Pass |
| a Portfolio | 19.09:1 | 4.5:1 | #000000 | #F6F4EE | Pass |
| a Team | 19.09:1 | 4.5:1 | #000000 | #F6F4EE | Pass |
| button Focus Areas | 19.09:1 | 4.5:1 | #000000 | #F6F4EE | Pass |
| span Focus Areas | 19.09:1 | 4.5:1 | #000000 | #F6F4EE | Pass |
| a American Dynamism | 19.09:1 | 4.5:1 | #000000 | #F6F4EE | Pass |
| a Bio + Health | 19.09:1 | 4.5:1 | #000000 | #F6F4EE | Pass |
| a Consumer | 19.09:1 | 4.5:1 | #000000 | #F6F4EE | Pass |
| a Crypto | 19.09:1 | 4.5:1 | #000000 | #F6F4EE | Pass |
| a Cultural Leadership … | 19.09:1 | 4.5:1 | #000000 | #F6F4EE | Pass |
| a Enterprise | 19.09:1 | 4.5:1 | #000000 | #F6F4EE | Pass |
| a Fintech | 19.09:1 | 4.5:1 | #000000 | #F6F4EE | Pass |
| a Growth | 19.09:1 | 4.5:1 | #000000 | #F6F4EE | Pass |
| a Infrastructure | 19.09:1 | 4.5:1 | #000000 | #F6F4EE | Pass |
| a Perennial | 19.09:1 | 4.5:1 | #000000 | #F6F4EE | Pass |
| a Speedrun | 19.09:1 | 4.5:1 | #000000 | #F6F4EE | Pass |
| button Content | 19.09:1 | 4.5:1 | #000000 | #F6F4EE | Pass |
| span Content | 19.09:1 | 4.5:1 | #000000 | #F6F4EE | Pass |
| a News & Content | 19.09:1 | 4.5:1 | #000000 | #F6F4EE | 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.