Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DAlt Text QualityAction2 of 18 images have issuesFIX
| 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
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
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
BHeading Hierarchy10 headingsREVIEW
- H2 Bag
- H3 Culture fit tee in blue $35
- H3 Culture fit tee in yellow $35
- H3 Culture fit tee in violet $35
- H2 Shop apparel
- H2 Shop accessories
- H2 Shop past collections
- H2 100% of profits go to carbon removal
- H2 Sign up to be the first to know about new items
- H2 Search
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
BForm Accessibility2 of 4 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| contact[accepts_marketing] | checkbox | none | |
| #cmdk-input | search | Search | for/id |
| input | text | (Search) | placeholder only |
| #newsletter-email-sections--27031286120819__figma_newsletter_signup_pn4gCL | (Email) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text">; <input type="email" name="contact[email]" id="newsletter-email-sections--27031286120819__figma_newsletter_signup_pn4gCL">
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
CLink & Button QualityAction2 issue(s) across 41 links and 241 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /collections/apparel | (empty) | empty | Add link text or aria-label |
| /collections/accessories | (empty) | empty | Add link text or aria-label |
| https://program.tist.org/ | Learn more about TIST | new tab | Add '(opens in new tab)' to text |
| /policies/terms-of-service | TOS | new tab | Add '(opens in new tab)' to text |
| /policies/privacy-policy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://x.com/figma | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/figma/ | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/channel/UCQsVmhS… | Youtube | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/figmadesign/ | Social Media | new tab | Add '(opens in new tab)' to text |
| https://harperandscott.com | Harper + Scott | new tab | Add '(opens in new tab)' to text |
| https://www.bcorporation.net/en-us/find-… | Certified B-Corporation | new tab | Add '(opens in new tab)' to text |
| https://harperandscott.com | Harper + Scott | new tab | Add '(opens in new tab)' to text |
| https://cdn.shopify.com/s/files/1/0590/0… | CSR policy | new tab | Add '(opens in new tab)' to text |
| https://figma.com | Figma.com | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
/collections/apparel; /collections/accessories
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://program.tist.org/; /policies/terms-of-service; /policies/privacy-policy; https://x.com/figma; https://www.instagram.com/figma/; https://www.youtube.com/channel/UCQsVmhSa4X-G3lHlUtejzLA; https://www.facebook.com/figmadesign/; https://harperandscott.com; https://www.bcorporation.net/en-us/find-a-b-corp/company/harper-scott; https://harperandscott.com (+2 more)
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
BLighthouse Accessibility AuditsScore 88/100 — 3 failing, 25 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 |
|---|
©2025 Figma footer.ftr-footer-wrapper > div.ftr-menu-box > div.ftr-bottom-section > div.ftr-copyright |
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.sc-category-card > a.sc-category-link > div.sc-image-container > img div.sc-category-card > a.sc-category-link > div.sc-image-container > img |
div.sc-category-card > a.sc-category-link > div.sc-image-container > img div.sc-category-card > a.sc-category-link > div.sc-image-container > img |
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.max-w-screen-2xl > div.sc-cards-wrapper > div.sc-category-card > a.sc-category-link div.max-w-screen-2xl > div.sc-cards-wrapper > div.sc-category-card > a.sc-category-link |
div.max-w-screen-2xl > div.sc-cards-wrapper > div.sc-category-card > a.sc-category-link div.max-w-screen-2xl > div.sc-cards-wrapper > div.sc-category-card > a.sc-category-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.
ALandmark Structure5 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+Color Contrast (Screenshot)20 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 (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 Bag | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Shop apparel | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Shop accessories | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Shop past collection… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 100% of profits go t… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Sign up to be the fi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Search | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Culture fit tee in b… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Culture fit tee in y… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Culture fit tee in v… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title The Figma Store | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a The Figma Store | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a The Figma Store | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Limited Edition | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span New | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Shop All | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Apparel | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Accessories | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Season 4 | 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.