Skip to content
https://metro.co.uk

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
45
GRADE
F
FIX
8
REVIEW
5
PASS
0
INFO
0
Checks
13
5 REVIEW 8 FIX
D
Landmark Structure
Action
7 landmarks
FIX
7 landmarks
Critical::
No <main> landmark found
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Info::
4 <nav> landmark(s) found
Warning::
4 of 4 <nav> elements are unlabeled
Multiple navigations need aria-label to distinguish them for screen readers.
Warning::
Skip navigation link is missing (WCAG 2.4.1)
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Page Structure — as a screen reader sees it
BANNER header NAV MAIN (missing!) CONTENTINFO footer

Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.

Why this matters

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.

Why this matters

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.

Why this matters

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

D
Alt Text Quality
Action
60 of 242 images have issues
FIX
60 of 242 images have issues
Critical::
60 image(s) missing alt attribute
Images without alt text are invisible to screen readers.
Info::
17 image(s) with alt text over 125 characters
Info::
35 decorative image(s) correctly marked
Info::
130 image(s) with good alt text
242 images 130 good alt text 35 decorative 60 missing
IssueCount
missing60 image(s)
too long17 image(s)

Images without alt text are invisible to screen readers.

Why this matters

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

D
Form Accessibility
Action
11 of 13 controls have issues
FIX
11 of 13 controls have issues
Critical::
10 control(s) without accessible label
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
Got: <select>; <select>; <select>; <select>; <select>; <select>; <select>; <select>; <select>; <textarea name="g-recaptcha-response" id="g-recaptcha-response-100000">
Warning::
1 control(s) rely on placeholder only
Placeholder text disappears on focus and is not a reliable label.
Got: <input type="text" name="q">
Info::
2 control(s) properly labeled
13 controls
2 labeled
1 placeholder only
10 unlabeled
ControlTypeLabelMethod
#newsletter-signup__mpu_mmtextEmailfor/id
#newsletter-signup__mpu_agreecheckboxI agree to receive newsletters from Metro I agree to receive newsletters from Metrofor/id
qtext(Search Metro)placeholder only
selectselect(none)none
selectselect(none)none
selectselect(none)none
selectselect(none)none
selectselect(none)none
selectselect(none)none
selectselect(none)none
selectselect(none)none
selectselect(none)none
#g-recaptcha-response-100000textarea(none)none

Form controls need a <label>, aria-label, or aria-labelledby for screen readers.

<select>; <select>; <select>; <select>; <select>; <select>; <select>; <select>; <select>; <textarea name="g-recaptcha-response" id="g-recaptcha-response-100000">

Why this matters

Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.

Source: WCAG 2.1 SC 3.3.2

Placeholder text disappears on focus and is not a reliable label.

<input type="text" name="q">

Why this matters

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

F
Web Manifest
Action
Valid manifest
FIX
Valid manifest
Info::
Name present: Metro
Warning::
No 192x192 icon
A 192px icon is required for PWA installation.
PWA Install Criteria Not Installable
Name Metro 192×192 icon 512×512 icon Start URL Display Mode
Name Metro Theme Color #000000 Background Color #FFFFFF
D
Dark Mode Support
Action
Theme color only
FIX
Theme color only
Info::
Theme-color present but no dark variant
A theme-color is set but no dark-specific variant was found. The browser toolbar may not adapt for dark mode users.
Got: #000000
Info::
No dark mode signals detected
Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark ModePartial Dark Mode
color-scheme meta Not set Dark theme-color Not set CSS indicators Not detected

Detection limited to meta tags and inline styles.

