Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy18 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
- H2 Tailored Advertising Opt-out
- H3 Manage Consent Preferences
- H4 Enable Tailored Advertising
- H5 First Party Targeting Cookies
- H5 Targeting Cookies
- H5 Store and access information on a device
- H4 Other Cookies used on this site
- H5 Strictly Necessary Cookies
- H5 First Party Functional Cookies
- H5 First Party Performance Cookies
- H5 Content Selection, Delivery, and Reporting
- H3 Cookie List
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 12 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| input | range | Resize main navigation | none |
| input | range | Change progress | none |
| input | range | Change volume | none |
| #ot-group-id-BG169 | checkbox | Enable Tailored Advertising | for/id |
| #ot-group-id-BG221 | checkbox | Other Cookies used on this site | 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 |
| 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
CLink & Button QualityAction4 issue(s) across 291 links and 116 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://instagram.com/spotify | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/spotify | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/Spotify | new tab | Add '(opens in new tab)' to text | |
| https://accounts.spotify.com | , opens in a new tab | new tab | Add '(opens in new tab)' to text |
| https://www.onetrust.com/solutions/conse… | 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 |
Add '(opens in new tab)' to link text or aria-label.
https://instagram.com/spotify; https://twitter.com/spotify; https://www.facebook.com/Spotify; https://accounts.spotify.com; https://www.onetrust.com/solutions/consent-and-preferences/?utm_source=cmp&ut…
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[data-testid="unauth-user-widget-link"]; button[data-testid="close-button"]; button (#1985 on page); button (#2035 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
C404 Error PageActionHTTP 404, custom pageREVIEW
CFavicon & BrandingAction10 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 19 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 |
|---|---|---|---|---|---|
| h1 Your Library | 5.87:1 | 3.0:1 | #000000 | #888788 | Pass |
| h1 Home | 1.53:1 | 3.0:1 | #000000 | #34264E | Fail |
| h1 Choose a language | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Tailored Advertising… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 Location | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 Manage Consent Prefe… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 Cookie List | 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 | 1.13:1 | 4.5:1 | #000000 | #131310 | Fail |
| span Install App | 1.22:1 | 4.5:1 | #000000 | #271810 | Fail |
| button Sign up | 1.34:1 | 4.5:1 | #000000 | #311F15 | Fail |
| span Log in | 2.05:1 | 4.5:1 | #000000 | #573A2C | Fail |
| span Create your first pl… | 1.96:1 | 4.5:1 | #000000 | #3E3E3E | 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… | 1.12:1 | 4.5:1 | #000000 | #121212 | Fail |
| span We'll keep you updat… | 2.06:1 | 4.5:1 | #000000 | #414141 | 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.
ALandmark Structure7 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 QualityAll 32 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.