Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FHeading HierarchyAction52 headings, 6 skip(s)FIX
- H2 Your Cart is Empty
- H4 LIMITED EDITION skipped
- H1 Two Processes.SAME Obsession.
- H4 LIMITED EDITION skipped
- H1 Two Processes.SAME Obsession. duplicate H1
- H4 LIMITED EDITION skipped
- H1 Two Processes.SAME Obsession. duplicate H1
- H2 SHOP BY CATEGORIES
- H3 RIDGE WALLETS
- H3 MEN'S RINGS
- H3 HARDSHELL LUGGAGE
- H3 CASES & POWER
- H2 Small Bulge Club
- H2 Small Bulge Club
- H2 Small Bulge Club
- H2 SHOP BY COLLECTION
- H2 SHOP BY COLLECTION
- H2 SHOP BY COLLECTION
- H2 All-Day Power.Rugged Protection.
- H2 All-Day Power.Rugged Protection.
- H2 All-Day Power.Rugged Protection.
- H2 SHOP BY PRODUCT
- H5 WALLETS skipped
- H5 FOLDERS
- H5 POWER BANKS
- H5 PHONE CASES
- H5 WEDDING BANDS
- H5 Hardshell Luggage
- H5 KEYCASES & KEYCHAINS
- H5 TRACKER CARD
- H2 DESIGNED FOR EVERYDAY
- H2 DESIGNED FOR EVERYDAY
- H2 DESIGNED FOR EVERYDAY
- H2 JOIN RIDGE
- H6 Newsletter skipped
- H6 Sign Up For Our Newsletter
- H2 SELECT COUNTRY
- H2 Shop
- H2 EXPLORE
- H2 Support
- H2 SELECT COUNTRY
- H4 Transfer History skipped
- H4 (empty)
- H4 (empty)
- H4 (empty)
- H4 (empty)
- H4 (empty)
- H4 (empty)
- H3 Collections
- H3 All Favorites
- H4 (empty)
- H4 (empty)
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
FAlt Text QualityAction9 of 160 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 9 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
FLink & Button QualityAction65 issue(s) across 276 links and 72 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| #new-arrivals | (empty) | empty | Add link text or aria-label |
| #ridge-wallets | (empty) | empty | Add link text or aria-label |
| #luggage-bags | (empty) | empty | Add link text or aria-label |
| #wedding-rings | (empty) | empty | Add link text or aria-label |
| #phone-cases-power | (empty) | empty | Add link text or aria-label |
| #shop-all | (empty) | empty | Add link text or aria-label |
| #personalize | (empty) | empty | Add link text or aria-label |
| #mm-1 | (empty) | empty | Add link text or aria-label |
| #mm-1 | (empty) | empty | Add link text or aria-label |
| #mm-1 | (empty) | empty | Add link text or aria-label |
| #mm-1 | (empty) | empty | Add link text or aria-label |
| #mm-1 | (empty) | empty | Add link text or aria-label |
| #mm-1 | (empty) | empty | Add link text or aria-label |
| #mm-1 | (empty) | empty | Add link text or aria-label |
| #mm-1 | (empty) | empty | Add link text or aria-label |
| #mm-1 | (empty) | empty | Add link text or aria-label |
| #mm-1 | (empty) | empty | Add link text or aria-label |
| #mm-1 | (empty) | empty | Add link text or aria-label |
| #mm-1 | (empty) | empty | Add link text or aria-label |
| #mm-1 | (empty) | empty | Add link text or aria-label |
| #mm-1 | (empty) | empty | Add link text or aria-label |
| #leftMenu | (empty) | empty | Add link text or aria-label |
| /collections/wallets | RIDGE WALLETS Slim, RFID-block… | img no alt | Add alt attribute to the image |
| /collections/mens-rings | MEN'S RINGS Dual bands, Work-r… | img no alt | Add alt attribute to the image |
| /collections/ridge-travel | HARDSHELL LUGGAGE Weatherproof… | img no alt | Add alt attribute to the image |
| /collections/tech | CASES & POWER 5-in-1 power, Ma… | img no alt | Add alt attribute to the image |
| /products/daily-driver-kit-iridescent | IRIDESCENT | img no alt | Add alt attribute to the image |
| /products/daily-driver-kit-forgedfetti | FORGEDFETTI | img no alt | Add alt attribute to the image |
| /products/ryu | RYU | img no alt | Add alt attribute to the image |
| /products/gold-horizon | GOLD HORIZON | img no alt | Add alt attribute to the image |
| /products/daily-driver-kit-iridescent | IRIDESCENT | img no alt | Add alt attribute to the image |
| /products/daily-driver-kit-forgedfetti | FORGEDFETTI | img no alt | Add alt attribute to the image |
| /products/ryu | RYU | img no alt | Add alt attribute to the image |
| /products/gold-horizon | GOLD HORIZON | img no alt | Add alt attribute to the image |
| /products/gold-horizon | GOLD HORIZON | img no alt | Add alt attribute to the image |
| /products/daily-driver-kit-iridescent | IRIDESCENT | img no alt | Add alt attribute to the image |
| /products/daily-driver-kit-forgedfetti | FORGEDFETTI | img no alt | Add alt attribute to the image |
| /products/ryu | RYU | img no alt | Add alt attribute to the image |
| /products/gold-horizon | GOLD HORIZON | img no alt | Add alt attribute to the image |
| /products/daily-driver-kit-iridescent | IRIDESCENT | img no alt | Add alt attribute to the image |
| /products/daily-driver-kit-forgedfetti | FORGEDFETTI | img no alt | Add alt attribute to the image |
| /products/ryu | RYU | img no alt | Add alt attribute to the image |
| /products/gold-horizon | GOLD HORIZON | img no alt | Add alt attribute to the image |
| /collections/wallets | WALLETS | img no alt | Add alt attribute to the image |
| /collections/folding-knives | FOLDERS | img no alt | Add alt attribute to the image |
| /collections/magnetic-power-banks-capsul… | POWER BANKS | img no alt | Add alt attribute to the image |
| /collections/tech | PHONE CASES | img no alt | Add alt attribute to the image |
| /collections/mens-rings | WEDDING BANDS | img no alt | Add alt attribute to the image |
| /collections/ridge-travel | Hardshell Luggage | img no alt | Add alt attribute to the image |
| /collections/keys-carabiners | KEYCASES & KEYCHAINS | img no alt | Add alt attribute to the image |
| /products/tracker-card | TRACKER CARD | img no alt | Add alt attribute to the image |
| mailto:support@ridge.com | Mail Icon | new tab | Add '(opens in new tab)' to text |
| mailto:support@ridge.com | Mail Icon | new tab | Add '(opens in new tab)' to text |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| https://ridge.com/pages/privacy-policy | privacy policy | new tab | Add '(opens in new tab)' to text |
| https://ridge.com/pages/terms-of-service | terms of service | new tab | Add '(opens in new tab)' to text |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| https://ridge.com/pages/contact | Contact Us | new tab | Add '(opens in new tab)' to text |
| https://ridge.com/pages/warranty-policy | Lifetime Warranty | new tab | Add '(opens in new tab)' to text |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| #rivo-preferences | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| #rivo-manage-membership | (empty) | empty | Add link text or aria-label |
| #rivo-manage-membership | (empty) | empty | Add link text or aria-label |
| (empty) | empty | Add link text or aria-label | |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| https://rivo.io?utm_source=widget&utm_ca… | Powered by Rivo - Opens in new… | new tab | Add '(opens in new tab)' to text |
| https://rivo.io?utm_source=widget&utm_ca… | Powered by Rivo - Opens in new… | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <input> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
#new-arrivals; #ridge-wallets; #luggage-bags; #wedding-rings; #phone-cases-power; #shop-all; #personalize; #mm-1; #mm-1; #mm-1 (+47 more)
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
mailto:support@ridge.com; mailto:support@ridge.com; https://ridge.com/pages/privacy-policy; https://ridge.com/pages/terms-of-service; https://ridge.com/pages/contact; https://ridge.com/pages/warranty-policy; https://rivo.io?utm_source=widget&utm_campaign=powered-by; https://rivo.io?utm_source=widget&utm_campaign=powered-by
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
F404 Error PageActionHTTP 429, custom pageFIX
FFavicon & BrandingAction2 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure20 landmarksREVIEW
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
CForm AccessibilityAction10 of 40 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #Search-In-Header | search | Search Query | aria-label |
| #footer-email-field | input | Email Address | aria-label |
| #k_id_name | text | Name | for/id |
| Birthday_day | select | Birthday Day | aria-label |
| Birthday_month | select | Birthday Month | aria-label |
| Birthday_year | select | Birthday year | aria-label |
| Gender | select | Gender | aria-label |
| accepts_marketing | checkbox | none | |
| #customer_loyalty_accepts_marketing | checkbox | none | |
| customer[email] | Enter your email | aria-label | |
| accepts_marketing | checkbox | none | |
| #customer_loyalty_accepts_marketing | checkbox | none | |
| input | text | Verification code input | aria-label |
| input | text | Verification code input | aria-label |
| input | text | Verification code input | aria-label |
| input | text | Verification code input | aria-label |
| input | text | Gift card code | aria-label |
| #rivo_transfer_credit_amount | number | Amount | aria-label |
| #rivo_transfer_credit_message | textarea | Message (optional) | aria-label |
| input | text | Gift URL | aria-label |
| #rivo_claim_transfer_email | Email address | aria-label | |
| #show_gift_card_recipient_fields | checkbox | none | |
| #rivo_gift_card_variant_id | select | Gift Card Value | for/id |
| #rivo_gift_card_recipient_name | text | Recipient Name | for/id |
| #rivo_gift_card_recipient_email | Recipient Email | for/id | |
| #rivo_gift_card_delivery_date | date | Delivery Date | for/id |
| #rivo_gift_card_message | textarea | Message | for/id |
| input | text | Referral URL | aria-label |
| #customer_accepts_marketing | checkbox | none | |
| #customer_sms_accepts_marketing | checkbox | none | |
| input | submit | (none) | none |
| input | submit | (none) | none |
| submit | submit | (none) | none |
| input | (none) | none | |
| #rivo_profile_first_name | text | (none) | none |
| #rivo_profile_last_name | text | (none) | none |
| #rivo_profile_email | (none) | none | |
| submit | submit | (none) | none |
| input | tel | (none) | none |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit">; <input type="submit" name="submit">; <input type="submit" name="submit">; <input type="email">; <input type="submit">; <input type="submit">; <input type="text" id="rivo_profile_first_name">; <input type="text" id="rivo_profile_last_name">; <input type="email" id="rivo_profile_email">; <input type="tel">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
CColor Contrast (Screenshot)Action20 text elements analyzed, 7 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Two Processes. | 1.00:1 | 3.0:1 | #FFFFFF | #FFFFFF | Fail |
| h1 SAME Obsession. | 1.00:1 | 3.0:1 | #FFFFFF | #FFFFFF | Fail |
| h1 Two Processes. | 1.00:1 | 3.0:1 | #FFFFFF | #FFFFFF | Fail |
| h1 SAME Obsession. | 1.00:1 | 3.0:1 | #FFFFFF | #FFFFFF | Fail |
| h1 Two Processes. | 1.00:1 | 3.0:1 | #FFFFFF | #FFFFFF | Fail |
| h1 SAME Obsession. | 1.00:1 | 3.0:1 | #FFFFFF | #FFFFFF | Fail |
| h2 Your Cart is Empty | 1.02:1 | 3.0:1 | #000000 | #010305 | Fail |
| h2 SHOP BY CATEGORIES | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Small Bulge Club | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Small Bulge Club | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Small Bulge Club | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 SHOP BY COLLECTION | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 SHOP BY COLLECTION | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 SHOP BY COLLECTION | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 All-Day Power. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Rugged Protection. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 All-Day Power. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Rugged Protection. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 All-Day Power. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Rugged Protection. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
ALighthouse Accessibility AuditsScore 90/100 — 4 failing, 28 passedPASS
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.mobile > div.tier2-content > div.tier2-items > button.slick-prev div.mobile > div.tier2-content > div.tier2-items > button.slick-prev |
div.mobile > div.tier2-content > div.tier2-items > button.slick-next div.mobile > div.tier2-content > div.tier2-items > button.slick-next |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
WALLETS div.row-collections > div.column-collection-grid > a.column-collection-25 > h5 |
These are opportunities to improve keyboard navigation in your application.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
PREFERENCES div#pandectes-banner > div.pd-cookie-banner-window > div.cc-compliance > button.cc-btn |
ACCEPT div#pandectes-banner > div.pd-cookie-banner-window > div.cc-compliance > button.cc-btn |