D
Print Stylesheet
Action
No print styles
FIX
No print styles
Info::
No print-specific styles detected
When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.
Print Stylesheet No Print Styles
Print stylesheet Not found Inline @media print Not detected
F
Navigation UX
Action
No navigation patterns
FIX
No navigation patterns
Info::
4 navigation landmark(s) detected
Info::
Hamburger menu detected (responsive design)
Info::
No breadcrumbs, search, or skip link detected
These navigation aids help users orient themselves and find content efficiently, especially on large sites.
Breadcrumbs
Search
Skip Link
Labeled Navigation 4 <nav> element(s)
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
2 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
B
Heading Hierarchy
173 headings
REVIEW
173 headings
Critical::
No H1 heading found
Every page should have one H1 that describes the page content.
  • H2 TOP STORIES
  • H3 Donald Trump shares AI image of 'tender embrace with Jesus' in front of American flag
  • H3 Could Trump's latest unhinged posts be the nail in the coffin for his presidency?
  • H3 SantaCon founder 'splashed charity donations' on Las Vegas trip and luxury homes
  • H3 Two suspects arrested after attempted 'petrol bomb' attack on London synagogue
  • H3 Protesters confront police demanding descriptions of church 'gang rape suspects'
  • H3 Grand National Festival winner disqualified and jockey issued ban after major rule break
  • H3 Scott Mills almost unrecognisable in first outing with husband since BBC axe
  • H4 HOT TOPICS:
  • H2 More Metro
  • H3 Declan Rice sends message to Man City ahead of 'title decider' against Arsenal
  • H3 The UK's 20 'no-go' beaches for swimming revealed just in time for summer
  • H3 Londoners urge for cancer hospital not to be expanded because it will 'block sunlight'
  • H3 Peter Capaldi struggles to believe his wild Glastonbury stage cameo wasn't 'a dream'
  • H3 Trailer for Hershey's biopic absolutely roasted for looking like 'fake AI movie'
  • H3 This is why you need to discover Türkiye's turquoise Aegean coast
  • H3 Grieving mums ask 'how many more kids will die before social media ban?'
  • H3 Football referee shot dead during match in front of horrified players and fans
  • H3 Taylor Momsen rushed to hospital after being bitten by venomous spider
  • H3 Dr Pimple Popper says 'part of her brain died' after she suffered a stroke while filming
  • H3 Leaning tower of Dry Doddington is now more leany than the Leaning Tower of Pisa
  • H3 'Gap diving' is the common train habit UK commuters are embarrassed to admit to
  • H3 This cordless lawnmower is £300 cheaper right now – and gardeners are snapping it up
  • H3 80,000 to be refunded after driving schools crackdown - are you affected?
  • H3 David Haye threatens to pull 'scumbag move' after lashing out at I'm A Celebrity campmate
  • H3 Sexy but dark film starring Taron Egerton sounds feral - we can't wait
  • H3 French widow, 86, 'cuffed at wrists and ankles' after her US veteran husband died
  • H3 Mum 'died a hero' pushing daughter's pram to safety before crane killed her
  • H3 My daughter's legs ached on holiday - within days she was gone
  • H3 Gareth Thomas nearly lost friends to chemsex. Now the rugby star wants to save lives
  • H3 Groom ditches bride after she exposes his 'sexist and hompohobic' comments
  • H2 MOST COMMENTED
  • H3 UK military chiefs urged to find £3,500,000,000 in savings and 'get ready for war'
  • H3 YouTuber 'threw money on the floor to make 'Jew traps'
  • H3 Donald Trump deletes picture of himself as Jesus with a very feeble excuse
  • H2 Trending Now
  • H3 Donald Trump shares AI image of 'tender embrace with Jesus' in front of American flag
  • H2 Metro Lifeline 2026
  • H3 'Dementia doesn’t have to be a death sentence - we made the best of Dad’s final years'
  • H3 'It's so hard': Emmerdale's Danny Miller in tears as he shares update on dad
  • H3 Thinking of signing up to Metro's Lifeline challenge? Here's everything you need to know
  • H2 Metro on tiktok
  • H2 TOP shopping deals
  • H3 Nars launches its first new foundation in four years with a high‑performance matte formula
  • H3 Spring travel deals are here – and these cheap flights are too good to miss
  • H3 Struggling with skincare? This AI tool analyses your skin and tells you what to use
  • H2 Columnists
  • H3 Quote Jamie Dornan is a stroke of genius The Lord of the Rings reboot needs
  • H3 Quote Hollyoaks just delivered a masterclass in how to introduce a new soap family
  • H3 Quote I'm A Celebrity producers should have stepped in to stop David Haye
  • H2 Features
  • H3 I met my adopted daughter and our dream family quickly turned into chaos
  • H3 How a Met Police crackdown left sex workers fearing for their lives
  • H3 ‘Sectioned and given electric shock therapy - but I had a deadly brain bug not depression'
  • H2 Entertainment
  • H3 Peter Capaldi struggles to believe his wild Glastonbury stage cameo wasn't 'a dream'
  • H3 Trailer for Hershey's biopic absolutely roasted for looking like 'fake AI movie'
  • H3 Cult classic BBC sitcom with Nicholas Lyndhurst 'could return after 10 years'
  • H3 Taylor Momsen rushed to hospital after being bitten by venomous spider
  • H3 Last One Laughing UK announces a strict new rule that could cause carnage
  • H2 Gaming
  • H3 Japanese gamers reveal the top 10 JRPGs that make them cry the most
  • H3 PS6 console and handheld backwards compatible with PS4 games claims leak
  • H3 Starfield is a flop on PS5 and has 'barely broken even' says analyst
  • H3 Next God Of War game will include British mythology claims rumour
  • H3 Overwatch is 'broken' on Nintendo Switch 2 as Blizzard promises 60fps patch
  • H2 metro Entertainment on tiktok
  • H2 Soaps news
  • H3 Corrie star reveals why the colour purple is used significantly with Todd and Theo
  • H3 Bear erupts at police as he's hit with the most appalling accusation yet in Emmerdale
  • H3 Jacob's struggles overwhelm him in Emmerdale after a wave of bad news
  • H2 Lifestyle
  • H3 The UK's 20 'no-go' beaches for swimming revealed just in time for summer
  • H3 Major Sainsbury's Nectar points change gives you money off takeaways and taxis
  • H3 Daily horoscope April 15, 2026: Today's predictions for your star sign
  • H3 An 'obscene' advert has just appeared at Bristol Airport and we should all be worried
  • H3 'Gap diving' is the common train habit UK commuters are embarrassed to admit to
  • H2 Travel
  • H3 The UK's 20 'no-go' beaches for swimming revealed just in time for summer
  • H3 EasyJet passengers say they're 'set up to fail' by new hand luggage trial
  • H3 'Gap diving' is the common train habit UK commuters are embarrassed to admit to
  • H3 People say Amsterdam is best in spring — but here's why you should wait to go
  • H3 Europe's best airline raises ticket prices by up to £360 as fuel prices soar
  • H2 Shopping
  • H3 Alfresco dining is back — and a pizza oven is the sleek upgrade your garden needs
  • H3 The must-have Dunelm garden chair rated five stars by shoppers is now on sale
  • H3 Save up to 78% on big name brands- from Apple and Amazon to Dyson
  • H3 The best polka‑dot dresses, tops and accessories to buy right now
  • H3 The peplum trend is back (and it actually looks good this time)
  • H2 Opinion
  • H3 Asylum seekers 'posing' as gay reminds me of my own immigration ordeal
  • H3 Pete Davidson’s joke about his daughter isn’t edgy or funny – it’s sickening
  • H3 Last One Laughing 2026 confirms its winner - and the show's major flaw
  • H3 Question Time is vitriol posing as entertainment – the Reform controversy proves it
  • H3 Excluding trans girls from the Guides isn’t just unfair – it’s dangerous
  • H2 Sport
  • H3 Joe Cole urges Mikel Arteta to drop Arsenal star for Man City clash
  • H3 Jamie Carragher U-turns on Arsenal Champions League prediction
  • H3 Declan Rice sends message to Man City ahead of 'title decider' against Arsenal
  • H3 2023 Crucible king falls in World Snooker Championship qualifying just three years later
  • H3 Grand National Festival winner disqualified and jockey issued ban after major rule break
  • H2 Metro Sport on tiktok
  • H2 Watch
  • H3 Moment brawl breaks out between families on quiet street
  • H3 Moment teen enters high school with gun and starts shooting before taking his own life
  • H3 Loch Ness Monster sighting claimed on video stream
  • H3 Moment horse trainer Evan Williams arrested for attacking dog walker with hockey stick
  • H3 Woman marrying Death Row inmate in the US believes he was wrongfully convicted
  • H3 Vice president says people don't understand Trump's humour after AI Jesus picture uproar
  • H3 Clavicular worries fans in livestream as 911 call tells of '20-year-old male overdose' in area
  • H3 Animal rights activist pushes aside staff to 'free' lobster from Dorset restaurant
  • H3 Dramatic moment MAFS groom quits show after being labelled 'sexist and homophobic'
  • H3 DoorDash Grandma speaks to congressman nearly a year before White House delivery
  • H3 Duane Owusu sentenced to minimum 16 years for murdering profoundly deaf woman Zahwa Mukhtar
  • H3 Samantha Niblett MP is going to make 2026 the 'summer of sex' in parliament
  • H3 Woman labels Reform UK MP Lee Anderson a 'scumbag' as he campaigns in Lowdham
  • H3 Lord of the 'Looksmaxxers' Clavicular walks out of TV interview after incel question
  • H3 Corrie raises domestic violence awareness by dressing all afflicted characters in purple
  • H3 Director of Hulk Hogan documentary asked Hulk about being booed
  • H3 CCTV shows exactly why taking large suitcases on small escalators is dangerous
  • H3 Dr. Pimple Popper Breaking Out Season 2 trailer
  • H3 IMF explain UK's inflation risk and if higher pay would make it worse
  • H3 Beverley Callard takes on David Haye's 'ugly girls' theory
  • H3 David Haye plans 'scumbag move' food theft on I'm A Celeb
  • H3 Chaos in Turkish town as police surround scene of school shooting where four were killed
  • H3 Trump responds after deleting image of him as AI Jesus, calls Pope Leo 'weak'
  • H3 I'm A Celebrity's David Haye describes girlfriend as an 'ugly duckling' shocking campmates
  • H3 Euphoria Season 3 Release Day Trailer
  • H3 Pope says he won't be silenced by President and hints Trump is 'abusing' Christianity's message
  • H3 Corrie: Vicky Myers and Alison King reflect on 'Swarla' ahead of groundbreaking wedding
  • H3 Corrie: Gary threatens Theo as tensions boil over at the bus stop
  • H3 Tennis commentators caught on live mics having strange conversation about Carol Vorderman
  • H3 David Haye argues I'm A Celeb campmate, 69, does not 'bring value'
  • H3 Trump: UK is sending minesweepers to Strait of Hormuz
  • H3 The Apprentice candidate gets quickly humbled when interviewer asks him to do oddball task
  • H3 KitKat are taking zero chances with precious cargo after 400,000 bars stolen
  • H3 Footage shows U.S. ships fleeing Strait of Hormuz after warning from Iran's Navy
  • H3 Trump: 'I'm not a fan of Pope Leo'
  • H3 Heidi Klum 'unrecognisable' as she walks around Coachella
  • H3 Welsh mum on juggling parenting and polyamory
  • H3 Corrie: Carla rushes to Roy's flat as smoke sparks panic
  • H3 Abusive husband seen yelling at Kimberly Milne in Tesco hours before she took own life
  • H3 This is how Russian state TV announced the news of Kremlin ally Viktor Orbán's election loss
  • H3 Emmerdale: Kammy, Aaron and Robert look for evidence to get Moira off
  • H3 Emmerdale: Kyle calls an ambulance
  • H3 Artemis II astronaut gets a welcome home from the best boy ever
  • H3 Police uncover hundreds of suspected stolen phones in north London shop raid
  • H3 Video: Iranian embassy posts AI video of Trump getting thrown into hell by Jesus
  • H2 More Stories
  • H3 Joshua Kimmich names Bayern Munich's biggest rival to win the Champions League
  • H3 How to explore Japan's warrior past
  • H4 The Getaway Expert
  • H3 Daily horoscope April 16, 2026: Today's predictions for your star sign
  • H3 Getting on the London property ladder may be easier than you think – here’s why
  • H3 Joe Cole urges Mikel Arteta to drop Arsenal star for Man City clash
  • H3 Blending nature and luxury, the Turkish Riviera is a year-round Mediterranean paradise
  • H3 Jamie Carragher U-turns on Arsenal Champions League prediction
  • H3 SantaCon founder 'splashed charity donations' on Las Vegas trip and luxury homes
  • H3 Declan Rice sends message to Man City ahead of 'title decider' against Arsenal
  • H3 Megan's last vile act as she steals Will from Weatherfield in exit plot
  • H3 'Are you kidding!?' Emmerdale's Emma Atkins firmly rules out major plot twist theory
  • H3 Protesters confront police demanding descriptions of church 'gang rape suspects'
  • H3 Peter Capaldi struggles to believe his wild Glastonbury stage cameo wasn't 'a dream'
  • H3 Devastated Todd tells the police everything in Coronation Street as the end for Theo looms
  • H3 Trailer for Hershey's biopic absolutely roasted for looking like 'fake AI movie'
  • H3 Hollyoaks confirms more tragedy and devastation as crash aftermath is revealed
  • H3 Cain gets the best possible news in Emmerdale but things weigh heavy on Robert
  • H3 Cult classic BBC sitcom with Nicholas Lyndhurst 'could return after 10 years'
  • H3 Bea's utterly bizarre plan for Honey's stolen money revealed in EastEnders
  • H3 Someone called Austin Powers is standing for Reform in Greenwich
  • H3 2023 Crucible king falls in World Snooker Championship qualifying just three years later
  • H3 Grand National Festival winner disqualified and jockey issued ban after major rule break
  • H3 metro deals

Every page should have one H1 that describes the page content.

Why this matters

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

C
404 Error Page
Action
HTTP 404, custom page
REVIEW
HTTP 404, custom page
Info::
Correct 404 status code returned
Got: HTTP 404
Info::
Custom styled 404 page
404 Page Quality Custom 404 Page
Status Code HTTP 404 Page Title Page not found | Metro UK Custom Styling Navigation Homepage Link Search Form
B
Favicon & Branding
4 icon(s) detected
REVIEW
4 icon(s) detected
Info::
favicon.ico present at site root
Info::
HTML icon links detected
Info::
Apple touch icon present
Info::
Multiple icon sizes detected
favicon.ico Present
PNG Icons Present
Apple Touch Present
SVG Favicon Missing
Manifest Icons Missing
Multiple Sizes Present
C
Color Contrast (Screenshot)
Action
20 text elements analyzed, 20 fail WCAG AA
REVIEW

Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.

0 pass 20 fail WCAG AA
h2 TOP STORIES
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
h2 More Metro
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
h2 MOST COMMENTED
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Trending Now
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Metro Lifeline 2026
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Metro on tiktok
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
h2 TOP shopping deals
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Columnists
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Features
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Entertainment
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Gaming
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
h2 metro Entertainment on tiktok
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Soaps news
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Lifestyle
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Travel
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Shopping
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Opinion
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Sport
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Metro Sport on tiktok
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Watch
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h2 TOP STORIES1.00:13.0:1
#000000
#000000
Fail
h2 More Metro1.00:13.0:1
#000000
#000000
Fail
h2 MOST COMMENTED1.00:13.0:1
#000000
#000000
Fail
h2 Trending Now1.00:13.0:1
#000000
#000000
Fail
h2 Metro Lifeline 20261.00:13.0:1
#000000
#000000
Fail
h2 Metro on tiktok1.00:13.0:1
#000000
#000000
Fail
h2 TOP shopping deals1.00:13.0:1
#000000
#000000
Fail
h2 Columnists1.00:13.0:1
#000000
#000000
Fail
h2 Features1.00:13.0:1
#000000
#000000
Fail
h2 Entertainment1.00:13.0:1
#000000
#000000
Fail
h2 Gaming1.00:13.0:1
#000000
#000000
Fail
h2 metro Entertainment …1.00:13.0:1
#000000
#000000
Fail
h2 Soaps news1.00:13.0:1
#000000
#000000
Fail
h2 Lifestyle1.00:13.0:1
#000000
#000000
Fail
h2 Travel1.00:13.0:1
#000000
#000000
Fail
h2 Shopping1.00:13.0:1
#000000
#000000
Fail
h2 Opinion1.00:13.0:1
#000000
#000000
Fail
h2 Sport1.00:13.0:1
#000000
#000000
Fail
h2 Metro Sport on tikto…1.00:13.0:1
#000000
#000000
Fail
h2 Watch1.00:13.0:1
#000000
#000000
Fail

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.

