Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction2 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction3 issue(s) across 144 links and 17 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /templates | (empty) | empty | Add link text or aria-label |
| https://www.typeform.com/whats-new | (empty) | empty | Add link text or aria-label |
| https://community.typeform.com/ | CommunityShare and interact | new tab | Add '(opens in new tab)' to text |
| /blog | (empty) | empty | Add link text or aria-label |
| https://www.typeform.com/agencies | Agency directory | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/typeform/ | Open Typeform's Facebook accou… | new tab | Add '(opens in new tab)' to text |
| https://www.twitter.com/typeform/ | Open Typeform's Twitter/X acco… | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/typeform/ | Open Typeform's Instagram acco… | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/channel/UC2nRv6J… | Open Typeform's YouTube accoun… | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/typefor… | Open Typeform's Linkedin accou… | new tab | Add '(opens in new tab)' to text |
| https://admin.typeform.com/to/dwk6gt/ | , opens in a new tab | new tab | Add '(opens in new tab)' to text |
| https://admin.typeform.com/to/dwk6gt/ | , opens in a new tab | new tab | Add '(opens in new tab)' to text |
| https://www.onetrust.com/products/cookie… | Powered by OneTrust Opens in a… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
/templates; https://www.typeform.com/whats-new; /blog
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://community.typeform.com/; https://www.typeform.com/agencies; https://www.facebook.com/typeform/; https://www.twitter.com/typeform/; https://www.instagram.com/typeform/; https://www.youtube.com/channel/UC2nRv6J0FsJVePJTLhUDKgg/; https://www.linkedin.com/company/typeform-com/; https://admin.typeform.com/to/dwk6gt/; https://admin.typeform.com/to/dwk6gt/; https://www.onetrust.com/products/cookie-consent/
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
B404 Error PageHTTP 404, custom pageREVIEW
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 Build forms at the d… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Trusted by 95% of th… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 The form is only the… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Get 3.5x more data w… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Trigger action that … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Connect with hundred… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Why Typeform? | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Cookie consent | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Cookie Preference Ce… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Cookie Preference Ce… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Platform | 1.36:1 | 3.0:1 | #000000 | #2A222B | Fail |
| h3 Tools | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 TEMPLATES | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 What's new | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 TEAMS | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 USE CASES | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Plans | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 SUPPORT | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 COMPANY | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 BLOG | 21.00:1 | 3.0: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.
ALandmark Structure23 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 Hierarchy39 headingsPASS
- H3 Platform
- H3 Tools
- H3 TEMPLATES
- H3 What's new
- H3 TEAMS
- H3 USE CASES
- H3 Plans
- H3 SUPPORT
- H3 COMPANY
- H3 BLOG
- H1 Build forms at the drop of a prompt
- H2 Trusted by 95% of the Fortune 500
- H2 The form is only the beginning
- H2 Get 3.5x more data with a form expert
- H2 Trigger action that brings in customers
- H2 Connect with hundreds of your business-critical tools
- H2 Why Typeform?
- H3 96%
- H3 95%
- H3 87%
- H3 PRODUCT
- H3 Templates
- H3 Integrations
- H3 Resources
- H3 Get to know us
- H2 Cookie consent
- H2 Cookie Preference Centre
- H2 Cookie Preference Centre hidden
- H3 Your Privacy
- H3 Strictly Necessary Cookies
- H3 Analytics Cookies
- H3 Advertising and profiling cookies
- H3 Functional Cookies
- H4 Your Privacy
- H4 Strictly Necessary Cookies
- H4 Analytics Cookies
- H4 Advertising and profiling cookies
- H4 Functional Cookies
- H3 Cookie List
A+Alt Text QualityAll 171 images OKPASS
A+Form AccessibilityAll 8 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #ot-group-id-2 | checkbox | Analytics Cookies | for/id |
| #ot-group-id-4 | checkbox | Advertising and profiling cookies | for/id |
| #ot-group-id-3 | checkbox | Functional Cookies | for/id |
| #vendor-search-handler | text | Cookie list search | aria-label |
| #select-all-hosts-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-leg-handler | checkbox | checkbox label | for/id |
| #chkbox-id | checkbox | checkbox label | for/id |
A+Lighthouse Accessibility AuditsScore 100/100 — 1 failing, 30 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.
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 |
|---|
cookie policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |