Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionHTTP 429, custom pageFIX
FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy56 headingsREVIEW
- 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.
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.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
CAlt Text QualityAction4 of 198 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 4 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
BLink & Button Quality5 issue(s) across 178 links and 81 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /collections/the-life-of-a-showgirl-shop | Link | generic text | Replace with descriptive text |
Before: Link Suggested: The Life Of A Showgirl Shop | |||
| /collections/the-life-of-a-showgirl-shop | Link | generic text | Replace with descriptive text |
Before: Link Suggested: The Life Of A Showgirl Shop | |||
| /collections/the-life-of-a-showgirl-shop | Link | generic text | Replace with descriptive text |
Before: Link Suggested: The Life Of A Showgirl Shop | |||
| /collections/the-life-of-a-showgirl-shop | Link | generic text | Replace with descriptive text |
Before: Link Suggested: The Life Of A Showgirl Shop | |||
| /collections/ts-collection | Link | generic text | Replace with descriptive text |
Before: Link Suggested: Ts Collection | |||
| https://www.taylorswift.com/privacy-poli… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.taylorswift.com/privacy-poli… | More information about your pr… | new tab | Add '(opens in new tab)' to text |
| https://www.onetrust.com/products/cookie… | Powered by OneTrust Opens in a… | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
/collections/the-life-of-a-showgirl-shop (""); /collections/the-life-of-a-showgirl-shop (""); /collections/the-life-of-a-showgirl-shop (""); /collections/the-life-of-a-showgirl-shop (""); /collections/ts-collection ("")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://www.taylorswift.com/privacy-policy/; https://www.taylorswift.com/privacy-policy/; https://www.onetrust.com/products/cookie-consent/
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
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
ALandmark Structure10 landmarksPASS
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
A+Form AccessibilityAll 12 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #Search-In-Modal-1 | search | Search | for/id |
| Enter Your Email Address | aria-label | ||
| #country | select | Country Name | aria-label |
| #ot-group-id-C0003 | checkbox | Functional | for/id |
| #ot-group-id-C0002 | checkbox | Performance and Analytics | for/id |
| #ot-group-id-C0004 | checkbox | Advertising and Profiling | for/id |
| #ot-group-id-C0005 | checkbox | Social Media | for/id |
| #vendor-search-handler | text | Vendor list search | aria-label |
| #select-all-hosts-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-leg-handler | checkbox | checkbox label | for/id |
| #chkbox-id | checkbox | checkbox label | for/id |
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 Looks like you are i… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 United States. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 The Life of a Showgi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Select your region | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Cart (0) | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Privacy Preference C… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Privacy Preference C… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 The Life of a Showgi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 The Life of a Showgi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Got A Wi$hli$t Bombe… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 The Life of a Showgi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 The Life of a Showgi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 The Life of a Showgi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 I'm Immortal Now Bab… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 The Life of a Showgi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 The Life of a Showgi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Thank You For The Lo… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 The Life of a Showgi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 The Life of a Showgi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 I Like My Friends Ca… | 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.
A+Lighthouse Accessibility AuditsScore 99/100 — 2 failing, 31 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.
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.
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.
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 |