Skip to content
https://mvmt.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
54
GRADE
F
FIX
6
REVIEW
6
PASS
1
INFO
0
Checks
13
1 PASS 6 REVIEW 6 FIX
D
404 Error Page
Action
HTTP 410, custom page
FIX
HTTP 410, custom page
Warning::
Unexpected status code: HTTP 410
Expected HTTP 404 but received 410. This may confuse search engine crawlers.
Got: HTTP 410
Info::
Custom styled 404 page
Info::
Navigation links present on 404 page
404 Page Quality Custom 404 Page
Status Code HTTP 410 Page Title Sites-MVMTUS-Site Custom Styling Navigation Homepage Link Search Form
D
Web Manifest
Action
Not found
FIX
Not found
Info::
No web manifest found
No manifest at standard paths (/manifest.json, /site.webmanifest). A manifest is optional but enables PWA features like home screen installation and standalone display.

No web manifest found.

D
Dark Mode Support
Action
No dark mode signals
FIX
No dark mode signals
Info::
No dark mode signals detected
Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark ModeNo Dark Mode Detected
color-scheme meta Not set Dark theme-color Not set CSS indicators Not detected

Detection limited to meta tags and inline styles.

D
Print Stylesheet
Action
No print styles
FIX
No print styles
Info::
No print-specific styles detected
When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.
Print Stylesheet No Print Styles
Print stylesheet Not found Inline @media print Not detected
F
Navigation UX
Action
1 navigation pattern(s)
FIX
1 navigation pattern(s)
Info::
Skip navigation link detected
Info::
9 navigation landmark(s) detected
Breadcrumbs
Search
Skip Link Skip link detected
Labeled Navigation 9 <nav> element(s)
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
2 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
C
Landmark Structure
Action
12 landmarks
REVIEW
12 landmarks
Critical::
No <main> landmark found
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Info::
9 <nav> landmark(s) found
Warning::
5 of 9 <nav> elements are unlabeled
Multiple navigations need aria-label to distinguish them for screen readers.
Info::
Skip navigation link present
Page Structure — as a screen reader sees it
BANNER header NAV MAIN (missing!) CONTENTINFO footer

Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.

Why this matters

Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.

Learn more

The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.

Source: WAI-ARIA / WCAG 2.4.1

Multiple navigations need aria-label to distinguish them for screen readers.

Why this matters

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

B
Alt Text Quality
3 of 541 images have issues
REVIEW
3 of 541 images have issues
Critical::
3 image(s) missing alt attribute
Images without alt text are invisible to screen readers.
Info::
120 decorative image(s) correctly marked
Info::
418 image(s) with good alt text
541 images 418 good alt text 120 decorative 3 missing
IssueCount
missing3 image(s)

Images without alt text are invisible to screen readers.

Why this matters

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

B
Form Accessibility
5 of 22 controls have issues
REVIEW
5 of 22 controls have issues
Warning::
5 control(s) rely on placeholder only
Placeholder text disappears on focus and is not a reliable label.
Got: <input type="search" name="q">; <input type="search" name="q">; <input type="email" name="hpEmailSignUp" id="hpEmailSignUp">; <input type="email" name="hpEmailSignUp" id="hpEmailSignUp">; <input type="text">
Info::
17 control(s) properly labeled
22 controls
17 labeled
5 placeholder only
0 unlabeled
ControlTypeLabelMethod
#daysselectday of Birtharia-label
#monthsselectMonth of Birtharia-label
#yearsselectYear of Birtharia-label
#genderselectGenderfor/id
#ot-group-id-BG69checkboxFunctional Cookiesfor/id
#ot-group-id-BG70checkboxPerformance Cookiesfor/id
#ot-group-id-BG71checkboxTargeting Cookiesfor/id
#vendor-search-handlertextCookie list searcharia-label
#chkbox-idcheckboxcheckbox labelfor/id
#select-all-hosts-groups-handlercheckboxcheckbox labelfor/id
#select-all-vendor-groups-handlercheckboxcheckbox labelfor/id
#select-all-vendor-leg-handlercheckboxcheckbox labelfor/id
#radio1radioMensfor/id
#radio2radioWomensfor/id
#radio3radioWant It Allfor/id
#ltkpopup-emailemailEmail address (*)for/id
#lo_chat_textareatextareaChat Input Boxfor/id
#hpEmailSignUpemail(Enter your email address)placeholder only
#hpEmailSignUpemail(Enter your email address)placeholder only
inputtext(Enter your name...)placeholder only
qsearch(Enter Search Keyword)placeholder only
qsearch(Enter Search Keyword)placeholder only

Placeholder text disappears on focus and is not a reliable label.

