Public accessibility assessment

Accessibility issues detected on doyledoyle.com

Evolize inspected 5 public pages on doyledoyle.com and detected 68 automatically identifiable accessibility findings.

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

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

Most widespread issueButtons have no accessible nameDetected on 5 inspected pages
Most affected page/45 findings detected
Most represented WCAG criterionWCAG 1.4.3 — Contrast (Minimum)48 detected findings

Is doyledoyle.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 doyledoyle.com and detected 68 accessibility findings. The most widespread issue was "Buttons have no accessible name", detected on 5 inspected pages. The most affected inspected page was "/", where 45 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

    Buttons have no accessible name

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

    Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

    Recommended action

    Give it an accessible name that describes the action it performs: provide visible text when a visible label is appropriate, an aria-label for an icon-only control (for example aria-label="Dismiss notification"), or aria-labelledby when an existing visible label already describes it. Avoid vague names such as "Button", "Action", or the component's internal name.

    View technical evidence →
  2. High

    Interactive controls are not keyboard-accessible

    WCAG 2.1.1 (A) · 5 inspected pages · 60 instances
    Why this 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 action

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

    View technical evidence →
  3. High

    Hidden elements can still receive keyboard focus

    WCAG 2.4.3 (A) · 5 inspected pages · 15 instances
    Why this 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 action

    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 technical evidence →
  4. High

    Interactive controls are not keyboard-accessible

    WCAG 2.1.1 (A) · 5 inspected pages · 15 instances
    Why this 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 action

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

    View technical evidence →
  5. High

    Hidden elements can still receive keyboard focus

    WCAG 2.4.3 (A) · 5 inspected pages · 10 instances
    Why this 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 action

    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 technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
1.4.3Contrast (Minimum)AA4855 / 5
2.4.3Focus OrderA855 / 5
4.1.2Name, Role, ValueA455 / 5
2.1.1KeyboardA355 / 5
1.1.1Non-text ContentA233 / 5
1.3.1Info and RelationshipsA144 / 5
1.4.1Use of ColorA133 / 5
2.2.2Pause, Stop, HideA155 / 5
2.4.1Bypass BlocksA155 / 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

Buttons have no accessible name

WCAG 4.1.2 (A)5 instances5 inspected pages

Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

Why it matters

Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

Recommended correction

Give it an accessible name that describes the action it performs: provide visible text when a visible label is appropriate, an aria-label for an icon-only control (for example aria-label="Dismiss notification"), or aria-labelledby when an existing visible label already describes it. Avoid vague names such as "Button", "Action", or the component's internal name.

View 5 affected elements
Component · Ref U713GR
Affected pagehttps://doyledoyle.com/
Element#floating-shopping-assistant,.ant-btn
Markup
<button type="button" class="ant-btn css-ch9ese c..." style="cursor: pointer; fon...">
Affected pages/ /collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /cart
High

Elements must only use permitted ARIA attributes

WCAG 4.1.2 (A)5 instances5 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 5 affected elements
Component · Ref 7NGAE8
Affected pagehttps://doyledoyle.com/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Element#MobileMenu
Accessible nameMenu
Markup
<header-drawer class="drawer drawer--header" data-drawer="" aria-label="Menu" id="MobileMenu">
Affected pages/ /collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /cart
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 7NWIJ1
Affected pagehttps://doyledoyle.com/cart
Elementdiv#shopify-section-sections--21546826760405__header > header-component > header > div > div:nth-of-type(2) > a
Accessible nameBook an Appointment
Markup
<a class="btn btn--small btn--solid btn--primary header__mobile__cta-row__btn" href="/pages/booking">
        <span>Book an Appointment</span>
      </a>
