Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction6 issue(s) across 37 links and 3 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://wa.me/254792743984?text=Hello%20… | Get in Touch | new tab | Add '(opens in new tab)' to text |
| https://wa.me/254792743984?text=Hello%20… | WhatsAppFastest way to reach u… | new tab | Add '(opens in new tab)' to text |
| https://wa.me/254792743984?text=Hello%20… | Request a quote on WhatsApp | 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 |
| # | Careers | new tab | Add '(opens in new tab)' to text |
| # | Blog | 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 |
Links without text are announced as raw URLs by screen readers.
#; #; #
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.
https://wa.me/254792743984?text=Hello%20SACCO%20Standard%2C%20I%27d%20like%20…; https://wa.me/254792743984?text=Hello%20SACCO%20Standard%2C%20I%27d%20like%20…; https://wa.me/254792743984?text=Hello%20SACCO%20Standard%2C%20I%27d%20like%20…; #; #
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
Icon-only buttons need an aria-label so screen readers can announce them.
button.v-btn (#104 on page); button.v-btn (#116 on page); button.v-btn (#818 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
DMobile-Readable Font SizesAction47% of visible text renders at >= 12 CSS px (70 below threshold)FIX
F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure5 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
CHeading HierarchyAction31 headings, 3 skip(s)REVIEW
- H1 Smarter SACCOsStart Here.
- H3 Smart Member Management skipped
- H3 Advanced Savings Engine
- H3 Intelligent Loan Processing
- H3 M-Pesa & Mobile Money
- H3 Real-Time Analytics & Reports
- H3 Bank-Grade Security
- H2 Up and Running in 3 Simple Steps
- H3 Sign Up & Configure
- H3 Import & Onboard
- H3 Go Live & Grow
- H2 Built by SACCO Experts, For SACCO Leaders
- H4 10x Faster Operations skipped
- H4 Zero Revenue Leakage
- H4 SASRA Compliance
- H4 Member Self-Service
- H4 99.97% Uptime SLA
- H4 Dedicated Support
- H2 Seamlessly Connected to theServices You Rely On
- H2 Smarter Decisions withAI-Driven Analytics
- H4 Predictive Analytics skipped
- H4 Risk Detection
- H4 Smart Recommendations
- H4 Automated Reports
- H2 Pricing Tailored To Your SACCO
- H3 WhatsApp
- H3 Call us
- H3 Email
- H4 Product
- H4 Company
- H4 Contact Us
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
CFavicon & BrandingAction3 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CColor Contrast (Screenshot)Action20 text elements analyzed, 1 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 Smarter SACCOs | 1.51:1 | 3.0:1 | #000000 | #132E46 | Fail |
| h2 Up and Running in | 20.27:1 | 3.0:1 | #000000 | #FAFBFC | Pass |
| h2 Built by SACCO Exper… | 20.27:1 | 3.0:1 | #000000 | #FAFBFC | Pass |
| h2 Seamlessly Connected… | 20.27:1 | 3.0:1 | #000000 | #FAFBFC | Pass |
| h2 Smarter Decisions wi… | 20.27:1 | 3.0:1 | #000000 | #FAFBFC | Pass |
| h2 Pricing Tailored | 20.27:1 | 3.0:1 | #000000 | #FAFBFC | Pass |
| h3 Smart Member Managem… | 15.54:1 | 3.0:1 | #212121 | #FAFBFC | Pass |
| h3 Advanced Savings Eng… | 15.54:1 | 3.0:1 | #212121 | #FAFBFC | Pass |
| h3 Intelligent Loan Pro… | 15.54:1 | 3.0:1 | #212121 | #FAFBFC | Pass |
| h3 M-Pesa & Mobile Mone… | 15.54:1 | 3.0:1 | #212121 | #FAFBFC | Pass |
| h3 Real-Time Analytics … | 15.54:1 | 3.0:1 | #212121 | #FAFBFC | Pass |
| h3 Bank-Grade Security | 15.54:1 | 3.0:1 | #212121 | #FAFBFC | Pass |
| h3 Sign Up & Configure | 15.54:1 | 3.0:1 | #212121 | #FAFBFC | Pass |
| h3 Import & Onboard | 15.54:1 | 3.0:1 | #212121 | #FAFBFC | Pass |
| h3 Go Live & Grow | 15.54:1 | 3.0:1 | #212121 | #FAFBFC | Pass |
| h3 WhatsApp | 17.13:1 | 3.0:1 | #101828 | #FAFBFC | Pass |
| h3 Call us | 17.13:1 | 3.0:1 | #101828 | #FAFBFC | Pass |
| h3 Email | 17.13:1 | 3.0:1 | #101828 | #FAFBFC | Pass |
| title Sacco Standard | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Sacco Standard | 21.00:1 | 4.5: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.
BLighthouse Accessibility AuditsScore 82/100 — 4 failing, 16 passedREVIEW
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.v-toolbar__content > div.v-container > div.d-flex > button.v-btn div.v-toolbar__content > div.v-container > div.d-flex > button.v-btn |
div.v-application__wrap > div.v-application > div.v-application__wrap > button.v-btn div.v-application__wrap > div.v-application > div.v-application__wrap > button.v-btn |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.v-row > div.v-col-md-4 > div.d-flex > a.v-btn div.v-row > div.v-col-md-4 > div.d-flex > a.v-btn |
div.v-row > div.v-col-md-4 > div.d-flex > a.v-btn div.v-row > div.v-col-md-4 > div.d-flex > a.v-btn |
div.v-row > div.v-col-md-4 > div.d-flex > a.v-btn div.v-row > div.v-col-md-4 > div.d-flex > a.v-btn |
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Forecast loan defaults, member churn, and revenue trends. div.ai-feature-list > div.ai-feature-item > div > p.text-caption |
Auto-flag high-risk loans, suspicious transactions, and compliance gaps. div.ai-feature-list > div.ai-feature-item > div > p.text-caption |
Data-driven suggestions on pricing, engagement, and operations. div.ai-feature-list > div.ai-feature-item > div > p.text-caption |
AI-generated reports explaining financial trends in plain language. div.ai-feature-list > div.ai-feature-item > div > p.text-caption |
These are opportunities to improve the legibility of your content.
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 |
|---|
Smart Member Management div.v-col-sm-6 > div.v-card > div.v-card-text > h3.text-h6 |
10x Faster Operations div.v-col-sm-6 > div.v-card > div.v-card-text > h4.text-subtitle-1 |
Predictive Analytics div.ai-feature-list > div.ai-feature-item > div > h4.text-subtitle-2 |
These are opportunities to improve keyboard navigation in your application.