Public accessibility assessment

Accessibility issues detected on romejewelrystore.com

Evolize inspected 5 publicly accessible pages on romejewelrystore.com and detected 39 automatically identifiable accessibility findings. 9 findings were classified as critical or high priority. The findings map to 8 WCAG success criterions. The sections below show affected pages, technical evidence and recommended remediation. The most frequent issues involve links lack accessible text, form fields use placeholder text as the only label, hidden elements can still receive keyboard focus.

39findings detected
9critical + high
5pages inspected
13 Aug 2026assessed

Independent public assessment. romejewelrystore.com is not necessarily affiliated with or a customer of Evolize.

https://

01 · Accessibility summary

Evolize inspected 5 publicly accessible pages on romejewelrystore.com and detected 39 automatically identifiable accessibility findings. 9 findings were classified as critical or high priority. The findings map to 8 WCAG success criterions. The sections below show affected pages, technical evidence and recommended remediation. The most frequent issues involve links lack accessible text, form fields use placeholder text as the only label, hidden elements can still receive keyboard focus.

02 · Priority findings

03 · WCAG criteria affected

CriterionNameLevelFindingsPages
1.4.3Contrast (Minimum)AA205
2.4.4Link Purpose (In Context)A62
1.3.1Info and RelationshipsA55
1.1.1Non-text ContentA35
2.4.3Focus OrderA35
2.5.8Target Size (Minimum)AA11
3.3.2Labels or InstructionsA15
4.1.2Name, Role, ValueA15

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 rescans public websites, detects newly introduced or recurring accessibility issues, tracks remediation and verifies fixes.

04 · All detected findings

Critical

Links lack accessible text

WCAG 2.4.4 (A)12 instances2 affected pages
ComponentRef 9IHDQR

Links expose no accessible name, so their destination is unknown to screen reader users.

Affected pagehttps://romejewelrystore.com/
Elementa[href$="allison-kaufmann"]
Accessible name<img width="380" height="55" sizes="auto" src="//romejewelrystore.com/cdn/shop/files/akmobilelogo_380x55_crop_center.png?v=1700022348" srcset="//romejewelrystore.com/cdn/shop/files/akmobilelogo_380x55_crop_center.png?v=1700022348 380w" alt="" loading="lazy" style="object-position: 50.0% 50.0%;" />
Markup
<a href="/collections/allison-kaufmann" target="_blank">
How to fixAdd alternative text to the images inside these links, or provide another way for screen readers to announce the link's purpose.
ComponentRef J4NYPO

Links expose no accessible name, so their destination is unknown to screen reader users.

Affected pagehttps://romejewelrystore.com/products/tantalum-1
Elementaside > .facebook.social
Markup
<a href="http://www.facebook.com/sharer.php?u=https://romejewelrystore.com/products/tantalum-1" class="facebook social">
How to fixAdd text to the link, or provide an alternative way for screen readers to announce the link's purpose, such as using aria-label or aria-labelledby.
ComponentRef J0X4FR

Links expose no accessible name, so their destination is unknown to screen reader users.

Affected pagehttps://romejewelrystore.com/products/tantalum-1
Element.pinterest
Markup
<a href="http://pinterest.com..." class="pinterest social" data-pin-no-hover="true">
How to fixAdd text to the link that describes its destination, or use an aria-label attribute to provide a text description.
ComponentRef 414TKO

Links expose no accessible name, so their destination is unknown to screen reader users.

Affected pagehttps://romejewelrystore.com/products/tantalum-1
Element.product-single__media-zoom
Markup
<a href="//romejewelrystore.c..." class="product-single__medi..." data-msrc="//romejewelrystore.c..." data-h="155" data-w="195" target="_blank" tabindex="-1" data-index="0">
How to fixAdd text to the link that describes its destination, or use an aria-label attribute to provide a text description.
ComponentRef 5AZEY1

Links expose no accessible name, so their destination is unknown to screen reader users.

Affected pagehttps://romejewelrystore.com/
Element.slideshow__slide-content-link[href$="estate-jewelry"]
Markup
<a href="/collections/estate-jewelry" class="slideshow__slide-content-link" tabindex="-1"></a>
How to fixAdd text to the link, such as the destination or a brief description, to provide context for screen reader users. Alternatively, use the 'aria-label' attribute to provide a text description of the link.
ComponentRef DUFL7Q

