Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure3 landmarksREVIEW
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
CLink & Button QualityAction2 issue(s) across 74 links and 4 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.producthunt.com/posts/tally-… | Tally 2.0 - The simplest way t… | new tab | Add '(opens in new tab)' to text |
| /help/fair-use-policy | fair usage guidelines | new tab | Add '(opens in new tab)' to text |
| /help/gdpr | Learn more about Tally & GDPR | new tab | Add '(opens in new tab)' to text |
| https://tally.so/r/3qDpEY | (empty) | empty | Add link text or aria-label |
| /help/notion-integration | Notion | new tab | Add '(opens in new tab)' to text |
| /help/google-sheets-integration | Google Sheets | new tab | Add '(opens in new tab)' to text |
| /help/airtable-integration | Airtable | new tab | Add '(opens in new tab)' to text |
| /help/webhooks | Webhooks | new tab | Add '(opens in new tab)' to text |
| /help/slack-integration | Slack | new tab | Add '(opens in new tab)' to text |
| /help/coda-integration | Coda | new tab | Add '(opens in new tab)' to text |
| /help/google-analytics-integration | Google Analytics | new tab | Add '(opens in new tab)' to text |
| /help/facebook-pixel-integration | Meta Pixel | new tab | Add '(opens in new tab)' to text |
| /help/zapier-integration | Zapier | new tab | Add '(opens in new tab)' to text |
| /help/make-integration | Make | new tab | Add '(opens in new tab)' to text |
| /help/pipedream-integration | Pipedream | new tab | Add '(opens in new tab)' to text |
| /help/fair-use-policy | fair use guidelines | new tab | Add '(opens in new tab)' to text |
| /create | get started right away | new tab | Add '(opens in new tab)' to text |
| /help/conditional-form-logic | conditional logic | new tab | Add '(opens in new tab)' to text |
| /help/electronic-signatures | signatures | new tab | Add '(opens in new tab)' to text |
| /help/form-calculator | calculations | new tab | Add '(opens in new tab)' to text |
| /help/file-uploads | file uploads | new tab | Add '(opens in new tab)' to text |
| /help/gdpr | GDPR requirements | new tab | Add '(opens in new tab)' to text |
| /help/tally-business | Tally Business | new tab | Add '(opens in new tab)' to text |
| /help/submissions-data-retention | control submissions data reten… | new tab | Add '(opens in new tab)' to text |
| /help/tally-a-free-typeform-alternative | Typeform | new tab | Add '(opens in new tab)' to text |
| /help/tally-a-free-jotform-alternative | Jotform | new tab | Add '(opens in new tab)' to text |
| /help/tally-a-free-paperform-alternative | Paperform | new tab | Add '(opens in new tab)' to text |
| /help/compare | comparison guides | new tab | Add '(opens in new tab)' to text |
| /create | Create your first form here | new tab | Add '(opens in new tab)' to text |
| /signup | signup page | new tab | Add '(opens in new tab)' to text |
| /help/create-a-form | Get started guide | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/TallyForms | X | new tab | Add '(opens in new tab)' to text |
| https://reddit.com/r/TallyForms | new tab | Add '(opens in new tab)' to text | |
| https://linkedin.com/company/tallyforms | (empty) | empty | Add link text or aria-label |
| https://instagram.com/tallyforms | new tab | Add '(opens in new tab)' to text | |
| https://tiktok.com/@tallyforms | TikTok | new tab | Add '(opens in new tab)' to text |
| https://bsky.app/profile/tally.so | Bluesky | new tab | Add '(opens in new tab)' to text |
| https://threads.net/@tallyforms | Threads | new tab | Add '(opens in new tab)' to text |
| https://status.tally.so | Status | new tab | Add '(opens in new tab)' to text |
| /about | About us | new tab | Add '(opens in new tab)' to text |
| https://blog.tally.so/ | Blog | new tab | Add '(opens in new tab)' to text |
| /help/press-kit | Media kit | new tab | Add '(opens in new tab)' to text |
| /community | Join the community | new tab | Add '(opens in new tab)' to text |
| /help/referral-program | Referral program | new tab | Add '(opens in new tab)' to text |
| https://developers.tally.so | API docs | new tab | Add '(opens in new tab)' to text |
| https://developers.tally.so/api-referenc… | MCP server | new tab | Add '(opens in new tab)' to text |
| /help/fair-use-policy | Fair use policy | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://tally.so/r/3qDpEY; https://linkedin.com/company/tallyforms
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://www.producthunt.com/posts/tally-2-0?utm_source=badge-golden-kitty-bad…; /help/fair-use-policy; /help/gdpr; /help/notion-integration; /help/google-sheets-integration; /help/airtable-integration; /help/webhooks; /help/slack-integration; /help/coda-integration; /help/google-analytics-integration (+35 more)
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
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding6 icon(s) detectedREVIEW
CWeb ManifestActionValid manifestREVIEW
A+Heading Hierarchy28 headingsPASS
- H1 The simplest way to create forms
- H2 A form builder like no other
- H3 Unlimited forms and submissions for free
- H3 Just start typing
- H3 Privacy-friendly form builder
- H2 Simple but powerful
- H3 Build any form in seconds
- H2 Craft intelligent forms
- H3 Conditional logic
- H3 Calculator
- H3 Hidden fields
- H2 Make forms uniquely yours
- H3 Customize your form
- H2 Share with your audience
- H3 Embed
- H3 Popup
- H3 Tally links
- H3 Custom domains
- H2 Connect your favorite tools
- H2 Designed for you
- H3 Creators
- H3 Product
- H3 Marketing
- H3 HR
- H3 Office
- H3 Personal
- H2 Build stunning forms for free
- H2 Questions & answers
A+Alt Text QualityAll 55 images OKPASS
A+Form AccessibilityNo form controlsPASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
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 The simplest way to … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 A form builder like … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Simple | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 powerful | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Craft | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 forms | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Make forms uniquely | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 with your audience | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 your favorite tools | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Designed for | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Build stunning forms… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Questions & answers | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Unlimited forms and … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Just start typing | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Privacy-friendly for… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Build any form in se… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Conditional logic | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Calculator | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Hidden fields | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Customize your form | 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.
A+Lighthouse Accessibility AuditsScore 96/100 — 1 failing, 23 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.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.sc-113c355f-24 > div.sc-b9a2add0-0 > div.sc-2c85f3e2-0 > a.sc-2c85f3e2-6 div.sc-113c355f-24 > div.sc-b9a2add0-0 > div.sc-2c85f3e2-0 > a.sc-2c85f3e2-6 |
footer.sc-78134589-0 > div.sc-78134589-4 > div.sc-78134589-6 > a footer.sc-78134589-0 > div.sc-78134589-4 > div.sc-78134589-6 > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.