Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure5 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
CHeading HierarchyAction8 headings, 1 skip(s)REVIEW
- H2 Want a podcast-only subscription?
- H2 Your Podcasts+ subscription opens the door to every genre you love.
- H2 Get Podcasts+
- H2 You've got questions?
- H6 How do I manage my account or cancel my SiriusXM Podcasts+ subscription? skipped
- H6 I am currently a SiriusXM subscriber. Do I get access to SiriusXM Podcasts+?
- H6 Will I get access to SiriusXM radio content with this subscription?
- H6 What if I have more questions about SiriusXM Podcasts+?
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
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
CAlt Text QualityAction2 of 71 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 image(s) |
| too long | 2 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
BLink & Button Quality2 issue(s) across 75 links and 23 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.siriusxm.com/sweepstakes | Sweepstakes | img no alt | Add alt attribute to the image |
| http://siriusxm.supportingcast.fm/accoun… | here | generic text | Replace with descriptive text |
Before: here Suggested: Account | |||
| <button> | (empty) | empty | Add button text or aria-label |
Generic link text like 'click here' doesn't describe the destination.
http://siriusxm.supportingcast.fm/account ("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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://www.siriusxm.com/sweepstakes"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Icon-only buttons need an aria-label so screen readers can announce them.
button.drawer_chevronIcon__4tavc (#284 on page)
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
CFavicon & BrandingAction3 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
4 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| title Podcasts+ | SiriusXM | 2.35:1 | 4.5:1 | #000000 | #0E0DF1 | Fail |
| span Help & Support | 2.32:1 | 4.5:1 | #000000 | #0C0AF0 | Fail |
| span Help Center | 2.56:1 | 4.5:1 | #000000 | #2121F2 | Fail |
| a Transfer my subscrip… | 2.33:1 | 4.5:1 | #000000 | #0C0CF0 | Fail |
| a Request radio signal | 2.27:1 | 4.5:1 | #000000 | #0506EE | Fail |
| a Do Not Call Policy | 2.62:1 | 4.5:1 | #000000 | #2322F5 | Fail |
| a Manage or cancel my … | 2.37:1 | 4.5:1 | #000000 | #0C0DF3 | Fail |
| a Add new vehicle | 2.38:1 | 4.5:1 | #000000 | #0B0BF5 | Fail |
| div Start Listening | 2.69:1 | 4.5:1 | #000000 | #2526F6 | Fail |
| p Search | 2.38:1 | 4.5:1 | #000000 | #110EF3 | Fail |
| span Close | 2.30:1 | 4.5:1 | #000000 | #0708F0 | Fail |
| p Suggestions | 2.64:1 | 4.5:1 | #000000 | #2524F4 | Fail |
| span MLB | 2.38:1 | 4.5:1 | #000000 | #0E0EF3 | Fail |
| span Country Music | 2.23:1 | 4.5:1 | #000000 | #0101ED | Fail |
| span College Basketball | 2.63:1 | 4.5:1 | #000000 | #2424F4 | Fail |
| span Luke Combs | 2.38:1 | 4.5:1 | #000000 | #0E0FF3 | Fail |
| span Lineup Changes | 2.24:1 | 4.5:1 | #000000 | #0101EE | Fail |
| span My Account | 2.67:1 | 4.5:1 | #000000 | #2525F6 | Fail |
| span Blog | 2.39:1 | 4.5:1 | #000000 | #1111F2 | Fail |
| span New, hot, and trendi… | 2.27:1 | 4.5:1 | #000000 | #0707EE | 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.
BLighthouse Accessibility AuditsScore 86/100 — 5 failing, 25 passedREVIEW
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.drawer_drawer__eEVQM > div.drawer_drawer__eEVQM > div.drawer_innerDrawerHeader__pReqh > button.drawer_chevronIcon__4tavc div.drawer_drawer__eEVQM > div.drawer_drawer__eEVQM > div.drawer_innerDrawerHeader__pReqh > button.drawer_chevronIcon__4tavc |
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.contentcard_mediaContainer__eGjZF > div.contentcard_imageContainer__mkPe6 > picture > img div.contentcard_mediaContainer__eGjZF > div.contentcard_imageContainer__mkPe6 > picture > img |
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.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
How do I manage my account or cancel my SiriusXM Podcasts+ subscription? details > summary.accordion_accordionButton__QneYP > div.accordion_buttonLeft__VOim1 > h6.accordion_accordionHeadline__NF_Ek |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Discover
Channel Guide
Subscriptions body.w2 > div.drawer_drawer__eEVQM > ul.drawer_navList__Do2HQ |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
Help & Support body.w2 > div.drawer_drawer__eEVQM > button.drawer_mobileSupportButton__abhUl |
Privacy Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #_R_5nacslubvb_ | text | (What are you looking for?) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" id="_R_5nacslubvb_">
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