Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction3 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
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
FAlt Text QualityAction16 of 93 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 16 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
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
F404 Error PageActionHTTP 429, custom pageFIX
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading HierarchyNo headingsREVIEW
No headings found
Headings create the document outline for screen reader navigation.
Headings (H1-H6) create the document outline for screen reader navigation.
A page with zero headings is unnavigable by assistive tech and reads as one undifferentiated wall of text.
Learn more ▾ ▴
Screen reader users navigate by jumping between H1-H6 elements. A page with no headings has no skip targets — users have to read every word linearly. Adding a heading hierarchy (one H1, then H2 sections, optional H3 subsections) makes the page skimmable for both AT and human readers.
Source: WCAG 1.3.1 / W3C WAI
CLink & Button QualityAction9 issue(s) across 79 links and 15 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /list/unglamorous-roles-of-90s-it-girls/… | (empty) | empty | Add link text or aria-label |
| /list/best-short-video-games/chris-abrah… | (empty) | empty | Add link text or aria-label |
| /list/the-first-time-michael-jackson-did… | (empty) | empty | Add link text or aria-label |
| /list/best-shows-april/danielle-seabrook | (empty) | empty | Add link text or aria-label |
| /list/protests-us-history-biggest/meliss… | (empty) | empty | Add link text or aria-label |
| /list/unglamorous-roles-of-90s-it-girls/… | (empty) | empty | Add link text or aria-label |
| /list/best-short-video-games/chris-abrah… | (empty) | empty | Add link text or aria-label |
| /list/the-first-time-michael-jackson-did… | (empty) | empty | Add link text or aria-label |
| /list/best-shows-april/danielle-seabrook | (empty) | empty | Add link text or aria-label |
| /review/justin-bieber/32489978 | More on Justin Bieber | img no alt | Add alt attribute to the image |
| /list/us-military-draft-history-explaine… | 37 ReadersThe History Of The M… | img no alt | Add alt attribute to the image |
| /list/full-circle-moments-in-movies-we-m… | 9 VotersSubtle Full Circle Mom… | img no alt | Add alt attribute to the image |
| /list/tallinn-estonia-devils-wedding/oli… | 6.4k ReadersThis Home In Eston… | img no alt | Add alt attribute to the image |
| /list/marvel-variant-covers-based-on-hip… | 743 Voters32 Marvel Hip-Hop Va… | img no alt | Add alt attribute to the image |
| /list/best-opening-themes-old-school-ani… | 575 VotersThe 20 Greatest Open… | img no alt | Add alt attribute to the image |
| https://www.google.com/preferences/sourc… | Make Ranker a preferred source | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
/list/unglamorous-roles-of-90s-it-girls/tyler-mitchell; /list/best-short-video-games/chris-abraham; /list/the-first-time-michael-jackson-did-the-moonwalk/jesse-childs; /list/best-shows-april/danielle-seabrook; /list/protests-us-history-biggest/melissa-sartore; /list/unglamorous-roles-of-90s-it-girls/tyler-mitchell; /list/best-short-video-games/chris-abraham; /list/the-first-time-michael-jackson-did-the-moonwalk/jesse-childs; /list/best-shows-april/danielle-seabrook
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.google.com/preferences/source?q=ranker.com
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
BFavicon & Branding5 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 9 fail WCAG AAREVIEW
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 |
|---|---|---|---|---|---|
| title Ranker - Lists About… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span vote on everything | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button JOIN | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div From Pop Culture to … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div 1.5 billion | 7.37:1 | 4.5:1 | #000000 | #999999 | Pass |
| div votes | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| div voters | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| div rankings | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| span Total Nerd | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| div Charlize Hits Her 'A… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| div 13 '90s 'It Girls' W… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| span poll | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| div Short And Sweet Vict… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| div The Best Games You C… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| span Michael Jackson | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div King Of The Big Scre… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div The First Time Micha… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Streaming | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Even 'Stranger Thing… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div 20 Best TV Shows To … | 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.
CLighthouse Accessibility AuditsActionScore 78/100 — 6 failing, 20 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 |
|---|
TOTAL NERD
Charlize Hits Her 'Apex'?
13 '90s 'It Girls' Who De-Glamorized For A… div.AutoCarousel_wrapper__Wzc6s > div.react-multi-carousel-list > ul.react-multi-carousel-track > li.react-multi-carousel-item |
POLL
Short And Sweet Victory
The Best Games You Can Beat In One Sitting div.AutoCarousel_wrapper__Wzc6s > div.react-multi-carousel-list > ul.react-multi-carousel-track > li.react-multi-carousel-item |
MICHAEL JACKSON
King Of The Big Screen
The First Time Michael Jackson Moonwalke… div.AutoCarousel_wrapper__Wzc6s > div.react-multi-carousel-list > ul.react-multi-carousel-track > li.react-multi-carousel-item |
STREAMING
Even 'Stranger Things'?
20 Best TV Shows To Watch In April 2026, Rank… div.AutoCarousel_wrapper__Wzc6s > div.react-multi-carousel-list > ul.react-multi-carousel-track > li.react-multi-carousel-item |
TOTAL NERD
Charlize Hits Her 'Apex'?
13 '90s 'It Girls' Who De-Glamorized For A… div.AutoCarousel_wrapper__Wzc6s > div.react-multi-carousel-list > ul.react-multi-carousel-track > li.react-multi-carousel-item |
POLL
Short And Sweet Victory
The Best Games You Can Beat In One Sitting div.AutoCarousel_wrapper__Wzc6s > div.react-multi-carousel-list > ul.react-multi-carousel-track > li.react-multi-carousel-item |
MICHAEL JACKSON
King Of The Big Screen
The First Time Michael Jackson Moonwalke… div.AutoCarousel_wrapper__Wzc6s > div.react-multi-carousel-list > ul.react-multi-carousel-track > li.react-multi-carousel-item |
STREAMING
Even 'Stranger Things'?
20 Best TV Shows To Watch In April 2026, Rank… div.AutoCarousel_wrapper__Wzc6s > div.react-multi-carousel-list > ul.react-multi-carousel-track > li.react-multi-carousel-item |
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.
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 |
|---|
Latest: Not even Mr. Met can help his team right now, it seems! div.RisingAndFalling_itemContainer__Dufgc > a.trendingitem_item___I_Hd > div.trendingitem_text__oDC_X > div.trendingitem_latestText__CT2PJ |
Latest: a.trendingitem_item___I_Hd > div.trendingitem_text__oDC_X > div.trendingitem_latestText__CT2PJ > b |
Latest: Dave Mason, co-founder of Traffic and solo artist, has died at 79. div.RisingAndFalling_itemContainer__Dufgc > a.trendingitem_item___I_Hd > div.trendingitem_text__oDC_X > div.trendingitem_latestText__CT2PJ |
Latest: a.trendingitem_item___I_Hd > div.trendingitem_text__oDC_X > div.trendingitem_latestText__CT2PJ > b |
Latest: Great soda, great song... what's not to like? div.RisingAndFalling_itemContainer__Dufgc > a.trendingitem_item___I_Hd > div.trendingitem_text__oDC_X > div.trendingitem_latestText__CT2PJ |
Latest: a.trendingitem_item___I_Hd > div.trendingitem_text__oDC_X > div.trendingitem_latestText__CT2PJ > b |
Latest: A marriage reset turns deadly in the most chaotic ways. div.RisingAndFalling_itemContainer__Dufgc > a.trendingitem_item___I_Hd > div.trendingitem_text__oDC_X > div.trendingitem_latestText__CT2PJ |
Latest: a.trendingitem_item___I_Hd > div.trendingitem_text__oDC_X > div.trendingitem_latestText__CT2PJ > b |
Latest: Mega no more, Man. div.RisingAndFalling_itemContainer__Dufgc > a.trendingitem_item___I_Hd > div.trendingitem_text__oDC_X > div.trendingitem_latestText__CT2PJ |
Latest: a.trendingitem_item___I_Hd > div.trendingitem_text__oDC_X > div.trendingitem_latestText__CT2PJ > b |
Information from your device can be used to personalize your ad experience.
Do… body.__variable_461a26 > div.adthrive-comscore > div#adthrive-ccpa-link |
Do not sell or share my personal information. body.__variable_461a26 > div.adthrive-comscore > div#adthrive-ccpa-link > a#ccpaTag |
These are opportunities to improve the legibility of your content.
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.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a > img.CarouselItemImage_image__PGRpm |
div.container_innerContainer__ZvPLT > div.RisingAndFallingHeader_main__5oPfc > div.TagWithCaret_main__WoKZX > img.TagWithCaret_caret__bHVnd div.container_innerContainer__ZvPLT > div.RisingAndFallingHeader_main__5oPfc > div.TagWithCaret_main__WoKZX > img.TagWithCaret_caret__bHVnd |
div.FeaturedNodeHeader_topContentWrapper__IXcnZ > div.FeaturedNodeHeader_textWrapper__q2mAQ > div.FeaturedNodeCaption_main__qqqDJ > img.FeaturedNodeCaption_captionCaret__yX0ss div.FeaturedNodeHeader_topContentWrapper__IXcnZ > div.FeaturedNodeHeader_textWrapper__q2mAQ > div.FeaturedNodeCaption_main__qqqDJ > img.FeaturedNodeCaption_captionCaret__yX0ss |
div.FeaturedNodeHeader_topContentWrapper__IXcnZ > div.FeaturedNodeHeader_chevronRightLinkWrapper__Brmcd > a.FeaturedNodeHeader_chevronRightLink__m6Gwi > img.FeaturedNodeHeader_chevronRight__aSvUB div.FeaturedNodeHeader_topContentWrapper__IXcnZ > div.FeaturedNodeHeader_chevronRightLinkWrapper__Brmcd > a.FeaturedNodeHeader_chevronRightLink__m6Gwi > img.FeaturedNodeHeader_chevronRight__aSvUB |
a.FeaturedNodeEditorsPick_main__IkQkC > div > div.FeaturedNodeEditorsPick_titleWrapper__s2sGK > img.FeaturedNodeEditorsPick_heartsIcon__Nfc5H a.FeaturedNodeEditorsPick_main__IkQkC > div > div.FeaturedNodeEditorsPick_titleWrapper__s2sGK > img.FeaturedNodeEditorsPick_heartsIcon__Nfc5H |
div.FeaturedNodeRankings_main__Kz6_H > div.FeaturedNodeRankings_header__tLhfV > span.FeaturedNodeRankings_arrowsContainer__xpwDu > img div.FeaturedNodeRankings_main__Kz6_H > div.FeaturedNodeRankings_header__tLhfV > span.FeaturedNodeRankings_arrowsContainer__xpwDu > img |
div.FeaturedNodeRankings_main__Kz6_H > div.FeaturedNodeRankings_header__tLhfV > span.FeaturedNodeRankings_arrowsContainer__xpwDu > img div.FeaturedNodeRankings_main__Kz6_H > div.FeaturedNodeRankings_header__tLhfV > span.FeaturedNodeRankings_arrowsContainer__xpwDu > img |
div.FeaturedNode_featured__wDDEQ > div.FeaturedNode_dataSection__dm3Tb > a.FeaturedNode_seeMoreLink__M2RPp > img.FeaturedNode_seeMoreChevron__uChz3 div.FeaturedNode_featured__wDDEQ > div.FeaturedNode_dataSection__dm3Tb > a.FeaturedNode_seeMoreLink__M2RPp > img.FeaturedNode_seeMoreChevron__uChz3 |
div.container_container__WFJ7J > div.container_innerContainer__ZvPLT > div.reranked_title__mFa5N > img.reranked_rerankIcon__V0z2M div.container_container__WFJ7J > div.container_innerContainer__ZvPLT > div.reranked_title__mFa5N > img.reranked_rerankIcon__V0z2M |
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 |
|---|
li.react-multi-carousel-item > div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a li.react-multi-carousel-item > div.CarouselItem_main___Xyp6 > div.CarouselItem_imageWrapper__Gd9k1 > a |
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
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 |
|---|
Go to slide 1 div.react-multi-carousel-list > ul.react-multi-carousel-dot-list > li.react-multi-carousel-dot > button |
Go to slide 2 div.react-multi-carousel-list > ul.react-multi-carousel-dot-list > li.react-multi-carousel-dot > button |
Go to slide 3 div.react-multi-carousel-list > ul.react-multi-carousel-dot-list > li.react-multi-carousel-dot > button |
Go to slide 4 div.react-multi-carousel-list > ul.react-multi-carousel-dot-list > li.react-multi-carousel-dot > button |
Go to slide 5 div.react-multi-carousel-list > ul.react-multi-carousel-dot-list > li.react-multi-carousel-dot > button |
Do not sell or share my personal information. body.__variable_461a26 > div.adthrive-comscore > div#adthrive-ccpa-link > a#ccpaTag |
Terms of Content Use body.__variable_461a26 > div.adthrive-comscore > div.raptive-content-terms-footer > a.raptive-content-terms-footer-link |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.