Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
DLink & Button QualityAction2 issue(s) across 126 links and 3 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://app.cal.com/auth/login?_gl=1*1d3… | Sign in | new tab | Add '(opens in new tab)' to text |
| https://app.cal.com/signup | Get started | new tab | Add '(opens in new tab)' to text |
| ./organizations | For OrganizationsLarger teams … | img no alt | Add alt attribute to the image |
| ./ai | Try Cal.ai now!Supercharged sc… | img no alt | Add alt attribute to the image |
| ./font | Font: Cal Sans UI & TextOur ow… | img no alt | Add alt attribute to the image |
| ./workflows | WorkflowsAutomate scheduling a… | img no alt | Add alt attribute to the image |
| https://app.cal.com/auth/sso/google | Sign up with Google | new tab | Add '(opens in new tab)' to text |
| https://app.cal.com/signup | Sign up with email | new tab | Add '(opens in new tab)' to text |
| How it works | img no alt | Add alt attribute to the image | |
| https://app.cal.com/signup | Get started | new tab | Add '(opens in new tab)' to text |
| Benefits | img no alt | Add alt attribute to the image | |
| https://app.cal.com/signup | Get started | new tab | Add '(opens in new tab)' to text |
| Testimonials | img no alt | Add alt attribute to the image | |
| App store | img no alt | Add alt attribute to the image | |
| https://app.cal.com/signup | Get started | new tab | Add '(opens in new tab)' to text |
| https://app.cal.com/apps | Explore apps | new tab | Add '(opens in new tab)' to text |
| Wall of love | img no alt | Add alt attribute to the image | |
| https://app.cal.com/signup | Get started | new tab | Add '(opens in new tab)' to text |
| https://app.cal.com/signup | Get started | new tab | Add '(opens in new tab)' to text |
| https://cal.com/security | Read more about Calcom ISO 270… | new tab | Add '(opens in new tab)' to text |
| https://cal.com/security | Read more about Calcom SOC 2 | new tab | Add '(opens in new tab)' to text |
| https://cal.com/security | Read more about Calcom CCPA | new tab | Add '(opens in new tab)' to text |
| https://cal.com/security | Read more about Calcom GDPR | new tab | Add '(opens in new tab)' to text |
| https://cal.com/security | Read more about Calcom HIPAA | new tab | Add '(opens in new tab)' to text |
| https://status.cal.com/ | Logo | new tab | Add '(opens in new tab)' to text |
| https://go.cal.com/iOS | iPhone | new tab | Add '(opens in new tab)' to text |
| https://go.cal.com/android | Android | new tab | Add '(opens in new tab)' to text |
| https://go.cal.com/chrome | Chrome | new tab | Add '(opens in new tab)' to text |
| https://go.cal.com/safari | Safari | new tab | Add '(opens in new tab)' to text |
| https://go.cal.com/edge | Edge | new tab | Add '(opens in new tab)' to text |
| https://go.cal.com/firefox | Firefox | new tab | Add '(opens in new tab)' to text |
| https://cal.com/download | MacOS | new tab | Add '(opens in new tab)' to text |
| https://cal.com/download | Windows | new tab | Add '(opens in new tab)' to text |
| https://cal.com/download | Linux | new tab | Add '(opens in new tab)' to text |
| https://www.g2.com/products/cal-com/revi… | (empty) | empty | Add link text or aria-label |
| https://trustpilot.com/review/cal.com | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://www.g2.com/products/cal-com/reviews; https://trustpilot.com/review/cal.com
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://app.cal.com/auth/login?_gl=1*1d3xgrt*_gcl_au*MTY1ODY5NjUwMS4xNzQxOTczMzA5*_ga*MTA0ODE0ODU4LjE3NDE5NzMzMTA.*_ga_RX4HHQ613S*MTc0MTk3MzMwOS4xLjEuMTc0MTk3MzY2NC42MC4wLjk4NDg1NDg4; https://app.cal.com/signup; https://app.cal.com/auth/sso/google; https://app.cal.com/signup; https://app.cal.com/signup; https://app.cal.com/signup; https://app.cal.com/signup; https://app.cal.com/apps; https://app.cal.com/signup; https://app.cal.com/signup (+5 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
F404 Error PageActionHTTP 404, bare pageFIX
DPrint StylesheetActionNo print stylesFIX
BAlt Text Quality3 of 76 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 image(s) |
| generic | 1 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
BFavicon & Branding6 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
BLighthouse Accessibility AuditsScore 86/100 — 4 failing, 19 passedREVIEW
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.
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 |
|---|
A fully customizable scheduling software for individuals, businesses taking cal… div.framer-1fnjwyn > div.framer-1k7aq35 > div.framer-11y1rys > p.framer-text |
No credit card required div.framer-1fnjwyn > div.framer-1yyuayk > div.framer-2b9066 > p.framer-text |
Isabella Valce div.framer-orob5l-container > div.framer-EjjaP > div.framer-hw592q > p.framer-text |
Capture your special moments with our professional photography services today. div.framer-1h5lhgp > div.framer-14k9084 > div.framer-cxfwa4 > p.framer-text |
15m div.framer-5btwhh-container > div.framer-V26CA > div.framer-p342vb > p.framer-text |
30m div.framer-kkkki0-container > div.framer-V26CA > div.framer-p342vb > p.framer-text |
45m div.framer-1yc9ez4-container > div.framer-V26CA > div.framer-p342vb > p.framer-text |
Rock Wall Woods div.framer-1uh83 > div.framer-1t6rkik > div.framer-dui3q2 > p.framer-text |
South America/Rio de Janeiro div.framer-15vupj9 > div.framer-1mw7irz > div.framer-jivfjv > p.framer-text |
SUN div.framer-9s58fj > div.framer-1258ovq > div.framer-vq6d4j > p.framer-text |
10 div.framer-k4oXa > div.framer-156kf12 > div.framer-1nq3hi > p.framer-text |
12 div.framer-k4oXa > div.framer-156kf12 > div.framer-1nq3hi > p.framer-text |
13 div.framer-k4oXa > div.framer-156kf12 > div.framer-1nq3hi > p.framer-text |
14 div.framer-k4oXa > div.framer-156kf12 > div.framer-1nq3hi > p.framer-text |
15 div.framer-k4oXa > div.framer-156kf12 > div.framer-1nq3hi > p.framer-text |
19 div.framer-k4oXa > div.framer-156kf12 > div.framer-1nq3hi > p.framer-text |
20 div.framer-k4oXa > div.framer-156kf12 > div.framer-1nq3hi > p.framer-text |
23 div.framer-k4oXa > div.framer-156kf12 > div.framer-1nq3hi > p.framer-text |
26 div.framer-k4oXa > div.framer-156kf12 > div.framer-1nq3hi > p.framer-text |
30 div.framer-k4oXa > div.framer-156kf12 > div.framer-1nq3hi > p.framer-text |
31 div.framer-k4oXa > div.framer-156kf12 > div.framer-1nq3hi > p.framer-text |
Trusted by fast-growing companies around the world div.framer-wu9mz7 > div.framer-3mjl56 > div.framer-re95um > p.framer-text |
Effortless scheduling for business and individuals, powerful solutions for fast… div.framer-115yb0g > div.ssr-variant > div.framer-1jp3vgb > p.framer-text |
01 div.framer-jqhjya > div.framer-wijmf6 > div.framer-1x0l8uf > p.framer-text |
We'll handle all the cross-referencing, so you don't have to worry about double… div.framer-jqhjya > div.framer-bu0epp > div.framer-1025ovd > p.framer-text |
02 div.framer-2oc917 > div.framer-1yjzd2n > div.framer-1fl9q8t > p.framer-text |
Want to block off weekends? Set up any buffers? We make that easy. div.framer-2oc917 > div.framer-tqjb0v > div.framer-191s6uv > p.framer-text |
03 div.framer-ley2a5 > div.framer-154gnp0 > div.framer-oad006 > p.framer-text |
It could be a video chat, phone call, or a walk in the park! div.framer-ley2a5 > div.framer-umywzq > div.framer-9imk76 > p.framer-text |
Discover a variety of our advanced features. Unlimited and free for individuals. div.framer-1sfylas > div.ssr-variant > div.framer-jhwn0d > p.framer-text |
Only get booked when you want to. Set daily, weekly or monthly limits and add b… div.framer-l5bt33 > div.framer-15u4jlf > div.framer-1k01ma2 > p.framer-text |
Cédric van Ravesteijn div.framer-wa00rr-container > div.framer-EjjaP > div.framer-hw592q > p.framer-text |
Are you an agency, influencer, SaaS founder, or business looking to collaborate… div.framer-1w2wxbc > div.framer-1u1pvzv > div.framer-3nwhzq > p.framer-text |
15m div.framer-5btwhh-container > div.framer-V26CA > div.framer-p342vb > p.framer-text |
45m div.framer-1yc9ez4-container > div.framer-V26CA > div.framer-p342vb > p.framer-text |
1h div.framer-123b598-container > div.framer-V26CA > div.framer-p342vb > p.framer-text |
Cal Video div.framer-1uh83 > div.framer-1t6rkik > div.framer-11zz41t > p.framer-text |
Let your bookers overlay their calendar, receive booking confirmations via text… div.framer-pry2jb > div.framer-iqu71w > div.framer-17mqlpw > p.framer-text |
24h div.framer-encily > div.framer-1qb6d8o > div.framer-1t8c82u > p.framer-text |
Thu 07 div.framer-3yv7sl > div.framer-z1tgqc > div.framer-1p3uvja > p.framer-text |
Fri 08 div.framer-3yv7sl > div.framer-1httwsa > div.framer-9d9c1t > p.framer-text |
Sat 09 div.framer-3yv7sl > div.framer-8c4sqs > div.framer-3moh2p > p.framer-text |
Sun 10 div.framer-3yv7sl > div.framer-s5k8ht > div.framer-yutkb2 > p.framer-text |
Easily send sms or meeting reminder emails about bookings, and send automated f… div.framer-54l76e > div.framer-hnnpj > div.framer-1anmo6 > p.framer-text |
Just now div.framer-12fbk53 > div.framer-1n0fy1h > div.framer-1hy18ib > p.framer-text |
Our users are our best ambassadors. Discover why we're the top choice for sched… div.framer-anah9k > div.framer-1tskhsg > div.framer-pz421g > p.framer-text |
Cal.com works with all apps already in your flow ensuring everything works perf… div.framer-sprgy > div.framer-szmb98 > div.framer-jutukm > p.framer-text |
Read the impact we've had from those who matter most - our customers. div.framer-kaazze > div.ssr-variant > div.framer-1noi95h > p.framer-text |
Trusted by fast-growing companies around the world div.framer-wu9mz7 > div.framer-3mjl56 > div.framer-re95um > p.framer-text |
support@cal.com div.framer-12aw6q8 > div.framer-1jaoeul > p.framer-text > a.framer-text |
cal.com/help div.framer-12aw6q8 > div.framer-1jaoeul > p.framer-text > a.framer-text |
These are opportunities to improve the legibility of your content.
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.framer-6c2yx > div.framer-12aw6q8 > div.framer-1yqdgut > a.framer-vp3foh div.framer-6c2yx > div.framer-12aw6q8 > div.framer-1yqdgut > a.framer-vp3foh |
div.framer-6c2yx > div.framer-12aw6q8 > div.framer-1yqdgut > a.framer-10o4bl8 div.framer-6c2yx > div.framer-12aw6q8 > div.framer-1yqdgut > a.framer-10o4bl8 |
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.
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 |
|---|
twitter div.sj-endorser-view-container > div.sj-avatar-container > div.sj-integration-floating-icon > a |
@calcom div.sj-content > div > div > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.wf-inter-n4-active html.wf-inter-n4-active |
These items highlight common accessibility best practices.
A+Heading Hierarchy30 headingsPASS
- H3 Supercharged scheduling with AI-powered calls
- H1 The better way to schedule your meetings
- H2 With us, appointment scheduling is easy
- H3 Connect your calendar
- H2 Cal.com
- H3 Set your availability
- H3 Choose how to meet
- H2 Your all-purpose scheduling app
- H3 Avoid meeting overload
- H3 Stand out with a custom booking link
- H3 Streamline your bookers’ experience
- H3 Reduce no-shows with automated meeting reminders
- H3 Meeting is starting now
- H3 Meeting canceled
- H3 Meeting starts in 15 mins
- H3 Booking rescheduled
- H3 New booking confirmed
- H2 …and so much more!
- H3 Accept payments
- H3 Built-in video conferencing
- H3 Short booking links
- H3 Privacy first
- H3 65+ languages
- H3 Easy embeds
- H3 All your favorite apps
- H3 Simple customization
- H2 Don’t just take our word for it
- H2 All your key tools in-sync with your meetings
- H2 See why our users love Cal.com
- H2 Smarter, simpler scheduling
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #:Rapcqmtnqop: | select | Select Language | for/id |
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 better way to sc… | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h2 With us, appointment… | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h2 Cal.com | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h2 Your all-purpose sch… | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h2 …and so much more! | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h2 Don’t just take ou… | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h2 All your key tools i… | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h2 See why our users lo… | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h2 Smarter, simpler sch… | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h3 Supercharged schedul… | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h3 Connect your calenda… | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h3 Set your availabilit… | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h3 Choose how to meet | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h3 Avoid meeting overlo… | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h3 Stand out with a cus… | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h3 Streamline your book… | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h3 Reduce no-shows with… | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h3 Meeting is starting … | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h3 Meeting canceled | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h3 Meeting starts in 15… | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | 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.