Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DMobile-Readable Font SizesAction54% of visible text renders at >= 12 CSS px (5 below threshold)FIX
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
BLandmark Structure4 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
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
BHeading Hierarchy30 headingsREVIEW
- H2 Cookie consent
- H2 Recommended products
- H3 Aabha Golden Clutch
- H3 Aabroo Black Flap Bag
- H3 Aabroo White Flap Bag
- H3 Aafreen Black Clutch
- H3 Aaliya Silver Potli
- H3 Aarish Golden Clutch
- H2 Recommended products
- H3 Aabha Golden Clutch
- H3 Aabroo Black Flap Bag
- H3 Aabroo White Flap Bag
- H3 Aafreen Black Clutch
- H3 Aaliya Silver Potli
- H3 Aarish Golden Clutch
- H2 Maximal - Modern - Global
- H2 Discover What's New.
- H2 Where Luxury Is Crafted By Hand
- H3 POTLIS
- H3 SHEEN EDIT
- H3 EMBROIDERED
- H3 FLAP BAGS
- H3 NAYAB EDIT
- H2 BESTSELLER
- H3 Top Categories
- H3 Discover
- H3 Policies
- H3 Sign Up Now
- H4 Popular Searches
- H3 Your cart
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
CForm AccessibilityAction4 of 5 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #NewsletterFormEmail-newsletter_LyxXMc | for/id | ||
| q | search | (Search ) | placeholder only |
| #mobileSearchInput | search | (SEARCH FOR...) | placeholder only |
| q | search | (Search ) | placeholder only |
| #currencies | select | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<select name="currencies" id="currencies">
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="search" name="q">; <input type="search" name="q">; <input type="search" name="q" id="mobileSearchInput">
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 QualityAction4 issue(s) across 235 links and 104 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://houseofwebhin.com/policies/priva… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| /pages/return-request | Submit A Request Within 24 Hou… | new tab | Add '(opens in new tab)' to text |
| https://houseofwebhin.com/customer_authe… | (empty) | empty | Add link text or aria-label |
| https://www.shopify.com?utm_campaign=pow… | Powered by Shopify | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://houseofwebhin.com/customer_authentication/redirect?locale=en®ion_c…
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://houseofwebhin.com/policies/privacy-policy; /pages/return-request; https://www.shopify.com?utm_campaign=poweredby&utm_medium=shopify&utm_source=…
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.search-dropdown-close (#549 on page); button.search-dropdown-close (#1028 on page); button.cart-drawer-close (#2141 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
C404 Error PageActionHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 1 fail WCAG AAREVIEW
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 Cookie consent | 11.27:1 | 3.0:1 | #000000 | #E9AEBF | Pass |
| h2 Recommended products | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Recommended products | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Maximal - Modern - G… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Discover What's New. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Where Luxury Is Craf… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 BESTSELLER | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 POTLIS | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 SHEEN EDIT | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 EMBROIDERED | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 FLAP BAGS | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 NAYAB EDIT | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Top Categories | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Discover | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Policies | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Sign Up Now | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Your cart | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title House of Webhin | Lu… | 4.08:1 | 4.5:1 | #000000 | #C7345E | Fail |
| p We and our partners,… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Privacy Policy | 16.92:1 | 4.5:1 | #000000 | #EAE6E2 | 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 Text Quality1 heading-text-quality issue(s) detectedPASS
AAlt Text Quality1 of 186 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 Input Types5 form control(s) checked, no type mismatchesPASS
A+Form Input Quality5 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "en"PASS
A+Tabindex Anti-Patterns78 explicit tabindex attribute(s) checked, no anti-patternsPASS
AIframe Accessibility1/7 iframe(s) missing title; 0 placeholder(s)PASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
ALighthouse Accessibility AuditsScore 90/100 — 3 failing, 27 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.
ARIA
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 |
|---|
Go to video 1 section#shopify-section-template--21885140009212__how_gumlet_video_LwNBUz > section#how-gumlet-video-template--21885140009212__how_gumlet_video_LwNBUz > div.how-gumlet-video__container > div.how-gumlet-video__dots |
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 |
|---|
TRY OUR section#how-bestsellers-template--21885140009212__how_bestsellers_carousel_jWmVex > div.how-bestsellers__container > header.how-bestsellers__header > p.how-bestsellers__label |
The Sheen Edit- MOP Bags div.section-footer-column__menu > ul.section-footer-column__menu-list > li.section-footer-column__menu-list-item > a |
Potlis div.section-footer-column__menu > ul.section-footer-column__menu-list > li.section-footer-column__menu-list-item > a |
Flap Bags div.section-footer-column__menu > ul.section-footer-column__menu-list > li.section-footer-column__menu-list-item > a |
Box Clutches div.section-footer-column__menu > ul.section-footer-column__menu-list > li.section-footer-column__menu-list-item > a |
Printed Clutches div.section-footer-column__menu > ul.section-footer-column__menu-list > li.section-footer-column__menu-list-item > a |
Batua Bag div.section-footer-column__menu > ul.section-footer-column__menu-list > li.section-footer-column__menu-list-item > a |
Customised Clutches div.section-footer-column__menu > ul.section-footer-column__menu-list > li.section-footer-column__menu-list-item > a |
Nayab Edit div.section-footer-column__menu > ul.section-footer-column__menu-list > li.section-footer-column__menu-list-item > a |
Embroidered Elegance div.section-footer-column__menu > ul.section-footer-column__menu-list > li.section-footer-column__menu-list-item > a |
Facebook ul.section-footer-column__social-list > li.footer-social-list__item > a.footer-social-list__item-link > span.footer-social-list__item-label |
Instagram ul.section-footer-column__social-list > li.footer-social-list__item > a.footer-social-list__item-link > span.footer-social-list__item-label |
About Us div.section-footer-column__menu > ul.section-footer-column__menu-list > li.section-footer-column__menu-list-item > a |
FAQ's div.section-footer-column__menu > ul.section-footer-column__menu-list > li.section-footer-column__menu-list-item > a |
Customer Reviews div.section-footer-column__menu > ul.section-footer-column__menu-list > li.section-footer-column__menu-list-item > a |
Blogs div.section-footer-column__menu > ul.section-footer-column__menu-list > li.section-footer-column__menu-list-item > a |
Contact Us div.section-footer-column__menu > ul.section-footer-column__menu-list > li.section-footer-column__menu-list-item > a |
Terms & Conditions div.section-footer-column__menu > ul.section-footer-column__menu-list > li.section-footer-column__menu-list-item > a |
Shipping Policy div.section-footer-column__menu > ul.section-footer-column__menu-list > li.section-footer-column__menu-list-item > a |
Privacy Policy div.section-footer-column__menu > ul.section-footer-column__menu-list > li.section-footer-column__menu-list-item > a |
Cancellation/ Return and Exchange Policy div.section-footer-column__menu > ul.section-footer-column__menu-list > li.section-footer-column__menu-list-item > a |
Return Request div.section-footer-column__menu > ul.section-footer-column__menu-list > li.section-footer-column__menu-list-item > a |
Welcome to the Webhin Tribe! Unlock 10% off + early access to the latest drops!… div.section-footer-column > div.section-footer-column-newsletter > div.section-footer-column-newsletter__description > p |
form#contact_form > div.newsletter-form-container > div.newsletter-form-email > input#NewsletterFormEmail-newsletter_LyxXMc form#contact_form > div.newsletter-form-container > div.newsletter-form-email > input#NewsletterFormEmail-newsletter_LyxXMc |
© 2025 House Of Webhin div.section-footer-colophon > div.section-footer-colophon__inner > div.section-footer-colophon__text > span |
Powered by Shopify div.section-footer-colophon__inner > div.section-footer-colophon__text > span > a |
INR ₹ form#localization_form > div.disclosure > button.disclosure__button > span |
Popular Searches body.template-index > div#shopify-section-sections--21885139321084__footer > div.house-of-webhin-popular-searches > h4 |
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 |
|---|
section#shopify-section-template--21885140009212__how_hero_b4dxyk > section#how-hero-template--21885140009212__how_hero_b4dxyk > div.how-hero__wrapper > img.how-hero__image section#shopify-section-template--21885140009212__how_hero_b4dxyk > section#how-hero-template--21885140009212__how_hero_b4dxyk > div.how-hero__wrapper > img.how-hero__image |
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.