Links expose no accessible name, so their destination is unknown to screen reader users.

Affected pagehttps://romejewelrystore.com/products/tantalum-1
Element.twitter
Markup
<a href="https://twitter.com/intent/tweet?text=Tantalum&url=https://romejewelrystore.com/products/tantalum-1" class="twitter social">
How to fixAdd text to the link that describes its purpose, or use an aria-label attribute to provide a text description.
High

Form fields use placeholder text as the only label

WCAG 1.3.1 (A)5 instances5 affected pages
ComponentRef 3RUQ7S

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.

Affected pagehttps://romejewelrystore.com/
Elementinput#side-panel-search-input
Markup
<input id="side-panel-search-input" type="search" class="search-field" placeholder="Search for anything" value="" name="q" autocomplete="off">
How to fixAdd a visible and programmatic label to the form field, ensuring it remains available even when the user interacts with the field. Consider using the 'label' element and associating it with the input field using the 'for' attribute.
Affected pages/ /pages/contact /pages/our-services /products/tantalum-1 /cart
High

Hidden elements can still receive keyboard focus

WCAG 2.4.3 (A)42 instances5 affected pages
ComponentRef ITWD15

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

Affected pagehttps://romejewelrystore.com/
Elementdiv > div > full-menu:nth-of-type(1) > ul > li:nth-of-type(1) > a
Accessible nameJewelry
Markup
<a href="/collections/bracelets" title="Jewelry">Jewelry
<svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.75 1.5L3.75 4.5L0.75 1.5" stroke="var(--color-header-links, --color-accent)" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</a>
How to fixEnsure that all focusable elements are visible or remove them from the tab order by setting 'tabindex' to '-1' or using 'display: none' to hide them.
Affected pages/ /pages/contact /pages/our-services /products/tantalum-1 /cart
ComponentRef B6P8TK

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

Affected pagehttps://romejewelrystore.com/products/tantalum-1
Elementbutton#AddToCartSticky
Accessible nameAdd to cart
Markup
<button type="submit" name="add" id="AddToCartSticky" class="single-add-to-cart-button button outline " form="product-form-template--26415061434686__main-product">
							<span class="single-add-to-cart-button--text">Add to cart
</span>
							<span class="loading-overlay">
								
<svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg">
	<circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle>
</svg>

							</span>
						</button>
How to fixEnsure that all interactive elements are visible when they are focusable, or remove them from the tab order if they should not be interacted with. Consider using the 'display: none' or 'visibility: hidden' CSS properties to remove the element from the tab order when it is not visible.
ComponentRef KHHFYS

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

Affected pagehttps://romejewelrystore.com/products/tantalum-1
Elementsection#shopify-section-template--26415061434686__main-product > 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" title="Close (Esc)">
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13 1L1 13M13 13L1 1" stroke="var(--color-body)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</button>
How to fixEnsure that the element is removed from the tab order when it is not visible, or make the element visible when it receives focus. This can be achieved by setting the 'tabindex' attribute to '-1' or by adjusting the element's display properties when it is focused.
High

Summary elements must have discernible text

WCAG 4.1.2 (A)5 instances5 affected pages
ComponentRef YL99LM

Summary elements must have discernible text

Affected pagehttps://romejewelrystore.com/
Element.mobile-toggle
Markup
<summary class="mobile-toggle">
		<span></span>
		<span></span>
		<span></span>
	</summary>
How to fixAdd discernible text to the summary element, ensuring it accurately reflects the content it summarizes.
Affected pages/ /pages/contact /pages/our-services /products/tantalum-1 /cart
Medium

Content sits outside any landmark region

WCAG 1.3.1 (A)5 instances5 affected pages
ComponentRef XAKJN5

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

Affected pagehttps://romejewelrystore.com/
Elementdiv#Cart-Drawer > div > div:nth-of-type(2) > div:nth-of-type(1) > p
Accessible nameYour cart is currently empty.
Markup
<p>Your cart is currently empty.</p>
How to fixEnsure all meaningful content is wrapped in appropriate landmark elements such as <header>, <nav>, <main>, <footer>, or <aside> to improve accessibility for assistive technology users.
Affected pages/ /pages/contact /pages/our-services /products/tantalum-1 /cart
Medium

