Public accessibility assessment

Accessibility issues detected on stsranchwear.com

Evolize inspected 5 public pages on stsranchwear.com and detected 62 automatically identifiable accessibility findings.

62Findings detected
9WCAG criteria affected
5Pages inspected
8 Sep 2026Assessment date

Highest detected severity: Critical · 22 high-priority findings · 100% inspected-page coverage

Most widespread issueLinks lack accessible textDetected on 5 inspected pages
Most affected page/41 findings detected
Most represented WCAG criterionWCAG 1.4.3 — Contrast (Minimum)31 detected findings

Is stsranchwear.com your website?

Keep this assessment current and get notified when new accessibility issues are detected.

https://

Not your website? Scan your own site →

01 · Accessibility summary

Evolize inspected 5 public pages on stsranchwear.com and detected 62 accessibility findings. The most widespread issue was "Links lack accessible text", detected on 5 inspected pages. The most affected inspected page was "/", where 41 findings were detected. The assessment identified findings mapped to 9 WCAG success criterions. The sections below prioritize the broadest issues and provide technical evidence for each detected finding.

02 · Start here

These findings combine the highest severity and broadest reach detected during this assessment.

  1. Critical

    Links lack accessible text

    WCAG 2.4.4 (A) · 1 inspected page · 4 instances
    Why this matters

    Links expose no accessible name, so screen-reader users cannot determine their destination.

    Recommended action

    This link exposes no accessible text. Add visible text that identifies its destination, or remove the link if it serves no purpose. For an icon-only link, provide an aria-label describing where it goes. The link points to #banner-template--15791039479866__image_with_text_overlay_section_YXwUHV-content.

    View technical evidence →
  2. Critical

    Links lack accessible text

    WCAG 2.4.4 (A) · 1 inspected page · 1 instance
    Why this matters

    Links expose no accessible name, so screen-reader users cannot determine their destination.

    Recommended action

    This link exposes no accessible text. Add visible text that identifies its destination, or remove the link if it serves no purpose. For an icon-only link, provide an aria-label describing where it goes. The link points to mailto:[email removed]?Subject=Wholesale%20Inquiry.

    View technical evidence →
  3. Critical

    Links lack accessible text

    WCAG 2.4.4 (A) · 1 inspected page · 1 instance
    Why this matters

    Links expose no accessible name, so screen-reader users cannot determine their destination.

    Recommended action

    This link exposes no accessible text. Add visible text that identifies its destination, or remove the link if it serves no purpose. For an icon-only link, provide an aria-label describing where it goes.

    View technical evidence →
  4. Critical

    Links lack accessible text

    WCAG 2.4.4 (A) · 1 inspected page · 1 instance
    Why this matters

    Links expose no accessible name, so screen-reader users cannot determine their destination.

    Recommended action

    This link exposes no accessible text. Add visible text that identifies its destination, or remove the link if it serves no purpose. For an icon-only link, provide an aria-label describing where it goes.

    View technical evidence →
  5. Critical

    Links lack accessible text

    WCAG 2.4.4 (A) · 1 inspected page · 1 instance
    Why this matters

    Links expose no accessible name, so screen-reader users cannot determine their destination.

    Recommended action

    This link exposes no accessible text. Add visible text that identifies its destination, or remove the link if it serves no purpose. For an icon-only link, provide an aria-label describing where it goes.

    View technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
1.4.3Contrast (Minimum)AA3144 / 5
2.4.4Link Purpose (In Context)A855 / 5
2.1.1KeyboardA655 / 5
4.1.2Name, Role, ValueA611 / 5
1.1.1Non-text ContentA455 / 5
1.3.1Info and RelationshipsA355 / 5
2.4.3Focus OrderA255 / 5
2.5.8Target Size (Minimum)AA211 / 5
3.3.2Labels or InstructionsA155 / 5

Absence of a criterion here does not indicate conformance with it — only that no automatically detectable issue was found for it.

Continuous monitoring

A scan shows today's exposure. Monitoring shows what changes next.

Evolize continuously reassesses public website pages, detects newly introduced or recurring accessibility findings, and tracks remediation over time.

04 · All detected findings

Critical

Dropdown menus have no accessible name

WCAG 4.1.2 (A)1 instance1 inspected page

Select menus expose no programmatic name, so assistive technology cannot announce what the choice is for.

Why it matters

Select menus expose no programmatic name, so assistive technology cannot announce what the choice is for.

Recommended correction

Associate a <label> with each <select>, or add an aria-label / aria-labelledby that names its purpose.

View 1 affected element
Component · Ref D25JC2
Affected pagehttps://stsranchwear.com/products/mens-cord
Element#product-select-7146783932474template--15791039807546__main-option-0
Accessible nameSMLXL2XL3XL4XL
Markup
<select class="single-option-selector" data-option="option1" id="product-select-7146783932474template--15791039807546__main-option-0">
High

Hidden elements can still receive keyboard focus

WCAG 2.4.3 (A)50 instances5 inspected pages

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Why it matters

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Recommended correction

Keep this element out of the tab order while its containing region is hidden — remove it from focus (for example tabindex="-1"), or apply the inert attribute to the hidden container where supported. Restore normal focusability when the region becomes visible.

View 50 affected elements
Component · Ref KZGY6G
Affected pagehttps://stsranchwear.com/pages/email-signup
Elementdiv#mm-2 > ul > li:nth-of-type(11) > a
Accessible nameCLEARANCE
Markup
<a href="/collections/clearance" class="mm-listitem__text">CLEARANCE</a>
Affected pages/ /pages/contact /pages/email-signup /products/mens-cord /cart
Component · Ref 2IPK9X
Affected pagehttps://stsranchwear.com/cart
Elementdiv#mm-2 > form > div > input
Markup
<input placeholder="Search" type="text" autocomplete="off" name="q">
Affected pages/ /pages/contact /pages/email-signup /products/mens-cord /cart
High

Interactive controls are not keyboard-accessible

WCAG 2.1.1 (A)75 instances5 inspected pages

A control that responds to clicks (a clickable element or an ARIA widget) cannot receive keyboard focus, so keyboard and switch users cannot operate it.

Why it matters

A control that responds to clicks (a clickable element or an ARIA widget) cannot receive keyboard focus, so keyboard and switch users cannot operate it.

Recommended correction

Use a native <button>/<a>, or add tabindex="0" plus keyboard event handlers (Enter/Space) to custom controls.

View 75 affected elements
Component · Ref 530OV4
Affected pagehttps://stsranchwear.com/pages/email-signup
Elementdiv#mm-2 > ul > li:nth-of-type(1) > a
Accessible nameACCESSORIES
Rolemenuitem
Markup
<a data-href="/collections/accessories" aria-label="ACCESSORIES" data-no-instant="" onclick="mmGoToPage(this, event); return false;" role="menuitem"><span class="mm-title">ACCESSORIES</span><i class="mm-arrow mm-angle-down" aria-hidden="true"></i><span class="toggle-menu-btn" style="display:none;" title="Toggle menu" onclick="return toggleSubmenu(this)"><span class="mm-arrow-icon"><span class="bar-one"></span><span class="bar-two"></span></span></span></a>
Affected pages/ /pages/contact /pages/email-signup /products/mens-cord /cart
Component · Ref EOQNXW
Affected pagehttps://stsranchwear.com/pages/contact
Elementul > li:nth-of-type(2) > div > ul > li:nth-of-type(5) > a
Accessible nameRIFLE & PISTOL CASES
Rolemenuitem
Markup
<a data-href="https://stsranchwear.com/collections/accessories?pf_t_category=Pistol%20Cases&amp;pf_t_category=Rifle%20Cases" aria-label="RIFLE &amp; PISTOL CASES" data-no-instant="" onclick="mmGoToPage(this, event); return false;" role="menuitem"><span class="mm-title">RIFLE &amp; PISTOL CASES</span></a>
Affected pages/ /pages/contact /pages/email-signup /products/mens-cord /cart
Component · Ref 24YHT2
Affected pagehttps://stsranchwear.com/
Elementul > li:nth-of-type(1) > ul > li:nth-of-type(1) > a > span:nth-of-type(2)
Accessible nameToggle menu
Markup
<span class="toggle-menu-btn" style="display:none;" title="Toggle menu" onclick="return toggleSubmenu(this)"><span class="mm-arrow-icon"><span class="bar-one"></span><span class="bar-two"></span></span></span>
Affected pages/ /pages/contact /pages/email-signup /products/mens-cord /cart
Component · Ref JGN4CH
Affected pagehttps://stsranchwear.com/
Elementdiv#mm-2 > ul > li:nth-of-type(1) > a > span:nth-of-type(2)
Accessible nameToggle menu
Markup
<span class="toggle-menu-btn" style="display:none;" title="Toggle menu" onclick="return toggleSubmenu(this)"><span class="mm-arrow-icon"><span class="bar-one"></span><span class="bar-two"></span></span></span>
Affected pages/ /pages/contact /pages/email-signup /products/mens-cord /cart
Component · Ref 3N78XT
Affected pagehttps://stsranchwear.com/cart
Elementli:nth-of-type(1) > ul > li:nth-of-type(2) > div > div > span
Accessible nameTRAVEL
Markup
<span onclick="mmGoToPage(this); return false;" data-href="https://stsranchwear.com/collections/travel"><span class="mm-title">TRAVEL</span></span>
Affected pages/ /pages/contact /pages/email-signup /products/mens-cord /cart
Component · Ref XZ6GP8
Affected pagehttps://stsranchwear.com/
Elementdiv#mm-2 > ul > li:nth-of-type(1) > ul > li:nth-of-type(1) > a
Accessible nameMEN'S ACCESSORIES
Rolemenuitem
Markup
<a data-href="/collections/mens-accessories" aria-label="MEN'S ACCESSORIES" data-no-instant="" onclick="mmGoToPage(this, event); return false;" role="menuitem" aria-expanded="true"><span class="mm-title">MEN'S ACCESSORIES</span><i class="mm-arrow mm-angle-down" aria-hidden="true"></i><span class="toggle-menu-btn" style="display:none;" title="Toggle menu" onclick="return toggleSubmenu(this)"><span class="mm-arrow-icon"><span class="bar-one"></span><span class="bar-two"></span></span></span></a>
Affected pages/ /pages/contact /pages/email-signup /products/mens-cord /cart
High

Page has no main landmark

WCAG 1.3.1 (A)5 instances5 inspected pages

No <main> or role=main region is present, so screen reader users cannot jump to primary content.

Why it matters

No <main> or role=main region is present, so screen reader users cannot jump to primary content.

Recommended correction

Wrap the primary content in a single <main> element or role=main region.

View 5 affected elements
Component · Ref 8KBHFM
Affected pagehttps://stsranchwear.com/cart
Elementhtml > body
Accessible name<img class="" src="//stsranchwear.com/cdn/shop/files/STS_no_Ranchwear_with_registration_mark_white_web_042426_2000x.png?v=1777061961" alt="STS Ranchwear" style="" > ACCESSORIESMEN'S ACCESSORIESWALLETSBIFOLD WALLETSLONG BIFOLD WALLETSMONEY CLIPSTRAVELBACKPACKSBIBLE COVERSBRIEFCASES & MESSENGERSDUFFLESRIFLE & PISTOL CASESSHAVE KITSSUNGLASSES CASESMISCBEANIES & HATSBOOT BAGSBUSINESSCALENDARSCOLOGNE / FRAGRANCESKOOZIESSCHOOL SUPPLIESNEW COLLECTIONSBULL CAMOFOREMANONLINE EXCLUSIVESRANCH SURPLUSTUCSONWOMEN'S ACCESSORIESHANDBAGS & WALLETSBELT BAGSCLUTCHESCONCEALED CARRYCROSSBODYCROSSBODY WALLETSTOTESWALLETSTRAVELBACKPACKSBIBLE COVERSBRIEFCASES & MESSENGERSCOSMETIC BAGSDUFFLESJEWELRY CASESRIFLE & PISTOL CASESSUNGLASSES CASESMISCBEANIES & HATSBUSINESSCALENDARSKOOZIESSCHOOL SUPPLIESTASSELSWINE BAGSNEW COLLECTIONSBANDERA CHOCOLATEGUADALUPE COWHIDEONLINE EXCLUSIVESRANCH SURPLUSSTYLESCOWHIDEHANDWOVEN SERAPESTADIUM BAGSCOLLECTIONSBANDERA CHOCOLATEBANDERA TANBARONESSBARONESS BASIC BLISSBASIC BLISS BUCKSKINBUFFALO CREEKBULL CAMOCHAYNEE VALLEYCOWHIDEFOREMANGUADALUPE COWHIDEGUADALUPE SERAPEINDIEINDIE COWHIDERANCH SURPLUSROSWELL COWHIDESTADIUM RULESTUCSONVAQUERO COWHIDEWAYFARER TURQUOISENEW ARRIVALSNEW ARRIVALSMen's Wayne Vest - Khaki$160.00Add to cartMen's Ogden Vest - Brown$110.00Add to cartMen's Ogden Vest - Black$110.00Add to cartWomen's Mariposa - Beige$208.00Add to cartNEW COLLECTIONSBANDERA CHOCOLATEBULL CAMOGUADALUPE COWHIDEONLINE EXCLUSIVESRANCH SURPLUSMENACCESSORIESWALLETSBIFOLD WALLETSLONG BIFOLD WALLETSMONEY CLIPSTRAVELBACKPACKSBIBLE COVERSBRIEFCASES & MESSENGERSDUFFLESRIFLE & PISTOL CASESSHAVE KITSSUNGLASSES CASESMISCBEANIES & HATSBOOT BAGSBUSINESSCALENDARSCOLOGNE / FRAGRANCESKOOZIESSCHOOL SUPPLIESNEW COLLECTIONSBULL CAMOFOREMANONLINE EXCLUSIVESRANCH SURPLUSTUCSONOUTERWEARMEN'S JACKETSCANVAS JACKETSDENIM JACKETSLEATHER JACKETSPOLY / TWILL JACKETSSOFTSHELL JACKETSWOOL JACKETSMEN'S TOPSBUTTON DOWNSFLANNELSHOODIES / PULLOVERSMEN'S VESTSCANVAS VESTSLEATHER VESTSPOLY / TWILL VESTSSOFTSHELL VESTSSTYLESDENIM FOR THE FAMILYMATCHING FAMILY OUTFITSCOLLECTIONSBULL CAMOFOREMANRANCH SURPLUSTUCSONNEW ARRIVALSNEW ARRIVALSMen's Wayne Vest - Khaki$160.00Add to cartMen's Ogden Vest - Brown$110.00Add to cartMen's Ogden Vest - Black$110.00Add to cartWomen's Mariposa - Beige$208.00Add to cartNEW COLLECTIONSBULL CAMOFOREMANONLINE EXCLUSIVESRANCH SURPLUSTUCSONWOMENACCESSORIESHANDBAGS & WALLETSBELT BAGSCLUTCHESCONCEALED CARRYCROSSBODYCROSSBODY WALLETSTOTESWALLETSTRAVELBACKPACKSBIBLE COVERSBRIEFCASES & MESSENGERSCOSMETIC BAGSDUFFLESJEWELRY CASESRIFLE & PISTOL CASESSUNGLASSES CASESMISCBEANIES & HATSBUSINESSCALENDARSKOOZIESSCHOOL SUPPLIESTASSELSWINE BAGSNEW COLLECTIONSBANDERA CHOCOLATEGUADALUPE COWHIDEONLINE EXCLUSIVESRANCH SURPLUSSTYLESCOWHIDEHANDWOVEN SERAPESTADIUM BAGSOUTERWEARWOMEN'S JACKETSCANVAS JACKETSDENIM JACKETSLEATHER JACKETSPOLY / TWILL JACKETSSOFTSHELL JACKETSWOOL JACKETSWOMEN'S TOPSBUTTON DOWNSFLANNELSHOODIES / PULLOVERSWOMEN'S VESTSLEATHER VESTSPOLY / TWILL VESTSSOFTSHELL VESTSSTYLESDENIM FOR THE FAMILYMATCHING FAMILY OUTFITSCOLLECTIONSBANDERA CHOCOLATEBANDERA TANBARONESSBARONESS BASIC BLISSBASIC BLISS BUCKSKINCHAYNEE VALLEYCOWHIDEGUADALUPE COWHIDEGUADALUPE SERAPEINDIEINDIE COWHIDERANCH SURPLUSROSWELL COWHIDESTADIUM RULESVAQUERO COWHIDEWAYFARER TURQUOISENEW ARRIVALSNEW ARRIVALSMen's Wayne Vest - Khaki$160.00Add to cartMen's Ogden Vest - Brown$110.00Add to cartMen's Ogden Vest - Black$110.00Add to cartWomen's Mariposa - Beige$208.00Add to cartNEW COLLECTIONSBANDERA CHOCOLATEGUADALUPE COWHIDEONLINE EXCLUSIVESRANCH SURPLUSYOUTHOUTERWEARYOUTH JACKETSDENIM JACKETSLEATHER JACKETSPOLY / TWILL JACKETSSOFTSHELL JACKETSYOUTH TOPSBUTTON DOWNSYOUTH VESTSSOFTSHELL VESTSCOLLECTIONSDENIM FOR THE FAMILYFAMILY MATCHINGSCHOOL SUPPLIESTRAVELNEW ARRIVALSNEW ARRIVALSMen's Wayne Vest - Khaki$160.00Add to cartMen's Ogden Vest - Brown$110.00Add to cartMen's Ogden Vest - Black$110.00Add to cartWomen's Mariposa - Beige$208.00Add to cartNEW COLLECTIONSBANDERA CHOCOLATEGUADALUPE COWHIDEONLINE EXCLUSIVESRANCH SURPLUSCLEARANCECONTACT ACCESSORIESOpen submenu MENOpen submenu WOMENOpen submenu YOUTHOpen submenu CLEARANCE Sign in No results found. Menu Your Cart is Empty { "@context": "http://schema.org", "@type": "Organization", "name": "STS Ranchwear", "logo": "https://stsranchwear.com/cdn/shop/files/STS_no_Ranchwear_with_registration_mark_white_web_042426_265x.png?v=1777061961", "sameAs": [ "", "https://www.facebook.com/STSRanchwear2011", "https://www.pinterest.com/stsranch/", "https://www.instagram.com/stsranchwear/", "", "", "https://www.youtube.com/channel/UC7DB5hwo65i8BIAlexEmezQ?view_as=subscriber", "" ], "url": "https://stsranchwear.com" } <img class="primary_logo" src="//stsranchwear.com/cdn/shop/files/STS_no_Ranchwear_with_registration_mark_white_web_042426_2000x.png?v=1777061961" alt="STS Ranchwear" style="object-fit:cover;object-position:50.0% 50.0%;" > ACCESSORIESMEN'S ACCESSORIESWALLETSBIFOLD WALLETSLONG BIFOLD WALLETSMONEY CLIPSTRAVELBACKPACKSBIBLE COVERSBRIEFCASES & MESSENGERSDUFFLESRIFLE & PISTOL CASESSHAVE KITSSUNGLASSES CASESMISCBEANIES & HATSBOOT BAGSBUSINESSCALENDARSCOLOGNE / FRAGRANCESKOOZIESSCHOOL SUPPLIESNEW COLLECTIONSBULL CAMOFOREMANONLINE EXCLUSIVESRANCH SURPLUSTUCSONWOMEN'S ACCESSORIESHANDBAGS & WALLETSBELT BAGSCLUTCHESCONCEALED CARRYCROSSBODYCROSSBODY WALLETSTOTESWALLETSTRAVELBACKPACKSBIBLE COVERSBRIEFCASES & MESSENGERSCOSMETIC BAGSDUFFLESJEWELRY CASESRIFLE & PISTOL CASESSUNGLASSES CASESMISCBEANIES & HATSBUSINESSCALENDARSKOOZIESSCHOOL SUPPLIESTASSELSWINE BAGSNEW COLLECTIONSBANDERA CHOCOLATEGUADALUPE COWHIDEONLINE EXCLUSIVESRANCH SURPLUSSTYLESCOWHIDEHANDWOVEN SERAPESTADIUM BAGSCOLLECTIONSBANDERA CHOCOLATEBANDERA TANBARONESSBARONESS BASIC BLISSBASIC BLISS BUCKSKINBUFFALO CREEKBULL CAMOCHAYNEE VALLEYCOWHIDEFOREMANGUADALUPE COWHIDEGUADALUPE SERAPEINDIEINDIE COWHIDERANCH SURPLUSROSWELL COWHIDESTADIUM RULESTUCSONVAQUERO COWHIDEWAYFARER TURQUOISENEW ARRIVALSNEW ARRIVALSMen's Wayne Vest - Khaki$160.00Add to cartMen's Ogden Vest - Brown$110.00Add to cartMen's Ogden Vest - Black$110.00Add to cartWomen's Mariposa - Beige$208.00Add to cartNEW COLLECTIONSBANDERA CHOCOLATEBULL CAMOGUADALUPE COWHIDEONLINE EXCLUSIVESRANCH SURPLUSMENACCESSORIESWALLETSBIFOLD WALLETSLONG BIFOLD WALLETSMONEY CLIPSTRAVELBACKPACKSBIBLE COVERSBRIEFCASES & MESSENGERSDUFFLESRIFLE & PISTOL CASESSHAVE KITSSUNGLASSES CASESMISCBEANIES & HATSBOOT BAGSBUSINESSCALENDARSCOLOGNE / FRAGRANCESKOOZIESSCHOOL SUPPLIESNEW COLLECTIONSBULL CAMOFOREMANONLINE EXCLUSIVESRANCH SURPLUSTUCSONOUTERWEARMEN'S JACKETSCANVAS JACKETSDENIM JACKETSLEATHER JACKETSPOLY / TWILL JACKETSSOFTSHELL JACKETSWOOL JACKETSMEN'S TOPSBUTTON DOWNSFLANNELSHOODIES / PULLOVERSMEN'S VESTSCANVAS VESTSLEATHER VESTSPOLY / TWILL VESTSSOFTSHELL VESTSSTYLESDENIM FOR THE FAMILYMATCHING FAMILY OUTFITSCOLLECTIONSBULL CAMOFOREMAN…[truncated by Evolize: exceeded D1 value limit]
Markup
<body class="cart " data-money-format="${{amount}}" data-shop-url="https://stsranchwear.com" data-current-lang="en"><div id="nav" class="mm-menu mm-menu_offcanvas mm-menu_theme-dark" aria-hidden="true"><div class="mm-panels"><div id="mm-2" class="mm-panel mm-panel_has-navbar mm-panel_has-searchfield mm-panel_opened"><form class="mm-searchfield" action="/search"><div class="mm-searchfield__input"><input placeholder="Search" type="text" autocomplete="off" name="q"></div></form><div class="mm-navbar"><a class="mm-navbar__title">
    
      









  <div class="image-element__wrap" style=";">
 …
Affected pages/ /pages/contact /pages/email-signup /products/mens-cord /cart
High

Form fields use placeholder text as the only label

WCAG 1.3.1 (A)5 instances5 inspected pages

Fields rely on placeholder text instead of a real label. The placeholder disappears once the user types, and it is not exposed as a programmatic label.

Why it matters

Fields rely on placeholder text instead of a real label. The placeholder disappears once the user types, and it is not exposed as a programmatic label.

Recommended correction

Add a persistent <label> associated with each field. Keep the placeholder for example text only, not as the label.

View 5 affected elements
Component · Ref L32GBG
Affected pagehttps://stsranchwear.com/products/mens-cord
Elementdiv#mm-2 > form > div > input
Markup
<input placeholder="Search" type="text" autocomplete="off" name="q">
Affected pages/ /pages/contact /pages/email-signup /products/mens-cord /cart
High

ARIA hidden element must not be focusable or contain focusable elements

WCAG 4.1.2 (A)29 instances1 inspected page

ARIA hidden element must not be focusable or contain focusable elements

Why it matters

ARIA hidden element must not be focusable or contain focusable elements

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 29 affected elements
Component · Ref 2V7DCX
Affected pagehttps://stsranchwear.com/products/mens-cord
Element.product-gallery__image[data-title="Men's Cord"][data-media-type="image"]:nth-child(4)
Accessible name<img src="//stsranchwear.com/cdn/shop/files/STS8552-sts-ranchwear-mens-cord-jacket-lifestyle-1_2000x.jpg?v=1701276964" alt="">
Markup
<div class="
          product-g..." data-thumb="//stsranchwear.com/c..." data-title="Men's Cord" data-media-type="image" tabindex="0" aria-hidden="true" style="position: absolute; ...">
Component · Ref JQA4TE
Affected pagehttps://stsranchwear.com/products/mens-cord
Elementdiv[data-slick-index="14"]
Accessible nameSALE Size S M L XL 2XL 3XL 4XL Color Chocolate Chocolate Steel Blue Steel Blue Olive Olive Add to cart Men's Cassidy $50 $120 9 reviews Chocolate Chocolate Steel Blue Steel Blue Olive Olive
Markup
<div class="slick-slide slick-cloned" data-slick-index="14" id="" aria-hidden="true" tabindex="-1" style="width: 300px;">
High

Elements must only use permitted ARIA attributes

WCAG 4.1.2 (A)8 instances1 inspected page

Elements must only use permitted ARIA attributes

Why it matters

Elements must only use permitted ARIA attributes

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 8 affected elements
Component · Ref G0IV23
Affected pagehttps://stsranchwear.com/products/mens-cord
Element#product-price-7434771398714 > .boost-sd__product-price-wrapper[aria-label="Sale price $150"]
Accessible nameSale price $150
Markup
<div aria-label="Sale price $150" tabindex="0" class="boost-sd__product-price-wrapper">
Component · Ref 8D9GLH
Affected pagehttps://stsranchwear.com/products/mens-cord
Elementdiv[data-slick-index="1"]
Accessible nameSlide 2 of 12
Markup
<div class="slick-slide slick-active" data-slick-index="1" aria-hidden="false" aria-label="Slide 2 of 12" tabindex="0" style="width: 300px;">
Component · Ref 7OO5AL
Affected pagehttps://stsranchwear.com/products/mens-cord
Element.slick-current
Accessible nameSlide 1 of 12
Markup
<div class="slick-slide slick-current slick-active" data-slick-index="0" aria-hidden="false" aria-label="Slide 1 of 12" tabindex="0" style="width: 300px;">
Medium

Content sits outside any landmark region

WCAG 1.3.1 (A)5 instances5 inspected pages

Meaningful content is not contained in a landmark (header/nav/main/footer/aside), so assistive-technology users cannot reach it via landmark navigation.

Why it matters

Meaningful content is not contained in a landmark (header/nav/main/footer/aside), so assistive-technology users cannot reach it via landmark navigation.

Recommended correction

Wrap primary content in <main> and other regions in appropriate landmark elements.

View 5 affected elements
Component · Ref 68MRXE
Affected pagehttps://stsranchwear.com/pages/email-signup
Elementdiv#mm-2 > ul > li:nth-of-type(1)
Accessible nameACCESSORIESMEN'S ACCESSORIESWALLETSBIFOLD WALLETSLONG BIFOLD WALLETSMONEY CLIPSTRAVELBACKPACKSBIBLE COVERSBRIEFCASES & MESSENGERSDUFFLESRIFLE & PISTOL CASESSHAVE KITSSUNGLASSES CASESMISCBEANIES & HATSBOOT BAGSBUSINESSCALENDARSCOLOGNE / FRAGRANCESKOOZIESSCHOOL SUPPLIESNEW COLLECTIONSBULL CAMOFOREMANONLINE EXCLUSIVESRANCH SURPLUSTUCSONWOMEN'S ACCESSORIESHANDBAGS & WALLETSBELT BAGSCLUTCHESCONCEALED CARRYCROSSBODYCROSSBODY WALLETSTOTESWALLETSTRAVELBACKPACKSBIBLE COVERSBRIEFCASES & MESSENGERSCOSMETIC BAGSDUFFLESJEWELRY CASESRIFLE & PISTOL CASESSUNGLASSES CASESMISCBEANIES & HATSBUSINESSCALENDARSKOOZIESSCHOOL SUPPLIESTASSELSWINE BAGSNEW COLLECTIONSBANDERA CHOCOLATEGUADALUPE COWHIDEONLINE EXCLUSIVESRANCH SURPLUSSTYLESCOWHIDEHANDWOVEN SERAPESTADIUM BAGSCOLLECTIONSBANDERA CHOCOLATEBANDERA TANBARONESSBARONESS BASIC BLISSBASIC BLISS BUCKSKINBUFFALO CREEKBULL CAMOCHAYNEE VALLEYCOWHIDEFOREMANGUADALUPE COWHIDEGUADALUPE SERAPEINDIEINDIE COWHIDERANCH SURPLUSROSWELL COWHIDESTADIUM RULESTUCSONVAQUERO COWHIDEWAYFARER TURQUOISENEW ARRIVALSNEW ARRIVALSMen's Wayne Vest - Khaki$160.00Add to cartMen's Ogden Vest - Brown$110.00Add to cartMen's Ogden Vest - Black$110.00Add to cartWomen's Mariposa - Beige$208.00Add to cartNEW COLLECTIONSBANDERA CHOCOLATEBULL CAMOGUADALUPE COWHIDEONLINE EXCLUSIVESRANCH SURPLUS
Rolenone
Markup
<li role="none" class="buddha-menu-item" itemid="5XnJo" data-shopify-id="101127258176" data-shopify-type="collections"><a data-href="/collections/accessories" aria-label="ACCESSORIES" data-no-instant="" onclick="mmGoToPage(this, event); return false;" role="menuitem"><span class="mm-title">ACCESSORIES</span><i class="mm-arrow mm-angle-down" aria-hidden="true"></i><span class="toggle-menu-btn" style="display:none;" title="Toggle menu" onclick="return toggleSubmenu(this)"><span class="mm-arrow-icon"><span class="bar-one"></span><span class="bar-two"></span></span></span></a><ul class="mm-submenu…
Affected pages/ /pages/contact /pages/email-signup /products/mens-cord /cart
Medium

Text has insufficient colour contrast

WCAG 1.4.3 (AA)48 instances4 inspected pages

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Why it matters

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Recommended correction

Increase the contrast ratio to at least 4.5:1 for normal text and 3:1 for large text.

View 48 affected elements
Component · Ref EZOGQ1
Affected pagehttps://stsranchwear.com/cart
Elementa[href$="all"]
Accessible nameContinue Shopping →
Markup
<a href="/collections/all">Continue Shopping →</a>
Affected pages/pages/contact /cart
Component · Ref 2OGOG1
Affected pagehttps://stsranchwear.com/
Element.jdgm-card.jdgm-media-card[data-card-index="2"]:nth-child(7) > .jdgm-rating-section > .jdgm-product-name > a[rel="noopener noreferrer"][target="_blank"]
Accessible nameWomen's Adalyn Vest - Cremello
Markup
<a href="/products/womens-adalyn-vest-cremello" target="_blank" rel="noopener noreferrer">Women's Adalyn Vest - Cremello</a>
Component · Ref FC11OD
Affected pagehttps://stsranchwear.com/
Element.featured-main-button-template--15791039479866__featured_collection_tabs_3_97FNTP[href$="youth-jackets-1"] > .featured-main-button-inner-template--15791039479866__featured_collection_tabs_3_97FNTP
Accessible nameView all
Markup
<p class="featured-main-button-inner-template--15791039479866__featured_collection_tabs_3_97FNTP">
                      View all
                        
                      </p>
Component · Ref WBR9S0
Affected pagehttps://stsranchwear.com/
Element.action_button[href$="accessories"]
Accessible nameShop Now
Markup
<a class="action_button" href="/collections/accessories">
          Shop Now
        </a>
Component · Ref 3BDK73
Affected pagehttps://stsranchwear.com/
Element.article.one-half.medium-down--one-whole:nth-child(3) > .continue_reading > a
Accessible nameRead More
Markup
<a href="/blogs/sts-ranchwear/freedom-fireworks-and-western-fashion" title="Freedom, Fireworks and Western Fashion">
                Read More <span class="icon-arrow-right"></span>
              </a>
Component · Ref LLOMEJ
Affected pagehttps://stsranchwear.com/
Element#banner-template--15791039479866__image_with_text_overlay_section_NfkLDL > .horizontal-text-position--center.vertical-text-position--bottom.parallax__wrap > .banner__text.text-align--center.container > .banner__inner-text > .action_button[href$="womens-apparel"]
Accessible nameShop Now
Markup
<a class="action_button" href="/collections/womens-apparel">
          Shop Now
        </a>
Component · Ref NEGP36
Affected pagehttps://stsranchwear.com/
Element#banner-template--15791039479866__image_with_text_overlay_section_pEzryq > .horizontal-text-position--center.vertical-text-position--bottom.parallax__wrap > .banner__text.text-align--center.container > .banner__inner-text > h1
Accessible nameMen's Apparel
Markup
<h1 class="headline">
          Men's Apparel
        </h1>
Component · Ref Q7IHZD
Affected pagehttps://stsranchwear.com/products/mens-cord
Element.text
Accessible nameAdd to cart
Markup
<span class="text">Add to cart</span>
Component · Ref ASHZDJ
Affected pagehttps://stsranchwear.com/
Element.active.jdgm-card[data-card-index="0"] > .jdgm-rating-section > .jdgm-product-name > a[href$="cowhide-laptop-tote"][rel="noopener noreferrer"][target="_blank"]
Accessible nameCowhide Laptop Tote
Markup
<a href="/products/cowhide-laptop-tote" target="_blank" rel="noopener noreferrer">Cowhide Laptop Tote</a>
Component · Ref 6J2EUD
Affected pagehttps://stsranchwear.com/products/mens-cord
Element#\36 803290423354 > .boost-sd__product-item-grid-view-layout-image > .boost-sd__product-link-image > div > .boost-sd__product-image-wrapper.boost-sd__product-image-wrapper--has-second-image.boost-sd__product-image-wrapper--natural > .boost-sd__product-image-row--top.boost-sd__product-image-row > .boost-sd__product-image-column--in-top.boost-sd__product-image-column--left.boost-sd__product-image-column > .boost-sd__product-label.boost-sd__product-label--text.boost-sd__product-label--rectangle > .boost-sd__product-label-text > span
Accessible nameSALE
Markup
<span>SALE</span>
Component · Ref EZOGPG
Affected pagehttps://stsranchwear.com/products/mens-cord
Elementp:nth-child(2) > a[target="_blank"]
Accessible namewww.P65Warnings.ca.gov
Markup
<a href="https://www.p65warnings.ca.gov/" target="_blank">www.P65Warnings.ca.gov</a>
Component · Ref RV7JLW
Affected pagehttps://stsranchwear.com/
Element.animate_down.banner__inner-text > h1
Accessible nameAccessories
Markup
<h1 class="headline">
          Accessories
        </h1>
Component · Ref REVJM2
Affected pagehttps://stsranchwear.com/
Elementa[href$="handbags"] > .featured-main-button-inner-template--15791039479866__featured_collection_tabs_3_hQTcEP
Accessible nameView all
Markup
<p class="featured-main-button-inner-template--15791039479866__featured_collection_tabs_3_hQTcEP">
                      View all
                        
                      </p>
Component · Ref ONMXHV
Affected pagehttps://stsranchwear.com/
Element.hero-button-inner-button_3nafww
Accessible nameSHOP NOW
Markup
<p class="hero-button-inner-button_3nafww">
                    SHOP NOW
                    
                  </p>
Component · Ref 1HQD5R
Affected pagehttps://stsranchwear.com/pages/contact
Element.disclaimer:nth-child(3) > p > a:nth-child(2)
Accessible namehere
Markup
<a href="https://stsranchwear.com/pages/wholesale">here</a>
Component · Ref S2V9MX
Affected pagehttps://stsranchwear.com/pages/contact
Element.submit
Markup
<input type="submit" class="submit action_button" value="Send">
Component · Ref RG93LT
Affected pagehttps://stsranchwear.com/
Element.vertical-text-position--top > .banner__text.text-align--center.container > .banner__inner-text > h1
Accessible nameHave you joined the club?
Markup
<h1 class="headline">
          Have you joined the club?
        </h1>
Component · Ref HAT538
Affected pagehttps://stsranchwear.com/products/mens-cord
Element#product-price-6803290423354 > .boost-sd__product-price-wrapper > .boost-sd__product-price-content.boost-sd__product-price-content--row-reverse.boost-sd__product-price-content--text-align-center > .boost-sd__product-price--sale > .boost-sd__format-currency
Accessible name$50
Markup
<span class="boost-sd__format-currency">$50</span>
Component · Ref JSBHGL
Affected pagehttps://stsranchwear.com/
Element.image-with-text__wrapper > .action_button
Accessible nameSHOP NOW
Markup
<a href="/collections/1930-remnant-cologne" class="action_button">SHOP NOW</a>
Component · Ref NDQKFR
Affected pagehttps://stsranchwear.com/
Element.jdgm-ugc-media__secondary-btn
Accessible nameLoad More
Markup
<a class="jdgm-ugc-media__secondary-btn jdgm-ugc-media__load-more-btn">Load More</a>
Component · Ref J4RN45
Affected pagehttps://stsranchwear.com/
Elementdiv[data-video-src$="wXSxTOWpZ6w"] > .horizontal-text-position--right.vertical-text-position--bottom.parallax__wrap > .video__text-container.display-text-over-video--false[data-video-text-container=""] > .video__text.text-align--right > .video__text-wrapper > h1[data-video-text=""]
Accessible nameThe Woman Behind the Bags
Markup
<h1 class="headline" data-video-text="">The Woman Behind the Bags</h1>
Component · Ref 5DOIYW
Affected pagehttps://stsranchwear.com/
Elementa[data-href$="contact"][href$="contact"][aria-label="CONTACT"] > .mm-title
Accessible nameCONTACT
Markup
<span class="mm-title">CONTACT</span>
Component · Ref 9GRKGI
Affected pagehttps://stsranchwear.com/
Element#slider-image_yN6Xxp > .horizontal-text-position--center.vertical-text-position--bottom.parallax__wrap > .banner__text.text-align--center.container > .banner__inner-text > .headline
Accessible nameShop Women's Apparel
Markup
<p class="headline">Shop Women's Apparel</p>
Component · Ref REVJQV
Affected pagehttps://stsranchwear.com/
Element.hero-review-text-template--15791039479866__ss_hero_32_Vd8gqa > p
Accessible name4.8 Excellent
Markup
<p>4.8 Excellent</p>
Component · Ref MMVCLU
Affected pagehttps://stsranchwear.com/products/mens-cord
Element#product-select-7146783932474template--15791039807546__main-option-0
Accessible nameSMLXL2XL3XL4XL
Markup
<select class="single-option-selector" data-option="option1" id="product-select-7146783932474template--15791039807546__main-option-0">

Showing 25 representative examples · 6 more affected elements not shown

Low

Low-quality alternative text

WCAG 1.1.1 (A)465 instances5 inspected pages

Alt text looks like a filename, a generic word ("image", "photo"), or is duplicated across unrelated images — it likely does not describe the content.

Why it matters

Alt text looks like a filename, a generic word ("image", "photo"), or is duplicated across unrelated images — it likely does not describe the content.

Recommended correction

Replace placeholder or filename alt text with a concise description of what the image conveys.

View 465 affected elements
Component · Ref R512M0
Affected pagehttps://stsranchwear.com/cart
Elementdiv#header > a:nth-of-type(2) > div > img
Markup
<img src="//stsranchwear.com/cdn/shop/files/STS_no_Ranchwear_with_registration_mark_white_web_042426_400x.png?v=1777061961" alt="STS Ranchwear" style="">
Affected pages/ /pages/contact /pages/email-signup /products/mens-cord /cart
Component · Ref Y5AZRV
Affected pagehttps://stsranchwear.com/
Elementdiv#mm-2 > div:nth-of-type(1) > a > div > img
Markup
<img src="//stsranchwear.com/cdn/shop/files/STS_no_Ranchwear_with_registration_mark_white_web_042426_400x.png?v=1777061961" alt="STS Ranchwear" style="">
Affected pages/ /pages/contact /pages/email-signup /products/mens-cord /cart
Component · Ref P8NMYD
Affected pagehttps://stsranchwear.com/products/mens-cord
Elementsection > div > div:nth-of-type(1) > a > div > img
Markup
<img class="lazyload--fade-in
        primary_logo lazyautosizes ls-is-cached lazyloaded" alt="STS Ranchwear" data-src="//stsranchwear.com/cdn/shop/files/STS_no_Ranchwear_with_registration_mark_white_web_042426_1600x.png?v=1777061961" data-sizes="auto" data-aspectratio="265/100" data-srcset="//stsranchwear.com/cdn/shop/files/STS_no_Ranchwear_with_registration_mark_white_web_042426_5000x.png?v=1777061961 5000w,
    //stsranchwear.com/cdn/shop/files/STS_no_Ranchwear_with_registration_mark_white_web_042426_4500x.png?v=1777061961 4500w,
    //stsranchwear.com/cdn/shop/files/STS_no_Ranchwear_with_r…
Affected pages/ /pages/contact /pages/email-signup /products/mens-cord /cart
Component · Ref 3EUX45
Affected pagehttps://stsranchwear.com/cart
Elementli:nth-of-type(16) > div > div:nth-of-type(1) > div:nth-of-type(1) > a > img
Markup
<img data-src="//stsranchwear.com/cdn/shop/collections/sts-ranchwear-wayfarer-turquoise-collection-header-image.jpg?v=1773688801&amp;width=320" aspect-ratio="1.6" class="get-collection-image mmLazyload" data-id="284266594362" alt="WAYFARER TURQUOISE">
Affected pages/ /pages/contact /pages/email-signup /products/mens-cord /cart
Low

Touch targets are too small

WCAG 2.5.8 (AA)3 instances1 inspected page

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Why it matters

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Recommended correction

Increase this <button>'s rendered area to at least 24 × 24 CSS pixels, or provide sufficient spacing from adjacent targets. Prefer increasing padding on the existing control (for example the button or link) rather than adding a separate non-interactive wrapper.

View 3 affected elements
Component · Ref 8KNTEC
Affected pagehttps://stsranchwear.com/products/mens-cord
Elementli:nth-child(3) > button[type="button"]
Accessible name3
Markup
<button type="button">3</button>
Component · Ref D66SBC
Affected pagehttps://stsranchwear.com/products/mens-cord
Element.slick-active > button[type="button"]
Accessible name1
Markup
<button type="button">1</button>

05 · Most affected inspected pages

06 · About this assessment

Evolize inspects publicly accessible website pages using automated browser-based testing and deterministic accessibility rules. Automated testing can identify many reproducible technical issues but cannot determine complete WCAG or legal compliance.

  • Publicly accessible surfaces only — no credentials, private systems, or source-code access.
  • Findings apply to the pages and states successfully inspected; automated analysis may not detect every issue.
  • Results reflect the site at the scan date and may have changed since.

Evolize provides digital risk intelligence and does not provide legal advice, certify compliance, or guarantee that litigation will not occur. Methodology · Security · Example assessment

07 · Continuous monitoring

This public report captures one assessment. Evolize monitoring rescans the website, detects new and recurring findings, tracks changes over time and verifies corrections.

Is information in this report inaccurate or outdated? Request a correction or removal.