Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction17 landmarksFIX
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
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
FLink & Button QualityAction18 issue(s) across 264 links and 43 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | (empty) | empty | Add link text or aria-label |
| / | (empty) | empty | Add link text or aria-label |
| / | (empty) | empty | Add link text or aria-label |
| / | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/indiewire/ | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/IndieWire | X | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/indiewire/?hl=… | .st0{fill-rule:evenodd;clip-ru… | new tab | Add '(opens in new tab)' to text |
| https://www.pinterest.com/indiewire/ | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/indiewire | YouTube | new tab | Add '(opens in new tab)' to text |
| https://pmc.com/terms-of-use | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://pmc.com/privacy-policy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://policies.google.com/privacy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://policies.google.com/terms | Terms of Service | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/indiewire/ | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/IndieWire | X | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/indiewire/?hl=… | .st0{fill-rule:evenodd;clip-ru… | new tab | Add '(opens in new tab)' to text |
| https://www.pinterest.com/indiewire/ | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/indiewire | YouTube | new tab | Add '(opens in new tab)' to text |
| <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 |
| <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 |
| <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 |
| <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.
/; /; /; /
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.facebook.com/indiewire/; https://twitter.com/IndieWire; https://www.instagram.com/indiewire/?hl=en; https://www.pinterest.com/indiewire/; https://www.youtube.com/indiewire; https://pmc.com/terms-of-use; https://pmc.com/privacy-policy; https://policies.google.com/privacy; https://policies.google.com/terms; https://www.facebook.com/indiewire/ (+4 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
Icon-only buttons need an aria-label so screen readers can announce them.
button._inner_1tc6x_1 (#253 on page); button._inner_1tc6x_1 (#258 on page); button._inner_1tc6x_1 (#304 on page); button._inner_1tc6x_1 (#422 on page); button._inner_1tc6x_1 (#478 on page); button._inner_1tc6x_1 (#510 on page); button._inner_1tc6x_1 (#558 on page); button._inner_1tc6x_1 (#606 on page); button._inner_1tc6x_1 (#634 on page); button._inner_1tc6x_1 (#662 on page) (+4 more)
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
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy3 headingsREVIEW
- H2 Latest News
- H2 Most Popular
- H2 You may also like
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
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding4 icon(s) detectedREVIEW
CWeb ManifestActionValid manifestREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 6 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
2 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 Latest News | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Most Popular | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 You may also like | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title IndieWire – The Vo… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Got a Tip? | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Newsletters | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Open Menu | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Close | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
| a News | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
| a Film | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
| a Awards | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Video | 1.92:1 | 4.5:1 | #000000 | #023F69 | Fail |
| a Future of Filmmaking | 2.40:1 | 4.5:1 | #000000 | #194F71 | Fail |
| a Toolkit | 2.84:1 | 4.5:1 | #000000 | #245B77 | Fail |
| span Open Search | 1.79:1 | 4.5:1 | #000000 | #053C57 | Fail |
| span Close | 1.44:1 | 4.5:1 | #000000 | #022B49 | Fail |
| a News | 1.12:1 | 4.5:1 | #000000 | #02112B | Fail |
| a Film | 4.52:1 | 4.5:1 | #000000 | #677688 | Pass |
| a Awards | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Video | 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.
AAlt Text QualityAll 47 images OKPASS
| Issue | Count |
|---|---|
| too long | 11 image(s) |
A+Form AccessibilityAll 7 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| s | search | Search for: | none |
| input | submit | Search | aria-label |
| s | search | Search for: | none |
| input | submit | Search | aria-label |
| #nova-newsletter-email-input-69e7f9c98cf2a7.36932066 | Email address to subscribe to newsletter. | for/id | |
| #nova-newsletter-email-input-69e7f9c9a4cd00.54971126 | Email address to subscribe to newsletter. | for/id | |
| #nova-newsletter-email-input-69e7f9c98eb7f6.48799543 | Email address to subscribe to newsletter. | for/id |
ALighthouse Accessibility AuditsScore 93/100 — 2 failing, 28 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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
IndieWire is a part of Penske Media Corporation. © 2026 IndieWire Media, LLC. A… div._footerWrapper_1o0kf_1 > div._footerCopyright_akspj_1 > div._inner_akspj_1 > div._text_y7yck_1 |
List of Partners (vendors) div.ot-dpd-container > div.ot-dpd-content > p.ot-dpd-desc > button.ot-link-btn |
These are opportunities to improve the legibility of your content.
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 |
|---|
div._headerMobile_1bjnv_1 > div._inner_1bjnv_1 > div._logo_1bjnv_1 > a div._headerMobile_1bjnv_1 > div._inner_1bjnv_1 > div._logo_1bjnv_1 > a |
ul._list_hgv74_1 > li > div._button_1tc6x_1 > a._inner_1tc6x_1 ul._list_hgv74_1 > li > div._button_1tc6x_1 > a._inner_1tc6x_1 |
ul._list_hgv74_1 > li > div._button_1tc6x_1 > a._inner_1tc6x_1 ul._list_hgv74_1 > li > div._button_1tc6x_1 > a._inner_1tc6x_1 |
ul._list_hgv74_1 > li > div._button_1tc6x_1 > a._inner_1tc6x_1 ul._list_hgv74_1 > li > div._button_1tc6x_1 > a._inner_1tc6x_1 |
ul._list_hgv74_1 > li > div._button_1tc6x_1 > a._inner_1tc6x_1 ul._list_hgv74_1 > li > div._button_1tc6x_1 > a._inner_1tc6x_1 |
ul._list_hgv74_1 > li > div._button_1tc6x_1 > a._inner_1tc6x_1 ul._list_hgv74_1 > li > div._button_1tc6x_1 > a._inner_1tc6x_1 |
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.