Skip to content
https://store.taylorswift.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
56
GRADE
D
FIX
5
REVIEW
4
PASS
4
INFO
0
Checks
13
4 PASS 4 REVIEW 5 FIX
F
404 Error Page
Action
HTTP 429, custom page
FIX
HTTP 429, custom page
Warning::
Unexpected status code: HTTP 429
Expected HTTP 404 but received 429. This may confuse search engine crawlers.
Got: HTTP 429
Info::
Custom styled 404 page
404 Page Quality Custom 404 Page
Status Code HTTP 429 Page Title Just a moment... Custom Styling Navigation Homepage Link Search Form
F
Favicon & Branding
Action
1 icon(s) detected
FIX
1 icon(s) detected
Warning::
No favicon.ico at site root
Some older browsers, bookmark tools, and RSS readers look for /favicon.ico. Add one as a fallback.
Info::
HTML icon links detected
Info::
No apple-touch-icon detected
iOS devices use this when users add your site to their home screen. Add <link rel='apple-touch-icon' sizes='180x180' href='/apple-touch-icon.png'>.
favicon.ico Missing
PNG Icons Present
Apple Touch Missing
SVG Favicon Missing
Manifest Icons Missing
Multiple Sizes Missing
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
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::
3 navigation landmark(s) detected
Info::
Hamburger menu detected (responsive design)
Breadcrumbs
Search
Skip Link Skip link detected
Labeled Navigation 3 <nav> element(s)
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
3 of 6 testable patterns navigation patterns detected. Strong navigation UX with multiple discovery paths.
B
Heading Hierarchy
56 headings
REVIEW
56 headings
Warning::
Multiple H1 headings (2 found)
A page should have only one H1. Multiple H1s dilute the document outline.
Warning::
2 empty heading(s)
Empty headings appear in the document outline but provide no information.
Info::
1 hidden heading(s) (aria-hidden)
  • H1 (empty)
  • H1 (empty)
  • H2 Looks like you are in United States.
  • H3 The Life of a Showgirl Violet Blue Hoodie
  • H3 The Life of a Showgirl It's Rapturous T-Shirt
  • H3 Got A Wi$hli$t Bomber Jacket
  • H3 The Life of a Showgirl Shiny Bug T-Shirt
  • H3 The Life of a Showgirl Film Strip Black Crewneck Sweatshirt
  • H3 The Life of a Showgirl Shorts
  • H3 I'm Immortal Now Baby Dolls Baby T-Shirt
  • H3 The Life of a Showgirl Shiny Bug Hat
  • H3 The Life of a Showgirl Shiny Bug White Sweatpants
  • H3 Thank You For The Lovely Bouquet Cropped T-Shirt
  • H3 The Life of a Showgirl Mint T-Shirt
  • H3 The Life of a Showgirl It's Beautiful T-Shirt
  • H3 I Like My Friends Cancelled! Hoodie
  • H3 The Life of a Showgirl It's Frightening Black Crewneck Sweatshirt
  • H3 Leave It With Me I Protect The Family Hat
  • H3 The Life of a Showgirl Tracklist Black Sweatpants
  • H3 The Life of a Showgirl Album Cover T-Shirt
  • H3 The Life of a Showgirl Bathrobe
  • H3 The Life of a Showgirl French Terry Crewneck Sweatshirt
  • H3 The Life of a Showgirl French Terry Shorts
  • H3 The Life of a Showgirl Laundry Bag Backpack
  • H3 The Life of a Showgirl Longsleeve Rugby T-Shirt
  • H3 The Life of a Showgirl Notepad and Tray
  • H3 The Life of a Showgirl Signet Ring
  • H3 The Life of a Showgirl Flat Weave Towel
  • H2 The Life of a Showgirl Collection
  • H3 The Life of a Showgirl: Sweat and Vanilla Perfume Portofino Orange Glitter Vinyl
  • H3 The Life of a Showgirl: Sweat and Vanilla Perfume CD with Poster
  • H3 The Life of a Showgirl: Sweat and Vanilla Perfume Cassette
  • H3 SIGN UP TO RECEIVE UPDATES
  • H3 Links
  • H3 Links
  • H3 Customer Support
  • H3 Customer Support
  • H3 Terms and Conditions
  • H3 Terms and Conditions
  • H2 Select your region
  • H2 Cart (0)
  • H2 Privacy Preference Center
  • H2 Privacy Preference Center hidden
  • H3 Your Privacy
  • H3 Strictly Necessary
  • H3 Functional
  • H3 Performance and Analytics
  • H3 Advertising and Profiling
  • H3 Social Media
  • H4 Your Privacy
  • H4 Strictly Necessary
  • H4 Functional
  • H4 Performance and Analytics
  • H4 Advertising and Profiling
  • H4 Social Media
  • H3 Vendors

