Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction12 landmarksFIX
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
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.
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction7 issue(s) across 4 links and 23 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /home | (empty) | empty | Add link text or aria-label |
| https://suno.com/cookie-policy | 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 |
| <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.
/home
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
Add '(opens in new tab)' to link text or aria-label.
https://suno.com/cookie-policy; 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.jsx-bcbfb8bf8f3589d5 (#271 on page); button.jsx-bcbfb8bf8f3589d5 (#281 on page); button (#409 on page); button (#423 on page); button (#437 on page); button (#447 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
BFavicon & Branding7 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
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.
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 Make any song you ca… | 1.10:1 | 3.0:1 | #000000 | #101012 | Fail |
| h2 Start with a simple … | 1.10:1 | 3.0:1 | #000000 | #101012 | Fail |
| h2 Privacy Preference C… | 1.10:1 | 3.0:1 | #000000 | #101012 | Fail |
| h3 Manage Consent Prefe… | 1.10:1 | 3.0:1 | #000000 | #101012 | Fail |
| h3 Cookie List | 1.10:1 | 3.0:1 | #000000 | #101012 | Fail |
| title Suno | AI Music Gene… | 6.20:1 | 4.5:1 | #000000 | #1F8BFF | Pass |
| span Spring Sale Extended… | 3.65:1 | 4.5:1 | #000000 | #596969 | Fail |
| span Save 20% on Annual P… | 2.29:1 | 4.5:1 | #000000 | #7A320E | Fail |
| span Spring Sale Extended… | 2.01:1 | 4.5:1 | #000000 | #762218 | Fail |
| span Save 20% on Annual P… | 1.93:1 | 4.5:1 | #000000 | #711F27 | Fail |
| span Spring Sale Extended… | 1.86:1 | 4.5:1 | #000000 | #6C1E2B | Fail |
| span Save 20% on Annual P… | 1.80:1 | 4.5:1 | #000000 | #681D2D | Fail |
| span Spring Sale Extended… | 1.74:1 | 4.5:1 | #000000 | #631C2E | Fail |
| span Save 20% on Annual P… | 1.67:1 | 4.5:1 | #000000 | #5E1B2E | Fail |
| span Spring Sale Extended… | 1.62:1 | 4.5:1 | #000000 | #5A1B28 | Fail |
| span Save 20% on Annual P… | 1.56:1 | 4.5:1 | #000000 | #551B1F | Fail |
| span Spring Sale Extended… | 1.53:1 | 4.5:1 | #000000 | #511C14 | Fail |
| span Save 20% on Annual P… | 1.51:1 | 4.5:1 | #000000 | #4C1F12 | Fail |
| span Spring Sale Extended… | 1.54:1 | 4.5:1 | #000000 | #492412 | Fail |
| span Save 20% on Annual P… | 1.51:1 | 4.5:1 | #000000 | #43250F | 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 Hierarchy9 headingsPASS
- H1 Make any song you can imagine
- H2 Start with a simple prompt or dive into our pro editing tools, your next track is just a step away.
- H2 Privacy Preference Center
- H3 Manage Consent Preferences
- H4 Performance Cookies
- H4 Functional Cookies
- H4 Strictly Necessary Cookies
- H4 Targeting Cookies
- H3 Cookie List
A+Alt Text QualityAll 17 images OKPASS
AForm Accessibility1 of 9 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #ot-group-id-C0002 | checkbox | Performance Cookies | for/id |
| #ot-group-id-C0003 | checkbox | Functional Cookies | for/id |
| #ot-group-id-C0004 | checkbox | Targeting Cookies | 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 |
| textarea | textarea | (Chat to make music) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<textarea>
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
A+Web ManifestPWA-readyPASS
ALighthouse Accessibility AuditsScore 91/100 — 2 failing, 23 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.
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.jsx-bcbfb8bf8f3589d5 > div.jsx-bcbfb8bf8f3589d5 > div.relative > button.jsx-bcbfb8bf8f3589d5 div.jsx-bcbfb8bf8f3589d5 > div.jsx-bcbfb8bf8f3589d5 > div.relative > button.jsx-bcbfb8bf8f3589d5 |
div.jsx-bcbfb8bf8f3589d5 > div.jsx-bcbfb8bf8f3589d5 > div.jsx-bcbfb8bf8f3589d5 > button.jsx-bcbfb8bf8f3589d5 div.jsx-bcbfb8bf8f3589d5 > div.jsx-bcbfb8bf8f3589d5 > div.jsx-bcbfb8bf8f3589d5 > button.jsx-bcbfb8bf8f3589d5 |
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 |
|---|
Save 20% on Annual Pro and Premier div.overflow-x-clip > div.z-10 > span.flex > span.px-64 |
Spring Sale Extended: Lock in for less div.overflow-x-clip > div.z-10 > span.flex > span.px-64 |
Save 20% on Annual Pro and Premier div.overflow-x-clip > div.z-10 > span.flex > span.px-64 |
Spring Sale Extended: Lock in for less div.overflow-x-clip > div.z-10 > span.flex > span.px-64 |
Save 20% on Annual Pro and Premier div.overflow-x-clip > div.z-10 > span.flex > span.px-64 |
Spring Sale Extended: Lock in for less div.overflow-x-clip > div.z-10 > span.flex > span.px-64 |
Save 20% on Annual Pro and Premier div.overflow-x-clip > div.z-10 > span.flex > span.px-64 |
Spring Sale Extended: Lock in for less div.overflow-x-clip > div.z-10 > span.flex > span.px-64 |
Save 20% on Annual Pro and Premier div.overflow-x-clip > div.z-10 > span.flex > span.px-64 |
Spring Sale Extended: Lock in for less div.overflow-x-clip > div.z-10 > span.flex > span.px-64 |
Save 20% on Annual Pro and Premier div.overflow-x-clip > div.z-10 > span.flex > span.px-64 |
Spring Sale Extended: Lock in for less div.overflow-x-clip > div.z-10 > span.flex > span.px-64 |
Save 20% on Annual Pro and Premier div.overflow-x-clip > div.z-10 > span.flex > span.px-64 |
These are opportunities to improve the legibility of your content.