Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DTabindex Anti-PatternsAction0 positive, 10 -1-on-focusableFIX
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
CHeading HierarchyAction31 headings, 2 skip(s)REVIEW
- H3 Popular Products
- H3 Example product title
- H3 Example product title
- H3 Example product title
- H3 Popular Products
- H3 Example product title
- H3 Example product title
- H3 Example product title
- H1 Aarvana
- H3 NAILS skipped
- H3 New Arrivals
- H3 BEAUTY TOOLS
- H3 HAIR CARE
- H3 Beauty Devices
- H3 aarvana product Gallery
- H3 Latest Posts
- H2 Contact Us
- H2 Policies
- H2 Shop the look
- H2 Choose Options
- H5 (empty)
- H5 Edit Option
- H5 Back In Stock Notification
- H3 Popular Products
- H3 Example product title
- H3 Example product title
- H3 Example product title
- H3 Popular Products
- H3 Example product title
- H3 Example product title
- H3 Example product title
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
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
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
BLink & Button Quality153 links, 24 buttons — all OKREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /collections/beauty-devices | Aarvana | img no alt | Add alt attribute to the image |
| /collections/nails | Aarvana | img no alt | Add alt attribute to the image |
| /collections/beauty-tools | Aarvana | img no alt | Add alt attribute to the image |
| /collections/hair-care | Aarvana | img no alt | Add alt attribute to the image |
| /collections/all-beauty-tools-and-device… | Aarvana | img no alt | Add alt attribute to the image |
| /collections/all-beauty-tools-and-device… | Aarvana | img no alt | Add alt attribute to the image |
| /collections/all-beauty-tools-and-device… | Aarvana | img no alt | Add alt attribute to the image |
| /collections/all-beauty-tools-and-device… | Aarvana | img no alt | Add alt attribute to the image |
| /collections/nails | Aarvana | img no alt | Add alt attribute to the image |
| /collections/nails | Aarvana | img no alt | Add alt attribute to the image |
| /collections/all-beauty-tools-and-device… | Aarvana | img no alt | Add alt attribute to the image |
| /collections/all-beauty-tools-and-device… | Aarvana | img no alt | Add alt attribute to the image |
| /collections/all-beauty-tools-and-device… | Aarvana | img no alt | Add alt attribute to the image |
| /collections/all-beauty-tools-and-device… | Aarvana | img no alt | Add alt attribute to the image |
| /collections/bundles-kits | Aarvana | img no alt | Add alt attribute to the image |
| /collections/bundles-kits | Aarvana | img no alt | Add alt attribute to the image |
| https://wa.me/923293918349?text=Hello%20… | Chat with us | new tab | Add '(opens in new tab)' to text |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/collections/all-beauty-tools-and-devices"]; a[href="/collections/all-beauty-tools-and-devices"]; a[href="/collections/all-beauty-tools-and-devices"]; a[href="/collections/all-beauty-tools-and-devices"]; a[href="/collections/nails"]; a[href="/collections/nails"]; a[href="/collections/all-beauty-tools-and-devices"]; a[href="/collections/all-beauty-tools-and-devices"]; a[href="/collections/all-beauty-tools-and-devices"]; a[href="/collections/all-beauty-tools-and-devices"] (+2 more)
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://wa.me/923293918349?text=Hello%20I%20want%20to%20order
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
BForm Input Quality2 input-semantic issue(s) across 6 form control(s)REVIEW
CTap Target AdequacyAction4 tap target(s) too small or too close togetherREVIEW
BMobile-Readable Font Sizes98% of visible text renders at >= 12 CSS px (1 below threshold)REVIEW
CLighthouse Accessibility AuditsActionScore 73/100 — 8 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.
ARIA
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
2 div.container-full > div.slideshow > ul.slick-dots > li#slick-slide11 |
1 div.halo-block-content > div.products-carousel > ul.slick-dots > li#slick-slide20 |
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
123 div#slideshow-wrapper-template--21263729229982__16321237356a896dad > div.container-full > div.slideshow > ul.slick-dots |
12 div.container-full > div.halo-block-content > div.products-carousel > ul.slick-dots |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div.halo-block-content > div.products-carousel > ul.slick-dots > li#slick-slide20 |
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 |
|---|
div.slideshow > div.slick-list > div.slick-track > div#block-image_z3AtBd div.slideshow > div.slick-list > div.slick-track > div#block-image_z3AtBd |
1 div.container-full > div.slideshow > ul.slick-dots > li#slick-slide10 |
3 div.container-full > div.slideshow > ul.slick-dots > li#slick-slide12 |
2 div.halo-block-content > div.products-carousel > ul.slick-dots > li#slick-slide21 |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Beauty Device
Artificial Nails
Beauty Tools
Hair Care div.container-full > div.halo-row > div.slick-list > div.slick-track |
div.container-full > div.slideshow > div.slick-list > div.slick-track div.container-full > div.slideshow > div.slick-list > div.slick-track |
Sale
Add to wishlist
Quick View
VENDOR:
AARVANA
Pack Of 2 Handle Grip Nail Brus… div.halo-block-content > div.products-carousel > div.slick-list > div.slick-track |
When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about toggle fields.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.slideshow > div.slick-list > div.slick-track > div#block-image_RJFb7x div.slideshow > div.slick-list > div.slick-track > div#block-image_RJFb7x |
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 |
|---|
Sale div.card-product > div.card-product__wrapper > div.card__badge > span.badge |
AARVANA div.card-information__wrapper > div.card-information__group > div.card-vendor > a |
Rs.599.00 dl > div.price__sale > dd.price__last > span.price-item |
Sale div.card-product > div.card-product__wrapper > div.card__badge > span.badge |
AARVANA div.card-information__wrapper > div.card-information__group > div.card-vendor > a |
Rs.799.00 dl > div.price__sale > dd.price__last > span.price-item |
AARVANA div.card-information__wrapper > div.card-information__group > div.card-vendor > a |
Rs.399.00 dl > div.price__sale > dd.price__last > span.price-item |
AARVANA div.card-information__wrapper > div.card-information__group > div.card-vendor > a |
Rs.499.00 dl > div.price__sale > dd.price__last > span.price-item |
AARVANA div.card-information__wrapper > div.card-information__group > div.card-vendor > a |
Rs.799.00 dl > div.price__sale > dd.price__last > span.price-item |
AARVANA div.card-information__wrapper > div.card-information__group > div.card-vendor > a |
Rs.1,699.00 dl > div.price__sale > dd.price__last > span.price-item |
AARVANA div.card-information__wrapper > div.card-information__group > div.card-vendor > a |
Rs.1,499.00 dl > div.price__sale > dd.price__last > span.price-item |
AARVANA div.card-information__wrapper > div.card-information__group > div.card-vendor > a |
Rs.799.00 dl > div.price__sale > dd.price__last > span.price-item |
AARVANA div.card-information__wrapper > div.card-information__group > div.card-vendor > a |
Rs.749.00 dl > div.price__sale > dd.price__last > span.price-item |
AARVANA div.card-information__wrapper > div.card-information__group > div.card-vendor > a |
From Rs.799.00 dl > div.price__sale > dd.price__last > span.price-item |
From div.price__sale > dd.price__last > span.price-item > span.text |
Chat with us section#shopify-section-sections--21263730147486__custom_liquid_YpT9jp > a.wa-btn > div.wa-chat > span |
These are opportunities to improve the legibility of your content.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Beauty Device div.slick-track > div#block-image_CzJ8UE > div.wrapper-content > a.text |
Artificial Nails div.slick-track > div#block-image_a7Gtc7 > div.wrapper-content > a.text |
Beauty Tools div.slick-track > div#block-image_Px9XXW > div.wrapper-content > a.text |
2 div.slideshow > ul.slick-dots > li#slick-slide11 > button |
These items highlight common accessibility best practices.
A+Landmark Structure4 landmarksPASS
A+Heading Text Quality1 heading-text-quality issue(s) detectedPASS
A+Alt Text QualityAll 25 images OKPASS
AForm Accessibility1 of 6 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #Search-In-Modal-Utility | search | Search entire store here... | for/id |
| #halo-notify-email | Leave your email and we will notify as soon as the product / variant is back in stock | for/id | |
| #customer_email | Email Address * | for/id | |
| #customer_password | password | Password * | for/id |
| #Search-In-Modal-Sidebar | search | Search | for/id |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit">
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
A+Form Input Types6 form control(s) checked, no type mismatchesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "en"PASS
AIframe Accessibility1/1 iframe(s) missing title; 0 placeholder(s)PASS
A404 Error PageHTTP 404, custom pagePASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
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 |
|---|---|---|---|---|---|
| h1 Aarvana | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Contact Us | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Policies | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Aarvana | 16.14:1 | 4.5:1 | #000000 | #F4DCDE | Pass |
| a Skip to content | 17.34:1 | 4.5:1 | #000000 | #FDE3E9 | Pass |
| p 🚚FREE DELIVERY ON… | 17.34:1 | 4.5:1 | #000000 | #FDE3E9 | Pass |
| p 🚚FREE DELIVERY ON… | 19.49:1 | 4.5:1 | #000000 | #FEF4F6 | Pass |
| p 🚚FREE DELIVERY ON… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p 🚚FREE DELIVERY ON… | 20.65:1 | 4.5:1 | #000000 | #FDFDFD | Pass |
| p 🚚FREE DELIVERY ON… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p 🚚FREE DELIVERY ON… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p 🚚FREE DELIVERY ON… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p 🚚FREE DELIVERY ON… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p 🚚FREE DELIVERY ON… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p 🚚FREE DELIVERY ON… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p 🚚FREE DELIVERY ON… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p 🚚FREE DELIVERY ON… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| label Search entire store … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Popular Products | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Vendor: | 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.