A page should have only one H1. Multiple H1s dilute the document outline.

Why this matters

Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.

Learn more

HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.

Source: WCAG 2.4.6 / Google Search Central

Empty headings appear in the document outline but provide no information.

Why this matters

Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.

Source: WCAG 2.4.6

C
Alt Text Quality
Action
4 of 198 images have issues
REVIEW
4 of 198 images have issues
Critical::
4 image(s) missing alt attribute
Images without alt text are invisible to screen readers.
Info::
6 decorative image(s) correctly marked
Info::
188 image(s) with good alt text
198 images 188 good alt text 6 decorative 4 missing
IssueCount
missing4 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
Dark Mode Support
Dark mode detected
REVIEW
Dark mode detected
Info::
Dark-specific theme-color detected
A theme-color with media='(prefers-color-scheme: dark)' adapts the browser toolbar for dark mode.
Info::
prefers-color-scheme CSS detected in inline styles
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark Mode Dark Mode Supported
color-scheme meta Not set Dark theme-color Detected CSS indicators Detected

Detection limited to meta tags and inline styles.

A
Landmark Structure
10 landmarks
PASS
10 landmarks
Info::
<main> landmark present
Info::
3 <nav> landmark(s) found
Warning::
2 of 3 <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 ASIDE CONTENTINFO footer

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

A+
Form Accessibility
All 12 controls labeled
PASS
All 12 controls labeled
Info::
12 control(s) properly labeled
12 controls
12 labeled
0 placeholder only
0 unlabeled
ControlTypeLabelMethod
#Search-In-Modal-1searchSearchfor/id
#emailemailEnter Your Email Addressaria-label
#countryselectCountry Namearia-label
#ot-group-id-C0003checkboxFunctionalfor/id
#ot-group-id-C0002checkboxPerformance and Analyticsfor/id
#ot-group-id-C0004checkboxAdvertising and Profilingfor/id
#ot-group-id-C0005checkboxSocial Mediafor/id
#vendor-search-handlertextVendor list searcharia-label
#select-all-hosts-groups-handlercheckboxcheckbox labelfor/id
#select-all-vendor-groups-handlercheckboxcheckbox labelfor/id
#select-all-vendor-leg-handlercheckboxcheckbox labelfor/id
#chkbox-idcheckboxcheckbox labelfor/id
A+
Color Contrast (Screenshot)
20 text elements analyzed, 0 fail WCAG AA
PASS

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

20 pass
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h2 Looks like you are i…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 United States.21.00:13.0:1
#000000
#FFFFFF
Pass
h2 The Life of a Showgi…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Select your region21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Cart (0)21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Privacy Preference C…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Privacy Preference C…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 The Life of a Showgi…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 The Life of a Showgi…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Got A Wi$hli$t Bombe…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 The Life of a Showgi…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 The Life of a Showgi…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 The Life of a Showgi…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 I'm Immortal Now Bab…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 The Life of a Showgi…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 The Life of a Showgi…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Thank You For The Lo…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 The Life of a Showgi…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 The Life of a Showgi…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 I Like My Friends Ca…21.00:13.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.

