Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FForm AccessibilityAction12 of 15 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| select | select | Select Language | aria-label |
| phrase | search | Search input | aria-label |
| phrase | search | Search input | aria-label |
| #FIRSTNAME | text | (FIRSTNAME) | placeholder only |
| #LASTNAME | text | (LASTNAME) | placeholder only |
| text | (EMAIL) | placeholder only | |
| SMS | tel | (Phone Number) | placeholder only |
| #FIRSTNAME | text | (FIRST NAME) | placeholder only |
| #LASTNAME | text | (LAST NAME) | placeholder only |
| text | (EMAIL) | placeholder only | |
| SMS | tel | (PHONE NUMBER) | placeholder only |
| SMS__COUNTRY_CODE | text | (none) | none |
| SMS__COUNTRY_CODE | text | (none) | none |
| email_address_check | text | (none) | none |
| #footer-help | select | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="SMS__COUNTRY_CODE">; <input type="text" name="SMS__COUNTRY_CODE">; <input type="text" name="email_address_check">; <select name="footer-help" id="footer-help">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="FIRSTNAME" id="FIRSTNAME">; <input type="text" name="LASTNAME" id="LASTNAME">; <input type="text" name="EMAIL" id="EMAIL">; <input type="tel" name="SMS">; <input type="text" name="FIRSTNAME" id="FIRSTNAME">; <input type="text" name="LASTNAME" id="LASTNAME">; <input type="text" name="EMAIL" id="EMAIL">; <input type="tel" name="SMS">
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
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 Structure9 landmarksREVIEW
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
The skip-link anchor (e.g., `href="#main"`) points at an ID that has no corresponding element on the page. Activating the link does nothing -- a silent WCAG 2.4.1 failure that the visual link presence hides. Add `id="main"` (or whichever matches the href) to the target landmark.
Skip link points at an ID that doesn't exist on the page. The link looks fine visually but does nothing when activated -- silent WCAG 2.4.1 failure.
Learn more ▾ ▴
Find the target landmark (typically <main> or the first <h1>) and add `id="..."` matching the skip link's href fragment. Test by tabbing to the skip link and pressing Enter -- focus should jump to the target.
Source: WCAG 2.1 SC 2.4.1
CHeading HierarchyAction16 headings, 1 skip(s)REVIEW
- H3 To add items to your wishlist, login or create an account!
- H2 Come Fly With Us
- H3 This is your all-access boarding pass to designer edits, events & exclusive drops
- H4 Join now and get 10% off your first order
- H3 City Sizzle
- H3 Summer in the City
- H3 Hottest Style
- H2 Stock at Flying Solo
- H5 Gabriel Daudt skipped
- H5 Christian Petrovich
- H5 FRAQAIR
- H3 Newsletter Subscription
- H4 Flying Solo Shopping
- H3 Our Stores
- H3 Help and Information
- H3 Discover
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
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
CAlt Text QualityAction2 of 28 images have issuesREVIEW
| 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
CLink & Button QualityAction32 issue(s) across 131 links and 7 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /my-account/wishlist/ | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/wp-login.php | (empty) | empty | Add link text or aria-label |
| /my-account/wishlist/ | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/shop/?category=cl… | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/shop/?category=cl… | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/product/monzlapur… | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/product/paper-dol… | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/product/suubi-ivo… | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/product/tamris-co… | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/product/ashaki-st… | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/shop/?category=be… | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/product/ten-organ… | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/product/seiso-jap… | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/product/thomas-cl… | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/product/lushka-pa… | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/product/lushka-an… | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/shop/?category=je… | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/product/dina-mack… | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/product/moody-gra… | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/product/argento-s… | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/product/solomeina… | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/product/sylvsmidj… | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/shop/?category=ba… | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/product/de-wan-mi… | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/product/indus-thr… | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/product/miroshnik… | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/product/kaai-bags… | (empty) | empty | Add link text or aria-label |
| https://flyingsolo.nyc/product/kaai-bags… | (empty) | empty | Add link text or aria-label |
| https://chat.whatsapp.com/IMG2aFMPUEt4hg… | (empty) | empty | Add link text or aria-label |
| https://www.google.com/maps/place/Flying… | New York, 419 Broome Street | new tab | Add '(opens in new tab)' to text |
| https://facebook.com/flyingsolonyc | (empty) | empty | Add link text or aria-label |
| https://instagram.com/flyingsolonyc | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/channel/UCXkPcda… | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
/my-account/wishlist/; https://flyingsolo.nyc/wp-login.php; /my-account/wishlist/; https://flyingsolo.nyc/shop/?category=clothing; https://flyingsolo.nyc/shop/?category=clothing; https://flyingsolo.nyc/product/monzlapur-floral-print-wide-leg-pants/; https://flyingsolo.nyc/product/paper-dolls-collection-black-cropped-top/; https://flyingsolo.nyc/product/suubi-ivory-pants-brown-details/; https://flyingsolo.nyc/product/tamris-couture-cropped-top/; https://flyingsolo.nyc/product/ashaki-store-purple-printed-dress/ (+22 more)
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.google.com/maps/place/Flying+Solo/@40.7211003,-74.0090326,15z/dat…
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
CMobile Keyboard & AutofillAction4/6 eligible field(s) missing autocomplete or inputmodeREVIEW
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 4 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 Come Fly With Us | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Stock at Flying Solo | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 To add items to your… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 This is your all-acc… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 City Sizzle | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Summer in the City | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Hottest Style | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Newsletter Subscript… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Our Stores | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Help and Information | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Discover | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| title Flying Solo NYC – … | 4.21:1 | 4.5:1 | #000000 | #7F6A73 | Fail |
| a Skip to content | 4.21:1 | 4.5:1 | #000000 | #7F6A73 | Fail |
| div Free shipping & free… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| option Select Language | 1.66:1 | 4.5:1 | #000000 | #333333 | Fail |
| option Arabic | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| option Chinese (Simplified) | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| option Dutch | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| option English | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| option French | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | 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.
BLighthouse Accessibility AuditsScore 85/100 — 4 failing, 23 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.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Gabriel Daudt section#testimonials > div#swiper-wrapper-734c32372d6231a2 > div.swiper-slide > h5 |
These are opportunities to improve keyboard navigation in your application.
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.footer-newsletter > div.whatsapp-qr > a > img div.footer-newsletter > div.whatsapp-qr > a > img |
div.woo-sidebar > div.woo-sidebar-section > div.woo-sidebar-toggle > img div.woo-sidebar > div.woo-sidebar-section > div.woo-sidebar-toggle > img |
div.woo-sidebar > div.woo-sidebar-section > div.woo-sidebar-toggle > img div.woo-sidebar > div.woo-sidebar-section > div.woo-sidebar-toggle > img |
div.woo-sidebar > div.woo-sidebar-section > div.woo-sidebar-toggle > img div.woo-sidebar > div.woo-sidebar-section > div.woo-sidebar-toggle > img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.sib-sms-input-wrapper > div.sib-sms-select > div.sib-sms-select__number-input > input.sib-sms-select__calling-code div.sib-sms-input-wrapper > div.sib-sms-select > div.sib-sms-select__number-input > input.sib-sms-select__calling-code |
div.sib-sms-input-wrapper > div.sib-sms-select > div.sib-sms-select__number-input > input.sib-sms-select__calling-code div.sib-sms-input-wrapper > div.sib-sms-select > div.sib-sms-select__number-input > input.sib-sms-select__calling-code |
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 |
|---|
nav#mobile-header > div.inside-navigation > div.mobile-nav-bar-left > a nav#mobile-header > div.inside-navigation > div.mobile-nav-bar-left > a |
section.inline-banner > div > div > a.light section.inline-banner > div > div > a.light |
section.inline-banner > div > div > a.dark section.inline-banner > div > div > a.dark |
section.select-products > div#swiper-wrapper-fc1079d28432aa531 > div.swiper-slide > a section.select-products > div#swiper-wrapper-fc1079d28432aa531 > div.swiper-slide > a |
section.select-products > div#swiper-wrapper-fc1079d28432aa531 > div.swiper-slide > a section.select-products > div#swiper-wrapper-fc1079d28432aa531 > div.swiper-slide > a |
section.select-products > div#swiper-wrapper-fc1079d28432aa531 > div.swiper-slide > a section.select-products > div#swiper-wrapper-fc1079d28432aa531 > div.swiper-slide > a |
section.select-products > div#swiper-wrapper-fc1079d28432aa531 > div.swiper-slide > a section.select-products > div#swiper-wrapper-fc1079d28432aa531 > div.swiper-slide > a |
section.select-products > div#swiper-wrapper-fc1079d28432aa531 > div.swiper-slide > a section.select-products > div#swiper-wrapper-fc1079d28432aa531 > div.swiper-slide > a |
section.sbs-banner > div > div > a.light section.sbs-banner > div > div > a.light |
section.select-products > div#swiper-wrapper-264910aef8286e9610 > div.swiper-slide > a section.select-products > div#swiper-wrapper-264910aef8286e9610 > div.swiper-slide > a |
section.select-products > div#swiper-wrapper-264910aef8286e9610 > div.swiper-slide > a section.select-products > div#swiper-wrapper-264910aef8286e9610 > div.swiper-slide > a |
section.select-products > div#swiper-wrapper-264910aef8286e9610 > div.swiper-slide > a section.select-products > div#swiper-wrapper-264910aef8286e9610 > div.swiper-slide > a |
section.select-products > div#swiper-wrapper-264910aef8286e9610 > div.swiper-slide > a section.select-products > div#swiper-wrapper-264910aef8286e9610 > div.swiper-slide > a |
section.select-products > div#swiper-wrapper-264910aef8286e9610 > div.swiper-slide > a section.select-products > div#swiper-wrapper-264910aef8286e9610 > div.swiper-slide > a |
section.inline-banner > div > div > a.dark section.inline-banner > div > div > a.dark |
section.select-products > div#swiper-wrapper-65262bc98c571021b > div.swiper-slide > a section.select-products > div#swiper-wrapper-65262bc98c571021b > div.swiper-slide > a |
section.select-products > div#swiper-wrapper-65262bc98c571021b > div.swiper-slide > a section.select-products > div#swiper-wrapper-65262bc98c571021b > div.swiper-slide > a |
section.select-products > div#swiper-wrapper-65262bc98c571021b > div.swiper-slide > a section.select-products > div#swiper-wrapper-65262bc98c571021b > div.swiper-slide > a |
section.select-products > div#swiper-wrapper-65262bc98c571021b > div.swiper-slide > a section.select-products > div#swiper-wrapper-65262bc98c571021b > div.swiper-slide > a |
section.select-products > div#swiper-wrapper-65262bc98c571021b > div.swiper-slide > a section.select-products > div#swiper-wrapper-65262bc98c571021b > div.swiper-slide > a |
section.inline-banner > div > div > a.dark section.inline-banner > div > div > a.dark |
section.select-products > div#swiper-wrapper-f20e62dd2d31043e4 > div.swiper-slide > a section.select-products > div#swiper-wrapper-f20e62dd2d31043e4 > div.swiper-slide > a |
section.select-products > div#swiper-wrapper-f20e62dd2d31043e4 > div.swiper-slide > a section.select-products > div#swiper-wrapper-f20e62dd2d31043e4 > div.swiper-slide > a |
section.select-products > div#swiper-wrapper-f20e62dd2d31043e4 > div.swiper-slide > a section.select-products > div#swiper-wrapper-f20e62dd2d31043e4 > div.swiper-slide > a |
section.select-products > div#swiper-wrapper-f20e62dd2d31043e4 > div.swiper-slide > a section.select-products > div#swiper-wrapper-f20e62dd2d31043e4 > div.swiper-slide > a |
section.select-products > div#swiper-wrapper-f20e62dd2d31043e4 > div.swiper-slide > a section.select-products > div#swiper-wrapper-f20e62dd2d31043e4 > div.swiper-slide > a |
div.new-footer-content > div.footer-newsletter > div.whatsapp-qr > a div.new-footer-content > div.footer-newsletter > div.whatsapp-qr > a |
div.new-footer-content > div.footer-social > div > a div.new-footer-content > div.footer-social > div > a |
div.new-footer-content > div.footer-social > div > a div.new-footer-content > div.footer-social > div > a |
div.new-footer-content > div.footer-social > div > a div.new-footer-content > div.footer-social > div > 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.