Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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 Hierarchy5 headingsREVIEW
- H2 The Feed
- H2 More News
- H2 Pagination
- H2 Active Articles
- H2 SB Nation Daily Roundup
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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction7 icon(s) detectedREVIEW
ALandmark Structure8 landmarksPASS
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
A+Alt Text Quality1 of 94 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 1 image(s) |
AForm Accessibility1 of 3 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #:Rkqgr96: | text | Search | for/id |
| Email (required) | 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+Link & Button Quality511 links, 40 buttons — all OKPASS
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 Feed | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 More News | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Pagination | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Active Articles | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 SB Nation Daily Roun… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title SB Nation | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Skip to main content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Sign Up | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Login | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Come Fan with Us | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Tuesday, April 21, 2… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span SBNation.com homepag… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a The Feed | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Breakaway | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Betting | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a FanDuel Sportsbook O… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a FanDuel Daily Fantas… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Betting Picks and Pr… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a NFL | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Today's NFL Trivia | 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.
ALighthouse Accessibility AuditsScore 90/100 — 4 failing, 25 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.
ARIA
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#google_ads_iframe_/172968584/sbn/general/sbnation.com/front_page_0__container__ > div#abgcp > div#abgc > div#cbb div#google_ads_iframe_/172968584/sbn/general/sbnation.com/front_page_0__container__ > div#abgcp > div#abgc > div#cbb |
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 |
|---|
promoted div._1wqub3h0 > div.cmsirbf > div.o0wnuz0 > div.cmsirbi |
sbnation.com div.cmsirbj > div.cmsirb2 > div.cmsirb4 > span |
CAGESIDE SEATS div._1fk1fmin > div._84ttzp4 > span._1nfb3k4r > span.y7sem50 |
These are opportunities to improve the legibility of your content.
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 |
|---|
James Dator div._1wqub3h3 > div.o0wnuz0 > div._155vuib0 > a._155vuib7 |
James Dator div.o0wnuz0 > div.vxld4j0 > div.vxld4j4 > a.vxld4j5 |
2 div._1wqub3h3 > div._1wqub3h4 > div._6d56lo3 > button.duet--cta--button |
Bernd Buchmasser div._1wqub3h3 > div.o0wnuz0 > div._155vuib0 > a._155vuib7 |
Bernd Buchmasser div.o0wnuz0 > div.vxld4j0 > div.vxld4j4 > a.vxld4j5 |
0 div._1wqub3h3 > div._1wqub3h4 > div._6d56lo3 > button.duet--cta--button |
J div._1wqub3h3 > div.o0wnuz0 > div._155vuib0 > a._155vuib7 |
JackieBerke div.o0wnuz0 > div.vxld4j0 > div.vxld4j4 > a.vxld4j5 |
7 div._1wqub3h3 > div._1wqub3h4 > div._6d56lo3 > button.duet--cta--button |
Mookie Alexander div._1wqub3h3 > div.o0wnuz0 > div._155vuib0 > a._155vuib7 |
Mookie Alexander div.o0wnuz0 > div.vxld4j0 > div.vxld4j4 > a.vxld4j5 |
3 div._1wqub3h3 > div._1wqub3h4 > div._6d56lo3 > button.duet--cta--button |
Mark Schofield div._1wqub3h3 > div.o0wnuz0 > div._155vuib0 > a._155vuib7 |
Mark Schofield div.o0wnuz0 > div.vxld4j0 > div.vxld4j4 > a.vxld4j5 |
1 div._1wqub3h3 > div._1wqub3h4 > div._6d56lo3 > button.duet--cta--button |
David Fucillo div._1wqub3h3 > div.o0wnuz0 > div._155vuib0 > a._155vuib7 |
David Fucillo div.o0wnuz0 > div.vxld4j0 > div.vxld4j4 > a.vxld4j5 |
5 div._1wqub3h3 > div._1wqub3h4 > div._6d56lo3 > button.duet--cta--button |
B div._1wqub3h3 > div.o0wnuz0 > div._155vuib0 > a._155vuib7 |
BraveryWard div.o0wnuz0 > div.vxld4j0 > div.vxld4j4 > a.vxld4j5 |
6 div._1wqub3h3 > div._1wqub3h4 > div._6d56lo3 > button.duet--cta--button |
Mookie Alexander div._1wqub3h3 > div.o0wnuz0 > div._155vuib0 > a._155vuib7 |
Mookie Alexander div.o0wnuz0 > div.vxld4j0 > div.vxld4j4 > a.vxld4j5 |
3 div._1wqub3h3 > div._1wqub3h4 > div._6d56lo3 > button.duet--cta--button |
Privacy Policy div._1hqvpjf0 > ul._1hqvpjf1 > li._1hqvpjf2 > a._1hqvpjf3 |
Terms of Use div._1hqvpjf0 > ul._1hqvpjf1 > li._1hqvpjf2 > a._1hqvpjf3 |
Cookie Settings div._1hqvpjf0 > ul._1hqvpjf1 > li._1hqvpjf2 > button#ot-sdk-btn |
Licensing div._1hqvpjf0 > ul._1hqvpjf1 > li._1hqvpjf2 > a._1hqvpjf3 |
Platform Status div._1hqvpjf0 > ul._1hqvpjf1 > li._1hqvpjf2 > a._1hqvpjf3 |
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 |
|---|
2 div._1wqub3h3 > div._1wqub3h4 > div._6d56lo3 > button.duet--cta--button |
3 div._1wqub3h3 > div._1wqub3h4 > div._6d56lo3 > button.duet--cta--button |
0 div._1wqub3h3 > div._1wqub3h4 > div._6d56lo3 > button.duet--cta--button |
0 div._1wqub3h3 > div._1wqub3h4 > div._6d56lo3 > button.duet--cta--button |
7 div._1wqub3h3 > div._1wqub3h4 > div._6d56lo3 > button.duet--cta--button |
3 div._1wqub3h3 > div._1wqub3h4 > div._6d56lo3 > button.duet--cta--button |
SB NATION
promoted
Log In to See Fewer Ads
sbnation.com > div._18kj4r70 > div > div#permutive-slot-1776805775658-vcqrpnr > a |
3 div._1wqub3h3 > div._1wqub3h4 > div._6d56lo3 > button.duet--cta--button |
3 div._1wqub3h3 > div._1wqub3h4 > div._6d56lo3 > button.duet--cta--button |
1 div._1wqub3h3 > div._1wqub3h4 > div._6d56lo3 > button.duet--cta--button |
3 div._1wqub3h3 > div._1wqub3h4 > div._6d56lo3 > button.duet--cta--button |
5 div._1wqub3h3 > div._1wqub3h4 > div._6d56lo3 > button.duet--cta--button |
1 div._1wqub3h3 > div._1wqub3h4 > div._6d56lo3 > button.duet--cta--button |
6 div._1wqub3h3 > div._1wqub3h4 > div._6d56lo3 > button.duet--cta--button |
10 div._1wqub3h3 > div._1wqub3h4 > div._6d56lo3 > button.duet--cta--button |
3 div._1wqub3h3 > div._1wqub3h4 > div._6d56lo3 > button.duet--cta--button |
3 div._1wqub3h3 > div._1wqub3h4 > div._6d56lo3 > button.duet--cta--button |