Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FHeading HierarchyAction43 headings, 5 skip(s)FIX
- H1 The whole-home sound system
- H1 Meet Sonos Play duplicate H1
- H1 Hear how sound should sound duplicate H1
- H3 Astonishingly clear skipped
- H5 4000+ skipped
- H3 Expertly tuned
- H3 Beautifully balanced
- H3 Play your way
- H1 Create your perfect sound system duplicate H1
- H5 Mix and match speakers skipped
- H1 Create your perfect sound system duplicate H1
- H4 Mix and match speakers skipped
- H3 Bring every room together
- H3 Breeze through setup
- H3 Stream everything you love
- H3 Discover new favourites
- H3 Control it all like magic
- H1 Start your system duplicate H1
- H6 Sets skipped
- H6 Speakers
- H6 Home Theatre
- H6 Portable Speakers
- H5 Why buy from Sonos
- H4 Help
- H4 Help
- H4 Offers
- H4 Offers
- H4 About Sonos
- H4 About Sonos
- H4 For Businesses
- H4 For Businesses
- H4 Categories
- H4 Categories
- H4 Products
- H4 Products
- H2 Your Privacy Choices
- H3 Manage Consent Preferences
- H4 Strictly Necessary Cookies
- H4 Sale of Personal Data
- H5 Functional Cookies
- H5 Performance Cookies
- H5 Targeting Cookies
- 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
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
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
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
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
FLink & Button QualityAction10 issue(s) across 95 links and 19 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /en/controller-app | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Controller App | |||
| /en/sonos-radio | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Sonos Radio | |||
| /en/controller-app | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Controller App | |||
| /en/contact | Contact us | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/sonos | (empty) | empty | Add link text or aria-label |
| https://instagram.com/sonos | (empty) | empty | Add link text or aria-label |
| https://twitter.com/sonos | (empty) | empty | Add link text or aria-label |
| https://youtube.com/sonos | (empty) | empty | Add link text or aria-label |
| https://www.sonos.com/legal/privacy | More information about your pr… | new tab | Add '(opens in new tab)' to text |
| https://www.onetrust.com/products/cookie… | 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 |
Links without text are announced as raw URLs by screen readers.
https://www.facebook.com/sonos; https://instagram.com/sonos; https://twitter.com/sonos; https://youtube.com/sonos
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.
/en/controller-app ("Learn more"); /en/sonos-radio ("Learn more"); /en/controller-app ("Learn more")
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.
/en/contact; https://www.sonos.com/legal/privacy; https://www.onetrust.com/products/cookie-consent/
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="close-button"]; button (#996 on page); button (#1006 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
D404 Error PageActionHTTP 410, custom pageFIX
DFavicon & BrandingAction3 icon(s) detectedFIX
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
BAlt Text Quality2 of 43 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 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
CColor Contrast (Screenshot)Action20 text elements analyzed, 3 fail WCAG AAREVIEW
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 |
|---|---|---|---|---|---|
| h1 The whole-home sound… | 5.41:1 | 3.0:1 | #000000 | #8C806A | Pass |
| h1 Meet Sonos Play | 1.29:1 | 3.0:1 | #000000 | #1B2126 | Fail |
| h1 Hear how sound shoul… | 11.24:1 | 3.0:1 | #000000 | #C3BDB2 | Pass |
| h1 Create your perfect … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Create your perfect … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Start your system | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Your Privacy Choices | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Astonishingly clear | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Expertly tuned | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Beautifully balanced | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Play your way | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Bring every room tog… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Breeze through setup | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Stream everything yo… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Discover new favouri… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Control it all like … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Manage Consent Prefe… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Cookie List | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Sonos: Introducing S… | 1.72:1 | 4.5:1 | #000000 | #1F355A | Fail |
| a Skip to main content | 1.72:1 | 4.5:1 | #000000 | #1F355A | 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 — 4 failing, 24 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.basis-full > div#q3fy26-earth-day-refurb > div.w-2 > button.flex div.basis-full > div#q3fy26-earth-day-refurb > div.w-2 > button.flex |
Search nav#right > ul.inline-flex > li.flex > button.flex |
Menu nav#right > ul.inline-flex > li.flex > button.flex |
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 |
|---|
div.flex > ul.flex > li > a div.flex > ul.flex > li > a |
div.flex > ul.flex > li > a div.flex > ul.flex > li > a |
div.flex > ul.flex > li > a div.flex > ul.flex > li > a |
div.flex > ul.flex > li > a div.flex > ul.flex > li > a |
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 |
|---|
Astonishingly clear section.lg:order-none > section.w-full > div > h3.tw-typography-h3 |
4000+ div > div.border > div.flex > h5.block |
Mix and match speakers section.order-none > section.w-full > div.mb-4 > h5.block |
Sets nav.flex > div.flex > a.flex > h6.block |
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 |
|---|
Home body.has-cookie-banner > header.tw-header-nav-spacing > nav#left > ul.inline-flex |
My Account body.has-cookie-banner > header.tw-header-nav-spacing > nav#right > ul.inline-flex |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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+Form AccessibilityAll 6 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #ot-group-id-BG102 | checkbox | Sale of Personal Data | 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 |