Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionHTTP 404, bare pageFIX
DPrint StylesheetActionNo print stylesFIX
BFavicon & Branding8 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CColor Contrast (Screenshot)Action20 text elements analyzed, 19 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 |
|---|---|---|---|---|---|
| h2 This summer, everyth… | 1.77:1 | 3.0:1 | #000000 | #0C366F | Fail |
| h2 You ended yesterday | 3.00:1 | 3.0:1 | #000000 | #33624F | Pass |
| h2 universal currency. | 1.01:1 | 3.0:1 | #000000 | #000201 | Fail |
| h2 Time OS | 1.01:1 | 3.0:1 | #000000 | #000201 | Fail |
| h2 The product is | 1.01:1 | 3.0:1 | #000000 | #000201 | Fail |
| h2 Our Pact | 1.01:1 | 3.0:1 | #000000 | #000201 | Fail |
| h2 This is Doodle | 1.01:1 | 3.0:1 | #000000 | #000201 | Fail |
| h2 This is Time | 1.01:1 | 3.0:1 | #000000 | #000201 | Fail |
| h3 We built modern work… | 1.01:1 | 3.0:1 | #000000 | #000201 | Fail |
| h3 Built in Switzerland | 1.01:1 | 3.0:1 | #000000 | #000201 | Fail |
| title Free online meeting … | 1.00:1 | 4.5:1 | #000000 | #000001 | Fail |
| a Log in | 1.00:1 | 4.5:1 | #000000 | #020000 | Fail |
| a Sign up | 1.00:1 | 4.5:1 | #000000 | #010000 | Fail |
| a Create a Doodle | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| span Product | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| span Industries | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| span Resources | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Pricing | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Time Institute | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Log in | 1.00:1 | 4.5:1 | #000000 | #000000 | 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 Structure4 landmarksPASS
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
A+Heading Hierarchy10 headingsPASS
- H1 Meet your partner in Time
- H2 This summer, everything changes.
- H2 You ended yesterday exhausted.
- H3 We built modern work on the assumption that time is a container.
- H2 Time is the only universal currency.
- H2 Doodle Time OS
- H3 Built in Switzerlandtrusted everywhere
- H2 The product is agency.
- H2 Our Pact
- H2 This is Doodle This is Time For All Time.
A+Alt Text Quality1 of 20 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 1 image(s) |
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality29 links, 5 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.facebook.com/DoodleAG | Visit us on Facebook | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/doodle-… | Visit us on LinkedIn | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@doodle1310 | Visit us on YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/doodlescheduli… | Visit us on Instagram | new tab | Add '(opens in new tab)' to text |
| https://x.com/doodletweet | Visit us on X | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.facebook.com/DoodleAG; https://www.linkedin.com/company/doodle-ag/; https://www.youtube.com/@doodle1310; https://www.instagram.com/doodlescheduling/; https://x.com/doodletweet
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
ALighthouse Accessibility AuditsScore 94/100 — 1 failing, 22 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
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
English div.flex > div.flex > div.order-first > button#base-ui-_R_1feivb_ |
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.