Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction7 issue(s) across 41 links and 20 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://moi-basics.com/policies/privacy-… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://instagram.com/moibasics | instagram Instagram | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/sustainableunde… | new tab | Add '(opens in new tab)' to text | |
| / | (empty) | empty | Add link text or aria-label |
| https://moi-basics.com/ | moi-basics | new tab | Add '(opens in new tab)' to text |
| /collections/organic-seamless | (empty) | empty | Add link text or aria-label |
| /pages/sustainability | read more | generic text | Replace with descriptive text |
Before: read more Suggested: Sustainability | |||
| /pages/sustainability | (empty) | empty | Add link text or aria-label |
| /blogs/artist-collabs-blog | (empty) | empty | Add link text or aria-label |
| / | (empty) | empty | Add link text or aria-label |
| https://instagram.com/moibasics | instagram Instagram | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/sustainableunde… | new tab | Add '(opens in new tab)' to text | |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/; /collections/organic-seamless; /pages/sustainability; /blogs/artist-collabs-blog; /
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.
/pages/sustainability ("read 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.
https://moi-basics.com/policies/privacy-policy; https://instagram.com/moibasics; https://www.facebook.com/sustainableunderwear; https://moi-basics.com/; https://instagram.com/moibasics; https://www.facebook.com/sustainableunderwear
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.collapsible-trigger (#162 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
FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
B404 Error PageHTTP 404, custom pageREVIEW
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.
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 |
|---|---|---|---|---|---|
| h2 Sign up and save | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Press | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 ultralight, organic,… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 back to shop | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 infos / services / c… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 newsletter | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title moi-basics / sustain… | 1.24:1 | 4.5:1 | #000000 | #1C1D1D | Fail |
| p We use cookies and o… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Privacy Policy | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Manage preferences | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button no, thanks | 17.77:1 | 4.5:1 | #000000 | #F2EAED | Pass |
| a Skip to content | 12.10:1 | 4.5:1 | #000000 | #DCBEB8 | Pass |
| span Free shipping within… | 10.67:1 | 4.5:1 | #000000 | #D3B2A4 | Pass |
| span Close menu | 10.23:1 | 4.5:1 | #000000 | #CFAEA2 | Pass |
| a women | 10.76:1 | 4.5:1 | #000000 | #D6B2A3 | Pass |
| a men | 9.92:1 | 4.5:1 | #000000 | #CEAB9B | Pass |
| a world of | 3.96:1 | 4.5:1 | #000000 | #886355 | Fail |
| a the story | 5.53:1 | 4.5:1 | #000000 | #A9776A | Pass |
| a sustainability | 4.83:1 | 4.5:1 | #000000 | #9D6E5F | Pass |
| a artist collabs | 4.18:1 | 4.5:1 | #000000 | #926456 | 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, 27 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.
ARIA
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
We use cookies and other technologies to personalize your experience and enhanc… body.template-index > section#shopify-pc__banner |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Wer Wäsche mit Schnickschnack nichts abgewinnen kann, der sollte moi-basics ins… div#Testimonials-template--17778706546904__bc36148c-d1ed-4374-b659-310d3092dc52 > div.flickity-viewport > div.flickity-slider > div.testimonials-slide |
These are opportunities to improve the usage of ARIA in your application which 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 |
|---|
back to shop div.page-width > div.grid > div.grid__item > button.footer__title |
infos / services / contact div.page-width > div.grid > div.grid__item > button.footer__title |
newsletter div.page-width > div.grid > div.grid__item > button.footer__title |
© 2026 moi-basics , Hohlstrasse 420, CH-8048 Zürich div.page-width > div.site-footer__bottom > div.footer__copyright > span.footer__copyright |
These are opportunities to improve the legibility of your content.
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.header-layout > div.header-item > h1#LogoContainer > a.site-header__logo-link div.header-layout > div.header-item > h1#LogoContainer > a.site-header__logo-link |
div.feature-row > div.feature-row__item > div.feature-row__first-image > a div.feature-row > div.feature-row__item > div.feature-row__first-image > a |
div.feature-row > div.feature-row__item > div.feature-row__first-image > a div.feature-row > div.feature-row__item > div.feature-row__first-image > a |
div.feature-row > div.feature-row__item > div.feature-row__first-image > a div.feature-row > div.feature-row__item > div.feature-row__first-image > a |
div.grid__item > div.footer__logo-social > div.footer__logo > a div.grid__item > div.footer__logo-social > div.footer__logo > 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.
A+Landmark Structure5 landmarksPASS
AHeading Hierarchy9 headingsPASS
- H1 moi-basics
- H2 Sign up and save
- H2 (empty)
- H2 Press
- H2 ultralight, organic, breathable
- H2 (empty)
- H2 back to shop
- H2 infos / services / contact
- H2 newsletter
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
A+Heading Text QualityAll 9 heading(s) have substantive, well-formed textPASS
AAlt Text Quality1 of 17 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 1 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
A+Form AccessibilityAll 3 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #CartTermsDrawer | checkbox | I agree with the terms and conditions | for/id |
| #Search | search | Search | for/id |
| #Email-footer-2 | Enter your email | for/id |