Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DAlt Text QualityAction9 of 298 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 9 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
D404 Error PageActionHTTP 404, custom pageFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure17 landmarksREVIEW
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
BHeading Hierarchy56 headingsREVIEW
- H2 The Rivalry is back. Here's everything you need to know
- H2 Latest News
- H2 ABS Challenge System
- H2 Suggested Follows
- H2 Popular
- H2 Latest Highlights
- H2 Vladimir Guerrero Jr.'s two-run homer (2)
- H2 Dalton Rushing's two-homer game against Rockies
- H2 Max Muncy's two-homer game
- H2 Real Fast: Monday's best in 60 seconds
- H2 Dylan Cease strikes out 12 for first win with Blue Ja
- H2 Leody Taveras' grand slam (2)
- H2 Cal Raleigh's solo home run (3)
- H2 Dansby Swanson's three-run homer (5)
- H2 FastCast: Monday's best in < 15 minutes
- H2 4/20/26: Top 5 Plays of the Day
- H2 Elly De La Cruz dives, throws out Caminero at first
- H2 Matt Olson's two-run home run (6)
- H2 Standings
- H3 AL East
- H3 AL Central
- H3 AL West
- H3 NL East
- H3 NL Central
- H3 NL West
- H2 J-Ram no stranger to Player of Week nods, but Hoerner gets his first
- H2 It's all glove between these two young Dominican stars
- H2 MLB swings big for kids with MLB Clubhouse
- H2 Star Watch
- H2 Blue Jays hit the road for a 5-plus hour ... bus ride?
- H2 The latest quiz from Sporcle and MLB
- H2 Hug tugs at the heartstrings after toss into the stands
- H2 This on-field ballpark proposal hit a little different
- H2 1 early-season development each team can believe in
- H2 Prospects
- H2 The dog days are here and it's not even summer yet
- H2 You won't believe how this 21-inning college game ended
- H2 Injury blow for Dodgers; time to believe in Braves
- H2 ICYMI
- H2 Is this one of the best rookie classes ever? We rank ROY contenders
- H2 Can these early stats leaders stay ahead of the field?
- H2 Trading homers – and history!
- H2 Latest News
- H2 ABS Challenge System
- H2 Privacy Preference Center
- H3 Your Privacy
- H3 Strictly Necessary Cookies
- H3 Functional Cookies
- H3 Performance Cookies
- H3 Targeting Cookies
- H4 Your Privacy
- H4 Strictly Necessary Cookies
- H4 Functional Cookies
- H4 Performance Cookies
- H4 Targeting Cookies
- H3 Cookie List
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
BLink & Button Quality2 issue(s) across 361 links and 116 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.mlb.com/live-stream-games/pa… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Espn?&Affiliateid=Mlbmenutv | |||
| https://apple.co/mlb | Apple TV | new tab | Add '(opens in new tab)' to text |
| https://apple.co/mlb | Apple TV | new tab | Add '(opens in new tab)' to text |
| https://www.mlb.com/live-stream-games/20… | 6:45 ET, MLB.TV and TBS | new tab | Add '(opens in new tab)' to text |
| https://plus.espn.com/mlbtv?ex_cid=EDTC-… | (empty) | empty | Add link text or aria-label |
| https://www.mlb.com/official-information… | 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 |
Links without text are announced as raw URLs by screen readers.
https://plus.espn.com/mlbtv?ex_cid=EDTC-MLB-Web-MLP-Evergreen-MLBTV-NA-US-EN?…
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
Generic link text like 'click here' doesn't describe the destination.
https://www.mlb.com/live-stream-games/partners/espn?&affiliateId=mlbMENUtv ("Learn More")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://apple.co/mlb; https://apple.co/mlb; https://www.mlb.com/live-stream-games/2026/04/21; https://www.mlb.com/official-information/privacy-policy; https://www.onetrust.com/products/cookie-consent/
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
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CLighthouse Accessibility AuditsActionScore 74/100 — 8 failing, 24 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
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Monday's
highlight reel
Back-to-back
home runs
from 2026
Creatures on the loo… div.l-grid__col > div.l-grid__content > div.styles__TabsContainer-sc-158k888-0 > div#tabpanel_popular |
This Sal Stewart
kid can MASH
Judge is back
doing what he
does best ...
Trout… div.l-grid__col > div.l-grid__content > div.styles__TabsContainer-sc-158k888-0 > div#tabpanel_star_watch |
Prospect Team
of the Week:
April 2-12
MLB's No. 1
prospect is here
This trio … div.l-grid__col > div.l-grid__content > div.styles__TabsContainer-sc-158k888-0 > div#tabpanel_prospects |
Slam season is
in full bloom
Too early to crown
a HR robbery king?
Fresh face… div.l-grid__col > div.l-grid__content > div.styles__TabsContainer-sc-158k888-0 > div#tabpanel_icymi |
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 |
|---|
NEWS li.styles__StyledNavItem-sc-87c9f2fb-3 > div.styles__StyledNavItemInner-sc-87c9f2fb-0 > a.styles__StyledNavItemLink-sc-87c9f2fb-1 > span.styles__StyledNavItemText-sc-87c9f2fb-2 |
SCORES li.styles__StyledNavItem-sc-87c9f2fb-3 > div.styles__StyledNavItemInner-sc-87c9f2fb-0 > a.styles__StyledNavItemLink-sc-87c9f2fb-1 > span.styles__StyledNavItemText-sc-87c9f2fb-2 |
SCHEDULE li.styles__StyledNavItem-sc-87c9f2fb-3 > div.styles__StyledNavItemInner-sc-87c9f2fb-0 > a.styles__StyledNavItemLink-sc-87c9f2fb-1 > span.styles__StyledNavItemText-sc-87c9f2fb-2 |
STATS li.styles__StyledNavItem-sc-87c9f2fb-3 > div.styles__StyledNavItemInner-sc-87c9f2fb-0 > a.styles__StyledNavItemLink-sc-87c9f2fb-1 > span.styles__StyledNavItemText-sc-87c9f2fb-2 |
MLB Privacy Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a |
Terms of Use Agreement div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a |
Cookies Settings div.ot-sdk-row > div#onetrust-button-group-parent > div#onetrust-button-group > button#onetrust-pc-btn-handler |
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.p-image > div.p-image__image > a > img.lazyload div.p-image > div.p-image__image > a > img.lazyload |
div#w7e-clipping-2-1 > div > div#w7e-platform-21-1 > img div#w7e-clipping-2-1 > div > div#w7e-platform-21-1 > img |
div#google_ads_iframe_/2605/mlb.mlb/xhomepage/phone/android_1__container__ > div#w7e-platform-2-1 > div#w7e-platform-116-1 > img div#google_ads_iframe_/2605/mlb.mlb/xhomepage/phone/android_1__container__ > div#w7e-platform-2-1 > div#w7e-platform-116-1 > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body#forge-pagebuilder_index > iframe#Spotible_creative.spotible.com body#forge-pagebuilder_index > iframe#Spotible_creative.spotible.com |
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.l-grid__content > div.p-image > div.p-image__image > a div.l-grid__content > div.p-image > div.p-image__image > 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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
© 2026 MLB Advanced Media, LP. All rights reserved.
Terms of Use
Privacy Policy… footer#react-footer > section.styles__StyledMainContent-sc-1d2dd0c0-1 > div.styles__StyledLegalLinks-sc-348155a5-0 > ul.styles__StyledLegalLinksList-sc-348155a5-1 |
These are opportunities to improve the experience of reading tabular or list data using 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 |
|---|
Apple TV div.StatusLayerstyle__StatusLayerWrapper-sc-mdqr4z-0 > div.GameInfoLayerstyle__GameInfoLayerWrapper-sc-1f4mugx-0 > div.GameInfoLayerstyle__PromotionLabelWrapper-sc-1f4mugx-1 > a.linkstyle__AnchorElement-sc-5g3tf0-0 |
Apple TV div.StatusLayerstyle__StatusLayerWrapper-sc-mdqr4z-0 > div.GameInfoLayerstyle__GameInfoLayerWrapper-sc-1f4mugx-0 > div.GameInfoLayerstyle__PromotionLabelWrapper-sc-1f4mugx-1 > a.linkstyle__AnchorElement-sc-5g3tf0-0 |
These items highlight common accessibility best practices.
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 |
|---|
APR
20 div.MiniScoreboardGridstyle__CarouselWrapper-sc-n9p1yy-8 > div.MiniScoreboardGridstyle__OverflowViewportRow-sc-n9p1yy-0 > div.MiniScoreboardStickyDatestyle__StickyDateWrapper-sc-1mgbvud-0 > a.ClickthroughWrapper-sc-12my6di-0 |
APR
21 div.MiniScoreboardGridstyle__CarouselWrapper-sc-n9p1yy-8 > div.MiniScoreboardGridstyle__OverflowViewportRow-sc-n9p1yy-0 > div.MiniScoreboardStickyDatestyle__StickyDateWrapper-sc-1mgbvud-0 > a.ClickthroughWrapper-sc-12my6di-0 |
APR
22 div.MiniScoreboardGridstyle__CarouselWrapper-sc-n9p1yy-8 > div.MiniScoreboardGridstyle__OverflowViewportRow-sc-n9p1yy-0 > div.MiniScoreboardStickyDatestyle__StickyDateWrapper-sc-1mgbvud-0 > a.ClickthroughWrapper-sc-12my6di-0 |
APR
23 div.MiniScoreboardGridstyle__CarouselWrapper-sc-n9p1yy-8 > div.MiniScoreboardGridstyle__OverflowViewportRow-sc-n9p1yy-0 > div.MiniScoreboardStickyDatestyle__StickyDateWrapper-sc-1mgbvud-0 > a.ClickthroughWrapper-sc-12my6di-0 |
APR
24 div.MiniScoreboardGridstyle__CarouselWrapper-sc-n9p1yy-8 > div.MiniScoreboardGridstyle__OverflowViewportRow-sc-n9p1yy-0 > div.MiniScoreboardStickyDatestyle__StickyDateWrapper-sc-1mgbvud-0 > a.ClickthroughWrapper-sc-12my6di-0 |
AForm Accessibility1 of 9 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #ot-group-id-C0003 | checkbox | Functional Cookies | for/id |
| #ot-group-id-C0002 | checkbox | Performance Cookies | for/id |
| #ot-group-id-C0004 | checkbox | Targeting Cookies | for/id |
| #vendor-search-handler | text | Cookie list search | aria-label |
| #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 |
| #chkbox-id | checkbox | checkbox label | for/id |
| #g-recaptcha-response-100000 | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea name="g-recaptcha-response" id="g-recaptcha-response-100000">
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
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 The Rivalry is back.… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Latest News | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 ABS Challenge System | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Suggested Follows | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Latest Highlights | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Vladimir Guerrero Jr… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Dalton Rushing's two… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Max Muncy's two-home… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Real Fast: Monday's … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Dylan Cease strikes … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Leody Taveras' grand… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Cal Raleigh's solo h… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Dansby Swanson's thr… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 FastCast: Monday's b… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 4/20/26: Top 5 Plays… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Elly De La Cruz dive… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Matt Olson's two-run… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Standings | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 J-Ram no stranger to… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 It's all glove betwe… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.