Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction9 issue(s) across 76 links and 2 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | (empty) | empty | Add link text or aria-label |
| /us/offers | paying music streaming offers | new tab | Add '(opens in new tab)' to text |
| https://www.deezer.com/explore/en-us/dev… | here | generic text | Replace with descriptive text |
Before: here Suggested: Devices | |||
| /us/ | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/deezerfr | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/deezerfr | (empty) | empty | Add link text or aria-label |
| https://x.com/DeezerFR | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/@DeezerFrance | (empty) | empty | Add link text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/; /us/; https://www.facebook.com/deezerfr; https://www.instagram.com/deezerfr; https://x.com/DeezerFR; https://www.youtube.com/@DeezerFrance
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Generic link text like 'click here' doesn't describe the destination.
https://www.deezer.com/explore/en-us/devices/ ("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.
/us/offers
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
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
DLighthouse Accessibility AuditsActionScore 57/100 — 6 failing, 11 passedFIX
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 |
|---|
section.gap-2xl-vertical > div.stack-m-vertical > div.carousel-controls > button.tempo-icon-btn section.gap-2xl-vertical > div.stack-m-vertical > div.carousel-controls > button.tempo-icon-btn |
section.gap-2xl-vertical > div.stack-m-vertical > div.carousel-controls > button.tempo-icon-btn section.gap-2xl-vertical > div.stack-m-vertical > div.carousel-controls > button.tempo-icon-btn |
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.carousel-item > div.border-s > picture.tempo-picture > img div.carousel-item > div.border-s > picture.tempo-picture > img |
div.carousel-item > div.border-s > picture.tempo-picture > img div.carousel-item > div.border-s > picture.tempo-picture > img |
div.carousel-item > div.border-s > picture.tempo-picture > img div.carousel-item > div.border-s > picture.tempo-picture > img |
div.carousel-item > div.border-s > picture.tempo-picture > img div.carousel-item > div.border-s > picture.tempo-picture > img |
section.bg-primary > div.w-full > picture.tempo-picture > img section.bg-primary > div.w-full > picture.tempo-picture > img |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Čeština
Dansk
Deutsch
English
English (us)
Español
Español (latam)
Français
Hrv… div.legal > div.legal-list > div.index-navbar-lang > select#language_select |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body#unlogged-body > nav.tempo-topbar > a#topbar-deezer-logo body#unlogged-body > nav.tempo-topbar > a#topbar-deezer-logo |
div > footer.footer > div.cell > a.logo-container div > footer.footer > div.cell > a.logo-container |
div.cell > ul.social-list > li.social-list-item > a#footer-social-link-facebook div.cell > ul.social-list > li.social-list-item > a#footer-social-link-facebook |
div.cell > ul.social-list > li.social-list-item > a#footer-social-link-instagram div.cell > ul.social-list > li.social-list-item > a#footer-social-link-instagram |
div.cell > ul.social-list > li.social-list-item > a#footer-social-link-twitter div.cell > ul.social-list > li.social-list-item > a#footer-social-link-twitter |
div.cell > ul.social-list > li.social-list-item > a#footer-social-link-youtube div.cell > ul.social-list > li.social-list-item > a#footer-social-link-youtube |
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.
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 |
|---|
partners div.gdpr-modalScrollableContent > div.gdpr-wrapperCookieContent > p.gdpr-text > a#gdpr-partners-link |
Accept div.gdpr-modalContainer > div.gdpr-modalCtas > div.gdpr-ctaContainer > button#gdpr-btn-accept-all |
These are opportunities to improve the legibility of your content.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
CLandmark StructureAction2 landmarksREVIEW
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
CAlt Text QualityAction5 of 7 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 5 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
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding8 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 18 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 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 Where music comes to… | 3.19:1 | 3.0:1 | #000000 | #5D5D5E | Pass |
| h2 Live the music with … | 3.19:1 | 3.0:1 | #000000 | #5D5D5E | Pass |
| h2 Choose the offer tha… | 1.43:1 | 3.0:1 | #000000 | #28282A | Fail |
| h2 Looking for a song? | 1.03:1 | 3.0:1 | #000000 | #060507 | Fail |
| h2 You'll find it on De… | 1.03:1 | 3.0:1 | #000000 | #060507 | Fail |
| h2 Much more than a mus… | 1.03:1 | 3.0:1 | #000000 | #060507 | Fail |
| h2 The heart of music t… | 1.03:1 | 3.0:1 | #000000 | #060507 | Fail |
| h2 by 10 million music … | 1.03:1 | 3.0:1 | #000000 | #060507 | Fail |
| h2 Transfer your entire… | 1.03:1 | 3.0:1 | #000000 | #060507 | Fail |
| h2 FAQ | 1.03:1 | 3.0:1 | #000000 | #060507 | Fail |
| h3 What is Deezer? | 1.03:1 | 3.0:1 | #000000 | #060507 | Fail |
| h3 How much does Deezer… | 1.03:1 | 3.0:1 | #000000 | #060507 | Fail |
| h3 How do I use Deezer? | 1.03:1 | 3.0:1 | #000000 | #060507 | Fail |
| h3 How do I cancel my s… | 1.03:1 | 3.0:1 | #000000 | #060507 | Fail |
| h3 Where can I listen t… | 1.03:1 | 3.0:1 | #000000 | #060507 | Fail |
| title Deezer | Listen to m… | 1.03:1 | 4.5:1 | #000000 | #060507 | Fail |
| a Plans | 1.03:1 | 4.5:1 | #000000 | #060507 | Fail |
| a Features | 3.61:1 | 4.5:1 | #000000 | #656566 | Fail |
| a Music | 3.61:1 | 4.5:1 | #000000 | #656566 | Fail |
| a Log in | 3.45:1 | 4.5:1 | #000000 | #626263 | 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.
A+Heading Hierarchy14 headingsPASS
- H2 Live the music with Deezer
- H1 Where music comes to life
- H2 Choose the offer that works for you
- H2 Looking for a song?You'll find it on Deezer with high-quality sound!
- H2 Much more than a music streaming service
- H2 The heart of music that beats all over the world
- H2 by 10 million music lovers
- H2 Transfer your entire music library to Deezer in just a few clicks
- H2 FAQ
- H3 What is Deezer?
- H3 How much does Deezer cost?
- H3 How do I use Deezer?
- H3 How do I cancel my subscription?
- H3 Where can I listen to Deezer?
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #language_select | select | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<select id="language_select">
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