<input type="search" name="q">; <input type="search" name="q">; <input type="email" name="hpEmailSignUp" id="hpEmailSignUp">; <input type="email" name="hpEmailSignUp" id="hpEmailSignUp">; <input type="text">

Why this matters

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

B
Favicon & Branding
16 icon(s) detected
REVIEW
16 icon(s) detected
Info::
favicon.ico present at site root
Info::
HTML icon links detected
Info::
Apple touch icon present
Info::
Multiple icon sizes detected
favicon.ico Present
PNG Icons Present
Apple Touch Present
SVG Favicon Missing
Manifest Icons Missing
Multiple Sizes Present
C
Color Contrast (Screenshot)
Action
20 text elements analyzed, 20 fail WCAG AA
REVIEW

Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.

0 pass 20 fail WCAG AA
h2 Get it by Father's Day
1.34:1
#000000
on
#25231E
needs 3.0:1 (large text)
24px · mid-page
h2 THANK YOU!
1.13:1
#000000
on
#061420
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Welcome to MVMT
1.13:1
#000000
on
#061420
needs 3.0:1 (large text)
24px · bottom of viewport
h2 We now ship to more countries!
1.13:1
#000000
on
#061420
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Privacy Preference Center
1.13:1
#000000
on
#061420
needs 3.0:1 (large text)
24px · bottom of viewport
h2 And gain access to exclusive sales, limi…
1.13:1
#000000
on
#061420
needs 3.0:1 (large text)
24px · bottom of viewport
h3 Featured Shops
1.13:1
#000000
on
#061420
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Shop By Color
1.13:1
#000000
on
#061420
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Shop by Frame Shape
1.13:1
#000000
on
#061420
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Shop by Material
1.13:1
#000000
on
#061420
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Featured Shops
1.13:1
#000000
on
#061420
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Shop By Color
1.13:1
#000000
on
#061420
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Featured Shops
1.13:1
#000000
on
#061420
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Shop By Color
1.13:1
#000000
on
#061420
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Shop by Frame Shape
1.13:1
#000000
on
#061420
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Shop by Material
1.13:1
#000000
on
#061420
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Featured Shops
1.13:1
#000000
on
#061420
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Shop By Color
1.13:1
#000000
on
#061420
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Featured Shops
1.13:1
#000000
on
#061420
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Shop By Color
1.13:1
#000000
on
#061420
needs 3.0:1 (large text)
19px · bottom of viewport
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h2 Get it by Father's D…1.34:13.0:1
#000000
#25231E
Fail
h2 THANK YOU!1.13:13.0:1
#000000
#061420
Fail
h2 Welcome to MVMT1.13:13.0:1
#000000
#061420
Fail
h2 We now ship to more …1.13:13.0:1
#000000
#061420
Fail
h2 Privacy Preference C…1.13:13.0:1
#000000
#061420
Fail
h2 And gain access to e…1.13:13.0:1
#000000
#061420
Fail
h3 Featured Shops1.13:13.0:1
#000000
#061420
Fail
h3 Shop By Color1.13:13.0:1
#000000
#061420
Fail
h3 Shop by Frame Shape1.13:13.0:1
#000000
#061420
Fail
h3 Shop by Material1.13:13.0:1
#000000
#061420
Fail
h3 Featured Shops1.13:13.0:1
#000000
#061420
Fail
h3 Shop By Color1.13:13.0:1
#000000
#061420
Fail
h3 Featured Shops1.13:13.0:1
#000000
#061420
Fail
h3 Shop By Color1.13:13.0:1
#000000
#061420
Fail
h3 Shop by Frame Shape1.13:13.0:1
#000000
#061420
Fail
h3 Shop by Material1.13:13.0:1
#000000
#061420
Fail
h3 Featured Shops1.13:13.0:1
#000000
#061420
Fail
h3 Shop By Color1.13:13.0:1
#000000
#061420
Fail
h3 Featured Shops1.13:13.0:1
#000000
#061420
Fail
h3 Shop By Color1.13:13.0:1
#000000
#061420
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.

B
Lighthouse Accessibility Audits
Score 87/100 — 6 failing, 32 passed
REVIEW
87

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.

Why this matters

Informational: a Permissions-Policy directive showing feature -> allowed origins.

Source: MDN Permissions-Policy

Failing Elements
WELCOME TO MVMT We now ship to more countries! Browse & pay in the currency of … div.page > footer.footer > div.container-fluid > div#welcomeMat
WELCOME TO MVMT We now ship to more countries! Browse & pay in the currency of … div.modal-content > div.modal-body > div.eswModalWrapper > div#eswModal

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
MOST LOVED: MULHOLLAND SHOP NOW div.html-slot-container > div.BannerHolder > div#carouselContent > div.carousel-inner

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
SHOP NOW div.carousel-inner > div.carousel-item > span.mobile-btn > a.text-model-wrapper
Email address (*) div.ltkpopup-clearfix > div > div.ltkpopup-floating-label-container > label.ltkpopup-floating-label

