Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FWeb ManifestActionValid manifestFIX
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure10 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
BAlt Text Quality2 of 65 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 image(s) |
| too long | 3 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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 18 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 Powerful tools for s… | 1.02:1 | 3.0:1 | #000000 | #040404 | Fail |
| h2 Own every social med… | 1.02:1 | 3.0:1 | #000000 | #040404 | Fail |
| h2 Trusted partnerships… | 1.02:1 | 3.0:1 | #000000 | #040404 | Fail |
| h2 Launch, run & scale … | 1.02:1 | 3.0:1 | #000000 | #040404 | Fail |
| h2 Drive more impact wi… | 1.02:1 | 3.0:1 | #000000 | #040404 | Fail |
| h3 See why 30,000+ bran… | 1.02:1 | 3.0:1 | #000000 | #040404 | Fail |
| title Sprout Social: Socia… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Platform | 7.65:1 | 4.5:1 | #000000 | #9C9C9C | Pass |
| button Solutions | 1.02:1 | 4.5:1 | #000000 | #040404 | Fail |
| a Pricing | 1.02:1 | 4.5:1 | #000000 | #040404 | Fail |
| button Resources | 1.02:1 | 4.5:1 | #000000 | #040404 | Fail |
| button Log in | 1.02:1 | 4.5:1 | #000000 | #040404 | Fail |
| span Schedule a demo | 1.02:1 | 4.5:1 | #000000 | #040404 | Fail |
| span Try for free | 1.02:1 | 4.5:1 | #000000 | #040404 | Fail |
| span Toggle mobile menu | 1.02:1 | 4.5:1 | #000000 | #040404 | Fail |
| span open | 1.02:1 | 4.5:1 | #000000 | #040404 | Fail |
| span Email address | 1.02:1 | 4.5:1 | #000000 | #040404 | Fail |
| span Try free for 30 days | 1.02:1 | 4.5:1 | #000000 | #040404 | Fail |
| span Tour the product | 1.02:1 | 4.5:1 | #000000 | #040404 | Fail |
| p Plan & schedule cont… | 1.02:1 | 4.5:1 | #000000 | #040404 | 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 Hierarchy6 headingsPASS
- H1 Powerful tools for social media management
- H2 Own every social media touchpoint
- H2 Trusted partnerships and integrations across leading platforms
- H2 Launch, run & scale creator campaigns
- H3 See why 30,000+ brands scale their social media with Sprout
- H2 Drive more impact with your social media management tool, now.
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | Email address | none |
A+Link & Button Quality105 links, 31 buttons — all OKPASS
ALighthouse Accessibility AuditsScore 92/100 — 2 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.
ARIA
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Plan & schedule content
Simplify workflows and collaboration to make sure your… div.mx-auto > div > div.flex > div.dg |
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.overflow-y-visible-nm > q-focus-sentinel > div |
After AI assistant body.overflow-y-visible-nm > 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.