Text has insufficient colour contrast

WCAG 1.4.3 (AA)29 instances5 affected pages
ComponentRef 7OX6S3

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

Affected pagehttps://romejewelrystore.com/pages/contact
Element#ContactFormName
Markup
<input type="text" id="ContactFormName" name="contact[name]" class="full" placeholder="Name">
How to fixIncrease the contrast between the text color and background color of the input field to meet the minimum contrast ratio thresholds, such as using a darker or lighter color for the text or background.
ComponentRef 2NMX5M

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

Affected pagehttps://romejewelrystore.com/products/tantalum-1
Elementa[href$="shipping-policy"]
Accessible nameShipping
Markup
<a href="/policies/shipping-policy">Shipping</a>
How to fixIncrease the contrast between the text color and background color of the 'Shipping' link to meet the minimum contrast ratio thresholds, such as using a darker or lighter color for the text or background.
ComponentRef RCKB0I

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

Affected pagehttps://romejewelrystore.com/pages/contact
Element#ContactFormEmail
Markup
<input type="email" id="ContactFormEmail" name="contact[email]" class="full" placeholder="Email" required="">
How to fixIncrease the contrast between the text and background colors of the email input field by adjusting the CSS styles, such as changing the font color or background color, to meet the minimum contrast ratio requirements.
ComponentRef 4G4HM7

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

Affected pagehttps://romejewelrystore.com/pages/contact
Element#ContactFormMessage
Markup
<textarea rows="10" id="ContactFormMessage" name="contact[body]" class="full" placeholder="Comment"></textarea>
How to fixIncrease the contrast between the text color and background color of the textarea to meet the minimum contrast ratio thresholds as defined by WCAG 2.1 SC 1.4.3.
ComponentRef 6W786Z

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

Affected pagehttps://romejewelrystore.com/
Element.quote-image__role
Accessible nameRome Jewelers, Owner
Markup
<p class="quote-image__role">Rome Jewelers, Owner</p>
How to fixIncrease the contrast between the text color and background color by using a color combination that meets the WCAG 2.1 minimum contrast ratio of 4.5:1 for normal text.
ComponentRef 2FIEDL

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

Affected pagehttps://romejewelrystore.com/
Element.white.button[href$="sip-shop"] > span
Accessible nameLearn More
Markup
<span>Learn More</span>
How to fixIncrease the contrast between the text color and its background by adjusting either the text color or the background color to meet the minimum contrast ratio as defined by WCAG 2.1 SC 1.4.3.
ComponentRef P2W2IW

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

Affected pagehttps://romejewelrystore.com/
Element.gallery__item:nth-child(1) > .aspect-ratio--adapt > .gallery__item-content.content-middle-center > div > p:nth-child(3)
Accessible nameRome Jewelers, home to Venice Wine, provides a Sip and Shop experience with all house and shelf wines under DORA regulations. So you can enjoy your favorite wine while you find the perfect gift or special item you’ve been searching for.
Markup
<p>Rome Jewelers, home to Venice Wine, provides a Sip and Shop experience with all house and shelf wines under DORA regulations. So you can enjoy your favorite wine while you find the perfect gift or special item you’ve been searching for.</p>
How to fixIncrease the contrast between the text and background colors by using a darker or lighter shade for either the text or the background, ensuring a minimum contrast ratio of 4.5:1 for normal text.
ComponentRef SHQ9XF

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

Affected pagehttps://romejewelrystore.com/
Element.gallery__item:nth-child(1) > .aspect-ratio--adapt > .gallery__item-content.content-middle-center > div > .h3
Accessible nameSip & Shop
Markup
<h4 class="h3">Sip &amp; Shop</h4>
How to fixIncrease the contrast between the text and background colors by using a darker or lighter shade for either the text or the background, ensuring a minimum contrast ratio of 4.5:1 for normal text.
ComponentRef RQ6TA7

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

