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 Structure21 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
CAlt Text QualityAction42 of 119 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 42 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
CLink & Button QualityAction3 issue(s) across 267 links and 21 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://nymag.com | (empty) | empty | Add link text or aria-label |
| //www.vulture.com | (empty) | empty | Add link text or aria-label |
| https://www.vulture.com/tv-recaps/ | (empty) | empty | Add link text or aria-label |
| https://www.vulture.com/promo/sign-up-fo… | Sign up here. | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://nymag.com; //www.vulture.com; https://www.vulture.com/tv-recaps/
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://www.vulture.com/promo/sign-up-for-streamliner.html?itm_source=vsitepr…
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
CFavicon & BrandingAction7 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 82/100 — 5 failing, 23 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.
ARIA
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
div.container-sidebar > section.latest-feed_vulture-homepage > div.tabs > a#News-feed-title div.container-sidebar > section.latest-feed_vulture-homepage > div.tabs > a#News-feed-title |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.article-wrap > div.article-img-wrapper > picture > img.article-img div.article-wrap > div.article-img-wrapper > picture > img.article-img |
div.article-wrap > div.article-img-wrapper > picture > img.article-img div.article-wrap > div.article-img-wrapper > picture > img.article-img |
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.container-main > div.tv-recap-feed > div.read-more-wrapper > a.read-more-image div.container-main > div.tv-recap-feed > div.read-more-wrapper > a.read-more-image |
div.container-rail > div.container-main > div.collection-articles_4-upcircles > a.title-image-link div.container-rail > div.container-main > div.collection-articles_4-upcircles > a.title-image-link |
main.main > section.container-section > header.container-section-header > a.logo-wrapper main.main > section.container-section > header.container-section-header > a.logo-wrapper |
main.main > section.container-section > header.container-section-header > a.logo-wrapper main.main > section.container-section > header.container-section-header > a.logo-wrapper |
main.main > section.container-section > header.container-section-header > a.logo-wrapper main.main > section.container-section > header.container-section-header > a.logo-wrapper |
main.main > section.container-section > header.container-section-header > a.logo-wrapper main.main > section.container-section > header.container-section-header > a.logo-wrapper |
main.main > section.container-section > header.container-section-header > a.logo-wrapper main.main > section.container-section > header.container-section-header > a.logo-wrapper |
main.main > section.container-section > header.container-section-header > a.logo-wrapper main.main > section.container-section > header.container-section-header > a.logo-wrapper |
main.main > section.container-section > header.container-section-header > a.logo-wrapper main.main > section.container-section > header.container-section-header > a.logo-wrapper |
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 |
|---|
BOOK REVIEW
Making Girls Made Lena Dunham Sick
Her second book is her first wor… div.container-section-main > div.collection-articles_vulture-carousel > div.list-wrapper > ul.collection-articles-wrapper |
THE YESTERYEAR ISSUE
Jerry Saltz’s ’90s Slideshow
“I knew nothing about photogr… div.container-section-main > div.collection-articles_vulture-carousel > 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 |
|---|
THE VOICE OF A GENERATION
All the Gossip From Lena Dunham’s Famesick div.list-wrapper > ul.collection-articles-wrapper > div.carousel-stories-container > li.feed-item |
CHAPTERS
‘He Was Genius About Sex’ div.list-wrapper > ul.collection-articles-wrapper > div.carousel-stories-container > li.feed-item |
SECRET IDENTITY
It Would Be Crazy If Your Brain Doctor Wrote The Housemaid div.list-wrapper > ul.collection-articles-wrapper > div.carousel-stories-container > li.feed-item |
WELL READ
Behold: The National Book Foundation’s ‘5 Under 35’ div.list-wrapper > ul.collection-articles-wrapper > div.carousel-stories-container > li.feed-item |
THE YESTERYEAR ISSUE
Jerry Saltz’s ’90s Art World div.list-wrapper > ul.collection-articles-wrapper > div.carousel-stories-container > li.feed-item |
2026 PREVIEW
10 Art Shows We Can’t Wait to See in 2026 div.list-wrapper > ul.collection-articles-wrapper > div.carousel-stories-container > li.feed-item |
ART REVIEW
The Crazed Cataclysms of Nicole Eisenman div.list-wrapper > ul.collection-articles-wrapper > div.carousel-stories-container > li.feed-item |
FURNITURE
Bianca Censori Made Some Medical Sex-Dungeon Furniture div.list-wrapper > ul.collection-articles-wrapper > div.carousel-stories-container > li.feed-item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
A+Heading Hierarchy30 headingsPASS
- H1 (empty)
- H2 Hot Topics:
- H2 ‘Do You Think Donald Trump Could Make Peace With New Order?’
- H2 The Breakout Stars Who Won Coachella
- H2 What Felicia Day Watches (and Reads) With Her Daughter
- H2 Schmigadoon! Brings Its Inside Jokes to Its Ancestral Home
- H2 Cinematrix Can you name a Ken Jeong movie that begins with F-T?
- H2 Telematrix Can you name a network TV show starring Mariska Hargitay?
- H2 10x10 11-Across, Nine Letters: Savory pastries shilled by Emma Hernan
- H3 The Feed
- H2 Latest The Feed
- H3 Most Popular
- H2 Interview
- H2 TV Recaps
- H2 Watch Easier Streamliner is a regularly updated overview of the best movies, TV shows, and original series for you to enjoy on the services of your choice. Sign up her
- H2 Streamliner
- H2 Vulture Lists
- H2 Features
- H2 Movies
- H2 Not All the Jacksons Wanted to Be in Michael
- H2 TV
- H2 West Wilson Knows ‘My Actions Have Hurt People That I Care About’
- H2 Music
- H2 Megan Thee Stallion Denied a Permanent Injunction Against Milagro Cooper
- H2 Comedy
- H2 The Street Fighter Movie Is Good, Actually
- H2 Theater
- H2 Fallen Angels Makes a Great Case for Irrelevance
- H2 Books
- H2 Art
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| q | text | 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 |
|---|---|---|---|---|---|
| h2 Hot Topics: | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 ‘Do You Think Dona… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 The Breakout Stars W… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 What Felicia Day Wat… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Brings Its Inside Jo… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Latest The Feed | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Interview | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 TV Recaps | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Movies | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Not All the Jacksons… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 West Wilson Knows … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Music | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Megan Thee Stallion … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Comedy | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 The | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Movie Is Good, Actua… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Theater | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Makes a Great Case f… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Books | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Art | 21.00:1 | 3.0: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.