A+
Lighthouse Accessibility Audits
Score 99/100 — 2 failing, 31 passed
PASS
99

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
THE LIFE OF A SHOWGIRL VIOLET BLUE HOODIE div.card-information > div.card-information__wrapper > div.card__group > h3.card__title

These are opportunities to improve keyboard navigation in your application.

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
QUICK SHOP div.card > div.quick-add > modal-opener-quick-view.flex > button#quick-add-template--18128601383112__popular_products_ezCnfn8234405724360-submit
QUICK SHOP div.card > div.quick-add > modal-opener-quick-view.flex > button#quick-add-template--18128601383112__popular_products_ezCnfn8238947926216-submit
QUICK SHOP div.card > div.quick-add > modal-opener-quick-view.flex > button#quick-add-template--18128601383112__popular_products_ezCnfn8238947467464-submit
QUICK SHOP div.card > div.quick-add > modal-opener-quick-view.flex > button#quick-add-template--18128601383112__popular_products_ezCnfn8238950285512-submit
QUICK SHOP div.card > div.quick-add > modal-opener-quick-view.flex > button#quick-add-template--18128601383112__popular_products_ezCnfn8238944911560-submit
QUICK SHOP div.card > div.quick-add > modal-opener-quick-view.flex > button#quick-add-template--18128601383112__popular_products_ezCnfn8238946222280-submit
QUICK SHOP div.card > div.quick-add > modal-opener-quick-view.flex > button#quick-add-template--18128601383112__popular_products_da8qnd8238950547656-submit
QUICK SHOP div.card > div.quick-add > modal-opener-quick-view.flex > button#quick-add-template--18128601383112__popular_products_da8qnd8238946943176-submit
QUICK SHOP div.card > div.quick-add > modal-opener-quick-view.flex > button#quick-add-template--18128601383112__popular_products_da8qnd8238949040328-submit
QUICK SHOP div.card > div.quick-add > modal-opener-quick-view.flex > button#quick-add-template--18128601383112__popular_products_da8qnd8238948614344-submit
QUICK SHOP div.card > div.quick-add > modal-opener-quick-view.flex > button#quick-add-template--18128601383112__popular_products_rff3Tf8238948221128-submit
QUICK SHOP div.card > div.quick-add > modal-opener-quick-view.flex > button#quick-add-template--18128601383112__popular_products_rff3Tf8238944485576-submit
QUICK SHOP div.card > div.quick-add > modal-opener-quick-view.flex > button#quick-add-template--18128601383112__popular_products_rff3Tf8238945403080-submit
QUICK SHOP div.card > div.quick-add > modal-opener-quick-view.flex > button#quick-add-template--18128601383112__popular_products_rff3Tf8238946451656-submit
QUICK SHOP div.card > div.quick-add > modal-opener-quick-view.flex > button#quick-add-template--18128601383112__popular_products_KVFb3N8239062450376-submit
QUICK SHOP div.card > div.quick-add > modal-opener-quick-view.flex > button#quick-add-template--18128601383112__popular_products_KVFb3N8239062089928-submit
QUICK SHOP div.card > div.quick-add > modal-opener-quick-view.flex > button#quick-add-template--18128601383112__popular_products_KVFb3N8239062286536-submit
QUICK SHOP div.card > div.quick-add > modal-opener-quick-view.flex > button#quick-add-template--18128601383112__popular_products_KVFb3N8240068526280-submit
QUICK SHOP div.card > div.quick-add > modal-opener-quick-view.flex > button#quick-add-template--18128601383112__popular_products_KVFb3N8239093153992-submit
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
`[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.
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Background and foreground colors have a sufficient contrast ratio
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
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
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
Document has a main landmark.
Deprecated ARIA roles were not used
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Identical links have the same purpose.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
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
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
ARIA IDs are unique
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
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.
`[lang]` attributes have a valid value
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.
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback