Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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 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
BHeading Hierarchy10 headingsREVIEW
- H2 Where Have All the Normal Windows Gone?
- H2 Who Will Buy This $3 Million Golden Apple?
- H2 How to Plan a City Hall Wedding
- H3 The Latest
- H3 Most Popular
- H2 On The Market
- H2 Best of New York
- H2 Cityscape
- H2 Design Hunting
- H2 The Real Estate
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
BLink & Button Quality2 issue(s) across 118 links and 14 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://nymag.com | (empty) | empty | Add link text or aria-label |
| / | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://nymag.com; /
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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction7 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 88/100 — 3 failing, 21 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
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 |
|---|
body.layout-simple > main.main > div.collection-articles-lede_curbed-homepage > a.show-more body.layout-simple > main.main > div.collection-articles-lede_curbed-homepage > a.show-more |
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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
UNDER A MILLION
A Jackson Heights Two-Bedroom With a Private Elevator for $815,… main.main > div.collection-articles_curbed-secondary > div.list-wrapper > ul.collection-articles-wrapper |
ON THE MARKET
The Brooklyn Heights ‘Spite’ House Is for Sale
LISTINGS EDIT
This… main.main > div.collection-articles_market > div.list-wrapper > ul.collection-articles-wrapper |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
UNDER A MILLION
A Jackson Heights Two-Bedroom With a Private Elevator for $815,… div.list-wrapper > ul.collection-articles-wrapper > div.collection-articles-column > li.feed-item |
UNDER A MILLION
A Clinton Hill One-Bedroom With a Lovely Roof-Deck for $799,000… div.list-wrapper > ul.collection-articles-wrapper > div.collection-articles-column > li.feed-item |
THE YESTERYEAR ISSUE
‘I Became the Most-Wanted Graffiti Artist in New York’ Lee… div.list-wrapper > ul.collection-articles-wrapper > div.collection-articles-column > li.feed-item |
WORKING ARRANGEMENTS
The Bar That’s an Office 4 Days a Week The Francis Kite Cl… div.list-wrapper > ul.collection-articles-wrapper > div.collection-articles-column > li.feed-item |
ON THE MARKET
The Brooklyn Heights ‘Spite’ House Is for Sale div.list-wrapper > ul.collection-articles-wrapper > div.market-feed-section-container > li.feed-item |
div.list-wrapper > ul.collection-articles-wrapper > div.market-feed-section-container > li.feed-ad-container div.list-wrapper > ul.collection-articles-wrapper > div.market-feed-section-container > li.feed-ad-container |
LISTINGS EDIT
This Week’s Worth-It New York City Apartment Listings div.list-wrapper > ul.collection-articles-wrapper > div.market-feed-section-container > li.feed-item |
LANGUISHING
Lorna Simpson Can’t Find a Buyer for Her Ultramodern Fort Greene Ho… div.list-wrapper > ul.collection-articles-wrapper > div.market-feed-section-container > li.feed-item |
div.list-wrapper > ul.collection-articles-wrapper > div.market-feed-section-container > li.feed-ad-container div.list-wrapper > ul.collection-articles-wrapper > div.market-feed-section-container > li.feed-ad-container |
WHO’S SELLING
The Poet’s House on Wyckoff Street div.list-wrapper > ul.collection-articles-wrapper > div.market-feed-section-container > li.feed-item |
div.list-wrapper > ul.collection-articles-wrapper > div.market-feed-section-container > li.feed-ad-container div.list-wrapper > ul.collection-articles-wrapper > div.market-feed-section-container > li.feed-ad-container |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
A+Alt Text QualityAll 31 images OKPASS
A+Form AccessibilityNo form controlsPASS
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 |
|---|---|---|---|---|---|
| h2 Where Have All the N… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Who Will Buy This $3… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 How to Plan a City H… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 The Latest | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Most Popular | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Curbed | A site for … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Intelligencer | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a The Cut | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Vulture | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a The Strategist | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Curbed | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Grub Street | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Magazine | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Subscribe to the Mag… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Give a Gift Subscrip… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Buy Back Issues | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Current Issue Conten… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| em New York | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Shop | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Subscribe | 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.