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.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy6 headings, 1 skip(s)REVIEW
- H1 Your Library
- H1 Home duplicate H1
- H2 Trending songs hidden
- H2 Popular artists hidden
- H1 Choose a language duplicate H1
- H3 Location skipped
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
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
BForm Accessibility2 of 5 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| input | range | Resize main navigation | none |
| input | range | Change progress | none |
| input | range | Change volume | none |
| input | input | (Search locations) | placeholder only |
| #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
Placeholder text disappears on focus and is not a reliable label.
<input>
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
BLink & Button Quality2 issue(s) across 279 links and 107 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Icon-only buttons need an aria-label so screen readers can announce them.
button[data-testid="unauth-user-widget-link"]; button[data-testid="close-button"]
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 & BrandingAction4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 14 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
5 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 |
|---|---|---|---|---|---|
| h1 Your Library | 2.49:1 | 3.0:1 | #000000 | #65463A | Fail |
| h1 Home | 1.53:1 | 3.0:1 | #000000 | #34264E | Fail |
| h1 Choose a language | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 Location | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| title Spotify - Web Player… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| div Skip to main content | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| span What do you want to … | 1.30:1 | 4.5:1 | #000000 | #212121 | Fail |
| kbd Ctrl | 2.45:1 | 4.5:1 | #000000 | #4C4C4C | Fail |
| kbd Shift | 3.27:1 | 4.5:1 | #000000 | #545F74 | Fail |
| span Install App | 7.52:1 | 4.5:1 | #000000 | #57A1DA | Pass |
| button Sign up | 5.23:1 | 4.5:1 | #000000 | #A7716F | Pass |
| span Log in | 5.83:1 | 4.5:1 | #000000 | #AA7B7C | Pass |
| span Create your first pl… | 1.11:1 | 4.5:1 | #000000 | #111111 | Fail |
| span It's easy, we'll hel… | 1.12:1 | 4.5:1 | #000000 | #121212 | Fail |
| span Create playlist | 1.12:1 | 4.5:1 | #000000 | #121212 | Fail |
| span Let's find some podc… | 4.30:1 | 4.5:1 | #000000 | #717171 | Fail |
| span We'll keep you updat… | 1.11:1 | 4.5:1 | #000000 | #111111 | Fail |
| span Browse podcasts | 7.62:1 | 4.5:1 | #000000 | #37B247 | Pass |
| button English | 7.71:1 | 4.5:1 | #000000 | #38B348 | Pass |
| label Resize main navigati… | 7.71:1 | 4.5:1 | #000000 | #38B348 | 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
A+Alt Text QualityAll 30 images OKPASS
ALighthouse Accessibility AuditsScore 93/100 — 2 failing, 21 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
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Company
About
Jobs
For the Record div.sc-lcIPJg > div.sc-kdBSHD > div.sc-fHjqPf > ul.e-10310-type-list |
Communities
For Artists
Developers
Advertising
Investors
Vendors div.sc-lcIPJg > div.sc-kdBSHD > div.sc-fHjqPf > ul.e-10310-type-list |
Useful links
Support
Free Mobile App
Popular by Country
Import your music div.sc-lcIPJg > div.sc-kdBSHD > div.sc-fHjqPf > ul.e-10310-type-list |
Spotify Plans
Premium Individual
Premium Duo
Premium Family
Premium Student
Sp… div.sc-lcIPJg > div.sc-kdBSHD > div.sc-fHjqPf > ul.e-10310-type-list |
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.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.mobile-web-player html.mobile-web-player |
These items highlight common accessibility best practices.