Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure6 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 Hierarchy22 headingsREVIEW
- H2 Choose a department
- H2 Womenswear
- H2 New In
- H2 Clothing
- H2 Bags
- H2 Shoes
- H2 Menswear
- H2 New In
- H2 Clothing
- H2 Accessories
- H2 Shoes
- H2 Kidswear
- H2 Boys
- H2 Girls
- H2 Baby Boys
- H2 Baby Girls
- H3 Never miss a thing
- H2 Customer Service
- H2 About FARFETCH
- H2 Discounts and membership
- H2 Content and services
- H2 Follow us
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
C404 Error PageActionCould not testREVIEW
404 page quality check not available.
CFavicon & BrandingAction7 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
A+Alt Text QualityAll 15 images OKPASS
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #search | input | Search | aria-label |
| aria-label |
A+Link & Button Quality62 links, 6 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /shopping/women/items.aspx | .ltr-xuwz24{position:absolute;… | img no alt | Add alt attribute to the image |
| /shopping/men/items.aspx | MENSWEAR | img no alt | Add alt attribute to the image |
| /shopping/kids/items.aspx | KIDSWEAR | img no alt | Add alt attribute to the image |
| /sets/women/new-in-this-week-eu-women.as… | New In | img no alt | Add alt attribute to the image |
| /shopping/women/clothing-1/items.aspx | Clothing | img no alt | Add alt attribute to the image |
| /shopping/women/bags-purses-1/items.aspx | Bags | img no alt | Add alt attribute to the image |
| /shopping/women/shoes-1/items.aspx | Shoes | img no alt | Add alt attribute to the image |
| /sets/men/new-in-this-week-eu-men.aspx | New In | img no alt | Add alt attribute to the image |
| /shopping/men/clothing-2/items.aspx | Clothing | img no alt | Add alt attribute to the image |
| /shopping/men/accessories-all-2/items.as… | Accessories | img no alt | Add alt attribute to the image |
| /shopping/men/shoes-2/items.aspx | Shoes | img no alt | Add alt attribute to the image |
| /shopping/kids/boys-clothing-3/items.asp… | Boys | img no alt | Add alt attribute to the image |
| /shopping/kids/girls-clothing-4/items.as… | Girls | img no alt | Add alt attribute to the image |
| /shopping/kids/baby-boy-clothing-5/items… | Baby Boys | img no alt | Add alt attribute to the image |
| /shopping/kids/baby-girl-clothing-6/item… | Baby Girls | img no alt | Add alt attribute to the image |
| https://www.farfetch.com/privacy-policy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.farfetch.com/privacy-policy
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
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 Choose a department | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Womenswear | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 New In | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Clothing | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Bags | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Shoes | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Menswear | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 New In | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Clothing | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Accessories | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Shoes | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Kidswear | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Boys | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Girls | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Baby Boys | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Baby Girls | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Customer Service | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 About FARFETCH | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Discounts and member… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Content and services | 21.00:1 | 3.0: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.
ALighthouse Accessibility AuditsScore 94/100 — 1 failing, 23 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.
Names and labels
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 |
|---|
body.bob > input body.bob > input |
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.