Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction1 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 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
C404 Error PageActionHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 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 |
|---|---|---|---|---|---|
| h3 Listen First | 1.10:1 | 3.0:1 | #000000 | #101010 | Fail |
| h3 Frame the Problem | 1.10:1 | 3.0:1 | #000000 | #101010 | Fail |
| h3 Design the Solution | 1.10:1 | 3.0:1 | #000000 | #101010 | Fail |
| h3 Build & Test | 1.10:1 | 3.0:1 | #000000 | #101010 | Fail |
| h3 Ship & Evolve | 1.10:1 | 3.0:1 | #000000 | #101010 | Fail |
| h3 Strategy | 1.10:1 | 3.0:1 | #000000 | #101010 | Fail |
| h3 Build | 1.10:1 | 3.0:1 | #000000 | #101010 | Fail |
| h3 Grow | 1.10:1 | 3.0:1 | #000000 | #101010 | Fail |
| h3 Technology | 1.10:1 | 3.0:1 | #000000 | #101010 | Fail |
| h3 Sustain | 1.10:1 | 3.0:1 | #000000 | #101010 | Fail |
| h3 Haweli — Restauran… | 1.10:1 | 3.0:1 | #000000 | #101010 | Fail |
| h3 NGO Donor Automation… | 1.10:1 | 3.0:1 | #000000 | #101010 | Fail |
| h3 Nightlife SaaS — L… | 1.10:1 | 3.0:1 | #000000 | #101010 | Fail |
| h3 SOS Food — 24/7 Gr… | 1.10:1 | 3.0:1 | #000000 | #101010 | Fail |
| h3 Starter | 1.10:1 | 3.0:1 | #000000 | #101010 | Fail |
| h3 Growth | 1.10:1 | 3.0:1 | #000000 | #101010 | Fail |
| h3 Business | 1.10:1 | 3.0:1 | #000000 | #101010 | Fail |
| h3 Studio | 1.10:1 | 3.0:1 | #000000 | #101010 | Fail |
| h3 Fixed prices, always… | 1.10:1 | 3.0:1 | #000000 | #101010 | Fail |
| h3 You own 100% of what… | 1.10:1 | 3.0:1 | #000000 | #101010 | Fail |
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.
A+Heading Hierarchy31 headingsPASS
- H1 Strategy. [ Build.Grow. Automate. ]→ Sustain.
- H2 Every project follows the same5-phase discipline
- H3 Listen First
- H3 Frame the Problem
- H3 Design the Solution
- H3 Build & Test
- H3 Ship & Evolve
- H2 Five practices.One studio.
- H3 Strategy
- H3 Build
- H3 Grow
- H3 Technology
- H3 Sustain
- H2 Use cases &real projects
- H3 Haweli — Restaurant Website & Local SEO
- H3 NGO Donor Automation System
- H3 Nightlife SaaS — Launching Soon
- H3 SOS Food — 24/7 Grocery, Pizzas & Burgers
- H2 Four ways toengage us
- H3 Starter
- H3 Growth
- H3 Business
- H3 Studio
- H2 Any business whoseclients Google them first
- H2 Who we are.
- H3 Fixed prices, always visible
- H3 You own 100% of what we build
- H3 Fast, honest delivery
- H2 Things peoplealways ask us
- H2 Ready to fix your digital presence?// Start with a free audit.
- H2 Start witha free audit
A+Alt Text QualityAll 3 images OKPASS
A+Form AccessibilityAll 8 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| firstName | input | First name * | none |
| lastName | input | Last name * | none |
| Email * | none | ||
| phone | tel | Phone / WhatsApp | none |
| company | text | Company / website | none |
| service | select | Service of interest | none |
| timeline | select | Project timeline | none |
| message | textarea | How can we help? * | none |
ALink & Button Quality22 links, 10 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://hawelige.ch | Visit site: Haweli — Restaur… | new tab | Add '(opens in new tab)' to text |
| https://sosfood.ch/ | Visit site: SOS Food — 24/7 … | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://hawelige.ch; https://sosfood.ch/
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
A+Lighthouse Accessibility AuditsScore 97/100 — 1 failing, 26 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.
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 |
|---|
EN nav.relative > div.flex > div.flex > button.flex |
Free Audit → header.fixed > nav.relative > div.flex > a.hard-shadow-hover |
Explore services → div.mx-auto > div.fade-up > div.flex > a.hard-shadow-hover |
TECHNOLOGY div.ticker-track > div.flex > span.flex > span.px-5 |
SUSTAIN div.ticker-track > div.flex > span.flex > span.px-5 |
GENEVA · CH div.ticker-track > div.flex > span.flex > span.px-5 |
These are opportunities to improve the legibility of your content.