These are opportunities to improve the legibility of your content.

Navigation

A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Press for Accessibility for blind people who use screen readers div#INDquickAccess > ul > li > button.INDshortcutBtn
Press for Accessibility menu div#INDquickAccess > ul > li > button

These are opportunities to improve keyboard navigation in your application.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
SHOP NOW div.builder-block > div.css-79elbk > div.css-17a0a1c > a.builder-block

These items highlight common accessibility best practices.

Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
MOST LOVED: MULHOLLAND SHOP NOW div.BannerHolder > div#carouselContent > div.carousel-inner > div.carousel-item
Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
Select elements have associated label elements.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
ARIA toggle fields have accessible names
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
`[lang]` attributes have a valid value
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
ARIA IDs are unique
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Identical links have the same purpose.
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with the `role=text` attribute do not have focusable descendents.
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
A+
Heading Hierarchy
103 headings
PASS
103 headings
Info::
Single H1 present
  • H2 Get it by Father's Day
  • H3 Men's Watches
  • H3 Featured Shops
  • H3 Shop By Color
  • H3 Men's Sunglasses
  • H3 Shop by Frame Shape
  • H3 Shop by Material
  • H3 Men's Jewelry
  • H3 Featured Shops
  • H3 Shop By Color
  • H3 Gifting
  • H3 Men's Last Chance
  • H3 Women's Watches
  • H3 Featured Shops
  • H3 Shop By Color
  • H3 Women's Sunglasses
  • H3 Shop by Frame Shape
  • H3 Shop by Material
  • H3 Women's Jewelry
  • H3 Featured Shops
  • H3 Shop By Color
  • H3 Women's Last Chance
  • H3 Men's Last Chance
  • H3 Women's Last Chance
  • H4 Watches
  • H4 Sunglasses
  • H4 Jewelry
  • H4 Gifting
  • H4 Limited Edition
  • H4 Last Chance
  • H4 Watches
  • H4 Sunglasses
  • H4 Jewelry
  • H4 Limited Edition
  • H4 Last Chance
  • H3 Men's Watches
  • H3 Featured Shops
  • H3 Shop By Color
  • H3 Men's Sunglasses
  • H3 Shop by Frame Shape
  • H3 Shop by Material
  • H3 Men's Jewelry
  • H3 Featured Shops
  • H3 Shop By Color
  • H3 Gifting
  • H3 Men's Last Chance
  • H3 Women's Watches
  • H3 Featured Shops
  • H3 Shop By Color
  • H3 Women's Sunglasses
  • H3 Shop by Frame Shape
  • H3 Shop by Material
  • H3 Women's Jewelry
  • H3 Featured Shops
  • H3 Shop By Color
  • H3 Women's Last Chance
  • H3 Men's Last Chance
  • H3 Women's Last Chance
  • H4 Watches
  • H4 Sunglasses
  • H4 Jewelry
  • H4 Gifting
  • H4 Limited Edition
  • H4 Last Chance
  • H4 Watches
  • H4 Sunglasses
  • H4 Jewelry
  • H4 Limited Edition
  • H4 Last Chance
  • H3 TOP SEARCH TERMS
  • H3 TOP PRODUCTS
  • H3 TOP SEARCH TERMS
  • H2 THANK YOU!
  • H3 BEST SELLERS
  • H4 Get the Good Stuff
  • H2 Welcome to MVMT
  • H2 We now ship to more countries!
  • H3 We've set your delivery country to Singapore
  • H3 Unfortunately we can't ship to right now
  • H3 Cookie List
  • H4 Strictly Necessary Cookies
  • H4 Functional Cookies
  • H5 Functional Cookies (non sale)
  • H4 Performance Cookies
  • H5 Performance Cookies (non sale)
  • H4 Targeting Cookies
  • H5 Targeting Cookies (non sale)
  • H5 Targeting Cookies (sale)
  • H5 Social Media Cookies (non sale)
  • H2 Privacy Preference Center
  • H3 Manage Consent Preferences
  • H4 Strictly Necessary Cookies
  • H4 Functional Cookies
  • H5 Functional Cookies (non sale)
  • H4 Performance Cookies
  • H5 Performance Cookies (non sale)
  • H4 Targeting Cookies
  • H5 Targeting Cookies (non sale)
  • H5 Targeting Cookies (sale)
  • H5 Social Media Cookies (non sale)
  • H3 Cookie List
  • H1 Get an EXTRA 20% Off*
  • H2 And gain access to exclusive sales, limited edition drops and more.
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback