Public accessibility assessment

Accessibility issues detected on greatjonesgoods.com

Evolize inspected 5 public pages on greatjonesgoods.com and detected 81 automatically identifiable accessibility findings.

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

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

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

Is greatjonesgoods.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 greatjonesgoods.com and detected 81 accessibility findings. The most widespread issue was "Links lack accessible text", detected on 5 inspected pages. The most affected inspected page was "/products/breadwinner", where 53 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

    Form fields are missing labels

    WCAG 1.3.1 (A) · 3 inspected pages · 6 instances
    Why this matters

    Form inputs have no programmatically associated label, so assistive technology cannot announce what to enter.

    Recommended action

    Associate a <label> with each field via for/id, or use aria-label / aria-labelledby. Placeholder text is not a label.

    View technical evidence →
  2. Critical

    Form fields are missing labels

    WCAG 1.3.1 (A) · 3 inspected pages · 5 instances
    Why this matters

    Form inputs have no programmatically associated label, so assistive technology cannot announce what to enter.

    Recommended action

    Associate a <label> with each field via for/id, or use aria-label / aria-labelledby. Placeholder text is not a label.

    View technical evidence →
  3. Critical

    Dropdown menus have no accessible name

    WCAG 4.1.2 (A) · 2 inspected pages · 8 instances
    Why this matters

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

    Recommended action

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

    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. The link points to /.

    View technical evidence →
  5. Critical

    Form fields are missing labels

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

    Form inputs have no programmatically associated label, so assistive technology cannot announce what to enter.

    Recommended action

    Associate a <label> with each field via for/id, or use aria-label / aria-labelledby. Placeholder text is not a label.

    View technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
1.4.3Contrast (Minimum)AA2855 / 5
4.1.2Name, Role, ValueA2855 / 5
1.3.1Info and RelationshipsA1355 / 5
2.4.3Focus OrderA755 / 5
2.4.4Link Purpose (In Context)A555 / 5
1.1.1Non-text ContentA455 / 5
2.4.1Bypass BlocksA155 / 5
2.5.8Target Size (Minimum)AA111 / 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

Form fields are missing labels

WCAG 1.3.1 (A)15 instances3 inspected pages

Form inputs have no programmatically associated label, so assistive technology cannot announce what to enter.

Why it matters

Form inputs have no programmatically associated label, so assistive technology cannot announce what to enter.

Recommended correction

Associate a <label> with each field via for/id, or use aria-label / aria-labelledby. Placeholder text is not a label.

View 15 affected elements
Component · Ref FNU3UU
Affected pagehttps://greatjonesgoods.com/products/big-lid
Element.is-input-product > .rebuy-product-info > .rebuy-product-checkbox > .rebuy-checkbox-label > .checkbox-input.rebuy-checkbox[type="checkbox"]
Markup
<input type="checkbox" class="checkbox-input rebuy-checkbox">
Affected pages/products/big-lid /products/breadwinner /products/spout
Component · Ref 3591NX
Affected pagehttps://greatjonesgoods.com/products/big-lid
Element.rebuy-addon__item:nth-child(2) > .rebuy-addon__item-checkbox > .rebuy-checkbox-label > .checkbox-input.rebuy-checkbox[type="checkbox"]
Markup
<input type="checkbox" class="checkbox-input rebuy-checkbox">
Affected pages/products/big-lid /products/breadwinner /products/spout
Component · Ref 9R8KA7
Affected pagehttps://greatjonesgoods.com/products/spout
Element.hot-dish-lid.product-id-6628247633999.is-selected > .rebuy-product-info > .rebuy-product-checkbox > .rebuy-checkbox-label > .checkbox-input.rebuy-checkbox[type="checkbox"]
Markup
<input type="checkbox" class="checkbox-input rebuy-checkbox">
Component · Ref KWFMJ8
Affected pagehttps://greatjonesgoods.com/products/breadwinner
Element.great-spatula.product-id-7143255867471.is-selected > .rebuy-product-info > .rebuy-product-checkbox > .rebuy-checkbox-label > .checkbox-input.rebuy-checkbox[type="checkbox"]
Markup
<input type="checkbox" class="checkbox-input rebuy-checkbox">
Component · Ref LU165K
Affected pagehttps://greatjonesgoods.com/products/big-lid
Element.saucy-base-test.product-id-6689155448911.is-selected > .rebuy-product-info > .rebuy-product-checkbox > .rebuy-checkbox-label > .checkbox-input.rebuy-checkbox[type="checkbox"]
Markup
<input type="checkbox" class="checkbox-input rebuy-checkbox">
Component · Ref P9TV0W
Affected pagehttps://greatjonesgoods.com/products/big-lid
Element.deep-cut-base-only.product-id-6689156038735.is-selected > .rebuy-product-info > .rebuy-product-checkbox > .rebuy-checkbox-label > .checkbox-input.rebuy-checkbox[type="checkbox"]
Markup
<input type="checkbox" class="checkbox-input rebuy-checkbox">
Critical

Dropdown menus have no accessible name

WCAG 4.1.2 (A)8 instances2 inspected pages

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 8 affected elements
Component · Ref EVLRVM
Affected pagehttps://greatjonesgoods.com/products/breadwinner
Element.rebuy-addon__item:nth-child(2) > .rebuy-addon__item-info > .rebuy-addon__item-product-options.rebuy-product-options:nth-child(5) > div > .rebuy-select.variant-select
Accessible nameBlueberry Broccoli Raspberry Mustard Pepper
Markup
<select class="rebuy-select variant-select">
Affected pages/products/breadwinner /products/spout
High

ARIA hidden element must not be focusable or contain focusable elements

WCAG 4.1.2 (A)33 instances5 inspected pages

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 33 affected elements
Component · Ref MOMNK6
Affected pagehttps://greatjonesgoods.com/products/breadwinner
Element.search
Accessible nameSearch Close Search Suggestions Dutch ovenSheet panNonstickPink Are you looking for… Preview product in Blueberry Preview product in Broccoli Preview product in Pepper Preview product in Mustard Preview product in Raspberry Holy SheetNonstick Half-Sheet Pan$45 Great Jones x Fellow EKG KettleStagg EKG Electric Kettle$195 Preview product in Blueberry Preview product in Taffy Preview product in Salt Preview product in Broccoli Preview product in Pepper Preview product in Mustard Dutch Baby3.5-Quart Cast-Iron Dutch Oven$165 Close Search
Markup
<div class="search js-search" aria-hidden="true">
Affected pages/ /products/big-lid /products/breadwinner /pages/product-disclosures /products/spout
Component · Ref P63CAS
Affected pagehttps://greatjonesgoods.com/products/breadwinner
Element#rebuy-cart
Accessible nameYour Cart 0
Roledialog
Markup
<div id="rebuy-cart" role="dialog" aria-modal="true" aria-labelledby="rebuy-cart-title" aria-hidden="true" data-rebuy-cart-layout="single" class="rebuy-cart currency-USD no-items">
Affected pages/ /products/big-lid /products/breadwinner /pages/product-disclosures /products/spout
Component · Ref W2I2IU
Affected pagehttps://greatjonesgoods.com/products/spout
Element#tabpanel-subnav-main-menu2
Accessible nameShop All
Markup
<div aria-hidden="true" aria-labelledby="tab-subnav-main-menu2" class="nav-desktop__primary__subnav js-tabpanel" id="tabpanel-subnav-main-menu2">
Affected pages/ /products/big-lid /products/breadwinner /pages/product-disclosures /products/spout
Component · Ref M3TMPF
Affected pagehttps://greatjonesgoods.com/products/spout
Element#splide03-slide06
Accessible nameproduct
Rolegroup
Markup
<div aria-label="product" role="group" class="rebuy-product-block great-spatula product-id-7143255867471 splide__slide rebuy-carousel__slide" id="splide03-slide06" aria-roledescription="slide" aria-hidden="true" style="width: calc(33.3333%);">
Affected pages/products/big-lid /products/spout
Component · Ref WAAIK6
Affected pagehttps://greatjonesgoods.com/products/spout
Element#splide03-slide04
Accessible nameproduct
Rolegroup
Markup
<div aria-label="product" role="group" class="rebuy-product-block the-dutchess product-id-2026503045178 splide__slide rebuy-carousel__slide" id="splide03-slide04" aria-roledescription="slide" aria-hidden="true" style="width: calc(33.3333%);">
Affected pages/products/big-lid /products/spout
Component · Ref WDPB6E
Affected pagehttps://greatjonesgoods.com/products/big-lid
Element#splide03-slide08
Accessible nameproduct
Rolegroup
Markup
<div aria-label="product" role="group" class="rebuy-product-block big-chill-single product-id-6729850486863 splide__slide rebuy-carousel__slide" id="splide03-slide08" aria-roledescription="slide" aria-hidden="true" style="width: calc(33.3333%);">
Affected pages/products/big-lid /products/spout
Component · Ref MHXU6C
Affected pagehttps://greatjonesgoods.com/products/big-lid
Element#splide03-slide05
Accessible nameproduct
Rolegroup
Markup
<div aria-label="product" role="group" class="rebuy-product-block hot-dish product-id-4826222166095 splide__slide rebuy-carousel__slide" id="splide03-slide05" aria-roledescription="slide" aria-hidden="true" style="width: calc(33.3333%);">
Affected pages/products/big-lid /products/spout
Component · Ref PW0M9W
Affected pagehttps://greatjonesgoods.com/products/spout
Element#splide03-slide07
Accessible nameproduct
Rolegroup
Markup
<div aria-label="product" role="group" class="rebuy-product-block great-fellow-blueberry product-id-7299692920911 tag-exclude_from_tiered_promotion splide__slide rebuy-carousel__slide" id="splide03-slide07" aria-roledescription="slide" aria-hidden="true" style="width: calc(33.3333%);">
Affected pages/products/big-lid /products/spout
Component · Ref TRW6XS
Affected pagehttps://greatjonesgoods.com/
Elementli[data-collection="sets"]
Accessible nameSave $90! Preview product in Broccoli Preview product in Blueberry Preview product in Pepper Preview product in Taffy Preview product in Mustard Preview product in Salt 6 Colors Available Family StyleAll the Cookware Essentials$655$565 Save $80! 1 Color Available Precious MetalsStainless Steel Cookware Sets$450$370 Preview product in Broccoli Preview product in Taffy Preview product in Blueberry Preview product in Mustard Preview product in Pepper Preview product in Salt 36 Colors Available Double DutchCast-Iron Dutch Oven Set$370$205 Save $20! Preview product in Taffy Preview product in Blueberry 6 Colors Available The HottiesCeramic Bakeware Set$175$155 Shop All
Markup
<li class="featured-products__tabpanel js-featuredProductsTabpanel" data-collection="sets" aria-hidden="true">
Component · Ref M9YMUH
Affected pagehttps://greatjonesgoods.com/products/breadwinner
Element#splide03-slide06
Accessible nameproduct
Rolegroup
Markup
<div aria-label="product" role="group" class="rebuy-product-block the-lid-family product-id-7552363495503 tag-stainless-steel splide__slide rebuy-carousel__slide" id="splide03-slide06" aria-roledescription="slide" aria-hidden="true" style="width: calc(33.3333%);">
Component · Ref KO6K36
Affected pagehttps://greatjonesgoods.com/products/breadwinner
Element#splide03-slide08
Accessible nameproduct
Rolegroup
Markup
<div aria-label="product" role="group" class="rebuy-product-block family-style-2 product-id-7853809205327 tag-badge_save-90 splide__slide rebuy-carousel__slide" id="splide03-slide08" aria-roledescription="slide" aria-hidden="true" style="width: calc(33.3333%);">
Component · Ref R2SY14
Affected pagehttps://greatjonesgoods.com/products/breadwinner
Element#splide03-slide07
Accessible nameproduct
Rolegroup
Markup
<div aria-label="product" role="group" class="rebuy-product-block precious-metals-2 product-id-7853823623247 tag-badge_save-80 splide__slide rebuy-carousel__slide" id="splide03-slide07" aria-roledescription="slide" aria-hidden="true" style="width: calc(33.3333%);">
Component · Ref 6ZBYBW
Affected pagehttps://greatjonesgoods.com/products/breadwinner
Element#splide03-slide05
Accessible nameproduct
Rolegroup
Markup
<div aria-label="product" role="group" class="rebuy-product-block saucy-1 product-id-7552362479695 tag-stainless-steel splide__slide rebuy-carousel__slide" id="splide03-slide05" aria-roledescription="slide" aria-hidden="true" style="width: calc(33.3333%);">
Component · Ref UGI3MY
Affected pagehttps://greatjonesgoods.com/products/breadwinner
Element#splide03-slide04
Accessible nameproduct
Rolegroup
Markup
<div aria-label="product" role="group" class="rebuy-product-block big-deal-1 product-id-7541352071247 tag-stainless-steel splide__slide rebuy-carousel__slide" id="splide03-slide04" aria-roledescription="slide" aria-hidden="true" style="width: calc(33.3333%);">
High

Text has insufficient colour contrast

WCAG 1.4.3 (AA)158 instances5 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 158 affected elements
Component · Ref LMPP38
Affected pagehttps://greatjonesgoods.com/products/big-lid
Elementspan[data-oke-reviews-date="2025-01-31T18:18:25.970Z"]
Accessible nameover 1 year ago
Markup
<span data-oke-reviews-date="2025-01-31T18:18:25.970Z">over 1 year ago</span>
Affected pages/products/big-lid /products/breadwinner /pages/product-disclosures /products/spout
Component · Ref 5QPLYA
Affected pagehttps://greatjonesgoods.com/products/big-lid
Elementarticle[data-oke-reviews-reviewer-name="Carlo"] > .okeReviews-review-side > .okeReviews-review-side-inner > .okeReviews-review-reviewer > .okeReviews-review-reviewer-profile.js-okeReviews-reviewerProfile > .okeReviews-review-reviewer-profile-details > .okeReviews-review-reviewer-profile-details-inner > .okeReviews-review-reviewer-profile-name[aria-hidden="true"]
Accessible nameCarlo
Markup
<span class="okeReviews-review-reviewer-profile-name" aria-hidden="true">Carlo</span>
Affected pages/products/big-lid /products/breadwinner /products/spout
Component · Ref SY6MVW
Affected pagehttps://greatjonesgoods.com/products/breadwinner
Element.product-info__panel.js-tabpanel[aria-hidden="false"] > div > ul > li:nth-child(2)
Accessible nameWeight (empty): 1 lb
Markup
<li> Weight (empty): 1 lb </li>
Affected pages/products/big-lid /products/breadwinner /products/spout
Component · Ref SQ7KQQ
Affected pagehttps://greatjonesgoods.com/products/big-lid
Elementa[href$="affirm.com/"]
Accessible nameLearn more about Affirm
Markup
<a href="https://www.affirm.com/" target="_blank" rel="noreferrer noopener">
            Learn more
            <span class="visually-hidden">about Affirm</span>
          </a>
Affected pages/products/big-lid /products/breadwinner /products/spout
Component · Ref 9O6SWG
Affected pagehttps://greatjonesgoods.com/products/big-lid
Element.product-info__copy > .product-info__reviews > .product-info__reviews-count
Accessible name4.6 (14 Reviews)
Markup
<div class="product-info__reviews-count">
    4.6 (14 Reviews)
  </div>
Affected pages/products/big-lid /products/breadwinner /products/spout
Component · Ref IOTFBH
Affected pagehttps://greatjonesgoods.com/products/spout
Elementli:nth-child(1) > .product-info__offer
Accessible nameFree shipping on orders over $100
Markup
<span class="product-info__offer">
              
                <img src="//greatjonesgoods.com/cdn/shop/files/image_15_32ec73f8-c117-4ec3-8c79-f08221b04669_60x60.png?v=1637282462" alt="" role="presentation">
              
              Free shipping on orders over $100
            </span>
Affected pages/products/big-lid /products/breadwinner /products/spout
Component · Ref T6UE5G
Affected pagehttps://greatjonesgoods.com/products/spout
Elementarticle[data-oke-reviews-reviewer-name="Terri"] > .okeReviews-review-side > .okeReviews-review-side-inner > .okeReviews-review-reviewer > .okeReviews-review-recommendation.okeReviews-review-recommendation--yes
Accessible nameI recommend this product
Markup
<div class="okeReviews-review-recommendation okeReviews-review-recommendation--yes">I recommend this product</div>
Affected pages/products/big-lid /products/breadwinner /products/spout
Component · Ref BJPCB1
Affected pagehttps://greatjonesgoods.com/products/big-lid
Element.product-info__affirm
Accessible nameor 4 interest-free payments of $7.50 with . Learn more about Affirm
Markup
<div class="product-info__affirm">
Affected pages/products/big-lid /products/breadwinner /products/spout
Component · Ref A82RF8
Affected pagehttps://greatjonesgoods.com/products/spout
Elementarticle[data-oke-reviews-reviewer-name="Courtnay L."] > .okeReviews-review-side > .okeReviews-review-side-inner > .okeReviews-review-reviewer > .okeReviews-review-reviewer-profile.js-okeReviews-reviewerProfile > .okeReviews-review-reviewer-profile-details > .okeReviews-review-reviewer-profile-status.okeReviews-review-reviewer-profile-status--verified
Accessible nameVerified Buyer
Markup
<div class="okeReviews-review-reviewer-profile-status okeReviews-review-reviewer-profile-status--verified">
Verified Buyer
</div>
Affected pages/products/big-lid /products/breadwinner /products/spout
Component · Ref 5HWCPS
Affected pagehttps://greatjonesgoods.com/
Element.header__cart > .js-cartCount
Accessible name0
Markup
<span class="js-cartCount">0</span>
Affected pages/ /products/big-lid /products/breadwinner /pages/product-disclosures /products/spout
Component · Ref K9GIG7
Affected pagehttps://greatjonesgoods.com/products/spout
Element.product-info__copy > .product-info__options > dl > dd
Accessible nameBroccoli
Markup
<dd>Broccoli</dd>
Affected pages/products/breadwinner /products/spout
Component · Ref ZORFUC
Affected pagehttps://greatjonesgoods.com/products/big-lid
Element#splide03-slide03 > .rebuy-product-block-holder > .rebuy-product-actions > .rebuy-button[type="button"] > span
Accessible nameAdd to Cart
Markup
<span>Add to Cart</span>
Affected pages/products/big-lid /products/breadwinner /products/spout
Component · Ref 2N360K
Affected pagehttps://greatjonesgoods.com/products/big-lid
Element.nav-desktop__primary__item:nth-child(1) > .nav-desktop__primary__button
Accessible nameNew Arrivals
Markup
<a class="nav-desktop__primary__button" href="https://greatjonesgoods.com/collections/new-arrivals">New Arrivals</a>
Affected pages/products/big-lid /products/breadwinner /products/spout
Component · Ref HPWMEE
Affected pagehttps://greatjonesgoods.com/products/breadwinner
Element#splide03-slide02 > .rebuy-product-block-holder > .rebuy-product-info > .rebuy-product-price > div > .rebuy-money > span:nth-child(2)
Accessible name$105
Markup
<span tabindex="0">$105</span>
Affected pages/products/big-lid /products/breadwinner /products/spout
Component · Ref BDL12L
Affected pagehttps://greatjonesgoods.com/products/breadwinner
Element#splide03-slide01 > .rebuy-product-block-holder > .rebuy-product-info > .rebuy-product-review[aria-label="product star rating"] > .rebuy-review-count > .rebuy-review-count-number
Accessible name14
Markup
<span class="rebuy-review-count-number">14</span>
Affected pages/products/big-lid /products/breadwinner /products/spout
Component · Ref 8B1S9B
Affected pagehttps://greatjonesgoods.com/products/spout
Element#splide03-slide03 > .rebuy-product-block-holder > .rebuy-product-info > .rebuy-product-review[aria-label="product star rating"] > .rebuy-review-count > .rebuy-review-count-label
Accessible nameReviews
Markup
<span class="rebuy-review-count-label">Reviews</span>
Affected pages/products/big-lid /products/breadwinner /products/spout
Component · Ref GGFNTU
Affected pagehttps://greatjonesgoods.com/products/breadwinner
Element.product-info__description > ul > li:nth-child(2) > span
Accessible nameChoose between three colors, as all have our signature groovy, corrugated bottom.
Markup
<span data-sheets-value="{"1":2,"2":"- Oven-safe and dishwasher-friendly.\n- Choose between two colors, as both have our signature groovy, corrugated bottom.\n- Nonstick and nontoxic — no scary chemicals."}" data-sheets-userformat="{"2":771,"3":{"1":0},"4":{"1":3,"3":2},"11":4,"12":0}">
Component · Ref WVC5XX
Affected pagehttps://greatjonesgoods.com/products/spout
Elementli[data-mce-style="font-weight: 400;"][data-mce-fragment="1"]:nth-child(3) > span[data-mce-style="font-weight: 400;"][data-mce-fragment="1"]
Accessible namePrecision-pour spout
Markup
<span style="font-weight: 400;" data-mce-fragment="1" data-mce-style="font-weight: 400;">Precision-pour spout</span>
Component · Ref 6ANEJT
Affected pagehttps://greatjonesgoods.com/products/spout
Elementli:nth-child(2) > b
Accessible nameVolume:
Markup
<b>Volume: </b>
Component · Ref P6Y7N6
Affected pagehttps://greatjonesgoods.com/products/breadwinner
Element.product-info__panel.js-tabpanel[aria-hidden="false"] > div > ul
Accessible nameMaterials: Aluminized steel, nonstick coating Weight (empty): 1 lb Volume: 6 cups liquid volume Dimensions: 8.5" long, 4.5" wide, 2.75" tall
Markup
<ul> <li> Materials: Aluminized steel, nonstick coating </li> <li> Weight (empty): 1 lb </li> <li> Volume: 6 cups liquid volume</li><li> </li> Dimensions: 8.5" long, 4.5" wide, 2.75" tall <li> </li></ul>
Component · Ref K17IXA
Affected pagehttps://greatjonesgoods.com/products/breadwinner
Element.product-info__description > ul > li:nth-child(3)
Accessible nameThe coating is made without PFOA, PFAS, PTFE, Lead, or Cadmium
Markup
<li>
<meta charset="utf-8">The coating is made without PFOA, PFAS, PTFE, Lead, or Cadmium</li>
Component · Ref J7J4JZ
Affected pagehttps://greatjonesgoods.com/products/spout
Element.rebuy-product-block-holder > .rebuy-product-info > .rebuy-product-title[aria-label="View Holy Sheet"][aria-level="5"]
Accessible nameView Holy Sheet
Markup
<a aria-level="5" href="/products/holy-sheet?variant=32716618235983&amp;_rdiscovery-handle=holy-sheet&amp;_rdiscovery-widget=208424" aria-label="View Holy Sheet" rel="nofollow" class="rebuy-product-title clickable">Holy Sheet</a>
Affected pages/products/big-lid /products/spout
Component · Ref IIAVSI
Affected pagehttps://greatjonesgoods.com/products/spout
Element.rebuy-addon__item:nth-child(2) > .rebuy-addon__item-info > .rebuy-addon__item-product-options.rebuy-product-options:nth-child(4) > div > .rebuy-select.variant-select
Accessible nameBlueberry Broccoli Raspberry Mustard Pepper
Markup
<select class="rebuy-select variant-select">
Affected pages/products/breadwinner /products/spout
Component · Ref 3S66NY
Affected pagehttps://greatjonesgoods.com/products/breadwinner
Elementa[aria-label="View Big Lid"]
Accessible nameView Big Lid
Markup
<a aria-level="5" href="/products/big-lid?variant=23754548019258&amp;_rdiscovery-handle=big-lid&amp;_rdiscovery-widget=208424" aria-label="View Big Lid" rel="nofollow" class="rebuy-product-title clickable">Big Lid</a>
Component · Ref MGY2DU
Affected pagehttps://greatjonesgoods.com/pages/product-disclosures
Element.shopify-pc__banner__body > p
Accessible nameWe and our partners, including Shopify, use cookies and other technologies to personalize your experience, show you ads, and perform analytics, and we will not use cookies or other technologies for these purposes unless you accept them. Learn more in our Privacy Policy
Markup
<p>

Showing 25 representative examples · 3 more affected elements not shown

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 I68CB3
Affected pagehttps://greatjonesgoods.com/products/big-lid
Elementdiv > ul > li:nth-of-type(1) > ul > li:nth-of-type(3) > a
Accessible nameKing Sear $125
Markup
<a href="/products/king-sear">
                                <div class="nav-desktop__tile__picture">
                                  
                                    <img alt="" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-src="//greatjonesgoods.com/cdn/shop/files/king-sear_navigation_250_5_261x211.png?v=1723649289" data-srcset="//greatjonesgoods.com/cdn/shop/files/king-sear_navigation_250_5_261x211.png?v=1723649289 1x,
                                                  //greatjonesgoods.com/cdn/shop/files/king-sear_navigation_250_5_261x…
Affected pages/ /products/big-lid /products/breadwinner /pages/product-disclosures /products/spout
Component · Ref 5YF93O
Affected pagehttps://greatjonesgoods.com/products/spout
Elementdiv#shopify-section-top-hat > div > button:nth-of-type(1)
Accessible namePrevious slide
Markup
<button class="header__top-hats__prev js-topHatPrev" tabindex="0" aria-label="Previous slide" aria-controls="swiper-wrapper-01106e213dbb8474b">
        <span class="visually-hidden">Show Previous Message</span>
        <svg viewBox="0 0 20 7" role="presentation">
          <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-arrow"></use>
        </svg>
      </button>
Affected pages/ /products/big-lid /products/breadwinner /pages/product-disclosures /products/spout
Component · Ref OSH21A
Affected pagehttps://greatjonesgoods.com/pages/product-disclosures
Elementdiv#shopify-section-header-search > div > div > form > button
Accessible nameSearch
Markup
<button type="submit"><svg width="23" height="23" viewBox="0 0 23 23" xmlns="http://www.w3.org/2000/svg" role="presentation">
  <path d="M15.3537 9.81727C15.3537 8.19589 14.7774 6.80895 13.6249 5.65646C12.4724 4.50396 11.0855 3.92772 9.46412 3.92772C7.84274 3.92772 6.4558 4.50396 5.30331 5.65646C4.15081 6.80895 3.57457 8.19589 3.57457 9.81727C3.57457 11.4387 4.15081 12.8256 5.30331 13.9781C6.4558 15.1306 7.84274 15.7068 9.46412 15.7068C11.0855 15.7068 12.4724 15.1306 13.6249 13.9781C14.7774 12.8256 15.3537 11.4387 15.3537 9.81727ZM22.0846 20.755C22.0846 21.2108 21.9181 21.6051 21.585 21.9382C2…
Affected pages/ /products/big-lid /products/breadwinner /pages/product-disclosures /products/spout
Component · Ref 9F5HDS
Affected pagehttps://greatjonesgoods.com/products/big-lid
Elementdiv#shopify-section-header-search > div > div > button
Accessible nameClose Search
Markup
<button type="button" class="search__close js-searchClose">
      <span class="visually-hidden">Close Search</span>
    </button>
Affected pages/ /products/big-lid /products/breadwinner /pages/product-disclosures /products/spout
Component · Ref 93IGDD
Affected pagehttps://greatjonesgoods.com/products/breadwinner
Elementdiv > div:nth-of-type(2) > div:nth-of-type(1) > ul > li:nth-of-type(1) > a
Accessible nameDutch oven
Markup
<a href="/search?q=Dutch+oven">Dutch oven</a>
Affected pages/ /products/big-lid /products/breadwinner /pages/product-disclosures /products/spout
High

Modal dialog does not trap keyboard focus

WCAG 2.4.3 (A)6 instances5 inspected pages

An open modal leaves the content behind it keyboard-focusable, so keyboard and screen reader users can tab out of the dialog into hidden page content.

Why it matters

An open modal leaves the content behind it keyboard-focusable, so keyboard and screen reader users can tab out of the dialog into hidden page content.

Recommended correction

While a modal is open, confine focus to the dialog and mark the rest of the page inert (or aria-hidden). Restore focus on close.

View 6 affected elements
Component · Ref HKOVZ8
Affected pagehttps://greatjonesgoods.com/products/breadwinner
Elementdiv#rebuy-cart
Accessible nameYour Cart 0
Roledialog
Markup
<div id="rebuy-cart" role="dialog" aria-modal="true" aria-labelledby="rebuy-cart-title" aria-hidden="true" data-rebuy-cart-layout="single" class="rebuy-cart currency-USD no-items"><div class="rebuy-cart__flyout"><div data-rebuy-cart-anchor="header"><div data-rebuy-cart-header-top=""><div data-rebuy-cart-header-top-inner=""><h2 id="rebuy-cart-title" data-rebuy-component-id="title_bar" data-rebuy-component="title-bar" class="rebuy-cart__title">Your Cart <span><div class="cart-drawer__icon" style="display: none;"><svg viewBox="0 0 20 20" width="20" height="20">
                   <use xmlns:xlink…
Affected pages/ /products/big-lid /products/breadwinner /pages/product-disclosures /products/spout
Component · Ref NZUN5R
Affected pagehttps://greatjonesgoods.com/
Elementhtml > body > div:nth-of-type(13) > div > div:nth-of-type(2)
Accessible namePOPUP Form
Roledialog
Markup
<div role="dialog" aria-modal="true" aria-label="POPUP Form" class="needsclick  kl-private-reset-css-Xuajs1" data-kl-scroll-locking-modal="true" style="display: flex; z-index: 90000; position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; justify-content: center; align-items: center; overflow: clip auto; background-color: rgba(20, 20, 20, 0.6); animation-timing-function: ease; animation-play-state: running; animation-iteration-count: 1; animation-fill-mode: both; animation-delay: 0.25s; animation-duration: 0.35s; animation-name: klaviyo-fadein;"><div class="needsclick  kl-private-rese…
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 2AO6T3
Affected pagehttps://greatjonesgoods.com/products/big-lid
Elementdiv#shopify-section-header-search > div > div > form > input:nth-of-type(1)
Markup
<input autocapitalize="off" autocomplete="off" autocorrect="off" class="js-liveSearchInput" name="q" placeholder="Search for..." spellcheck="false" type="search">
Affected pages/ /products/big-lid /products/breadwinner /pages/product-disclosures /products/spout
High

Elements must only use permitted ARIA attributes

WCAG 4.1.2 (A)19 instances4 inspected pages

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 19 affected elements
Component · Ref I4ZYJW
Affected pagehttps://greatjonesgoods.com/products/breadwinner
Element.rebuy-addon__item:nth-child(2) > .rebuy-addon__item-info > .rebuy-addon__item-product-review.rebuy-product-review[aria-label="product star rating"]
Accessible nameproduct star rating
Markup
<div aria-label="product star rating" class="rebuy-addon__item-product-review rebuy-product-review">
Affected pages/products/big-lid /products/breadwinner /products/spout
Component · Ref 5W7OGW
Affected pagehttps://greatjonesgoods.com/products/spout
Element#splide03-slide01 > .rebuy-product-block-holder > .rebuy-product-info > .rebuy-product-review[aria-label="product star rating"]
Accessible nameproduct star rating
Markup
<div aria-label="product star rating" class="rebuy-product-review">
Affected pages/products/big-lid /products/breadwinner /products/spout
Component · Ref 1YQ209
Affected pagehttps://greatjonesgoods.com/
Element.uil-calender
Accessible nameIcon
Markup
<i class="sl-message-icon uil uil-calender" aria-label="Icon "></i>
Component · Ref 9JCAMN
Affected pagehttps://greatjonesgoods.com/
Element.uil-star
Accessible nameIcon
Markup
<i class="sl-message-icon uil uil-star" aria-label="Icon "></i>
Component · Ref 6DWJ0O
Affected pagehttps://greatjonesgoods.com/
Element.uil-box
Accessible nameIcon
Markup
<i class="sl-message-icon uil uil-box" aria-label="Icon "></i>
High

Elements must only use supported ARIA attributes

WCAG 4.1.2 (A)9 instances3 inspected pages

Elements must only use supported ARIA attributes

Why it matters

Elements must only use supported ARIA attributes

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 9 affected elements
Component · Ref DJ62JU
Affected pagehttps://greatjonesgoods.com/products/big-lid
Element.rebuy-product-block-holder > .rebuy-product-info > .rebuy-product-title[aria-label="View Little Sheet"][aria-level="5"]
Accessible nameView Little Sheet
Markup
<a aria-level="5" href="/products/little-sheet-single?variant=40842992549967&amp;_rdiscovery-handle=little-sheet-single&amp;_rdiscovery-widget=208424" aria-label="View Little Sheet" rel="nofollow" class="rebuy-product-title clickable">Little Sheet</a>
Affected pages/products/big-lid /products/spout
Component · Ref KKL8B
Affected pagehttps://greatjonesgoods.com/products/breadwinner
Elementa[aria-label="View Large Fry"]
Accessible nameView Large Fry
Markup
<a aria-level="5" href="/products/large-fry?variant=31699057442895&amp;_rdiscovery-handle=large-fry&amp;_rdiscovery-widget=208424" aria-label="View Large Fry" rel="nofollow" class="rebuy-product-title clickable">Large Fry</a>
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 UVONHL
Affected pagehttps://greatjonesgoods.com/products/big-lid
Elementsection#shopify-pc__banner > div
Accessible nameCookie consentWe and our partners, including Shopify, use cookies and other technologies to personalize your experience, show you ads, and perform analytics, and we will not use cookies or other technologies for these purposes unless you accept them. Learn more in our Privacy PolicyManage preferencesAcceptDecline
Markup
<div class="shopify-pc__banner__wrapper"><div class="shopify-pc__banner__body"><h2 id="shopify-pc__banner__body-title">Cookie consent</h2><p>We and our partners, including Shopify, use cookies and other technologies to personalize your experience, show you ads, and perform analytics, and we will not use cookies or other technologies for these purposes unless you accept them. Learn more in our  <a id="shopify-pc__banner__body-policy-link" href="https://greatjonesgoods.com/policies/privacy-policy" target="_blank" rel="noopener noreferrer">Privacy Policy</a></p></div><div class="shopify-pc__banne…
Affected pages/ /products/big-lid /products/breadwinner /pages/product-disclosures /products/spout
Medium

Navigation regions are not distinguishable

WCAG 1.3.1 (A)10 instances5 inspected pages

The page has multiple navigation landmarks but they lack accessible names, so screen reader users cannot tell them apart.

Why it matters

The page has multiple navigation landmarks but they lack accessible names, so screen reader users cannot tell them apart.

Recommended correction

Give each navigation region a distinct aria-label (e.g. "Primary", "Footer") when more than one is present.

View 10 affected elements
Component · Ref EJHDJA
Affected pagehttps://greatjonesgoods.com/pages/product-disclosures
Elementdiv#mobile-nav-drawer > nav
Accessible nameShop All Cookware Bakeware Sale Recipes + Home Recipes Great Ones About us Account FAQs Shipping Policy
Markup
<nav class="nav-mobile__drawer__content">
  
    <ul class="nav-mobile__primary" data-tabs="single">
        <li>
          
            <a href="/collections/all" class="nav-mobile__primary__item">Shop All</a>
          
        </li>
        <li>
          
            <a href="/collections/cookware" class="nav-mobile__primary__item">Cookware</a>
          
        </li>
        <li>
          
            <a href="/collections/bakeware" class="nav-mobile__primary__item">Bakeware</a>
          
        </li>
        <li>
          
            <a href="/collections/sets" class="nav-mobile__p…
Affected pages/ /products/big-lid /products/breadwinner /pages/product-disclosures /products/spout
Medium

List markup is malformed

WCAG 1.3.1 (A)11 instances5 inspected pages

A list contains elements other than the list items it should, breaking its structure.

Why it matters

A list contains elements other than the list items it should, breaking its structure.

Recommended correction

Ensure <ul>/<ol> contain only <li> (plus <script>/<template>) as direct children.

View 11 affected elements
Component · Ref IS73XV
Affected pagehttps://greatjonesgoods.com/products/breadwinner
Element.nav-desktop__primary
Accessible nameMain menu
Markup
<ul class="nav-desktop__primary js-navPrimaryDesktop" aria-label="Main menu">
Affected pages/ /products/big-lid /products/breadwinner /pages/product-disclosures /products/spout
Component · Ref GDYRJL
Affected pagehttps://greatjonesgoods.com/products/big-lid
Element.nav-desktop__secondary
Accessible nameOpen Search Recipes + Close Home Digest Home Explore everything Great Jones has to offer from recipes and cooking playlists to in-depth interviews with some our favorite cooks. Recipes Recipes Not sure what to make for dinner tonight or what bake this weekend? We got you. Explore our collection of recipes designed especially for your Great Jones. Great Ones Great Ones From chefs to entertainers and entrepreneurs, Great Ones is our excuse to spend time in the kitchen with people we admire and explore why they cook. About Account
Markup
<ul class="nav-desktop__secondary js-navSecondaryDesktop">
Affected pages/ /products/big-lid /products/breadwinner /pages/product-disclosures /products/spout
Component · Ref OJIO19
Affected pagehttps://greatjonesgoods.com/products/breadwinner
Element.product-info__panel.js-tabpanel[aria-hidden="false"] > div > ul
Accessible nameMaterials: Aluminized steel, nonstick coating Weight (empty): 1 lb Volume: 6 cups liquid volume Dimensions: 8.5" long, 4.5" wide, 2.75" tall
Markup
<ul> <li> Materials: Aluminized steel, nonstick coating </li> <li> Weight (empty): 1 lb </li> <li> Volume: 6 cups liquid volume</li><li> </li> Dimensions: 8.5" long, 4.5" wide, 2.75" tall <li> </li></ul>
Low

Low-quality alternative text

WCAG 1.1.1 (A)71 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 71 affected elements
Component · Ref VJHCT4
Affected pagehttps://greatjonesgoods.com/
Elementdiv > div:nth-of-type(2) > div:nth-of-type(1) > div > picture:nth-of-type(3) > img
Markup
<img alt="Holy Sheet bakeware Great Jones Broccoli" aria-hidden="true" data-variant="32716618268751" data-src="products/holly-sheet_01-green.png" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==">
Affected pages/ /products/big-lid /products/breadwinner /pages/product-disclosures /products/spout
Component · Ref Y4AMEM
Affected pagehttps://greatjonesgoods.com/products/spout
Elementdiv#swiper-wrapper-bcefcd41ae78ed37 > div:nth-of-type(2) > picture > img
Markup
<img src="//greatjonesgoods.com/cdn/shop/products/[email removed]?v=1697670125" alt="Spout Accessories Great Jones Broccoli">
Affected pages/products/big-lid /products/breadwinner /products/spout
Component · Ref WLH0B3
Affected pagehttps://greatjonesgoods.com/products/breadwinner
Elementdiv#shopify-section-template--18247231504463__product-info > div:nth-of-type(1) > div:nth-of-type(1) > button:nth-of-type(3) > picture > img
Markup
<img alt="Breadwinner bakeware Great Jones" src="//greatjonesgoods.com/cdn/shop/products/breadwinner_06-green.png?v=1604927713&amp;width=126">
Affected pages/products/big-lid /products/breadwinner /products/spout
Component · Ref 95T98G
Affected pagehttps://greatjonesgoods.com/products/big-lid
Elementdiv#splide02-slide01 > div:nth-of-type(1) > a > img
Markup
<img loading="eager" src="https://cdn.shopify.com/s/files/1/0066/9312/6202/products/holly-sheet_01-blue_400x400.png?v=1762440832" alt="Holy Sheet bakeware Great Jones Blueberry">
Affected pages/ /products/big-lid /products/spout
Low

Page has no level-one heading

WCAG 1.3.1 (A)1 instance1 inspected page

The page exposes no <h1>, so its topic is not conveyed in the heading structure.

Why it matters

The page exposes no <h1>, so its topic is not conveyed in the heading structure.

Recommended correction

Add a single descriptive <h1> that names the page's primary purpose.

View 1 affected element
Component · Ref RAXC7I
Affected pagehttps://greatjonesgoods.com/
Elementhtml > body
Accessible nameFree shipping $100+, 30-day trial, free returns 30% off sitewide with code LABORDAY30 *Exclusions apply. 00 days 00 hours 00 minutes 00 seconds Free shipping $100+, 30-day trial, free returns 30% off sitewide with code LABORDAY30 *Exclusions apply. 00 days 00 hours 00 minutes 00 seconds Show Previous Message Show Next Message Great Jones Toggle Navigation Open Search Shop All Cookware Bakeware Sale Recipes + Home Recipes Great Ones About us Account FAQs Shipping Policy Close navigation New Arrivals Shop All Cookware The Dutchess $205 Large Fry $105 King Sear $125 Saucy $120 Bakeware Holy Sheet $45 Sweetie Pie $50 Breadwinner $35 Hot Dish $105 Tools & Accessories Beyond Measure Duo $80$70 The Great Tool Family $85$70 Great Jones x Fellow EKG Pro Kettle $225 Spout $60$40 Shop All Sale Open Search Recipes + Close Home Digest Home Explore everything Great Jones has to offer from recipes and cooking playlists to in-depth interviews with some our favorite cooks. Recipes Recipes Not sure what to make for dinner tonight or what bake this weekend? We got you. Explore our collection of recipes designed especially for your Great Jones. Great Ones …[truncated by Evolize: exceeded D1 value limit]
Markup
<body data-sprite="//greatjonesgoods.com/cdn/shop/t/108/assets/svg.svg?v=16658357814304295501761662678" itemscope="" itemtype="http://schema.org/WebPage" class="state--home smart-cart--enabled klaviyo-prevent-body-scrolling">
  <div id="shopify-section-top-hat" class="shopify-section">
<div class="header__top-hats swiper js-topHat swiper-container-initialized swiper-container-horizontal swiper-container-pointer-events">
    <div class="header__top-hats__content swiper-wrapper" id="swiper-wrapper-f2332103b7329549a" aria-live="off" style="transition-duration: 0ms; transform: translate3d(-2880px,…
Low

Touch targets are too small

WCAG 2.5.8 (AA)1 instance1 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 1 affected element
Component · Ref Z9Y0L9
Affected pagehttps://greatjonesgoods.com/pages/product-disclosures
Element.go2324193863
Accessible nameClose teaser
Markup
<button tabindex="0" aria-label="Close teaser" class="needsclick klaviyo-close-form go2324193863 kl-private-reset-css-Xuajs1" style="position: absolute; z-index: 6; cursor: pointer; height: 20px; width: 20px; border-radius: 50%; right: -16px; bottom: -16px;">

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.