Affected pagehttps://romejewelrystore.com/
Element.gallery__item:nth-child(1) > .aspect-ratio--adapt > .gallery__item-content.content-middle-center > div > .subheading
Accessible nameEXPERIENCE
Markup
<p class="subheading">EXPERIENCE</p>
How to fixAdjust the color of the text or its background to ensure the contrast ratio meets the minimum requirements. This can be achieved by using online tools to calculate and adjust the contrast ratio.
ComponentRef XF2I7X

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

Affected pagehttps://romejewelrystore.com/pages/our-services
Element.content-width-medium > .white.outline[href="tel:9373823646"] > span
Accessible nameCall to Learn More
Markup
<span>Call to Learn More</span>
How to fixIncrease the contrast between the text color and its background by adjusting either the text color or the background color to meet the minimum contrast ratio as defined by WCAG 2.1 SC 1.4.3.
ComponentRef TB5CH5

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

Affected pagehttps://romejewelrystore.com/pages/our-services
Element.h1-xlarge
Accessible nameOur Services
Markup
<h3 class="h1-xlarge">Our Services</h3>
How to fixIncrease the contrast between the text color and background color of the 'Our Services' heading by using a darker or lighter shade, or by adding a background overlay to improve readability.
ComponentRef 3UAJ0H

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

Affected pagehttps://romejewelrystore.com/pages/contact
Elementbutton[type="submit"] > span
Accessible nameSend Message
Markup
<span>Send Message</span>
How to fixAdjust the color of the text or its background to meet the minimum contrast ratio of 4.5:1 for normal text, as recommended by WCAG 2.1 guidelines.
ComponentRef THRSGE

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

Affected pagehttps://romejewelrystore.com/products/tantalum-1
Element.breadcrumbs
Accessible namebreadcrumbs
Markup
<nav class="breadcrumbs" aria-label="breadcrumbs">
	  <a href="/" title="Home">Home</a>
	  
		
	  
	    <i>/</i>
	    Tantalum
	  
	  
		
	  
		
		
	</nav>
How to fixIncrease the contrast between the text color and background color of the breadcrumbs to meet the minimum contrast ratio thresholds.
ComponentRef DB7E2R

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

Affected pagehttps://romejewelrystore.com/
Element.thb-item-count
Accessible name0
Markup
<span class="thb-item-count">0</span>
How to fixIncrease the contrast between the text color and background color by using a color with sufficient difference in brightness and saturation, or provide an alternative way for users to adjust the contrast.
ComponentRef 6BLMII

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

Affected pagehttps://romejewelrystore.com/cart
Element.button.accent2[href="/"] > span
Accessible nameContinue shopping
Markup
<span>Continue shopping</span>
How to fixIncrease the contrast between the text color and its background by adjusting either the text color or the background color to meet the minimum contrast ratio as defined by WCAG 2.1 SC 1.4.3.
ComponentRef 5VMDHH

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

Affected pagehttps://romejewelrystore.com/
Element.thb-secondary-myaccount > span
Accessible nameLogin
Markup
<span>Login</span>
How to fixIncrease the contrast between the text color and background color of the 'Login' link by using a darker or lighter shade, or add a background image or outline to improve readability.
ComponentRef WUE9HF

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

Affected pagehttps://romejewelrystore.com/pages/our-services
Element.content-width-small > .white.outline[href="tel:9373823646"] > span
Accessible nameCall to Learn More
Markup
<span>Call to Learn More</span>
How to fixIncrease the contrast between the text color and its background by adjusting either the text color or the background color to meet the minimum contrast ratio as defined by WCAG 2.1 SC 1.4.3.
ComponentRef RKIEX8

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

Affected pagehttps://romejewelrystore.com/products/tantalum-1
Element#AddToCart > .single-add-to-cart-button--text
Accessible nameAdd to cart
Markup
<span class="single-add-to-cart-button--text">Add to cart
</span>
How to fixIncrease the contrast between the text color and background color of the 'Add to Cart' button to meet the minimum contrast ratio thresholds.
ComponentRef DZRCI0

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

Affected pagehttps://romejewelrystore.com/pages/our-services
Element.h1
Accessible nameExplore Our Services
Markup
<h3 class="h1">Explore Our Services</h3>
How to fixAdjust the color of the text or its background to ensure the contrast ratio meets the minimum requirements. This can be achieved by using online color contrast analyzer tools to find suitable color combinations that meet accessibility standards.
ComponentRef UC82S3

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

Affected pagehttps://romejewelrystore.com/
Element.gallery__item:nth-child(3) > .aspect-ratio--adapt > .gallery__item-content.content-middle-center > div > .white.button > span
Accessible nameLearn More
Markup
<span>Learn More</span>
How to fixIncrease the contrast between the text color and background color of the 'Learn More' button to meet the minimum contrast ratio recommended by WCAG 2.1.
Low

Low-quality alternative text

WCAG 1.1.1 (A)59 instances5 affected pages
ComponentRef 0A7ETE

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

Affected pagehttps://romejewelrystore.com/
Elementheader#header > div > div > a > img:nth-of-type(1)
Markup
<img src="//romejewelrystore.com/cdn/shop/files/RJ_LOGO_1875_x_965_px.png?v=1781040812" class="logoimg" alt="RJ" width="1875" height="965">
How to fixUpdate the alt text for each image to provide a unique and descriptive text that accurately represents the content of the image. For example, 'Rome Jewelrystore logo' or 'Image of a jewel' could be more descriptive alternatives.
Affected pages/ /pages/contact /pages/our-services /products/tantalum-1 /cart
ComponentRef 3AIXCP

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

Affected pagehttps://romejewelrystore.com/
Elementul > li:nth-of-type(1) > product-card > figure > a > img
Markup
<img class="product-primary-image lazyautosizes lazyloaded" width="515" height="339" data-sizes="auto" src="//romejewelrystore.com/cdn/shop/files/TTCU_5R_20x20_crop_center.jpg?v=1759343594" data-srcset="//romejewelrystore.com/cdn/shop/files/TTCU_5R_1000x1000_crop_center.jpg?v=1759343594 1000w" alt="Colored Stone Rings  -  Women'" style="object-position: 50.0% 50.0%;" sizes="195px" srcset="//romejewelrystore.com/cdn/shop/files/TTCU_5R_1000x1000_crop_center.jpg?v=1759343594 1000w">
How to fixUpdate the alt text for each image to provide a unique and descriptive text that accurately represents the content of the image. For example, describe the product, its features, or the scene depicted in the image.
Affected pages/ /pages/contact /pages/our-services /products/tantalum-1 /cart
ComponentRef ASKFGI

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

Affected pagehttps://romejewelrystore.com/
Elementfooter#footer > div:nth-of-type(1) > div:nth-of-type(6) > div > a > img
Markup
<img src="//romejewelrystore.com/cdn/shop/files/Rome_Logo-White_Locations.png?v=1774550624" alt="RJ" itemprop="logo">
How to fixUpdate the alt text to describe the content of each image. For example, if the image is a logo, the alt text could be 'Rome Jewelrystore logo'. If the image is decorative, the alt text could be an empty string.
Affected pages/ /pages/contact /pages/our-services /products/tantalum-1 /cart
Low

Page has no level-one heading

WCAG 1.3.1 (A)2 instances2 affected pages
ComponentRef VA1NDI

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

