Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction32 issue(s) across 219 links and 106 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://peacocktv.app.link/oEFO9qex21b | STREAM NOW | new tab | Add '(opens in new tab)' to text |
| https://pck-nbcapp.co/insider | MORE | generic text | Replace with descriptive text |
Before: MORE Suggested: Insider | |||
| https://www.nbcsports.com/nfl/profootbal… | Pro Football Talk's one (and o… | new tab | Add '(opens in new tab)' to text |
| https://www.nbcsports.com/horse-racing/n… | ‘Super Trainers’ could mak… | new tab | Add '(opens in new tab)' to text |
| https://www.nbcsports.com/nba/news/five-… | Five takeaways from the first … | new tab | Add '(opens in new tab)' to text |
| https://www.nbcsports.com/nfl/news/chris… | Chris Simms’ final 2026 NFL … | new tab | Add '(opens in new tab)' to text |
| https://www.nbcsports.com/mlb/news/mlb-p… | MLB Power Rankings: NL Central… | new tab | Add '(opens in new tab)' to text |
| https://www.nbcsports.com/?ref=nbcdotcom | More | generic text | Replace with descriptive text |
Before: More Suggested: ?Ref=Nbcdotcom | |||
| https://www.facebook.com/nbc | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/nbc | new tab | Add '(opens in new tab)' to text | |
| https://nbctv.tumblr.com | Tumblr | new tab | Add '(opens in new tab)' to text |
| https://pinterest.com/nbctv | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/nbc | YouTube | new tab | Add '(opens in new tab)' to text |
| https://help.nbc.com/hc/en-us?brand=nbc&… | FAQ | new tab | Add '(opens in new tab)' to text |
| https://help.nbc.com/hc/en-us/requests/n… | Contact Us | new tab | Add '(opens in new tab)' to text |
| https://corporate.comcast.com/privacy-re… | Related Businesses | new tab | Add '(opens in new tab)' to text |
| https://www.nbcuniversalprivacy.com/priv… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.nbcuniversalprivacy.com/priv… | here | generic text | Replace with descriptive text |
Before: here Suggested: Privacy#Accordionheader5 | |||
| https://corporate.comcast.com/privacy-re… | Related Businesses | new tab | Add '(opens in new tab)' to text |
| https://privacyportal.onetrust.com/webfo… | Opt-Out Form | 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 |
| <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 |
Generic link text like 'click here' doesn't describe the destination.
https://pck-nbcapp.co/insider ("MORE"); https://www.nbcsports.com/?ref=nbcdotcom ("More"); https://www.nbcuniversalprivacy.com/privacy#accordionheader5 ("here")
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://peacocktv.app.link/oEFO9qex21b; https://www.nbcsports.com/nfl/profootballtalk/rumor-mill/news/pfts-one-and-on…; https://www.nbcsports.com/horse-racing/news/in-the-2026-kentucky-derby-super-…; https://www.nbcsports.com/nba/news/five-takeaways-from-first-weekend-of-2026-…; https://www.nbcsports.com/nfl/news/chris-simms-final-2026-nfl-mock-draft-jets…; https://www.nbcsports.com/mlb/news/mlb-power-rankings-nl-central-teams-climbi…; https://www.facebook.com/nbc; https://twitter.com/nbc; https://nbctv.tumblr.com; https://pinterest.com/nbctv (+8 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.shelf__arrow (#396 on page); button.shelf__arrow (#757 on page); button.shelf__arrow (#762 on page); button.shelf__arrow (#915 on page); button.shelf__arrow (#920 on page); button.shelf__arrow (#990 on page); button.shelf__arrow (#999 on page); button.shelf__arrow (#1164 on page); button.shelf__arrow (#1173 on page); button.shelf__arrow (#1228 on page) (+19 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
F404 Error PageActionHTTP 403, bare pageFIX
DFavicon & BrandingAction3 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy26 headingsREVIEW
- H2 Upcoming on NBC, Live at 8:00 PM Tuesday April 21st, NBA, Trail Blazers vs. Spurs
- H2 Upcoming on NBC, Live at 10:30 PM Tuesday April 21st, NBA, Rockets vs. Lakers
- H2 One Chicago
- H2 Law & Order: Special Victims Unit
- H2 The Hunting Party
- H2 A love story with one little problem.
- H2 Latest Episodes
- H2 Trending Now
- H2 Explore Peacock: More to Stream. More to Love.
- H2 Live & Upcoming
- H2 NBC Insider
- H2 Latest from NBC News
- H2 Featured on NBC Sports
- H2 Watch for Free
- H2 Latest Late Night Clips
- H2 Featured Networks
- H2 Crime & Justice
- H2 Daily Favorites
- H2 NBC Shows A to Z
- H2 NBC Quick Links
- H2 Your Privacy Choices: Opt-out of sale or sharing of personal information and opt out of targeted ads
- H3 Manage Preferences:
- H4 Other Categories of Data Collection
- H4 Allow Sale/Share/Targeted Ads
- H4 Opt-Out Form
- 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
CColor Contrast (Screenshot)Action20 text elements analyzed, 1 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 |
|---|---|---|---|---|---|
| h2 Upcoming on NBC, Liv… | 1.26:1 | 3.0:1 | #000000 | #1C1E23 | Fail |
| h2 Upcoming on NBC, Liv… | 6.92:1 | 3.0:1 | #000000 | #9293A2 | Pass |
| h2 One Chicago | 9.58:1 | 3.0:1 | #000000 | #A9B1AD | Pass |
| h2 Law & Order: Special… | 9.58:1 | 3.0:1 | #000000 | #A9B1AD | Pass |
| h2 The Hunting Party | 9.58:1 | 3.0:1 | #000000 | #A9B1AD | Pass |
| h2 A love story with on… | 9.58:1 | 3.0:1 | #000000 | #A9B1AD | Pass |
| h2 Latest Episodes | 9.58:1 | 3.0:1 | #000000 | #A9B1AD | Pass |
| h2 Trending Now | 9.58:1 | 3.0:1 | #000000 | #A9B1AD | Pass |
| h2 Explore Peacock: Mor… | 9.58:1 | 3.0:1 | #000000 | #A9B1AD | Pass |
| h2 Live & Upcoming | 9.58:1 | 3.0:1 | #000000 | #A9B1AD | Pass |
| h2 NBC Insider | 9.58:1 | 3.0:1 | #000000 | #A9B1AD | Pass |
| h2 Latest from NBC News | 9.58:1 | 3.0:1 | #000000 | #A9B1AD | Pass |
| h2 Featured on NBC Spor… | 9.58:1 | 3.0:1 | #000000 | #A9B1AD | Pass |
| h2 Watch for Free | 9.58:1 | 3.0:1 | #000000 | #A9B1AD | Pass |
| h2 Latest Late Night Cl… | 9.58:1 | 3.0:1 | #000000 | #A9B1AD | Pass |
| h2 Featured Networks | 9.58:1 | 3.0:1 | #000000 | #A9B1AD | Pass |
| h2 Crime & Justice | 9.58:1 | 3.0:1 | #000000 | #A9B1AD | Pass |
| h2 Daily Favorites | 9.58:1 | 3.0:1 | #000000 | #A9B1AD | Pass |
| h2 NBC Shows A to Z | 9.58:1 | 3.0:1 | #000000 | #A9B1AD | Pass |
| h2 NBC Quick Links | 9.58:1 | 3.0:1 | #000000 | #A9B1AD | 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.
A+Landmark Structure6 landmarksPASS
AAlt Text Quality1 of 202 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 1 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
A+Form AccessibilityAll 6 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #ot-group-id-SPD_BG | checkbox | Allow Sale/Share/Targeted Ads | 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 |
A+Lighthouse Accessibility AuditsScore 96/100 — 2 failing, 27 passedPASS
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Go to slide 1 of 6 div.home-page__featured > div.slideshow-f3__swipeable > div.slideshow-f3__pagination > button.slideshow-f3__pagination-button |
Go to slide 2 of 6 div.home-page__featured > div.slideshow-f3__swipeable > div.slideshow-f3__pagination > button.slideshow-f3__pagination-button |
Go to slide 3 of 6 div.home-page__featured > div.slideshow-f3__swipeable > div.slideshow-f3__pagination > button.slideshow-f3__pagination-button |
Go to slide 4 of 6 div.home-page__featured > div.slideshow-f3__swipeable > div.slideshow-f3__pagination > button.slideshow-f3__pagination-button |
Go to slide 5 of 6 div.home-page__featured > div.slideshow-f3__swipeable > div.slideshow-f3__pagination > button.slideshow-f3__pagination-button |
Go to slide 6 of 6 div.home-page__featured > div.slideshow-f3__swipeable > div.slideshow-f3__pagination > button.slideshow-f3__pagination-button |
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 |
|---|
EXPIRING
TODAY
S1 E72 | 04/21/26 div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
EXPIRING
TODAY
S8 E151 | 04/21/26 div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
One Chicago div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
The Hunting Party div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
Peacock div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
Peacock Trailers
The Miniature Wife
CLIP 04/09/26 div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
LIVE
Meet the Press NOW
FREELive News Streaming div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
LIVE
PFT Live
FREELive Sports Streaming div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
LIVE
Premier League
Brighton v. Chelsea - En Español div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
6:00 PM TUE APR 21
NBA
Celtics Pregame Live div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
Everything You Need to Know About How NBA Playoffs Work div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
This Chicago Med Scene Had Jessy Schram in Tears: “Sobbed" div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
TODAY
Prego Releases Device to Record Dinner Table Conversations
CLIP 04/21/26 div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
TODAY
Amazon Accused of Strong-Arming Vendors Into Illegal Price Fixing
CLIP 04… div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
Pro Football Talk's one (and only) NFL mock draft div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
‘Super Trainers’ could make all the difference in the Kentucky Derby div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
The Fall and Rise of Reggie Dinkins div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
Stumble div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
Late Night with Seth Meyers
Seth Catches up on 3 Weeks of Insane News; Trump Te… div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
Late Night with Seth Meyers
Trump Says "Can I Have Some Please?" While Signing … div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
Bravo div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
Peacock div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
Dateline div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
Law & Order: SVU div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
TODAY div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
Nightly News with Tom Llamas div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
America's Got Talent div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |
American Ninja Warrior div.shelf__tiles > ul.shelf__tiles__inner > li.tile > a.tile |