Skip to content
https://usmagazine.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
56
GRADE
D
FIX
6
REVIEW
4
PASS
3
INFO
0
Checks
13
3 PASS 4 REVIEW 6 FIX
F
Alt Text Quality
Action
6 of 91 images have issues
FIX
6 of 91 images have issues
Critical::
6 image(s) missing alt attribute
Images without alt text are invisible to screen readers.
Critical::
4 image-in-link without alt text
An image inside a link with no alt creates an empty link.
Info::
2 image(s) with alt text over 125 characters
Info::
26 decorative image(s) correctly marked
Info::
57 image(s) with good alt text
91 images 57 good alt text 26 decorative 6 missing
IssueCount
missing6 image(s)
too long2 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

An image inside a link with no alt creates an empty link.

Why this matters

Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.

Learn more

An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.

Source: WCAG 2.1 SC 2.4.4

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
Theme color only
FIX
Theme color only
Info::
Theme-color present but no dark variant
A theme-color is set but no dark-specific variant was found. The browser toolbar may not adapt for dark mode users.
Got: #fff
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 ModePartial Dark Mode
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::
5 navigation landmark(s) detected
Info::
Hamburger menu detected (responsive design)
Breadcrumbs
Search
Skip Link Skip link detected
Labeled Navigation 5 <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
54 headings
REVIEW
54 headings
Info::
Single H1 present
Warning::
6 empty heading(s)
Empty headings appear in the document outline but provide no information.
  • H1 Us Weekly: Latest Celebrity News, Pictures & Entertainment
  • H2 Latest News
  • H3 Free People, Spanx and More 'It' Girl Staples Are Hiding in Nordstrom's Big Sale
  • H3 ‘Unexpected’ Star Bella’s Mom Falen Vaughn Arrested for Disorderly Conduct
  • H3 These Flowy, Flattering Maxi Dresses Look Straight Out of a Fancy Boutique
  • H3 Chris Pratt Family Guide: Everything to Know About His Wife and 4 Kids
  • H3 Cameron Diaz Wears the Rich-Girl Sneakers Shoppers Can Happily Walk 17,000 Steps In
  • H3 Love Carolyn Bessette Kennedy's Iconic '90s Denim? Here's How to Copy the Look
  • H3 Us Weekly's Top Stories: Dodgers Star Freddie Freeman's Baby Joy and More
  • H3 Haylie Duff and Matthew Rosenberg’s Relationship Timeline
  • H3 Finally, One Supplement That Supports Women Through Every Age and Stage
  • H2 Top Headlines
  • H3 Pat Sajak’s Daughter Maggie Confirms Romance With Savannah Bananas Player
  • H3 Kim Kardashian and Lewis Hamilton Pack on the PDA, Makeout in Ocean
  • H3 Dodgers’ Freddie Freeman and Wife Chelsea Welcome Baby No. 4 Via Surrogate
  • H3 Denise Richards Breaks Silence on Ex Patrick Muldoon's Death
  • H2 Shopping
  • H3 17 New Amazon Pieces That Look Like Free People Bestsellers — From $10
  • H3 Walmart's Version of the 'Coastal Grandma' Trend Is Shockingly Good
  • H3 These Loose, Slimming Pieces Nail Santorini Style — Starting at $6
  • H2 .st0{fill:none;stroke-width:2;} .st1{fill:none;stroke-width:2;stroke-linecap:round;} Hot Pics
  • H3 Lady Gaga, Simone Biles, Tori Spelling, and More!
  • H2 Featured Galleries
  • H3 What to Know About ‘Summer House’ Season 10 Reunion
  • H3 Meet 'Euphoria' Season 3 Cast — Including Newbies Priscilla...
  • H3 Ciara Miller's Biggest 'Glamour' Bombshells About West and Amanda...
  • H3 Puzzles & Games
  • H3 Thank You!
  • H4 Subscribe to newsletters
  • H4 (empty)
  • H4 Info
  • H4 Shopping Preferences
  • H4 Offers
  • H4 Tools
  • H4 Your Orders
  • H4 Favoritesdebug
  • H4 Celebrities
  • H4 Shows
  • H4 Recipes
  • H4 Games
  • H4 Your Newsletters
  • H4 .st2{fill:#000;} .st3{fill:#e93366;}
  • H4 (empty)
  • H4 (empty)
  • H4 (empty)
  • H4 (empty)
  • H4 Active subscriptions
  • H4 (empty)
  • H4 Active subscriptions
  • H4 Billing Address
  • H4 Shipping Address
  • H4 Summary
  • H4 Credit or debit card
  • H4 Your Addresses

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

B
404 Error Page
HTTP 404, custom page
REVIEW
HTTP 404, custom page
Info::
Correct 404 status code returned
Got: HTTP 404
Info::
Custom styled 404 page
Info::
Navigation links present on 404 page
404 Page Quality Custom 404 Page
Status Code HTTP 404 Page Title Page not found - Us Weekly Custom Styling Navigation Homepage Link Search Form
B
Favicon & Branding
8 icon(s) detected
REVIEW
8 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 Top Headlines
1.76:1
#000000
on
#373737
needs 3.0:1 (large text)
24px · bottom of viewport
h3 Free People, Spanx and More 'It' Girl St…
1.76:1
#000000
on
#373737
needs 3.0:1 (large text)
19px · bottom of viewport
h3 ‘Unexpected’ Star Bella’s Mom Fale…
1.76:1
#000000
on
#373737
needs 3.0:1 (large text)
19px · bottom of viewport
h3 These Flowy, Flattering Maxi Dresses Loo…
1.76:1
#000000
on
#373737
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Chris Pratt Family Guide: Everything to …
1.76:1
#000000
on
#373737
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Cameron Diaz Wears the Rich-Girl Sneaker…
1.76:1
#000000
on
#373737
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Love Carolyn Bessette Kennedy's Iconic '…
1.76:1
#000000
on
#373737
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Us Weekly's Top Stories: Dodgers Star Fr…
1.76:1
#000000
on
#373737
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Haylie Duff and Matthew Rosenberg’s Re…
1.76:1
#000000
on
#373737
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Finally, One Supplement That Supports Wo…
1.76:1
#000000
on
#373737
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Pat Sajak’s Daughter Maggie Confirms R…
1.76:1
#000000
on
#373737
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Kim Kardashian and Lewis Hamilton Pack o…
1.76:1
#000000
on
#373737
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Dodgers’ Freddie Freeman and Wife Chel…
1.76:1
#000000
on
#373737
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Denise Richards Breaks Silence on Ex Pat…
1.76:1
#000000
on
#373737
needs 3.0:1 (large text)
19px · bottom of viewport
h3 17 New Amazon Pieces That Look Like Free…
1.76:1
#000000
on
#373737
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Walmart's Version of the 'Coastal Grandm…
1.76:1
#000000
on
#373737
needs 3.0:1 (large text)
19px · bottom of viewport
h3 These Loose, Slimming Pieces Nail Santor…
1.76:1
#000000
on
#373737
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Lady Gaga, Simone Biles, Tori Spelling, …
1.76:1
#000000
on
#373737
needs 3.0:1 (large text)
19px · bottom of viewport
h3 What to Know About ‘Summer House’ Se…
1.76:1
#000000
on
#373737
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Meet 'Euphoria' Season 3 Cast — Includ…
1.76:1
#000000
on
#373737
needs 3.0:1 (large text)
19px · bottom of viewport
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h2 Top Headlines1.76:13.0:1
#000000
#373737
Fail
h3 Free People, Spanx a…1.76:13.0:1
#000000
#373737
Fail
h3 ‘Unexpected’ Sta…1.76:13.0:1
#000000
#373737
Fail
h3 These Flowy, Flatter…1.76:13.0:1
#000000
#373737
Fail
h3 Chris Pratt Family G…1.76:13.0:1
#000000
#373737
Fail
h3 Cameron Diaz Wears t…1.76:13.0:1
#000000
#373737
Fail
h3 Love Carolyn Bessett…1.76:13.0:1
#000000
#373737
Fail
h3 Us Weekly's Top Stor…1.76:13.0:1
#000000
#373737
Fail
h3 Haylie Duff and Matt…1.76:13.0:1
#000000
#373737
Fail
h3 Finally, One Supplem…1.76:13.0:1
#000000
#373737
Fail
h3 Pat Sajak’s Daught…1.76:13.0:1
#000000
#373737
Fail
h3 Kim Kardashian and L…1.76:13.0:1
#000000
#373737
Fail
h3 Dodgers’ Freddie F…1.76:13.0:1
#000000
#373737
Fail
h3 Denise Richards Brea…1.76:13.0:1
#000000
#373737
Fail
h3 17 New Amazon Pieces…1.76:13.0:1
#000000
#373737
Fail
h3 Walmart's Version of…1.76:13.0:1
#000000
#373737
Fail
h3 These Loose, Slimmin…1.76:13.0:1
#000000
#373737
Fail
h3 Lady Gaga, Simone Bi…1.76:13.0:1
#000000
#373737
Fail
h3 What to Know About …1.76:13.0:1
#000000
#373737
Fail
h3 Meet 'Euphoria' Seas…1.76:13.0:1
#000000
#373737
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.

A
Landmark Structure
25 landmarks
PASS
25 landmarks
Info::
<main> landmark present
Info::
5 <nav> landmark(s) found
Warning::
4 of 5 <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 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 254 controls labeled
PASS
All 254 controls labeled
Info::
254 control(s) properly labeled
254 controls
254 labeled
0 placeholder only
0 unlabeled
ControlTypeLabelMethod
#osano-cm-dialog-toggle--category_MARKETINGcheckboxnone
#osano-cm-dialog-toggle--category_PERSONALIZATIONcheckboxnone
#osano-cm-dialog-toggle--category_ANALYTICScheckboxnone
#header-search-inputsearchSearcharia-label
#scfNametextEnter your namearia-label
#scfEmailemailEnter your emailaria-label
#scfPhonetextEnter your phone numberaria-label
#scfMessagetextareaThe Scooparia-label
#snffooterEmailemailEnter your emailnone
#custom:profile{nf}textFirst Namefor/id
#custom:profile{nl}textLast Namefor/id
#emailtextEmail Addressfor/id
#custom:profile{p}textPhone Numberfor/id
#custom:profile{b}textBirthday (optional)for/id
#custom:profile{g}selectGenderfor/id
#custom:shopify_preferences{tw}checkboxLone Wandererfor/id
#custom:shopify_preferences{tm}checkboxMy Besties are Comingfor/id
#custom:shopify_preferences{tb}checkboxBeach Bumfor/id
#custom:shopify_preferences{tg}checkboxGet Me Off the Gridfor/id
#custom:shopify_preferences{tc}checkboxBae-cationerfor/id
#custom:shopify_preferences{ts}checkboxFamily-Stylefor/id
#custom:shopify_preferences{tf}checkboxFirst Class Farerfor/id
#custom:shopify_preferences{tp}checkboxBackpackerfor/id
#custom:shopify_preferences{tj}checkboxAdrenaline Junkiefor/id
#custom:shopify_preferences{ti}checkboxInternational Jetsetterfor/id
#custom:shopify_preferences{ty}checkboxCity Slickerfor/id
#custom:shopify_preferences{tr}checkboxResort Hopperfor/id
#custom:shopify_preferences{tn}checkboxCruise Connoisseurfor/id
#custom:shopify_preferences{te}checkboxStay-cationerfor/id
#custom:shopify_preferences{tv}checkboxService Nomadfor/id
#custom:shopify_preferences{tq}checkboxFrequent Flyerfor/id
#custom:shopify_preferences{tl}checkboxSelf-Care Devoteefor/id
#custom:shopify_preferences{wm}checkboxMeet up with friendsfor/id
#custom:shopify_preferences{wg}checkboxGrab a bite outfor/id
#custom:shopify_preferences{ws}checkboxGet my sweat onfor/id
#custom:shopify_preferences{wk}checkboxGet gourmet in my kitchenfor/id
#custom:shopify_preferences{wc}checkboxCraft a cocktailfor/id
#custom:shopify_preferences{wb}checkboxCrack a beerfor/id
#custom:shopify_preferences{ww}checkboxEnjoy a glass of winefor/id
#custom:shopify_preferences{wh}checkboxStream my favorite showfor/id
#custom:shopify_preferences{wd}checkboxHang with my dogfor/id
#custom:shopify_preferences{wz}checkboxDisconnect & meditatefor/id
#custom:shopify_preferences{wf}checkboxGet craftyfor/id
#custom:shopify_preferences{wr}checkboxSelf-Care seshfor/id
#custom:shopify_preferences{wu}checkboxCurl up with a bookfor/id
#custom:shopify_preferences{we}checkboxKeep up with classesfor/id
#custom:shopify_preferences{wt}checkboxTackle that home improvement projectfor/id
#custom:shopify_preferences{fa}checkboxapcaria-label
#custom:shopify_preferences{fab}checkboxallbirdsaria-label
#custom:shopify_preferences{fb}checkboxnew-balancearia-label
#custom:shopify_preferences{fbs}checkboxbirkenstockaria-label
#custom:shopify_preferences{fc}checkboxcrocsaria-label
#custom:shopify_preferences{fch}checkboxcole-haanaria-label
#custom:shopify_preferences{fcs}checkboxconversearia-label
#custom:shopify_preferences{fdv}checkboxdolce-vitaaria-label
#custom:shopify_preferences{fg}checkboxgucciaria-label
#custom:shopify_preferences{fh}checkboxhokaaria-label
#custom:shopify_preferences{fj}checkboxjordanaria-label
#custom:shopify_preferences{fm}checkboxmerrellaria-label
#custom:shopify_preferences{fn}checkboxnikearia-label
#custom:shopify_preferences{fo}checkboxonaria-label
#custom:shopify_preferences{fs}checkboxsalomonaria-label
#custom:shopify_preferences{fsp}checkboxsperryaria-label
#custom:shopify_preferences{ft}checkboxtimberlandaria-label
#custom:shopify_preferences{fv}checkboxvansaria-label
#custom:shopify_preferences{aa}checkboxaudiaria-label
#custom:shopify_preferences{ab}checkboxbmwaria-label
#custom:shopify_preferences{ac}checkboxcadillacaria-label
#custom:shopify_preferences{ach}checkboxchevyaria-label
#custom:shopify_preferences{af}checkboxferrariaria-label
#custom:shopify_preferences{afd}checkboxfordaria-label
#custom:shopify_preferences{ag}checkboxgmcaria-label
#custom:shopify_preferences{ahd}checkboxharley-davidsonaria-label
#custom:shopify_preferences{aho}checkboxhondaaria-label
#custom:shopify_preferences{ahy}checkboxhyundaiaria-label
#custom:shopify_preferences{ai}checkboxindianaria-label
#custom:shopify_preferences{ainf}checkboxinfinitiaria-label
#custom:shopify_preferences{aj}checkboxjaguararia-label
#custom:shopify_preferences{aje}checkboxjeeparia-label
#custom:shopify_preferences{al}checkboxland-roveraria-label
#custom:shopify_preferences{ale}checkboxlexusaria-label
#custom:shopify_preferences{am}checkboxmaseratiaria-label
#custom:shopify_preferences{amz}checkboxmazdaaria-label
#custom:shopify_preferences{amb}checkboxmercedes-benzaria-label
#custom:shopify_preferences{an}checkboxnissanaria-label
#custom:shopify_preferences{ap}checkboxporschearia-label
#custom:shopify_preferences{as}checkboxsubaruaria-label
#custom:shopify_preferences{at}checkboxteslaaria-label
#custom:shopify_preferences{aty}checkboxtoyotaaria-label
#custom:shopify_preferences{atr}checkboxtriumpharia-label
#custom:shopify_preferences{avw}checkboxvolkswagenaria-label
#custom:shopify_preferences{av}checkboxvolvoaria-label
#custom:shopify_preferences{sa}checkboxapplearia-label
#custom:shopify_preferences{sbp}checkboxbass-proaria-label
#custom:shopify_preferences{sbb}checkboxbest-buyaria-label
#custom:shopify_preferences{sbl}checkboxbluemercuryaria-label
#custom:shopify_preferences{sch}checkboxchewyaria-label
#custom:shopify_preferences{sc}checkboxcostcoaria-label
#custom:shopify_preferences{scb}checkboxcrate-barrelaria-label
#custom:shopify_preferences{sds}checkboxdicks-sportingaria-label
#custom:shopify_preferences{sfl}checkboxfoot-lockeraria-label
#custom:shopify_preferences{sgs}checkboxgamestoparia-label
#custom:shopify_preferences{sg}checkboxgaparia-label
#custom:shopify_preferences{shm}checkboxhmaria-label
#custom:shopify_preferences{shd}checkboxhome-depotaria-label
#custom:shopify_preferences{shg}checkboxhome-goodsaria-label
#custom:shopify_preferences{sl}checkboxlevisaria-label
#custom:shopify_preferences{sm}checkboxmacysaria-label
#custom:shopify_preferences{smc}checkboxmoncleraria-label
#custom:shopify_preferences{sns}checkboxnordstromaria-label
#custom:shopify_preferences{sp}checkboxpetcoaria-label
#custom:shopify_preferences{sr}checkboxreiaria-label
#custom:shopify_preferences{srv}checkboxrevolvearia-label
#custom:shopify_preferences{ss}checkboxsaksaria-label
#custom:shopify_preferences{sse}checkboxsephoraaria-label
#custom:shopify_preferences{st}checkboxtargetaria-label
#custom:shopify_preferences{sub}checkboxulta-beautyaria-label
#custom:shopify_preferences{sw}checkboxwayfairaria-label
#custom:shopify_preferences{swe}checkboxwest-elmaria-label
#custom:shopify_preferences{sws}checkboxwilliams-sonomaaria-label
#custom:shopify_preferences{sz}checkboxzaraaria-label
#custom:shopify_preferences{swt}checkboxwalmartaria-label
#custom:newsletters{lsbn}checkboxnone
#custom:newsletters{lsdn}checkboxnone
#custom:newsletters{lscr}checkboxnone
#custom:newsletters{lsen}checkboxnone
#custom:newsletters{mn}checkboxnone
#custom:newsletters{en}checkboxnone
#custom:newsletters{nn}checkboxnone
#custom:newsletters{nes}checkboxnone
#custom:newsletters{nh}checkboxnone
#custom:newsletters{nrh}checkboxnone
#custom:newsletters{nrt}checkboxnone
#custom:newsletters{nb}checkboxnone
#custom:newsletters{nts}checkboxnone
#custom:newsletters{ns}checkboxnone
#custom:newsletters{nr}checkboxnone
#custom:newsletters{nk}checkboxnone
#custom:newsletters{nbr}checkboxnone
#custom:newsletters{ndwts}checkboxnone
#custom:newsletters{nsport}checkboxnone
#custom:newsletters{nwwu}checkboxnone
#custom:newsletters{nbn}checkboxnone
#custom:newsletters{nse}checkboxnone
#custom:newsletters{np}checkboxnone
#custom:newsletters{nds}checkboxnone
#custom:newsletters{ncelebs}checkboxnone
#custom:newsletters{nrecap}checkboxnone
#custom:newsletters{ntrend}checkboxnone
#custom:newsletters{wdn}checkboxnone
#custom:newsletters{wwmwl}checkboxnone
#custom:newsletters{wfn}checkboxnone
#custom:newsletters{wspn}checkboxnone
#custom:newsletters{wrc}checkboxnone
#custom:newsletters{wtv}checkboxnone
#custom:newsletters{wbc}checkboxnone
#custom:newsletters{wen}checkboxnone
#custom:newsletters{who}checkboxnone
#custom:newsletters{wse}checkboxnone
#custom:newsletters{wsp}checkboxnone
#custom:newsletters{sodday}checkboxnone
#custom:newsletters{sodgh}checkboxnone
#custom:newsletters{sodbb}checkboxnone
#custom:newsletters{sodyr}checkboxnone
#custom:newsletters{soddy}checkboxnone
#custom:newsletters{sodsw}checkboxnone
#custom:newsletters{sodbn}checkboxnone
#magazine-edition-270-printradioPrint Edition Get print copy Starting at just $35.10for/id
#magazine-edition-270-digitalradioDigital Edition Online publication access Starting at just $35.10for/id
#magazine-edition-271-printradioPrint Edition Get print copy Starting at just $54.60for/id
#magazine-edition-271-digitalradioDigital Edition Online publication access Starting at just $54.60for/id
#magazine-edition-800-printradioPrint Edition Get print copy Starting at just $24.98for/id
#magazine-edition-800-digitalradioDigital Edition Online publication access Starting at just $24.98for/id
#magazine-edition-801-printradioPrint Edition Get print copy Starting at just $44.98for/id
#magazine-edition-801-digitalradioDigital Edition Online publication access Starting at just $44.98for/id
#subscription-plan__radio-270radioUS Weekly - 52 issues Edition: print $65.00for/id
#subscription-plan__radio-271radioUS Weekly - 26 issues Edition: print $35.10for/id
#subscription-plan__radio-272radioUS Weekly - 52 issues Edition: print $104.00for/id
#subscription-plan__radio-273radioUS Weekly - 26 issues Edition: print $54.60for/id
#subscription-plan__radio-274radioUS Weekly - 52 issues Edition: digital $65.00for/id
#subscription-plan__radio-275radioUS Weekly - 26 issues Edition: digital $35.10for/id
#subscription-plan__radio-276radioUS Weekly - 52 issues Edition: digital $104.00for/id
#subscription-plan__radio-277radioUS Weekly - 26 issues Edition: digital $54.60for/id
#subscription-plan__radio-310radioIn Touch Weekly - 52 issues Edition: print $55.64for/id
#subscription-plan__radio-311radioIn Touch Weekly - 26 issues Edition: print $33.54for/id
#subscription-plan__radio-312radioIn Touch Weekly - 52 issues Edition: print $94.64for/id
#subscription-plan__radio-313radioIn Touch Weekly - 26 issues Edition: print $53.04for/id
#subscription-plan__radio-314radioIn Touch Weekly - 52 issues Edition: digital $55.64for/id
#subscription-plan__radio-315radioIn Touch Weekly - 26 issues Edition: digital $33.54for/id
#subscription-plan__radio-316radioIn Touch Weekly - 52 issues Edition: digital $94.64for/id
#subscription-plan__radio-317radioIn Touch Weekly - 26 issues Edition: digital $53.04for/id
#subscription-plan__radio-330radioLife & Style - 52 issues Edition: print $55.64for/id
#subscription-plan__radio-331radioLife & Style - 26 issues Edition: print $33.54for/id
#subscription-plan__radio-332radioLife & Style - 52 issues Edition: print $94.64for/id
#subscription-plan__radio-333radioLife & Style - 26 issues Edition: print $53.04for/id
#subscription-plan__radio-334radioLife & Style - 52 issues Edition: digital $55.64for/id
#subscription-plan__radio-335radioLife & Style - 26 issues Edition: digital $33.54for/id
#subscription-plan__radio-336radioLife & Style - 52 issues Edition: digital $94.64for/id
#subscription-plan__radio-337radioLife & Style - 26 issues Edition: digital $53.04for/id
#subscription-plan__radio-290radioCloser Weekly - 52 issues Edition: print $55.64for/id
#subscription-plan__radio-291radioCloser Weekly - 26 issues Edition: print $33.54for/id
#subscription-plan__radio-292radioCloser Weekly - 52 issues Edition: print $94.64for/id
#subscription-plan__radio-293radioCloser Weekly - 26 issues Edition: print $53.04for/id
#subscription-plan__radio-294radioCloser Weekly - 52 issues Edition: digital $55.64for/id
#subscription-plan__radio-295radioCloser Weekly - 26 issues Edition: digital $33.54for/id
#subscription-plan__radio-296radioCloser Weekly - 52 issues Edition: digital $94.64for/id
#subscription-plan__radio-297radioCloser Weekly - 26 issues Edition: digital $53.04for/id
#subscription-plan__radio-800radioWoman's World - 50 issues Edition: print $59.60for/id
#subscription-plan__radio-801radioWoman's World - 20 issues Edition: print $24.98for/id
#subscription-plan__radio-802radioWoman's World - 50 issues Edition: print $109.60for/id
#subscription-plan__radio-803radioWoman's World - 20 issues Edition: print $44.98for/id
#subscription-plan__radio-804radioWoman's World - 50 issues Edition: digital $59.60for/id
#subscription-plan__radio-805radioWoman's World - 20 issues Edition: digital $24.98for/id
#subscription-plan__radio-806radioWoman's World - 50 issues Edition: digital $109.60for/id
#subscription-plan__radio-807radioWoman's World - 20 issues Edition: digital $44.98for/id
#subscription-plan__radio-790radioFirst For Women - 26 issues Edition: print $34.99for/id
#subscription-plan__radio-791radioFirst For Women - 13 issues Edition: print $19.99for/id
#subscription-plan__radio-792radioFirst For Women - 26 issues Edition: print $60.99for/id
#subscription-plan__radio-793radioFirst For Women - 26 issues Edition: digital $34.99for/id
#subscription-plan__radio-794radioFirst For Women - 13 issues Edition: digital $19.99for/id
#subscription-plan__radio-795radioFirst For Women - 26 issues Edition: digital $34.99for/id
#different-addr__checkboxcheckboxI have a different shipping addressfor/id
#custom:subscription{ax}selectCountryfor/id
#custom:subscription{nf}textFirst Namefor/id
#custom:subscription{nl}textLast Namefor/id
#custom:subscription{a1}textAddress 1for/id
#custom:subscription{a2}textAddress 2for/id
#custom:subscription{ac}textCityfor/id
#custom:subscription{as}selectState/Provincefor/id
#custom:subscription{az}textZip/Postal Codefor/id
#custom:subscription{ax}-shippingselectCountryfor/id
#custom:subscription{nf}-shippingtextFirst Namefor/id
#custom:subscription{nl}-shippingtextLast Namefor/id
#custom:subscription{a1}-shippingtextAddress 1for/id
#custom:subscription{a2}-shippingtextAddress 2for/id
#custom:subscription{as}-shippingselectState/Provincefor/id
#custom:subscription{ac}-shippingtextCityfor/id
#custom:subscription{az}-shippingtextZip/Postal Codefor/id
#inputUsernametextEnter your emailaria-label
#inputPasswordpasswordEnter your passwordaria-label
#nameInputRegistertextEnter Namearia-label
#emailInputRegisteremailEnter your emailaria-label
#passwordInputRegisterpasswordEnter your passwordaria-label
#confirmationpasswordpasswordConfirm entered passwordaria-label
#signUpAgreecheckboxI agree to the terms of the Terms and Conditions, the Privacy Policy and receive emails from US Weeklyfor/id
#emailInputForgotemailEnter your email to receive activation code.aria-label
inputnumberValidation Codearia-label
inputnumberValidation Codearia-label
inputnumberValidation Codearia-label
inputnumberValidation Codearia-label
inputnumberValidation Codearia-label
inputnumberValidation Codearia-label
#passwordResetpasswordPasswordaria-label
#confirmPasswordResetpasswordConfirm entered passwordaria-label
A+
Lighthouse Accessibility Audits
Score 97/100 — 1 failing, 30 passed
PASS
97

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.

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
NEWS a.item > div.item-content > div.item-extras > span.slug
BABIES a.item > div.item-content > div.item-extras > span.slug
NEWS a.item > div.item-content > div.item-extras > span.slug

These are opportunities to improve the legibility of your content.

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.
`button`, `link`, and `menuitem` elements have accessible names
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
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<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
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
`[accesskey]` values are unique
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
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<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
Select elements have associated label elements.
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
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Elements with visible text labels have matching accessible names.
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