Affected pagehttps://romejewelrystore.com/pages/contact
Elementhtml > body
Accessible name<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NR37H8CD" height="0" width="0" style="display:none;visibility:hidden"></iframe> Skip to content Jewelry Jewelry BraceletsNecklacesEarringsRingsWedding BandsChainsDiamondsCoins & Currency Engagement RingsEstate Jewelry Designers Designers Ashi DiamondsBenchmarkElle JewelryGabriel FashionKendra ScottLe VianLuxury By LeonardoPandoraRomance Services Services AppraisalsCustom Jewelry DesignFinancingJewelry InsuranceJewelry RepairWatch RepairPearl & Bead RestringingWe Buy GoldWe Buy & Sell CoinsWe Sell Silver & Gold Bullion Bridal Bridal Engagement RingsWedding BandsRomanceBridal ProgramIn Stock Bridal CollectionMen's Wedding Bands Locations Locations HillsboroLebanonWilmingtonXenia Contact Login <link href="//romejewelrystore.com/cdn/shop/t/5/assets/mobile-menu.css?v=87280388078997094501778684374" rel="stylesheet" type="text/css" media="all" /> Jewelry Bracelets Necklaces Earrings Rings Wedding Bands Chains Diamonds Coins & Currency Engagement Rings Estate Jewelry Designers Ashi Diamonds Benchmark Elle Jewelry Gabriel Fashion Kendra Scott Le Vian Luxury By Leonardo Pandora Romance Services Appraisals Custom Jewelry Design Financing Jewelry Insurance Jewelry Repair Watch Repair Pearl & Bead Restringing We Buy Gold We Buy & Sell Coins We Sell Silver & Gold Bullion Bridal Engagement Rings Wedding Bands Romance Bridal Program In Stock Bridal Collection Men's Wedding Bands Locations Hillsboro Lebanon Wilmington Xenia Contact Login 0 :root { --logo-height: 70px; --logo-height-mobile: 37px; } { "@context": "http://schema.org", "@type": "Organization", "name": "RJ", "logo": "https:\/\/romejewelrystore.com\/cdn\/shop\/files\/RJ_LOGO_1875_x_965_px.png?v=1781040812\u0026width=1875", "sameAs": [ "", "https:\/\/www.facebook.com\/RomeJewelryStore\/", "", "https:\/\/www.instagram.com\/rome_jewelers\/", "", "", "", "", "" ], "url": "https:\/\/romejewelrystore.com\/pages\/contact" } CONTACT US We will get back to you as soon as possible! Name Email Phone number Comment Send Message #shopify-section-template--26415060877630__6a282541-7f7b-4575-a59b-8e88cf0a80d2 p {color: #593a1e;} #shopify-section-template--26415060877630__6a282541-7f7b-4575-a59b-8e88cf0a80d2 .button {width: fit-content;background-color:#593A1E;border-color:#593A1E;} #shopify-section-template--26415060877630__6a282541-7f7b-4575-a59b-8e88cf0a80d2 .button:hover {color:#593A1E;} #shopify-section-template--26415060877630__6a282541-7f7b-4575-a59b-8e88cf0a80d2 .small-12:nth-child(5) {text-align: center;} #shopify-section-template--26415060877630__6a282541-7f7b-4575-a59b-8e88cf0a80d2 input[type="text"], #shopify-section-template--26415060877630__6a282541-7f7b-4575-a59b-8e88cf0a80d2 input[type="password"], #shopify-section-template--26415060877630__6a282541-7f7b-4575-a59b-8e88cf0a80d2 input[type="date"], #shopify-section-template--26415060877630__6a282541-7f7b-4575-a59b-8e88cf0a80d2 input[type="datetime"], #shopify-section-template--26415060877630__6a282541-7f7b-4575-a59b-8e88cf0a80d2 input[type="email"], #shopify-section-template--26415060877630__6a282541-7f7b-4575-a59b-8e88cf0a80d2 input[type="number"], #shopify-section-template--26415060877630__6a282541-7f7b-4575-a59b-8e88cf0a80d2 input[type="search"], #shopify-section-template--26415060877630__6a282541-7f7b-4575-a59b-8e88cf0a80d2 input[type="tel"], #shopify-section-template--26415060877630__6a282541-7f7b-4575-a59b-8e88cf0a80d2 input[type="time"], #shopify-section-template--26415060877630__6a282541-7f7b-4575-a59b-8e88cf0a80d2 input[type="url"], #shopify-section-template--26415060877630__6a282541-7f7b-4575-a59b-8e88cf0a80d2 textarea, #shopify-section-template--26415060877630__6a282541-7f7b-4575-a59b-8e88cf0a80d2 select {border: 1px solid #E3D8D1; color:#E3D8D1; <link href="//romejewelrystore.com/cdn/shop/t/5/assets/footer.css?v=26044848740667110711778684374" rel="stylesheet" type="text/css" media="all" /> Shop Bracelets Necklaces Earrings Rings Engagement Rings Wedding Bands Chains Diamonds Coins & Currency Bridal Engagement Rings Wedding Bands Gabriel Romance Bridal Program In Stock Bridal Collection Men's Wedding Bands Sip & Shop Sip & Shop Services Our Services Appraisals Custom Jewelry Design Financing Jewelry Insurance Jewelry Repair Watch Repair Pearl & Bead Restringing We Buy Gold We Buy & Sell Coins We Sell Silver & Gold Bullion Contact Us Diamonds Diamond Guide Lab Grown Diamonds Diamond Search …[truncated by Evolize: exceeded D1 value limit]
Markup
<body class="animations-false button-uppercase-false navigation-uppercase-false product-title-uppercase-true template-page template-page-contact">
	<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NR37H8CD"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
  <a class="screen-reader-shortcut" href="#main-content">Skip to content</a>
	<div id="wrapper">
		<!-- BEGIN sections: header-group -->
<div id="shopify-section-sections--26415056748862__header" class="shopi…
How to fixAdd a level-one heading (h1) element to the page to convey its main topic, ensuring it is the first heading on the page and accurately describes the page's content.
Affected pages/pages/contact /pages/our-services
Low

Touch targets are too small

WCAG 2.5.8 (AA)4 instances1 affected page
ComponentRef FAQTXN

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

Affected pagehttps://romejewelrystore.com/
Elementbutton[aria-label="Slide 1"]
Accessible nameSlide 1
Roletab
Markup
<button type="button" class="ree-banner__dot is-active" role="tab" aria-selected="true" aria-label="Slide 1" data-index="0"></button>
How to fixIncrease the size of the touch targets to at least 24x24px or ensure there is sufficient space between them to prevent accidental activation of adjacent targets.
Low

Navigation regions are not distinguishable

WCAG 1.3.1 (A)1 instance1 affected page
ComponentRef 45S0XM

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

Affected pagehttps://romejewelrystore.com/products/tantalum-1
Elementnav#mobile-menu
Accessible nameJewelry Jewelry BraceletsNecklacesEarringsRingsWedding BandsChainsDiamondsCoins & Currency Engagement RingsEstate Jewelry Designers Designers Ashi DiamondsBenchmarkElle JewelryGabriel FashionKendra ScottLe VianLuxury By LeonardoPandoraRomance Services Services AppraisalsCustom Jewelry DesignFinancingJewelry InsuranceJewelry RepairWatch RepairPearl & Bead RestringingWe Buy GoldWe Buy & Sell CoinsWe Sell Silver & Gold Bullion Bridal Bridal Engagement RingsWedding BandsRomanceBridal ProgramIn Stock Bridal CollectionMen's Wedding Bands Locations Locations HillsboroLebanonWilmingtonXenia Contact Login
Roledialog
Markup
<nav id="mobile-menu" class="mobile-menu-drawer" role="dialog" tabindex="-1">
	<div class="mobile-menu-drawer--inner"><ul class="mobile-menu"><li><details class="link-container">
							<summary class="parent-link">Jewelry<span>
<svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 5H7.08889H13.1778M13.1778 5L9.17778 1M13.1778 5L9.17778 9" stroke="var(--color-accent)" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</span></summary>
							<ul class="sub-menu">
								<li class="parent-link-back">
									…
How to fixAdd a unique and descriptive 'aria-label' attribute to each navigation landmark to provide an accessible name.
Low

List markup is malformed

WCAG 1.3.1 (A)1 instance1 affected page
ComponentRef 9EUF74

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

Affected pagehttps://romejewelrystore.com/pages/our-services
Element.multicolumn__column.medium-6.small-12:nth-child(1) > .rte > ul
Accessible nameJewelers Mutual offers…Worldwide coverage against loss, theft, damage, and mysterious disappearance that often goes beyond standard homeowners insurance and warrantiesFlexibility to work with the jeweler of your choice in the event of a claimRepair or replacement with the same kind and quality should your piece ever need itProtects against loose stones while they are set by your jewelerAffordable rates and flexible deductible optionsCertified (GIA) gemologists on staff whose passion and specialty is jewelryThe content of this page is provided by Jewelers Mutual Insurance Group. This jeweler is not a licensed agent of Jewelers Mutual and does not sell or recommend insurance. Jewelers Mutual is an alternative to other insurance companies you may be considering. Any coverage is subject to acceptance by the insurer and to policy terms and conditions.
Markup
<ul>
How to fixEnsure that list elements (<ul> or <ol>) only directly contain list items (<li>), <script>, or <template> elements. Move any other elements, such as paragraphs, outside of the list.

05 · Pages inspected

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.