B
Lighthouse Accessibility Audits
Score 81/100 — 5 failing, 26 passed
REVIEW
81

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

Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
SIGN UP div.newsletter-mpu > form.newsletter-signup > div.newsletter-signup__submit > button.metro-button

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv
li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv li.thumbnail-carousel__list-item_tgzC83Vg > div > div.thumbnail_dOlR2ThN > button.thumbnail_play-btn_Kf2qgjzv

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG
div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG div > div.thumbnail_dOlR2ThN > div.thumbnail_static_rE98eRQK > img.thumbnail_img_VjGG2HWG

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div#3636125 > div.vjs-control-bar > div.vjs-social-controls > a.share-button div#3636125 > div.vjs-control-bar > div.vjs-social-controls > a.share-button
div#3636125 > div.vjs-control-bar > div.vjs-social-controls > a.share-button div#3636125 > div.vjs-control-bar > div.vjs-social-controls > a.share-button

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. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
World div.article-card__footer > div.article-card__meta > a.channel-glyph > span.channel-glyph__label

These are opportunities to improve the legibility of your content.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]`s are contained by their required parent element
`[role]` values are valid
`[aria-*]` attributes are valid and not misspelled
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
ARIA input fields have accessible names
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
`[lang]` attributes have a valid value
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
`<video>` elements contain a `<track>` element with `[kind="captions"]`
`[accesskey]` values are unique
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback