Public accessibility assessment

Accessibility issues detected on oasistile.com

Evolize inspected 5 public pages on oasistile.com and detected 78 automatically identifiable accessibility findings.

78Findings detected
11WCAG criteria affected
5Pages inspected
7 Sep 2026Assessment date

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

Most widespread issueLinks lack accessible textDetected on 5 inspected pages
Most affected page/products/basket-weave-cararra-polished-stone-tile55 findings detected
Most represented WCAG criterionWCAG 1.4.3 — Contrast (Minimum)41 detected findings

Is oasistile.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 oasistile.com and detected 78 accessibility findings. The most widespread issue was "Links lack accessible text", detected on 5 inspected pages. The most affected inspected page was "/products/basket-weave-cararra-polished-stone-tile", where 55 findings were detected. The assessment identified findings mapped to 11 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

    Add an accessible name to the button element using the 'aria-label' attribute or provide a text label within the button element.

    View technical evidence →
  2. Critical

    Embedded frames lack descriptive titles

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

    An <iframe> has no title, so its purpose is not announced to assistive technology.

    Recommended action

    Add a concise title attribute that describes the frame's actual purpose — for example "Store locator" for a location search or "Promotional campaign" for a marketing embed. The affected frame loads https://www.google.c..., which can help identify its purpose. Avoid generic values such as "Embedded content", "iframe", or "frame".

    View technical evidence →
  3. Critical

    Links lack accessible text

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

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

    Recommended action

    Add accessible text to the link, such as wrapping the SVG in a span with aria-label or using the SVG title element to provide a description of the link destination.

    View technical evidence →
  4. 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 →
  5. Critical

    Links lack accessible text

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

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

    Recommended action

    Add accessible text to the link, such as wrapping the SVG in a span with aria-label or using the SVG title element to provide a description of the link destination.

    View technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
1.4.3Contrast (Minimum)AA4155 / 5
4.1.2Name, Role, ValueA1055 / 5
2.4.4Link Purpose (In Context)A855 / 5
1.3.1Info and RelationshipsA755 / 5
2.4.3Focus OrderA455 / 5
1.1.1Non-text ContentA355 / 5
2.1.1KeyboardA355 / 5
3.3.2Labels or InstructionsA355 / 5
1.4.1Use of ColorA111 / 5
1.4.10ReflowAA155 / 5
2.5.8Target Size (Minimum)AA111 / 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

Add an accessible name to the button element using the 'aria-label' attribute or provide a text label within the button element.

View 5 affected elements
Component · Ref F9AM2O
Affected pagehttps://oasistile.com/account/login
Element#yeps-widget,.button-clickable
Markup
<button class="button button-clickable"></button>
Affected pages/ /account/login /pages/contact-us /products/basket-weave-cararra-polished-stone-tile /cart
Critical

Embedded frames lack descriptive titles

WCAG 4.1.2 (A)5 instances5 inspected pages

An <iframe> has no title, so its purpose is not announced to assistive technology.

Why it matters

An <iframe> has no title, so its purpose is not announced to assistive technology.

Recommended correction

Add a concise title attribute that describes the frame's actual purpose — for example "Store locator" for a location search or "Promotional campaign" for a marketing embed. The affected frame loads https://www.google.c..., which can help identify its purpose. Avoid generic values such as "Embedded content", "iframe", or "frame".

View 5 affected elements
Component · Ref VBI795
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Element#merchantwidgetiframe
Markup
<iframe id="merchantwidgetiframe" allowtransparency="true" frameborder="0" scrolling="no" sandbox="allow-same-origin al..." src="https://www.google.c..." style="position: absolute; ...">
Affected pages/ /account/login /pages/contact-us /products/basket-weave-cararra-polished-stone-tile /cart
Critical

Form fields are missing labels

WCAG 1.3.1 (A)1 instance1 inspected page

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 1 affected element
Component · Ref BM01I0
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Element.add10percentage-btn
Markup
<input type="checkbox" class="add10percentage-btn btn-disable box-add10percentage-btn" name="add10per">
High

Text has insufficient colour contrast

WCAG 1.4.3 (AA)103 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

To improve the accessibility of this button, consider adjusting the colors used for the text and background to meet the minimum contrast ratio thresholds. A contrast ratio of at least 4.5:1 for normal text and 7:1 for larger text (18pt or 14pt bold) is recommended. You can use online tools to check and adjust the contrast ratio.

View 103 affected elements
Component · Ref ETF8JD
Affected pagehttps://oasistile.com/cart
Element#Subscribe
Accessible nameSubscribe
Markup
<button type="submit" class="newsletter-form__button field__button" name="commit" id="Subscribe" aria-label="Subscribe">
                                            Sign Up
                                          </button>
Affected pages/ /account/login /pages/contact-us /products/basket-weave-cararra-polished-stone-tile /cart
Component · Ref M8E5SX
Affected pagehttps://oasistile.com/cart
Element.red-menu
Accessible nameOn Sale
Markup
<span class="red-menu">On Sale</span>
Affected pages/ /account/login /pages/contact-us /products/basket-weave-cararra-polished-stone-tile /cart
Component · Ref 46I38Z
Affected pagehttps://oasistile.com/cart
Element#yeps-widget,.text:nth-child(1)
Markup
<div class="text" style="--text-color-text: #ffffff; --text-align: center; --text-font-family: &quot;Assistant&quot;; --text-font-size: 18px;">LABOR DAY SALE 10% OFF &nbsp;&nbsp;| &nbsp;&nbsp;CODE <strong>LABOR26</strong></div>
Affected pages/ /account/login /pages/contact-us /products/basket-weave-cararra-polished-stone-tile /cart
Component · Ref RQAZ36
Affected pagehttps://oasistile.com/
Element.desktop-view > .header__icon--cart.header__icon[href$="cart"] > .cart-count-bubble
Accessible name0
Markup
<div class="cart-count-bubble">0</div>
Affected pages/ /account/login /pages/contact-us /products/basket-weave-cararra-polished-stone-tile /cart
Component · Ref HD1VKF
Affected pagehttps://oasistile.com/
Element#yeps-widget,strong
Markup
<strong>LABOR26</strong>
Affected pages/ /account/login /pages/contact-us /products/basket-weave-cararra-polished-stone-tile /cart
Component · Ref UWLF9Q
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Element#Slide-template--22015999639746__product_collection2_anC4nB-4 > .product-card-wrapper.card-wrapper.underline-links-hover > .card.card--standard.card--media > .card__content > .card__information > .card-information-cus > .price-order-wrap > .order-wrap > .order-btn.btn > .collection-sample-btnn.sample-cart-button[data-id="39709867245762"]
Markup
<input type="button" class="btn-cast btn sample-cart-button collection-sample-btnn" value="Order Sample" data-id="39709867245762">
Component · Ref 2C81AJ
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Element.tab-content--wrap > .tab1-content.active[data-id="tab1"] > .pro-desc-wrap > .txt > div:nth-child(3) > ul > li:nth-child(1)
Accessible nameSheet size: 11 5/8" x 11 5/8"
Markup
<li>Sheet size: <strong>11 5/8" x 11 5/8"</strong>
</li>
Component · Ref H4MNRE
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Element.item:nth-child(3) > h5
Accessible nameShower
walls
Markup
<h5>Shower
walls</h5>
Component · Ref CL0F2P
Affected pagehttps://oasistile.com/cart
Element#shopify-section-template--22015998623938__cart-items > .cart-icon--wrap.page-width > .cart-icon-txt-wrap > .plus-item.item:nth-child(3) > .guarantee-icons-text > .plus-guarantee-color
Accessible nameWe offer free ground shipping on most orders in the contiguous Unites States
Markup
<p class="plus-guarantee-color">We offer free ground shipping on most orders in the contiguous Unites States</p>
Component · Ref J63RJA
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Element.item:nth-child(3) > .txt-wrap > h2
Accessible nameFREE SHIPPING
Markup
<h2>FREE SHIPPING</h2>
Component · Ref D5M02S
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Element.tenperbtntext
Accessible name+ Add 10% for cuts
Markup
<label class="tenperbtntext">+ Add 10% for cuts </label>
Component · Ref ZOEZWZ
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Element.section-template--22015999639746__product_collection2_anC4nB-padding > .collection-info-wrap.prd-coll--title-wrapper.title-wrapper > .for-desktop.rgt > .btn-link[href$="all"]
Accessible nameDiscover all products
Markup
<a class="btn-link" href="/collections/all">Discover all products</a>
Component · Ref H9G0CD
Affected pagehttps://oasistile.com/
Element.sub-head
Accessible nameOur Brand Story
Markup
<h5 class="sub-head">Our Brand Story</h5>
Component · Ref 5QTLHU
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Element.for-desktop.rgt > .window-history-btn.btn-link[href$="all"]
Accessible nameDiscover all products
Markup
<a class="btn-link window-history-btn" href="/collections/all">Discover all products</a>
Component · Ref 5HEFCD
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Element.breadcrumbs__item:nth-child(2) > a[title=""]
Accessible nameBasketweave Tile Collection
Markup
<a href="/collections/basketweave-tile-collection" title="">Basketweave Tile Collection</a>
Component · Ref IW1DAL
Affected pagehttps://oasistile.com/pages/contact-us
Element.button[type="submit"]
Accessible nameSend
Markup
<button type="submit" class="button">
          Send
        </button>
Component · Ref LE80QH
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Element#ab-tiny-widget > a[href="#"]:nth-child(1)
Accessible name1 answered question
Markup
<a href="#">1 answered question</a>
Component · Ref MFANTR
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Element.breadcrumbs__link[aria-current="page"]
Accessible nameBasket Weave Carrara Polished Stone Tile
Markup
<a class="breadcrumbs__link" href="/products/basket-weave-cararra-polished-stone-tile" aria-current="page">Basket Weave Carrara Polished Stone Tile</a>
Component · Ref LZRW13
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Element.metafield-price
Accessible name20.64
Markup
<small class="metafield-price for-calculation">20.64</small>
Component · Ref 5F7IX6
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Element.twob-wrap > span > .sample-cart-button[data-id="39709732798658"][type="button"]
Accessible nameOrder Sample For $4.95
Markup
<button type="button" class="btn sample-cart-button " data-id="39709732798658">
                           
                            Order Sample For $4.95
                          
                        </button>
Component · Ref 4TK7RJ
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Element.regular-price-wrap
Accessible name$19.40 / sheet ( $20.64/ sq.ft )
Markup
<div class="regular-price-wrap">
Component · Ref W1KCHD
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Element.bracket-price
Accessible name$20.64/ sq.ft
Markup
<span class="bracket-price">
                    $<small class="metafield-price for-calculation">20.64</small>/ sq.ft</span>
Component · Ref YEB6PN
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Element#NoMediaStandardBadge-template--22015999639746__product_collection1_WDzH3x-2491944894522
Accessible nameSale
Markup
<span id="NoMediaStandardBadge-template--22015999639746__product_collection1_WDzH3x-2491944894522" class="badge badge--bottom-left color-accent-2">Sale</span>
Component · Ref 45NJ88
Affected pagehttps://oasistile.com/
Element.link-item[href$="bathroom-tiles"] > .title-wrap > .title
Accessible nameBathroom Tile
Markup
<h4 class="title">Bathroom Tile</h4>
Component · Ref EZYOGS
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Element.ProductInfo-item:nth-child(3) > .info-text
Accessible nameStone
Markup
<span class="info-text">Stone</span>

Showing 25 representative examples · 16 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

To fix this issue, ensure that the element is either visible when it receives focus or is removed from the tab order. This can be achieved by adding 'tabindex=-1' to the element or by making sure it is displayed when focused.

View 50 affected elements
Component · Ref RMJNAR
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Elementli:nth-of-type(1) > div > div > div:nth-of-type(1) > p:nth-of-type(1) > a
Accessible nameMaterials
Markup
<a href="/pages/shop-by-material">Materials</a>
Affected pages/ /account/login /pages/contact-us /products/basket-weave-cararra-polished-stone-tile /cart
Component · Ref FDYMCW
Affected pagehttps://oasistile.com/cart
Elementsticky-header > header > div:nth-of-type(1) > div > div:nth-of-type(3) > a:nth-of-type(1)
Accessible nameLog in
Markup
<a href="/account/login" class="header__icon header__icon--account link focus-inset no-small-hide">
          
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 21V19C20 17.9391 19.5786 16.9217 18.8284 16.1716C18.0783 15.4214 17.0609 15 16 15H8C6.93913 15 5.92172 15.4214 5.17157 16.1716C4.42143 16.9217 4 17.9391 4 19V21" stroke="#0B1933" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M12 11C14.2091 11 16 9.20914 16 7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7C8 9.20914 9.79086 11 12 11Z" stroke=…
Affected pages/ /account/login /pages/contact-us /products/basket-weave-cararra-polished-stone-tile /cart
Component · Ref EXNGL6
Affected pagehttps://oasistile.com/
Elementdiv > div > div:nth-of-type(1) > ul > li:nth-of-type(1) > a
Accessible nameGlass
Markup
<a href="/collections/glass-tiles">Glass</a>
Affected pages/ /account/login /pages/contact-us /products/basket-weave-cararra-polished-stone-tile /cart
Component · Ref F2BHLD
Affected pagehttps://oasistile.com/cart
Elementa#cart-icon-bubble
Accessible nameCart 0
Markup
<a href="/cart" class="header__icon header__icon--cart link focus-inset" id="cart-icon-bubble">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 22C9.55228 22 10 21.5523 10 21C10 20.4477 9.55228 20 9 20C8.44772 20 8 20.4477 8 21C8 21.5523 8.44772 22 9 22Z" stroke="#0B1933" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M20 22C20.5523 22 21 21.5523 21 21C21 20.4477 20.5523 20 20 20C19.4477 20 19 20.4477 19 21C19 21.5523 19.4477 22 20 22Z" stroke="#0B1933" stroke-width="2" stroke-linecap="round" stroke-l…
Affected pages/ /account/login /pages/contact-us /products/basket-weave-cararra-polished-stone-tile /cart
High

Content overflows horizontally on narrow viewports

WCAG 1.4.10 (AA)5 instances5 inspected pages

The page scrolls horizontally at a mobile width, indicating content that does not reflow.

Why it matters

The page scrolls horizontally at a mobile width, indicating content that does not reflow.

Recommended correction

To fix this issue, ensure that the page content adapts to different screen sizes by using responsive design techniques such as flexible grids, images, and media queries. This will prevent horizontal scrolling on narrow viewports.

View 5 affected elements
Component · Ref 4EMLGZ
Affected pagehttps://oasistile.com/pages/contact-us
Elementhtml
Accessible name(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-TJGH34H'); Contact Us | Your Question, Our Answer | Shop Oasis Tile window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start'); {"shopId":7457833018,"countryCode":"US","currencyCode":"USD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/7457833018","merchantName":"Oasis Tile","requiredBillingContactFields":["postalAddress","email","phone"],"requiredShippingContactFields":["postalAddress","email","phone"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","discover","elo","jcb"],"total":{"type":"pending","label":"Oasis Tile","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true} {"accessToken":"66bde46ac2088e50cda3201c3f905aa5","betas":["rich-media-storefront-analytics"],"domain":"oasistile.com","predictiveSearch":true,"shopId":7457833018,"locale":"en"} var Shopify = Shopify || {}; Shopify.shop = "oasistile.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"USD","rate":"1.0"}; Shopify.country = "US"; Shopify.theme = {"name":"oasistile-tema-con-calculadora","id":155978105026,"schema_name":"Dawn","schema_version":"12.0.0","theme_store_id":null,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "oasistile.com/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/"; Shopify.shopJsCdnBaseUrl = "https://cdn.shopify.com/shopifycloud/shop-js"; Shopify.SignInWithShop = Shopify.SignInWithShop || {}; Shopify.SignInWithShop.User = Shopify.SignInWithShop.User || {}; Shopify.SignInWithShop.User.recognized = false; !function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window); !function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window); window.ShopifyPay = window.ShopifyPay || {}; window.ShopifyPay.apiHost = "shop.app\/pay"; window.ShopifyPay.redirectState = "pending"; window.Shopify = window.Shopify || {}; window.Shopify.SignInWithShop = window.Shopify.SignInWithShop || {}; window.Shopify.SignInWithShop.assetMetrics = { sampleRate: 0.25 }; window.Shopify.SignInWithShop.eligible = true; {"pageType":"page"} await import("https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js"); window.Shopify.SignInWithShop?.initShopCartSync?.({"fedCMEnabled":true,"windoidEnabled":true}); window.Shopify = window.Shopify || {}; if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {}; window.Shopify.featureAssets['shop-js'] = {"shop-toast-manager":["modules/v2/loader.shop-toast-manager.en.esm.js"],"listener":["modules/v2/loader.listener.en.esm.js"],"shop-cash-offers":["modules/v2/loader.shop-cash-offers.en.esm.js"],"init-shop-user-recognition":["modules/v2/loader.init-shop-user-recognition.en.esm.js"],"init-windoid":["modules/v2/loader.init-windoid.en.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/loader.init-shop-email-lookup-coordinator.en.esm.js"],"init-fed-cm":["modules/v2/loader.init-fed-cm.en.esm.js"],"shop-button":["modules/v2/loader.shop-button.en.esm.js"],"avatar":["modules/v2/loader.avatar.en.esm.js"],"checkout-modal":["modules/v2/loader.checkout-modal.en.esm.js"],"shop-login":["modules/v2/loader.shop-login.en.esm.js"],"init-customer-accounts-sign-up":["modules/v2/loader.init-customer-accounts-sign-up.en.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/loader.init-shop-for-new-customer-accounts.en.esm.js"],"init-shop-cart-sync":["modules/v2/loader.init-shop-cart-sync.en.esm.js"],"shop-user-recognition":["modules/v2/loader.shop-user-recognition.en.esm.js"],"init-customer-accounts":["modules/v2/loader.init-customer-accounts.en.esm.js"],"pay-button":["modules/v2/loader.pay-button.en.esm.js"],"shop-cart-sync":["modules/v2/loader.shop-cart-sync.en.esm.js"],"shop-login-button":["modules/v2/loader.shop-login-button.en.esm.js"],"shop-follow-button":["modules/v2/loader.shop-follow-button.en.esm.js"],"lead-capture":["modules/v2/loader.lead-capture.en.esm.js"],"payment-terms":["modules/v2/loader.payment-terms.en.esm.js"]}; (function() { var isLoaded = false; function asyncLoad() { if (isLoaded) return; isLoaded = true; var urls = ["https:\/\/cdn.shopify.com\/s\/files\/1\/0074\/5783\/3018\/t\/61\/assets\/globo.formbuilder.init.js?v=1651603615\u0026shop=oasistile.myshopify.com"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })(); var __st={"a":7457833018,"offset":-14400,"reqid":"f194b4cd-2844-48b9-8e59-3be4f8f8985b-1788800812","pageurl":"oasistile.com\/pages\/contact-us","s":"pages-31514525754","u":"c3695868d425","p":"page","rtyp":"page","rid":31514525754}; window.ShopifyPaypalV4VisibilityTracking = true; !function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.3.iife.js',D={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(t);if(!n)return;const o=n.value;o&&e.…[truncated by Evolize: exceeded D1 value limit]
Markup
<html class="js theme-store-id-887 gf-theme-version-12 yeps-top yeps-top-push yeps-top-static yeps-top-show" lang="en" style="--header-height: 140px;"><head>

    <!-- Google Tag Manager -->
<script type="text/javascript" async="" src="https://cdn.shopify.com/s/files/1/0074/5783/3018/t/61/assets/globo.formbuilder.init.js?v=1651603615&amp;shop=oasistile.myshopify.com"></script><script async="" src="https://scripts.clarity.ms/0.8.69/clarity.js"></script><script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=AW-1059678789&amp;cx=c&amp;gtm=4e6921"></script><script…
Affected pages/ /account/login /pages/contact-us /products/basket-weave-cararra-polished-stone-tile /cart
High

Interactive controls are not keyboard-accessible

WCAG 2.1.1 (A)75 instances5 inspected pages

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

Why it matters

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

Recommended correction

Add a tabindex attribute to the interactive control to make it focusable by keyboard. Ensure that the control can be activated using the Enter or Space key.

View 75 affected elements
Component · Ref HU8RVO
Affected pagehttps://oasistile.com/account/login
Elementsummary#HeaderDrawer-tile-stone-sizes
Accessible nameSizes
Rolebutton
Markup
<summary id="HeaderDrawer-tile-stone-sizes" class="menu-drawer__menu-item link link--text list-menu__item focus-inset" role="button" aria-expanded="false" aria-controls="childlink-sizes">
                                     <a href="/collections/shop-all-tiles"> Sizes</a>
                                      <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10…
Affected pages/ /account/login /pages/contact-us /products/basket-weave-cararra-polished-stone-tile /cart
Component · Ref FC0M3H
Affected pagehttps://oasistile.com/
Elementdetails#Details-menu-drawer-container > summary
Accessible nameMenu
Rolebutton
Markup
<summary class="header__icon header__icon--menu header__icon--summary link focus-inset" aria-label="Menu" role="button" aria-expanded="false" aria-controls="menu-drawer">
      <span>
        
<svg width="32" class="icon icon-hamburger" height="26" viewBox="0 0 32 26" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="32" height="2" rx="1" fill="#0B1933"></rect>
<rect x="4" y="12" width="24" height="2" rx="1" fill="#0B1933"></rect>
<rect y="24" width="32" height="2" rx="1" fill="#0B1933"></rect>
</svg>

        
<svg class="icon icon-close" width="22" height="22" viewBox="0 0 22 22" …
Affected pages/ /account/login /pages/contact-us /products/basket-weave-cararra-polished-stone-tile /cart
Component · Ref V9ZQAI
Affected pagehttps://oasistile.com/
Elementsummary#HeaderDrawer-shop-tile-collections
Accessible nameShop Tile Collections
Rolebutton
Markup
<summary id="HeaderDrawer-shop-tile-collections" class="dd menu-drawer__menu-item list-menu__item link link--text focus-inset" role="button" aria-expanded="false" aria-controls="link-shop-tile-collections">
                        <a href="/collections/shop-all-tiles"> 
                          Shop Tile Collections 
                        </a>
                        <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 0…
Affected pages/ /account/login /pages/contact-us /products/basket-weave-cararra-polished-stone-tile /cart
High

Form fields use placeholder text as the only label

WCAG 1.3.1 (A)19 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 19 affected elements
Component · Ref UQA33X
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Elementdiv:nth-of-type(1) > div > predictive-search > form > div:nth-of-type(1) > input:nth-of-type(1)
Rolecombobox
Markup
<input class="search__input field__input gf-autocomplete-input ui-autocomplete-input" id="" type="search" name="q" value="" placeholder="What are you looking for?" role="combobox" aria-expanded="false" aria-owns="predictive-search-results" aria-controls="predictive-search-results" aria-haspopup="listbox" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false">
Affected pages/ /account/login /pages/contact-us /products/basket-weave-cararra-polished-stone-tile /cart
Component · Ref 60Q58B
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Elementinput#feed-num-2
Markup
<input type="text" placeholder="0 feet" id="feed-num-2" min="1">
Component · Ref 80VVPH
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Elementtextarea#feedback_box
Markup
<textarea class="experienceTextArea" name="feedbackBox" placeholder="Write your review here" rows="3" maxlength="10000" id="feedback_box" required=""></textarea>
High

Interactive controls must not be nested

WCAG 4.1.2 (A)26 instances5 inspected pages

Interactive controls must not be nested

Why it matters

Interactive controls must not be nested

Recommended correction

To fix this issue, ensure that interactive controls are not nested within each other. For example, a button element should not contain another interactive element like an anchor tag. Consider reorganizing the HTML structure to separate interactive elements, or use ARIA attributes to define a clear and consistent navigation order.

View 26 affected elements
Component · Ref TTNBUV
Affected pagehttps://oasistile.com/
Element#HeaderMenu-pool-tile-trends
Accessible namePool Tile Trends
Rolebutton
Markup
<summary id="HeaderMenu-pool-tile-trends" class="with_link" role="button" aria-expanded="false" aria-controls="HeaderMenu-MenuList-7">
Affected pages/ /account/login /pages/contact-us /products/basket-weave-cararra-polished-stone-tile /cart
Component · Ref O8SVMT
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Element.add10percentage-btn-desig
Accessible name+ Add 10% for cuts
Markup
<button class="cus-input-btn add10percentage-btn-desig" type="button">
Medium

ARIA attributes have invalid values

WCAG 4.1.2 (A)5 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

Ensure all ARIA attributes have valid values. For the given combobox element, verify that the 'aria-owns' attribute references an existing element with the id 'predictive-search-results'. Also, check that the 'aria-controls' attribute references an existing element with the id 'predictive-search-results'.

View 5 affected elements
Component · Ref 872MKP
Affected pagehttps://oasistile.com/
Element.header-top-part > .d-flex.page-width > .cus-search > .search-modal__content.search-modal__content-bottom > predictive-search > .search[action="/search"][method="get"] > .field > .search__input.gf-autocomplete-input.ui-autocomplete-input
Rolecombobox
Markup
<input class="search__input field_..." id="" type="search" name="q" value="" placeholder="What are you looking..." role="combobox" aria-expanded="false" aria-owns="predictive-search-re..." aria-controls="predictive-search-re..." aria-haspopup="listbox" aria-autocomplete="list" autocorrect="off" ...>
Affected pages/ /account/login /pages/contact-us /products/basket-weave-cararra-polished-stone-tile /cart
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 7MHO8I
Affected pagehttps://oasistile.com/pages/contact-us
Elementdiv#cart-notification > div:nth-of-type(1) > h2
Accessible nameYour item has been added to the cart!
Markup
<h2 class="cart-notification__heading caption-large text-body"><svg class="icon icon-checkmark" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 9" fill="none">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M11.35.643a.5.5 0 01.006.707l-6.77 6.886a.5.5 0 01-.719-.006L.638 4.845a.5.5 0 11.724-.69l2.872 3.011 6.41-6.517a.5.5 0 01.707-.006h-.001z" fill="currentColor"></path>
</svg>
Your item has been added to the cart!
        </h2>
Affected pages/ /account/login /pages/contact-us /products/basket-weave-cararra-polished-stone-tile /cart
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

Add an accessible name to the navigation region, such as an aria-label attribute, to help screen reader users distinguish between multiple navigation landmarks.

View 10 affected elements
Component · Ref JYG8W1
Affected pagehttps://oasistile.com/account/login
Elementdiv#shopify-section-sections--22015999770818__header > sticky-header > header > div:nth-of-type(2) > div > nav
Accessible nameTile & Stone Materials Glass Shell Metal Stone Ceramic Porcelain Glass & Stone Glass & Metal All Materials Applications Kitchen Backsplash Tile Bath & Shower Tiles Floor Tiles Wall Tiles Pool Tiles Pool Waterline Tile Fireplace Tiles All Applications Style Arabesque Encaustic Herringbone Hexagon Mosaic Penny Round Subway Terrazzo WaterJet Wood Look All Style Collections Magical Forest Vanguard Porcelain Pool Mosaics Glass Pool Mosaics Hanoi Fusion Manacor All Collections Colors Aqua Black Blue Brown Cream Copper Green Grey Gold Peach Purple Red Silver White Yellow All Featured Recycled Glass Subway Glass Large Format Trims & Add-Ons Grout All Featured Quick Links New Arrivals Best Sellers Collections Sample Program All Quick Links Sizes 1x1 2x4 3x6 4x12 4x16 6x6 8x8 8x48 12x24 24x24 24x48 All Sizes Shop Tile Collections Abstract Collection Alloway Collection Amalfi Coast Collection Alps Collection Aquaterra Collection Aristocrat Harbor Collection Atlantis Collection …[truncated by Evolize: exceeded D1 value limit]
Markup
<nav class="header__inline-menu">
  <ul class="list-menu list-menu--inline" role="list"><li class="item_tile-stone submeu-tile menu-item-has-children ">
        
        

            <a id="HeaderMenu-tile-stone" href="/collections/shop-all-tiles" class="header__menu-item list-menu__item link link--text focus-inset">
              <span>Tile &amp; Stone</span>
            </a>

        
      
<div class="mega-menu-wrap tile-mega-menu-wrap">
   <div class="menu-item-wrap tile-mega-menu">
     
        
          <div class="item menu">
              
                <p class="menu-head top">
…
Affected pages/ /account/login /pages/contact-us /products/basket-weave-cararra-polished-stone-tile /cart
Component · Ref LIUIRS
Affected pagehttps://oasistile.com/account/login
Elementdiv#menu-drawer > div > div > nav
Accessible nameTile & Stone Tile & Stone Materials Materials Glass Metal Stone Ceramic Shell Porcelain Glass & Stone Glass & Metal Applications Applications Kitchen Backsplash Tile Bath & Shower Tiles Floor Tiles Wall Tiles Pool Tiles Waterline Pool Tiles Fireplace Tiles Style Style Arabesque Encaustic Herringbone Tiles Hexagon Mosaic Penny Round Subway WaterJet Wood Look Collections Collections Iridescent Soul Larati Lane …[truncated by Evolize: exceeded D1 value limit]
Markup
<nav class="menu-drawer__navigation">
            <ul class="menu-drawer__menu has-submenu list-menu" role="list"><li><details id="Details-menu-drawer-menu-item-1">
                      <summary id="HeaderDrawer-tile-stone" class="dd menu-drawer__menu-item list-menu__item link link--text focus-inset" role="button" aria-expanded="false" aria-controls="link-tile-stone">
                        <a href="/collections/shop-all-tiles"> 
                          Tile &amp; Stone 
                        </a>
                        <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="…
Affected pages/ /account/login /pages/contact-us /products/basket-weave-cararra-polished-stone-tile /cart
Medium

Elements must only use permitted ARIA attributes

WCAG 4.1.2 (A)6 instances1 inspected page

Elements must only use permitted ARIA attributes

Why it matters

Elements must only use permitted ARIA attributes

Recommended correction

Review the use of ARIA attributes on the element with id 'sa_grp_Shopify_US_2491911340090'. Ensure that only permitted ARIA attributes are used. Consider removing or replacing the 'aria-label' attribute if it's not necessary for the element's functionality.

View 6 affected elements
Component · Ref G7HH0T
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Element#Slide-template--22015999639746__product_collection1_WDzH3x-3 > .product-card-wrapper.card-wrapper.underline-links-hover > .card.card--standard.card--media > .card__content > .card__information > .Shopify_US_2491911340090.star_container > .group-stars[aria-label="5-star overall rating"]
Accessible name5-star overall rating
Markup
<div aria-label="5-star overall rating" id="sa_grp_Shopify_US_2491911340090" class="group-stars">
Component · Ref M11KAH
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Element#Slide-template--22015999639746__product_collection2_anC4nB-1 > .product-card-wrapper.card-wrapper.underline-links-hover > .card.card--standard.card--media > .card__content > .card__information > .Shopify_US_2491944992826.star_container > .group-stars[aria-label="5-star overall rating"]
Accessible name5-star overall rating
Markup
<div aria-label="5-star overall rating" id="sa_grp_Shopify_US_2491944992826" class="group-stars">
Component · Ref 9MGT4H
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Element#Slide-template--22015999639746__product_collection2_anC4nB-2 > .product-card-wrapper.card-wrapper.underline-links-hover > .card.card--standard.card--media > .card__content > .card__information > .Shopify_US_2491911405626.star_container > .group-stars[aria-label="5-star overall rating"]
Accessible name5-star overall rating
Markup
<div aria-label="5-star overall rating" id="sa_grp_Shopify_US_2491911405626" class="group-stars">
Medium

IDs used in ARIA and labels must be unique

WCAG 4.1.2 (A)4 instances1 inspected page

IDs used in ARIA and labels must be unique

Why it matters

IDs used in ARIA and labels must be unique

Recommended correction

To fix this issue, ensure that all IDs used in ARIA attributes and labels are unique within the document. Update the id attribute of the input element to a unique value, and update the for attribute of the corresponding label to match the new id.

View 4 affected elements
Component · Ref GENZIO
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Element#Slide-template--22015999639746__product_collection1_WDzH3x-1 > .product-card-wrapper.card-wrapper.underline-links-hover > .card.card--standard.card--media > .card__content > .card__information > .zoomywishid-2491944992826[data-product-id="2491944992826"][data-variant="39709867016386"] > .zoomywishidheart > .checkbox-2491944992826.zoomycheck[data-id="2491944992826"]
Markup
<input type="checkbox" data-id="2491944992826" class="zoomycheck checkbox-2491944992826" id="checkbox-2491944992826">
Low

Low-quality alternative text

WCAG 1.1.1 (A)264 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

Update the alt text to accurately describe the content of the image. For example, if the image is a product photo, the alt text could be 'Product photo of [product name]'. If the image is decorative, the alt text could be an empty string or a brief description of the image's purpose.

View 264 affected elements
Component · Ref TOIJ1M
Affected pagehttps://oasistile.com/pages/contact-us
Elementdiv:nth-of-type(5) > ul > li:nth-of-type(16) > a > div > img
Markup
<img src="//oasistile.com/cdn/shop/files/color16-min.jpg?v=1737817306" width="" height="" alt="img" loading="lazy">
Affected pages/ /account/login /pages/contact-us /products/basket-weave-cararra-polished-stone-tile /cart
Component · Ref DCOHHW
Affected pagehttps://oasistile.com/
Elementdiv:nth-of-type(4) > div > div:nth-of-type(2) > a > div:nth-of-type(1) > img
Markup
<img src="//oasistile.com/cdn/shop/files/regency-continental-penny-round-pacific-blue-3-4-glossy-porcelain-tile-oasis-tile-1255071812.jpg?v=1787177977" loading="lazy" alt="img" width="" height="">
Affected pages/ /account/login /pages/contact-us /products/basket-weave-cararra-polished-stone-tile /cart
Component · Ref KI5NH9
Affected pagehttps://oasistile.com/products/basket-weave-cararra-polished-stone-tile
Elementdiv:nth-of-type(2) > div > div > div > div:nth-of-type(1) > img
Markup
<img src="//oasistile.com/cdn/shop/products/tuscan-glass-white-basket-weave-tile-carrara-white-tile-glass-tile-oasis-13577540272202.jpg?v=1628367014" alt="Basket Weave Carrara Polished Stone Tile Tuscan Glass" loading="lazy" width="" height="">
Affected pages/ /account/login /pages/contact-us /products/basket-weave-cararra-polished-stone-tile /cart
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 QJAEYU
Affected pagehttps://oasistile.com/
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%; top: -16px; right: -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.