Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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
BLandmark Structure5 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
BLink & Button Quality1 issue(s) across 13 links and 0 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.wix.com/ | (empty) | empty | Add link text or aria-label |
| https://www.wix.com/ | Wix.com-Black.png | new tab | Add '(opens in new tab)' to text |
| https://www.wix.com/about/privacy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.wix.com/about/terms-of-use | Terms of Use | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://www.wix.com/
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://www.wix.com/; https://www.wix.com/about/privacy; https://www.wix.com/about/terms-of-use
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
C404 Error PageActionHTTP 404, custom pageREVIEW
CFavicon & BrandingAction4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action18 text elements analyzed, 2 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 (18)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| title Reconnect Your Domai… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span top of page | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Create a Website | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span This Domain Has Flow… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span This domain is not c… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Now It’s Your Turn… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span While you’re here,… | 3.04:1 | 4.5:1 | #000000 | #5A5A5A | Fail |
| span Create a Website | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span If this domain belon… | 14.17:1 | 4.5:1 | #000000 | #D4D4D4 | Pass |
| a reconnect it now | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Start Your Site with… | 1.00:1 | 4.5:1 | #FFFFFF | #FFFFFF | Fail |
| span Get Started | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span This website was des… | 7.37:1 | 4.5:1 | #000000 | #999999 | Pass |
| a Wix. | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Privacy Policy | 7.37:1 | 4.5:1 | #000000 | #999999 | Pass |
| span Terms of Use | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span © 2006 - 2023 Wix.c… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span bottom of page | 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.
A+Heading Hierarchy4 headingsPASS
- H1 This Domain Has Flown Away
- H2 Now It’s Your Turn to Get Online
- H2 Start Your Site with a Designer-Made Template
- H2 This website was designed with Wix.
A+Alt Text Quality1 of 9 images have issuesPASS
| Issue | Count |
|---|---|
| filename | 1 image(s) |
A+Form AccessibilityNo form controlsPASS
A+Lighthouse Accessibility AuditsScore 96/100 — 1 failing, 26 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
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 > div > div#comp-k2lj3d0f > a.aeyn4z div > div > div#comp-k2lj3d0f > a.aeyn4z |
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.