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.
DFavicon & BrandingAction7 icon(s) detectedFIX
DWeb ManifestActionValid manifestFIX
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure2 landmarksREVIEW
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
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CLighthouse Accessibility AuditsActionScore 75/100 — 6 failing, 22 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.
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 |
|---|
+ more div.wrapper-new > div.content-wrapper > div > p.h1-lg |
source div.testimonial-section > div.testimonial > p.p-text-lg > a |
These are opportunities to improve the legibility of your content.
Names and labels
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#registrationFormContainer > div.socialSignup-container > button.socialSignup-button > img.sign-in-icon div#registrationFormContainer > div.socialSignup-container > button.socialSignup-button > img.sign-in-icon |
div#registrationFormContainer > div.socialSignup-container > button.socialSignup-button > img.sign-in-icon div#registrationFormContainer > div.socialSignup-container > button.socialSignup-button > img.sign-in-icon |
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 |
|---|
Bahasa Indonesia
Bahasa Melayu
Čeština
Dansk
Deutsch
English
English (UK)
Españ… div.footer-row > div.siteTran-wrapper > div#sitetran_translate_element > select#sitetran_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 |
|---|
div#twitterEmbedded > div.footer-row > div.footer-socials > a#footer-youtube-link div#twitterEmbedded > div.footer-row > div.footer-socials > a#footer-youtube-link |
div#twitterEmbedded > div.footer-row > div.footer-socials > a#footer-facebook-link div#twitterEmbedded > div.footer-row > div.footer-socials > a#footer-facebook-link |
div#twitterEmbedded > div.footer-row > div.footer-socials > a#footer-bluesky-link div#twitterEmbedded > div.footer-row > div.footer-socials > a#footer-bluesky-link |
div#twitterEmbedded > div.footer-row > div.footer-socials > a#footer-instagram-link div#twitterEmbedded > div.footer-row > div.footer-socials > a#footer-instagram-link |
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.
Tables and lists
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Targeted Advertising div#b0aa1958-6260-45bb-a91a-e1a9a4e5ac07 > div.osano-cm-dialog__content > ul.osano-cm-dialog__list > li.osano-cm-list__list-item |
Personalization div#b0aa1958-6260-45bb-a91a-e1a9a4e5ac07 > div.osano-cm-dialog__content > ul.osano-cm-dialog__list > li.osano-cm-list__list-item |
Analytics div#b0aa1958-6260-45bb-a91a-e1a9a4e5ac07 > div.osano-cm-dialog__content > ul.osano-cm-dialog__list > li.osano-cm-list__list-item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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.
A+Heading Hierarchy3 headingsPASS
- H1 distrokid.com
- H2 Performing security verification
- H2 Verification successful. Waiting for distrokid.com to respond
A+Alt Text QualityAll 1 images OKPASS
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality2 links, 0 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.cloudflare.com?utm_source=ch… | Cloudflare | new tab | Add '(opens in new tab)' to text |
| https://www.cloudflare.com/privacypolicy… | Privacy | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.cloudflare.com?utm_source=challenge&utm_campaign=m; https://www.cloudflare.com/privacypolicy/
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
A+Color Contrast (Screenshot)10 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (10)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 distrokid.com | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Performing security … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Verification success… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Just a moment... | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p This website uses a … | 11.79:1 | 4.5:1 | #000000 | #C2C2C2 | Pass |
| div Ray ID: | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| code 9f08580f89c768cb | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Performance and Secu… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Cloudflare | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Privacy | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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.