Affected pages/ /collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /cart
Component · Ref VVPDC0
Affected pagehttps://doyledoyle.com/collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Elementheader > div > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > button
Accessible nameShow menu
Markup
<button class="header__mobile__hamburger" data-drawer-toggle="hamburger" aria-label="Show menu" aria-haspopup="true" aria-expanded="false" aria-controls="MobileMenu"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-menu" viewBox="0 0 24 24"><path d="M3 5h18M3 12h18M3 19h18" stroke="#000" stroke-linecap="round" stroke-linejoin="round"></path></svg></button>
Affected pages/ /collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /cart
Component · Ref B8S1KP
Affected pagehttps://doyledoyle.com/collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Elementheader-component > header > div > div:nth-of-type(1) > div:nth-of-type(2) > a
Accessible nameGo to home page
Markup
<a class="header__logo__link" href="/" data-logo-link=""><figure class="logo__img logo__img--color image-wrapper lazy-image" style="--aspect-ratio: 2.528428093645485;"><img src="//doyledoyle.com/cdn/shop/files/DND_Logo-Blue.png?crop=center&amp;height=94&amp;v=1613154286&amp;width=240" alt="Doyle &amp; Doyle antique and vintage jewelry NYC" width="240" height="94" loading="eager" srcset="//doyledoyle.com/cdn/shop/files/DND_Logo-Blue.png?v=1613154286&amp;width=120 120w, //doyledoyle.com/cdn/shop/files/DND_Logo-Blue.png?v=1613154286&amp;width=180 180w, //doyledoyle.com/cdn/shop/files/DND_Logo-Blu…
Affected pages/ /collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /cart
Component · Ref CXTJG1
Affected pagehttps://doyledoyle.com/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle
Elementinput#template--21546836492501__product-2-1-352924958754\a
Markup
<input type="radio" id="template--21546836492501__product-2-1-352924958754
" name="Gemstone-2
" value="Aquamarine" form="product-form-template--21546836492501__product" class="swatch-input__input" data-product-url="" data-option-value-id="772277862613" data-available="true">
Affected pages/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Component · Ref 2ZU3Y5
Affected pagehttps://doyledoyle.com/
Elementdiv#fs-post-332995-261341120
Accessible nameopen detail modal for instagram post by doyleanddoyle on 06 JULY 2026
Rolebutton
Markup
<div tabindex="0" role="button" aria-label="open detail modal for instagram post by doyleanddoyle on 06 JULY 2026" aria-haspopup="dialog" id="fs-post-332995-261341120" class="fs-timeline-entry  fs-loading" style="cursor: pointer;">      <div class="fs-text-container">     <div class="fs-service-icon">       <i class="fs-icon fs-fa-instagram"></i>     </div>          <div class="fs-has-links"><i class="fs-icon fs-fa-tag fa fa-tag"></i></div>              <div class="fs-timeline-text">              <div class="fs-entry-title">TOMORROW: Direct from London to NYC, these antique earrings hold a sec…
Component · Ref YQNP5Z
Affected pagehttps://doyledoyle.com/cart
Elementbody#your-shopping-cart > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(2) > button:nth-of-type(1)
Accessible namePrevious
Markup
<button class="pswp__button pswp__button--arrow--left" title="Previous"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-nav-arrow-left" viewBox="0 0 24 24"><path d="m15 6-6 6 6 6" stroke="#000" stroke-linecap="round" stroke-linejoin="round"></path></svg><span class="visually-hidden">Previous</span>
      </button>
Component · Ref US5WXS
Affected pagehttps://doyledoyle.com/cart
Elementbody#your-shopping-cart > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > button
Accessible nameClose (Esc)
Markup
<button class="pswp__button pswp__button--close pswp__custom-close pswp__ui-over-close" title="Close (Esc)"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-cancel" style="stroke: currentColor;" viewBox="0 0 24 24"><path d="M6.758 17.243 12.001 12m5.243-5.243L12 12m0 0L6.758 6.757M12.001 12l5.243 5.243" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg></button>
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 XMLZGO
Affected pagehttps://doyledoyle.com/collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Elementdiv:nth-of-type(1) > div > nav > div > div:nth-of-type(1) > div
Accessible nameEngagement Rings
Rolebutton
Markup
<div class="sliderow" role="button" data-animates="0" data-animation="drawer-items-fade" data-animation-delay="500" data-animation-duration="500">
      <a class="sliderow__title" href="/collections/engagement-rings">
      <span>
        Engagement Rings
</span>
    </a>
    </div>
Affected pages/ /collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /cart
Component · Ref STAXBT
Affected pagehttps://doyledoyle.com/collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Elementmobile-sliderule#sliderule-0bf14c862ca6bcf6929aea6db1aef883 > div > div:nth-of-type(2) > div:nth-of-type(4) > div
Accessible nameWedding Bands
Rolebutton
Markup
<div class="sliderow" role="button" data-animates="1" data-animation="drawer-items-fade" data-animation-delay="400" data-animation-duration="500">
      <a class="sliderow__title" href="/collections/wedding-bands">
      <span>
        Wedding Bands
</span>
    </a>
    </div>
Affected pages/ /collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /cart
High

Modal dialog does not trap keyboard focus

WCAG 2.4.3 (A)4 instances4 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 4 affected elements
Component · Ref U4T0LQ
Affected pagehttps://doyledoyle.com/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Elementbody#fancy-basket-gemstone-pendant-heirloom-by-doyle-amp-doyle > 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" 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: forwards; animation-delay: 0s; animation-duration: 0.35s; animation-name: klaviyo-fadein;" data-kl-scroll-locking-modal="true"><div class="needsclick  kl-private-res…
Affected pages/ /collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Medium

ARIA attributes have invalid values

WCAG 4.1.2 (A)10 instances5 inspected pages

ARIA attributes reference ids that do not exist or hold invalid values, breaking the accessibility tree.

Why it matters

ARIA attributes reference ids that do not exist or hold invalid values, breaking the accessibility tree.

Recommended correction

Correct ARIA attribute values and ensure referenced ids exist in the DOM.

View 10 affected elements
Component · Ref WFSH4V
Affected pagehttps://doyledoyle.com/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle
Elementrs-hover-disclosure:nth-child(4) > .navlink--toplevel.navlink--underline-accent[href$="rings"]
Accessible nameRings
Markup
<a href="/collections/rings" data-top-link="" class="navlink navlink--toplevel navlink--underline-accent" aria-haspopup="true" aria-expanded="false" aria-controls="dropdown-3fc751dbe07d0def384216e07e04ea84">
Affected pages/ /collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /cart
Component · Ref IB5UTG
Affected pagehttps://doyledoyle.com/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Element.navlink--toplevel.navlink--underline-accent[href$="other-jewellery"]
Accessible nameOther Jewelry
Markup
<a href="/collections/other-jewellery" data-top-link="" class="navlink navlink--toplevel navlink--underline-accent" aria-haspopup="true" aria-expanded="false" aria-controls="dropdown-29aba214cb22a01868ebdb72f3a4bf43">
Affected pages/ /collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /cart
Medium

Text has insufficient colour contrast

WCAG 1.4.3 (AA)156 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 156 affected elements
Component · Ref SA4E5W
Affected pagehttps://doyledoyle.com/
Element.header__desktop__button[href$="contact"]
Accessible nameContact Us
Markup
<a href="/pages/contact" class="header__desktop__button">Contact Us</a>
Affected pages/ /collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /cart
Component · Ref XWN8K0
Affected pagehttps://doyledoyle.com/
Element.go1006967
Accessible nameJoin Now
Markup
<button type="button" tabindex="0" data-action-id="01KPRJT28AG2VDGTG1H4NAH3PN" class="needsclick go1006967 go4033861592 klaviyo-form-button kl-private-reset-css-Xuajs1">Join Now</button>
Affected pages/ /collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /cart
Component · Ref RGBEBF
Affected pagehttps://doyledoyle.com/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Element.navlink--toplevel.navlink--underline-accent[href$="other-jewellery"] > .navtext
Accessible nameOther Jewelry
Markup
<span class="navtext">
Affected pages/ /collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /cart
Component · Ref XN9QZ0
Affected pagehttps://doyledoyle.com/
Element.btn--large > span
Accessible nameShop Collection
Markup
<span>
Affected pages/ /collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /cart
Component · Ref Q3XIGV
Affected pagehttps://doyledoyle.com/
Element.child.menu__item:nth-child(3) > .navlink--toplevel.navlink--underline-accent[data-top-link=""] > .navtext
Accessible nameNew Arrivals
Markup
<span class="navtext">
Affected pages/ /collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /cart
Component · Ref MPT4RF
Affected pagehttps://doyledoyle.com/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Elementrs-hover-disclosure:nth-child(4) > .navlink--toplevel.navlink--underline-accent[href$="rings"] > .navtext
Accessible nameRings
Markup
<span class="navtext">
Affected pages/ /collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /cart
Component · Ref KP78RT
Affected pagehttps://doyledoyle.com/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle
Elementdiv[data-aos-order="5"] > .column__content > .column__text.rte.body-medium > h4
Accessible name★★★★★
Markup
<h4>★★★★★</h4>
Affected pages/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Component · Ref 21A6RG
Affected pagehttps://doyledoyle.com/collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Element#Faq--template--21546836492501__section_accordion_KQdBHD > .wrapper > collapsible-elements > .accordion[data-collapsible=""] > .accordion__title[data-collapsible-trigger=""] > .heading-small.font-heading
Accessible nameShipping
Markup
<h2 class="heading-small font-heading" style="margin:0;">Shipping</h2>
Affected pages/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Component · Ref QOGW5W
Affected pagehttps://doyledoyle.com/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle
Element.column__inner[data-aos-order="4"][data-aos="hero"] > .column__content > .column__text.rte.body-medium > h4
Accessible name★★★★★
Markup
<h4>★★★★★</h4>
Affected pages/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Component · Ref X7RI6D
Affected pagehttps://doyledoyle.com/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Elementdiv[data-aos-order="5"] > .column__content > .column__text.rte.body-medium > p > strong
Accessible nameJessica N, Verified Buyer
Markup
<strong>Jessica N, Verified Buyer</strong>
Affected pages/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Component · Ref 22GSO7
Affected pagehttps://doyledoyle.com/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle
Elementdiv[data-aos-order="5"] > .column__content > .column__text.rte.body-medium > p
Accessible nameWe first found Doyle and Doyle when shopping for engagement rings. They had a great selection at a range of prices. I've been following the store ever since and often find great vintage pieces. I also really like the house line. Great shopping experience, whether in person or on-line, for special pieces that don't necessarily require a special occasion.Jessica N, Verified Buyer
Markup
<p>
Affected pages/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Component · Ref VTJN5K
Affected pagehttps://doyledoyle.com/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle
Element.column__inner[data-aos-order="4"][data-aos="hero"] > .column__content > .column__text.rte.body-medium > p > strong
Accessible nameJessica N, Verified Buyer
Markup
<strong>Jessica N, Verified Buyer</strong>
Affected pages/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Component · Ref PI6S23
Affected pagehttps://doyledoyle.com/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle
Elementa[href="#!"] > span
Accessible nameClick here
Markup
<span>Click here</span>
Affected pages/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Component · Ref RHQIZD
Affected pagehttps://doyledoyle.com/collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Element.tab-link-0 > span
Accessible nameRelated products
Markup
<span>Related products
</span>
Affected pages/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Component · Ref W6Q3QO
Affected pagehttps://doyledoyle.com/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle
Elementspan[data-add-to-cart-text=""]
Accessible nameAdd to cart
Markup
<span class="btn__text rs-font-semibold" data-add-to-cart-text="">Add to cart</span>
Affected pages/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Component · Ref RXF898
Affected pagehttps://doyledoyle.com/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Element.hero__rte[data-aos-order="1"][data-aos="hero"] > p
Accessible nameTHE PERFECT PAIR
Markup
<p>THE PERFECT PAIR</p>
Affected pages/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Component · Ref SWVT8B
Affected pagehttps://doyledoyle.com/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Element.hero__title
Accessible nameExplore Wedding Bands & Stack Rings
Markup
<h2 class="hero__title heading-x-large block-padding" data-aos="hero" data-aos-anchor="#BrickSection--template--21546836492501__section_double_FmPBGt" data-aos-order="2" style="--block-padding-bottom:16px;">
                        Explore Wedding Bands &amp; Stack Rings
                      </h2>
Affected pages/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Component · Ref Y0SSOL
Affected pagehttps://doyledoyle.com/collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Element.grid__heading
Accessible nameWhat People Have to Say
Markup
<h2 class="grid__heading heading-large" data-aos="hero" data-aos-anchor="#SectionColumns--template--21546836492501__section_multicolumn_HN3aDi" data-aos-order="1">What People Have to Say</h2>
Affected pages/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Component · Ref WYORFE
Affected pagehttps://doyledoyle.com/collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Element.column__inner[data-aos-order="4"][data-aos="hero"] > .column__content > .column__text.rte.body-medium > p
Accessible nameWe first found Doyle and Doyle when shopping for engagement rings. They had a great selection at a range of prices. I've been following the store ever since and often find great vintage pieces. I also really like the house line. Great shopping experience, whether in person or on-line, for special pieces that don't necessarily require a special occasion.Jessica N, Verified Buyer
Markup
<p>
Affected pages/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Component · Ref HMBA3R
Affected pagehttps://doyledoyle.com/collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Element#product-price-351769034786 > .price > .new-price
Accessible nameFrom $2,100.00 USD
Markup
<span class="new-price">
      
        <small>From</small>
      
$2,100.00 USD
</span>
Affected pages/ /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Component · Ref RHQIZC
Affected pagehttps://doyledoyle.com/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle
Element.tab-link-1 > span
Accessible nameRecently viewed
Markup
<span>Recently viewed
</span>
Affected pages/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Component · Ref NTWP9K
Affected pagehttps://doyledoyle.com/collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Element#product-price-351769034786 > .price > .new-price > small
Accessible nameFrom
Markup
<small>From</small>
Component · Ref JM0L1K
Affected pagehttps://doyledoyle.com/
Element.brick__section--reversed > .brick__block--text.brick__block > .brick__block__text > .hero__content--no-padding.hero__content--compact.hero__content > .hero__rte.block-padding[data-aos-order="1"] > p
Accessible nameCURATING FOR OVER 25 YEARS
Markup
<p>CURATING FOR OVER 25 YEARS</p>
Component · Ref 9C165E
Affected pagehttps://doyledoyle.com/
Element.column__inner[data-aos-order="4"][data-aos="hero"] > .column__icon.icon--top > .column__content > .column__heading.heading-mini
Accessible nameSignature Packaging
Markup
<h2 class="column__heading heading-mini">
                              Signature Packaging
                            </h2>
Component · Ref OEN846
Affected pagehttps://doyledoyle.com/
Elementdiv[data-aos-order="3"][data-aos="hero"] > scroll-spy > .collection-hover__button[data-scroll-trigger-point="middle"][data-scroll-spy-mobile=""] > span:nth-child(1)
Accessible nameGifts
Markup
<span>Gifts</span>

Showing 25 representative examples · 23 more affected elements not shown

Medium

Content sits outside any landmark region

WCAG 1.3.1 (A)4 instances4 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 4 affected elements
Component · Ref OJ0FHD
Affected pagehttps://doyledoyle.com/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Elementticker-bar > div:nth-of-type(1) > div > div > div > p
Accessible nameDue to price fluctuations in gold and silver, jewelry prices may be subject to change
Markup
<p>Due to price fluctuations in gold and silver, jewelry prices may be subject to change</p>
Affected pages/ /collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Low

Low-quality alternative text

WCAG 1.1.1 (A)112 instances3 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 112 affected elements
Component · Ref PSSKOR
Affected pagehttps://doyledoyle.com/collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Elementproduct-images > zoom-images > div:nth-of-type(8) > div > figure > img
Markup
<img src="//doyledoyle.com/cdn/shop/products/08d86e3710d3c78ce3103474b09164ba_bd02b549-e554-452b-977a-d6a426eeed85.jpg?crop=center&amp;height=600&amp;v=1597158148&amp;width=600" alt="4.61E+12" width="600" height="600" loading="lazy" srcset="//doyledoyle.com/cdn/shop/products/08d86e3710d3c78ce3103474b09164ba_bd02b549-e554-452b-977a-d6a426eeed85.jpg?v=1597158148&amp;width=180 180w, //doyledoyle.com/cdn/shop/products/08d86e3710d3c78ce3103474b09164ba_bd02b549-e554-452b-977a-d6a426eeed85.jpg?v=1597158148&amp;width=360 360w, //doyledoyle.com/cdn/shop/products/08d86e3710d3c78ce3103474b09164ba_bd02b54…
Affected pages/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Component · Ref NGTO3X
Affected pagehttps://doyledoyle.com/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1
Elementproduct-thumbs > div > div:nth-of-type(5) > a > figure > img
Markup
<img src="//doyledoyle.com/cdn/shop/products/8514646128e1e86daec788a37c261cba_0f099d6f-5ab7-4b13-a3d3-9fd22e74d121.jpg?crop=center&amp;height=150&amp;v=1597158013&amp;width=150" alt="4.61E+12" width="150" height="150" loading="eager" srcset="//doyledoyle.com/cdn/shop/products/8514646128e1e86daec788a37c261cba_0f099d6f-5ab7-4b13-a3d3-9fd22e74d121.jpg?v=1597158013&amp;width=75 75w, //doyledoyle.com/cdn/shop/products/8514646128e1e86daec788a37c261cba_0f099d6f-5ab7-4b13-a3d3-9fd22e74d121.jpg?v=1597158013&amp;width=100 100w, //doyledoyle.com/cdn/shop/products/8514646128e1e86daec788a37c261cba_0f099d6f…
Affected pages/collections/earrings/products/fancy-basket-gemstone-drop-earrings-18kw-heirloom-by-doyle-doyle /products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1 /collections/other-jewellery/products/fancy-basket-gemstone-pendant-heirloom-by-doyle-doyle-1

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.