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 21 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
FLink & Button QualityAction25 issue(s) across 135 links and 70 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.fandom.com/terms-of-service-… | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://www.fandom.com/privacy-policy-pp… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| /streaming/netflix/ | What to Watch on Netflix | img no alt | Add alt attribute to the image |
| /streaming/prime-video/ | What to Watch on Amazon Prime | img no alt | Add alt attribute to the image |
| /streaming/hulu/ | What to Watch on Hulu | img no alt | Add alt attribute to the image |
| /streaming/max/ | What to Watch on HBO Max | img no alt | Add alt attribute to the image |
| https://www.metacritic.com/movie/the-hou… | 65 Metascore | new tab | Add '(opens in new tab)' to text |
| https://www.metacritic.com/movie/the-dev… | 62 Metascore | new tab | Add '(opens in new tab)' to text |
| https://www.metacritic.com/movie/practic… | 47 Metascore | new tab | Add '(opens in new tab)' to text |
| https://www.metacritic.com/movie/dust-bu… | 73 Metascore | new tab | Add '(opens in new tab)' to text |
| https://www.metacritic.com/movie/the-run… | 56 Metascore | new tab | Add '(opens in new tab)' to text |
| https://www.metacritic.com/movie/the-con… | 54 Metascore | new tab | Add '(opens in new tab)' to text |
| https://www.justwatch.com | (empty) | empty | Add link text or aria-label |
| https://www.metacritic.com/tv/from?ftag=… | 63 Metascore | new tab | Add '(opens in new tab)' to text |
| https://www.metacritic.com/tv/euphoria?f… | 65 Metascore | new tab | Add '(opens in new tab)' to text |
| https://www.metacritic.com/tv/the-pitt?f… | 85 Metascore | new tab | Add '(opens in new tab)' to text |
| https://www.metacritic.com/tv/margos-got… | 79 Metascore | new tab | Add '(opens in new tab)' to text |
| https://www.metacritic.com/tv/beef?ftag=… | 82 Metascore | new tab | Add '(opens in new tab)' to text |
| https://www.metacritic.com/tv/invincible… | 77 Metascore | new tab | Add '(opens in new tab)' to text |
| https://www.justwatch.com | (empty) | empty | Add link text or aria-label |
| / | (empty) | empty | Add link text or aria-label |
| https://www.fandom.com/privacy-policy-pp… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.fandom.com/terms-of-service-… | Terms of Use | new tab | Add '(opens in new tab)' to text |
| Cookie Settings | new tab | Add '(opens in new tab)' to text | |
| https://itunes.apple.com/us/app/id333647… | App Store | new tab | Add '(opens in new tab)' to text |
| https://play.google.com/store/apps/detai… | Google Play | new tab | Add '(opens in new tab)' to text |
| http://www.facebook.com/tvguide | (empty) | empty | Add link text or aria-label |
| http://www.twitter.com/tvguide | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/tvguide | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/tvguide/ | (empty) | empty | Add link text or aria-label |
| http://www.flipboard.com/@tvguide | (empty) | empty | Add link text or aria-label |
| https://www.fandom.com/privacy-policy-pp… | More information about your pr… | new tab | Add '(opens in new tab)' to text |
| https://www.fandom.com/privacy-policy-pp… | More information about your pr… | new tab | Add '(opens in new tab)' to text |
| https://www.onetrust.com/products/cookie… | Powered by OneTrust Opens in a… | 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 |
| <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://www.justwatch.com; https://www.justwatch.com; /; http://www.facebook.com/tvguide; http://www.twitter.com/tvguide; https://www.youtube.com/tvguide; https://www.instagram.com/tvguide/; http://www.flipboard.com/@tvguide
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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/streaming/netflix/"]; a[href="/streaming/prime-video/"]; a[href="/streaming/hulu/"]; a[href="/streaming/max/"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.fandom.com/terms-of-service-pp1; https://www.fandom.com/privacy-policy-pp1; https://www.metacritic.com/movie/the-housemaid-2025?ftag=MCD-06-10aaa0f; https://www.metacritic.com/movie/the-devil-wears-prada?ftag=MCD-06-10aaa0f; https://www.metacritic.com/movie/practical-magic?ftag=MCD-06-10aaa0f; https://www.metacritic.com/movie/dust-bunny?ftag=MCD-06-10aaa0f; https://www.metacritic.com/movie/the-running-man-2025?ftag=MCD-06-10aaa0f; https://www.metacritic.com/movie/the-conjuring-last-rites?ftag=MCD-06-10aaa0f; https://www.metacritic.com/tv/from?ftag=MCD-06-10aaa0f; https://www.metacritic.com/tv/euphoria?ftag=MCD-06-10aaa0f (+12 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.c-siteMenu_button (#348 on page); button.c-tvListingsSettingsButton (#1276 on page); button (#1342 on page); button (#1356 on page); button (#1370 on page); button (#1380 on page); button (#1394 on page); button (#1408 on page); button (#1426 on page); button (#1608 on page) (+7 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
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
BHeading Hierarchy90 headings, 1 skip(s)REVIEW
- H1 Half Man Review: Richard Gadd's Baby Reindeer Follow-Up Is a Startling Portrait of Masculinity
- H2 All the New Netflix Shows and Movies Coming in May
- H2 Everything To Know About Dexter: Resurrection Season 2
- H3 TV and Movie Recommendations
- H4 New Netflix Shows and Movies in April 2026
- H4 New Netflix Shows and Movies in May 2026
- H4 The 58 Best Shows on Netflix Right Now (April 2026)
- H4 The 60 Best Movies on Netflix Right Now (April 2026)
- H4 The 51 Best Shows and Movies on Apple TV Right Now (April 2026)
- H4 The 14 Best Movies to Watch on Peacock Right Now (April 2026)
- H4 The 46 Best Shows on Peacock Right Now (April 2026)
- H4 New Hulu TV Shows and Movies in April 2026
- H3 Latest TV News
- H4 Dexter: Resurrection Season 2: New Cast, Storylines, and Everything Else We Know So Far
- H4 Interview with the Vampire Season 3: Cast, Trailer, and Everything to Know About The Vampire Lestat
- H4 Everything To Know About Paradise Season 3
- H4 Everything We Know About Netflix's Romance Drama This Summer Will Be Different
- H4 The X-Files Reboot: Everything To Know About Ryan Coogler's Hulu Pilot
- H4 Beef Season 2's Matthew Kim Unpacks That Exchange Between Woosh and Youn Yuh-Jung's Chairwoman Park
- H4 Shōgun Season 2: Latest News, Cast, and Everything Else to Know
- H4 Big Little Lies: Where the Heck Is Season 3?
- H3 TV and Movie Reviews
- H4 Half Man Review: Richard Gadd's Baby Reindeer Follow-Up Is a Startling Portrait of Masculinity
- H4 Beef Season 2 Review: Oscar Isaac and Carey Mulligan Are TV's Next Great Hell Marriage
- H4 Margo's Got Money Troubles Review: Elle Fanning Stars in a Non-Sexualized Show About Sex Work
- H4 Euphoria Season 3 Review: HBO's Bleakly Provocative Drama Can't Escape Bad Habits
- H4 The Audacity Review: AMC's Silicon Valley-Set Dark Comedy Bites Off More Than It Can Chew
- H4 The Testaments Is a Worthy, Relevant Follow-Up to The Handmaid's Tale
- H4 Paradise Season 2 Was a Stunning Emotional Drama but a Frustrating Sci-Fi Mystery
- H4 The Madison Review: Taylor Sheridan's Emotional Family Drama Feels Like a Rough Draft
- H3 Popular Movies See all movies
- H3 The Housemaid
- H3 The Devil Wears Prada
- H3 Practical Magic
- H3 Dust Bunny
- H3 The Running Man
- H3 The Conjuring: Last Rites
- H3 Popular Shows See all shows
- H3 From
- H3 Euphoria
- H3 The Pitt
- H3 Margo's Got Money Troubles
- H3 Beef
- H3 Invincible
- H3 TV and Streaming Deals
- H4 NBA League Pass Just Dropped a Massive Deal You Don't Want to Miss
- H4 Exclusive: Crunchyroll Releases Limited Edition Assassination Classroom Set
- H4 Amazon Drops Massive Fallout Season 2 Merch Wave
- H4 Limited-Edition Jack & Sally Echo Dots Are Over 30% Off Right Now
- H4 Save Big on Streaming: Verizon Slashes Prices on HBO Max and Netflix
- H4 Get 20% Off Everything at BaubleBar: Earrings, Necklaces, and More
- H4 UFC Is a Stream Away: Every Fight Lands on Paramount+
- H4 13 Stranger Things Funko Pop! Figures to Celebrate the Final Season
- H3 Streaming Service Reviews and Guides
- H4 How to Watch Spectrum SportsNet Without Cable in 2026
- H4 How to Watch SportsNet NY Without Cable in 2026
- H4 How to Watch YES Network Without Cable in 2026
- H4 How to Watch Monumental Sports Network Without Cable in 2026
- H1 (empty)
- H4 My Services skipped
- H2 We Care About Your Privacy
- H3 We and our partners process data to provide:
- H2 About Your Privacy
- H3 Manage Consent Preferences
- H4 Social Media Cookies
- H4 Targeting Cookies
- H4 Strictly Necessary Cookies
- H4 Functional Cookies
- H4 Performance Cookies
- H4 Store and/or access information on a device 533 partners can use this purpose
- H4 Personalised advertising and content, advertising and content measurement, audience research and services development 652 partners can use this purpose
- H5 Use limited data to select advertising 511 partners can use this purpose
- H5 Create profiles for personalised advertising 409 partners can use this purpose
- H5 Use profiles to select personalised advertising 410 partners can use this purpose
- H5 Create profiles to personalise content 152 partners can use this purpose
- H5 Use profiles to select personalised content 137 partners can use this purpose
- H5 Measure advertising performance 600 partners can use this purpose
- H5 Measure content performance 235 partners can use this purpose
- H5 Understand audiences through statistics or combinations of data from different sources 372 partners can use this purpose
- H5 Develop and improve services 441 partners can use this purpose
- H5 Use limited data to select content 116 partners can use this purpose
- H4 Use precise geolocation data 193 partners can use this special feature
- H4 Actively scan device characteristics for identification 103 partners can use this special feature
- H4 Ensure security, prevent and detect fraud, and fix errors 425 partners can use this special purpose
- H4 Deliver and present advertising and content 418 partners can use this special purpose
- H4 Match and combine data from other data sources 304 partners can use this feature
- H4 Link different devices 253 partners can use this feature
- H4 Identify devices based on information transmitted automatically 380 partners can use this feature
- H4 Save and communicate privacy choices 345 partners can use this special purpose
- H3 Cookie List
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction4 icon(s) detectedREVIEW
BColor Contrast (Screenshot)20 text elements analyzed, 0 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 |
|---|---|---|---|---|---|
| h1 Half Man Review: Ric… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 All the New Netflix … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Everything To Know A… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 We Care About Your P… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 About Your Privacy | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 We and our partners … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Manage Consent Prefe… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Cookie List | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title TV Guide, TV Listing… | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| span Close Ad | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| p Join or Sign In | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| p Sign in to customize… | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| span Continue with Facebo… | 12.94:1 | 4.5:1 | #000000 | #CBCBCB | Pass |
| span Continue with email | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p By joining TV Guide,… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Terms of Use | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p and acknowledge the … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Privacy Policy | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Discover what to wat… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Get recommendations … | 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.
BLighthouse Accessibility AuditsScore 80/100 — 6 failing, 25 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
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Get App div.c-siteHeader_container_wrapper > div.c-siteHeader_container-desktop > div.c-siteHeader_container_button > div.c-siteHeaderLogin |
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
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.c-siteHeader_container > div.c-siteHeader_container_wrapper > div.c-siteHeader_container-desktop > button.c-siteMenu_button div.c-siteHeader_container > div.c-siteHeader_container_wrapper > div.c-siteHeader_container-desktop > button.c-siteMenu_button |
footer.c-siteFooter > div > div.c-tvListingsPickerProvider > button.c-tvListingsSettingsButton footer.c-siteFooter > div > div.c-tvListingsPickerProvider > button.c-tvListingsSettingsButton |
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.c-homeTopPromo_inner > div.c-homeTopPromo_links > a > img div.c-homeTopPromo_inner > div.c-homeTopPromo_links > a > img |
div.c-homeTopPromo_inner > div.c-homeTopPromo_links > a.g-outer-spacing-left-small > img.c-homeTopPromo_prime div.c-homeTopPromo_inner > div.c-homeTopPromo_links > a.g-outer-spacing-left-small > img.c-homeTopPromo_prime |
div.c-homeTopPromo_inner > div.c-homeTopPromo_links > a.g-outer-spacing-left-small > img div.c-homeTopPromo_inner > div.c-homeTopPromo_links > a.g-outer-spacing-left-small > img |
div.c-homeTopPromo_inner > div.c-homeTopPromo_links > a.g-outer-spacing-left-small > img div.c-homeTopPromo_inner > div.c-homeTopPromo_links > a.g-outer-spacing-left-small > img |
div.u-float-right > div > picture.c-cmsImage > img div.u-float-right > div > picture.c-cmsImage > img |
div.u-float-right > div > picture.c-cmsImage > img div.u-float-right > div > picture.c-cmsImage > img |
div.u-float-right > div > picture.c-cmsImage > img div.u-float-right > div > picture.c-cmsImage > img |
div.u-float-right > div > picture.c-cmsImage > img div.u-float-right > div > picture.c-cmsImage > img |
div.u-float-right > div > picture.c-cmsImage > img div.u-float-right > div > picture.c-cmsImage > img |
div.u-float-right > div > picture.c-cmsImage > img div.u-float-right > div > picture.c-cmsImage > img |
div.u-float-right > div > picture.c-cmsImage > img div.u-float-right > div > picture.c-cmsImage > img |
div.u-float-right > div > picture.c-cmsImage > img div.u-float-right > div > picture.c-cmsImage > img |
div.u-float-right > div > picture.c-cmsImage > img div.u-float-right > div > picture.c-cmsImage > img |
div.u-float-right > div > picture.c-cmsImage > img div.u-float-right > div > picture.c-cmsImage > img |
div.u-float-right > div > picture.c-cmsImage > img div.u-float-right > div > picture.c-cmsImage > img |
div.u-float-right > div > picture.c-cmsImage > img div.u-float-right > div > picture.c-cmsImage > 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 > div.c-listingFinderCards > div.c-listingFinderCardsJustWatchLogo > a div > div.c-listingFinderCards > div.c-listingFinderCardsJustWatchLogo > a |
div > div.c-listingFinderCards > div.c-listingFinderCardsJustWatchLogo > a div > div.c-listingFinderCards > div.c-listingFinderCardsJustWatchLogo > a |
div.c-siteFooter_app > div.u-flexbox > div.c-siteLogo > a.nuxt-link-exact-active div.c-siteFooter_app > div.u-flexbox > div.c-siteLogo > a.nuxt-link-exact-active |
div.c-socialSharebar > ul.c-socialSharebar_container > li.c-socialSharebar_button > a div.c-socialSharebar > ul.c-socialSharebar_container > li.c-socialSharebar_button > a |
div.c-socialSharebar > ul.c-socialSharebar_container > li.c-socialSharebar_button > a div.c-socialSharebar > ul.c-socialSharebar_container > li.c-socialSharebar_button > a |
div.c-socialSharebar > ul.c-socialSharebar_container > li.c-socialSharebar_button > a div.c-socialSharebar > ul.c-socialSharebar_container > li.c-socialSharebar_button > a |
div.c-socialSharebar > ul.c-socialSharebar_container > li.c-socialSharebar_button > a div.c-socialSharebar > ul.c-socialSharebar_container > li.c-socialSharebar_button > a |
div.c-socialSharebar > ul.c-socialSharebar_container > li.c-socialSharebar_button > a div.c-socialSharebar > ul.c-socialSharebar_container > li.c-socialSharebar_button > 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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Kat Moon div.c-listingMixedStories_meta > div.c-globalMetaAuthorAndDate > span.c-globalMetaAuthorAndDate_author > a.c-globalMetaAuthorAndDate_authorLink |
Phil Owen div.c-listingMixedStories_meta > div.c-globalMetaAuthorAndDate > span.c-globalMetaAuthorAndDate_author > a.c-globalMetaAuthorAndDate_authorLink |
Kat Moon div.c-listingMixedStories_meta > div.c-globalMetaAuthorAndDate > span.c-globalMetaAuthorAndDate_author > a.c-globalMetaAuthorAndDate_authorLink |
Kat Moon div.c-listingMixedStories_meta > div.c-globalMetaAuthorAndDate > span.c-globalMetaAuthorAndDate_author > a.c-globalMetaAuthorAndDate_authorLink |
Jen Chaney div.c-listingMixedStories_meta > div.c-globalMetaAuthorAndDate > span.c-globalMetaAuthorAndDate_author > a.c-globalMetaAuthorAndDate_authorLink |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Privacy Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
AForm Accessibility1 of 24 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #ot-group-id-C0005 | checkbox | Social Media Cookies | for/id |
| #ot-group-id-C0004 | checkbox | Targeting Cookies | for/id |
| #ot-group-id-C0003 | checkbox | Functional Cookies | for/id |
| #ot-group-id-C0002 | checkbox | Performance Cookies | for/id |
| #ot-group-id-IAB2V2_1 | checkbox | Store and/or access information on a device | for/id |
| #ot-group-id-V2STACK42 | checkbox | Personalised advertising and content, advertising and content measurement, audience research and services development | for/id |
| #ot-sub-group-id-IAB2V2_2 | checkbox | Use limited data to select advertising | aria-label |
| #ot-sub-group-id-IAB2V2_3 | checkbox | Create profiles for personalised advertising | aria-label |
| #ot-sub-group-id-IAB2V2_4 | checkbox | Use profiles to select personalised advertising | aria-label |
| #ot-sub-group-id-IAB2V2_5 | checkbox | Create profiles to personalise content | aria-label |
| #ot-sub-group-id-IAB2V2_6 | checkbox | Use profiles to select personalised content | aria-label |
| #ot-sub-group-id-IAB2V2_7 | checkbox | Measure advertising performance | aria-label |
| #ot-sub-group-id-IAB2V2_8 | checkbox | Measure content performance | aria-label |
| #ot-sub-group-id-IAB2V2_9 | checkbox | Understand audiences through statistics or combinations of data from different sources | aria-label |
| #ot-sub-group-id-IAB2V2_10 | checkbox | Develop and improve services | aria-label |
| #ot-sub-group-id-IAB2V2_11 | checkbox | Use limited data to select content | aria-label |
| #ot-group-id-ISF2V2_1 | checkbox | Use precise geolocation data | for/id |
| #ot-group-id-ISF2V2_2 | checkbox | Actively scan device characteristics for identification | for/id |
| #vendor-search-handler | text | Cookie list search | aria-label |
| #chkbox-id | checkbox | checkbox label | for/id |
| #select-all-hosts-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-leg-handler | checkbox | checkbox label | for/id |
| input | text | (Search TV Shows and Movies...) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text">
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