Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DFavicon & BrandingAction3 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CForm AccessibilityAction4 of 12 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #ef474ec4-6d5f-4973-aac2-1c2b4577256e | Work email | for/id | |
| #a4719c00-8c5e-42f1-933d-e2bd74987f14 | text | First name | for/id |
| #7cea93dd-8b42-4a0e-a62b-cd1ed118df47 | text | Last name | for/id |
| #b57c21bb-d504-4dc9-ac61-8f410a73a816 | text | Company | for/id |
| #94261b87-7762-4967-8add-4fd24dcf419d | text | Job title | for/id |
| #7e5fc409-2421-4401-99b1-5de6cc0e478a | tel | Phone | for/id |
| #0d9a753c-6ebc-4a09-a5a9-b023f1305c52 | radio | Yes | none |
| #6ab15ef0-755d-4e02-b38b-1a27730f1276 | radio | No | none |
| #searchInput-4c2dcf38-1ee1-4d45-800b-f01824138a86 | text | (Please select) | placeholder only |
| #searchInput-d3b6ab79-8f79-496b-9648-b4fbec71ddea | text | (Select a country) | placeholder only |
| #searchInput-b2f0a090-9ec0-4aa4-a272-03b8d8a1a289 | text | (Please select) | placeholder only |
| #g-recaptcha-response-100000 | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea name="g-recaptcha-response" id="g-recaptcha-response-100000">
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
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="searchInput" id="searchInput-d3b6ab79-8f79-496b-9648-b4fbec71ddea">; <input type="text" name="searchInput" id="searchInput-b2f0a090-9ec0-4aa4-a272-03b8d8a1a289">; <input type="text" name="searchInput" id="searchInput-4c2dcf38-1ee1-4d45-800b-f01824138a86">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 17 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 Global HQ | 2.39:1 | 3.0:1 | #000000 | #6E3F19 | Fail |
| h1 Products | 2.39:1 | 3.0:1 | #000000 | #6E3F19 | Fail |
| h1 Resources | 2.39:1 | 3.0:1 | #000000 | #6E3F19 | Fail |
| h1 Company | 2.39:1 | 3.0:1 | #000000 | #6E3F19 | Fail |
| h2 Everything you need … | 14.43:1 | 3.0:1 | #000000 | #BEDAEC | Pass |
| h2 Ready, set, scale: M… | 19.18:1 | 3.0:1 | #000000 | #F0F6F3 | Pass |
| h2 Content and experien… | 2.39:1 | 3.0:1 | #000000 | #6E3F19 | Fail |
| h2 Test, personalize, a… | 2.39:1 | 3.0:1 | #000000 | #6E3F19 | Fail |
| h2 Commerce with a clev… | 2.39:1 | 3.0:1 | #000000 | #6E3F19 | Fail |
| h2 Did we mention AI? | 2.39:1 | 3.0:1 | #000000 | #6E3F19 | Fail |
| h2 We’re a real team … | 2.39:1 | 3.0:1 | #000000 | #6E3F19 | Fail |
| h2 Get in touch | 2.39:1 | 3.0:1 | #000000 | #6E3F19 | Fail |
| h2 Just a few details f… | 2.39:1 | 3.0:1 | #000000 | #6E3F19 | Fail |
| h3 Optimize every part … | 9.15:1 | 3.0:1 | #000000 | #9FAEAF | Pass |
| h3 Accelerate the entir… | 2.39:1 | 3.0:1 | #000000 | #6E3F19 | Fail |
| h3 Create meaningful 1:… | 2.39:1 | 3.0:1 | #000000 | #6E3F19 | Fail |
| h3 Turn your storefront… | 2.39:1 | 3.0:1 | #000000 | #6E3F19 | Fail |
| h3 Meet Optimizely Opal… | 2.39:1 | 3.0:1 | #000000 | #6E3F19 | Fail |
| h3 Watch a demo | 2.39:1 | 3.0:1 | #000000 | #6E3F19 | Fail |
| title World's leading AI-p… | 1.13:1 | 4.5:1 | #000000 | #0E131B | 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.
ALandmark Structure10 landmarksPASS
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
AHeading Hierarchy30 headingsPASS
- H1 AI-powered digital experiences that turn headsAI-powered digital experiences that turn heads
- H2 Everything you need to run marketing, all in One
- H2 Ready, set, scale: Meet your AI agents
- H3 Optimize every part of your digital experience
- H4 Ditch that ‘gut-feel’
- H4 35%
- H2 Content and experiences that do everything but disappoint
- H3 Accelerate the entire content supply chain
- H4 Next level website
- H4 How Valtech empowers marketing teams across the globe
- H4 37%
- H2 Test, personalize, and analyze: good things come in threes
- H3 Create meaningful 1:1 interactions, every time
- H4 12%
- H4 Code smarter, not harder
- H4 Crafting personalized experiences for 20 million users
- H2 Commerce with a clever twist
- H3 Turn your storefront into a conversion engine
- H4 Gerrie Electric powers a digital B2B transformation
- H4 Build better, sell faster
- H2 Did we mention AI?
- H3 Meet Optimizely Opal: your infinite workforce
- H2 We’re a real team player
- H2 Get in touch
- H2 Just a few details first
- H3 Watch a demo
- H1 Global HQ duplicate H1
- H1 Products duplicate H1
- H1 Resources duplicate H1
- H1 Company duplicate H1
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
A+Alt Text QualityAll 25 images OKPASS
A+Link & Button Quality53 links, 18 buttons — all OKPASS
ALighthouse Accessibility AuditsScore 93/100 — 2 failing, 24 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.
ARIA
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Set it. Sweat it. Send it. div > svg > g > g |
Set it. Sweat it. div > svg > g > g |
Send it. div > svg > g > g |
These are opportunities to improve the usage of ARIA in your application which 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 |
|---|
One div.col-12 > div > h2.mb-2 > em |
These are opportunities to improve the legibility of your content.