Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction23 of 124 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 23 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 QualityAction14 issue(s) across 338 links and 16 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.klaviyo.com/solutions/omnich… | The Klaviyo omniverseOne platf… | img no alt | Add alt attribute to the image |
| https://www.klaviyo.com/solutions/ai/mar… | Marketing AgentAI strategist a… | img no alt | Add alt attribute to the image |
| https://www.klaviyo.com/solutions/ai/cus… | Customer AgentAI support and s… | img no alt | Add alt attribute to the image |
| https://www.klaviyo.com/whats-new | New featuresGet more personal … | img no alt | Add alt attribute to the image |
| https://www.klaviyo.com/events/kbos-2025… | K:BOS 2025Watch the replay of … | img no alt | Add alt attribute to the image |
| https://www.klaviyo.com/ecommerce-integr… | (empty) | empty | Add link text or aria-label |
| https://www.klaviyo.com/ecommerce-integr… | (empty) | empty | Add link text or aria-label |
| https://www.klaviyo.com/ecommerce-integr… | (empty) | empty | Add link text or aria-label |
| https://www.klaviyo.com/platform-integra… | (empty) | empty | Add link text or aria-label |
| https://www.klaviyo.com/ecommerce-integr… | (empty) | empty | Add link text or aria-label |
| https://www.klaviyo.com/ecommerce-integr… | (empty) | empty | Add link text or aria-label |
| https://www.klaviyo.com/solutions/omnich… | The Klaviyo omniverseOne platf… | img no alt | Add alt attribute to the image |
| https://www.klaviyo.com/solutions/ai/mar… | Marketing AgentAI strategist a… | img no alt | Add alt attribute to the image |
| https://www.klaviyo.com/solutions/ai/cus… | Customer AgentAI support and s… | img no alt | Add alt attribute to the image |
| https://www.klaviyo.com/whats-new | New featuresGet more personal … | img no alt | Add alt attribute to the image |
| https://www.klaviyo.com/events/kbos-2025… | K:BOS 2025Watch the replay of … | img no alt | Add alt attribute to the image |
| https://www.klaviyo.com/ecommerce-integr… | (empty) | empty | Add link text or aria-label |
| https://www.klaviyo.com/ecommerce-integr… | (empty) | empty | Add link text or aria-label |
| https://www.klaviyo.com/ecommerce-integr… | (empty) | empty | Add link text or aria-label |
| https://www.klaviyo.com/platform-integra… | (empty) | empty | Add link text or aria-label |
| https://www.klaviyo.com/ecommerce-integr… | (empty) | empty | Add link text or aria-label |
| https://www.klaviyo.com/ecommerce-integr… | (empty) | empty | Add link text or aria-label |
| /composer | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Composer | |||
| https://developers.klaviyo.com/en/docs/k… | MCP Server | new tab | Add '(opens in new tab)' to text |
| /customers/case-studies/daily-harvest | 18% Savings in tech costs swit… | img no alt | Add alt attribute to the image |
| /customers/case-studies/marc-fisher-foot… | 20% Less time to execute with … | img no alt | Add alt attribute to the image |
| /customers/case-studies/dollar-shave-clu… | 30% Lower total cost of owners… | img no alt | Add alt attribute to the image |
| /customers/case-studies/tatcha | 20% YoY growth in ecommerce re… | img no alt | Add alt attribute to the image |
| /customers/case-studies/princess-polly-o… | 2.8X Global revenue growth con… | img no alt | Add alt attribute to the image |
| /customers/case-studies/thirdlove | 40k+ Self-service interactions… | img no alt | Add alt attribute to the image |
| /customers/case-studies/daily-harvest | 18% Savings in tech costs swit… | img no alt | Add alt attribute to the image |
| /customers/case-studies/marc-fisher-foot… | 20% Less time to execute with … | img no alt | Add alt attribute to the image |
| /customers/case-studies/dollar-shave-clu… | 30% Lower total cost of owners… | img no alt | Add alt attribute to the image |
| /customers/case-studies/tatcha | 20% YoY growth in ecommerce re… | img no alt | Add alt attribute to the image |
| /customers/case-studies/princess-polly-o… | 2.8X Global revenue growth con… | img no alt | Add alt attribute to the image |
| /customers/case-studies/thirdlove | 40k+ Self-service interactions… | img no alt | Add alt attribute to the image |
| https://privacy.klaviyo.com/en-US | Your Privacy Preferences | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://www.klaviyo.com/ecommerce-integrations/shopify; https://www.klaviyo.com/ecommerce-integrations/commerce-cloud; https://www.klaviyo.com/ecommerce-integrations//wix; https://www.klaviyo.com/platform-integrations/woocommerce; https://www.klaviyo.com/ecommerce-integrations/magento; https://www.klaviyo.com/ecommerce-integrations/bigcommerce; https://www.klaviyo.com/ecommerce-integrations/shopify; https://www.klaviyo.com/ecommerce-integrations/commerce-cloud; https://www.klaviyo.com/ecommerce-integrations//wix; https://www.klaviyo.com/platform-integrations/woocommerce (+2 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
Generic link text like 'click here' doesn't describe the destination.
/composer ("Learn more")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://www.klaviyo.com/solutions/omnichannel"]; a[href="https://www.klaviyo.com/solutions/ai/marketing-agent"]; a[href="https://www.klaviyo.com/solutions/ai/customer-agent"]; a[href="https://www.klaviyo.com/whats-new"]; a[href="https://www.klaviyo.com/events/kbos-2025-recap"]; a[href="https://www.klaviyo.com/solutions/omnichannel"]; a[href="https://www.klaviyo.com/solutions/ai/marketing-agent"]; a[href="https://www.klaviyo.com/solutions/ai/customer-agent"]; a[href="https://www.klaviyo.com/whats-new"]; a[href="https://www.klaviyo.com/events/kbos-2025-recap"] (+12 more)
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://developers.klaviyo.com/en/docs/klaviyo_mcp_server; https://privacy.klaviyo.com/en-US
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._close_scbs5_62 (#680 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
FWeb ManifestActionValid manifestFIX
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| (Email address) | 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="email" name="email">
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
C404 Error PageActionHTTP 404, custom pageREVIEW
CFavicon & BrandingAction17 icon(s) detectedREVIEW
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.
5 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 AI marketing & servi… | 1.18:1 | 3.0:1 | #000000 | #121A07 | Fail |
| h2 Meet Composer | 1.18:1 | 3.0:1 | #000000 | #121A07 | Fail |
| h2 Autonomous agents th… | 1.18:1 | 3.0:1 | #000000 | #121A07 | Fail |
| h2 Your data, intellige… | 1.18:1 | 3.0:1 | #000000 | #121A07 | Fail |
| h2 Fueling growth for b… | 1.18:1 | 3.0:1 | #000000 | #121A07 | Fail |
| h2 350+ pre-built integ… | 1.18:1 | 3.0:1 | #000000 | #121A07 | Fail |
| h2 Join the 193,000+ cu… | 1.18:1 | 3.0:1 | #000000 | #121A07 | Fail |
| h2 Frequently asked que… | 1.18:1 | 3.0:1 | #000000 | #121A07 | Fail |
| h3 Marketing Agent | 1.18:1 | 3.0:1 | #000000 | #121A07 | Fail |
| h3 Customer Agent | 1.18:1 | 3.0:1 | #000000 | #121A07 | Fail |
| h3 Marketing that carri… | 1.18:1 | 3.0:1 | #000000 | #121A07 | Fail |
| h3 AI built for every c… | 1.18:1 | 3.0:1 | #000000 | #121A07 | Fail |
| h3 Service that solves … | 1.18:1 | 3.0:1 | #000000 | #121A07 | Fail |
| h3 Analytics that deliv… | 1.18:1 | 3.0:1 | #000000 | #121A07 | Fail |
| h3 CDP that gives you t… | 1.18:1 | 3.0:1 | #000000 | #121A07 | Fail |
| title Klaviyo: AI Email Ma… | 1.26:1 | 4.5:1 | #000000 | #1D1E20 | Fail |
| a ___ | 1.12:1 | 4.5:1 | #000000 | #0E1214 | Fail |
| a Skip to main content | 1.14:1 | 4.5:1 | #000000 | #141510 | Fail |
| a Home | 1.33:1 | 4.5:1 | #000000 | #202420 | Fail |
| a Help center | 3.31:1 | 4.5:1 | #000000 | #506459 | 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 Structure13 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
A+Heading Hierarchy15 headingsPASS
- H1 AI marketing & service to grow relationships
- H2 Meet Composer
- H2 Autonomous agents that do the work
- H3 Marketing Agent
- H3 Customer Agent
- H2 Your data, intelligence, and AI agents working as one
- H3 Marketing that carries the conversation
- H3 AI built for every customer moment
- H3 Service that solves and sells
- H3 Analytics that deliver your next win
- H3 CDP that gives you the full data story
- H2 Fueling growth for brands that don’t settle
- H2 350+ pre-built integrations
- H2 Join the 193,000+ customers growing with Klaviyo
- H2 Frequently asked questions
ALighthouse Accessibility AuditsScore 90/100 — 4 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 |
|---|
AI assistant body > q-focus-sentinel > div |
After AI assistant body > q-focus-sentinel > div |
AI assistant, start div#qualified-multimodal-host > div |
AI assistant, end div#qualified-multimodal-host > div |
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 |
|---|
Powering 193,000+ relationship-driven brands across 100 countries div.homepage > section > div.section-content > p |
These are opportunities to improve the legibility of your content.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Go to slide 1: Marketing that carries the conversation div.carousel-wrapper > div.carousel-controls > div.carousel-dots > button.carousel-dot |
Go to slide 2: AI built for every customer moment div.carousel-wrapper > div.carousel-controls > div.carousel-dots > button.carousel-dot |
Go to slide 3: Service that solves and sells div.carousel-wrapper > div.carousel-controls > div.carousel-dots > button.carousel-dot |
Go to slide 4: Analytics that deliver your next win div.carousel-wrapper > div.carousel-controls > div.carousel-dots > button.carousel-dot |
Go to slide 5: CDP that gives you the full data story div.carousel-wrapper > div.carousel-controls > div.carousel-dots > button.carousel-dot |
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 |
|---|
Watch video section > div.section-content > video-modal-trigger.video-modal-trigger > button.video-trigger |