Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction7 issue(s) across 230 links and 62 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /lp/forms | WorkForms | new tab | Add '(opens in new tab)' to text |
| //workcanvas.com | WorkCanvas | new tab | Add '(opens in new tab)' to text |
| https://monday.com/w/sidekick | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Sidekick | |||
| https://auth.monday.com/users/sign_up_ne… | (empty) | empty | Add link text or aria-label |
| https://monday.com/w/agents | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Agents | |||
| https://monday.com/w/customer-stories/mc… | See the case study | new tab | Add '(opens in new tab)' to text |
| https://monday.com/w/analyst-recognition… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Analyst Recognitions | |||
| https://monday.com/lp/motorola-forrester… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Motorola Forrester Report | |||
| /sales/contact-us | Contact sales | new tab | Add '(opens in new tab)' to text |
| //workcanvas.com | WorkCanvas | new tab | Add '(opens in new tab)' to text |
| /lp/forms | WorkForms | new tab | Add '(opens in new tab)' to text |
| //mondayert.org | Emergency Response | new tab | Add '(opens in new tab)' to text |
| //ir.monday.com | Investor relations | new tab | Add '(opens in new tab)' to text |
| /helpcenter/ | Help Center | new tab | Add '(opens in new tab)' to text |
| //community.monday.com | Community | new tab | Add '(opens in new tab)' to text |
| //monday.com/blog | Blog | new tab | Add '(opens in new tab)' to text |
| /whats-new | What's new | new tab | Add '(opens in new tab)' to text |
| //mondayspaces.com | monday spaces | new tab | Add '(opens in new tab)' to text |
| https://www.startupforstartup.com/ww/ | Startup for startup | new tab | Add '(opens in new tab)' to text |
| /w/app-developers | App development | new tab | Add '(opens in new tab)' to text |
| https://www.reddit.com/r/mondaydotcom | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/2525169 | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/mondaydotcom | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/channel/UCA9UvBi… | Youtube | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/mondaydotcom | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/mondaydotcom | new tab | Add '(opens in new tab)' to text | |
| https://www.tiktok.com/@mondayinsights | TikTok | new tab | Add '(opens in new tab)' to text |
| https://play.google.com/store/apps/detai… | Download the monday android Ap… | new tab | Add '(opens in new tab)' to text |
| https://itunes.apple.com/app/id129012888… | Download the monday iOS App fr… | new tab | Add '(opens in new tab)' to text |
| https://www.reddit.com/r/mondaydotcom | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/2525169 | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/mondaydotcom | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/channel/UCA9UvBi… | Youtube | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/mondaydotcom | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/mondaydotcom | new tab | Add '(opens in new tab)' to text | |
| https://www.tiktok.com/@mondayinsights | TikTok | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://auth.monday.com/users/sign_up_new?custom_flow=vibe
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
Generic link text like 'click here' doesn't describe the destination.
https://monday.com/w/sidekick ("Learn more"); https://monday.com/w/agents ("Learn more"); https://monday.com/w/analyst-recognitions ("Learn more"); https://monday.com/lp/motorola-forrester-report ("Learn more")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
/lp/forms; //workcanvas.com; https://monday.com/w/customer-stories/mcdonalds; /sales/contact-us; //workcanvas.com; /lp/forms; //mondayert.org; //ir.monday.com; /helpcenter/; //community.monday.com (+21 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
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CAlt Text QualityAction46 of 534 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 46 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
BFavicon & Branding18 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 84/100 — 5 failing, 28 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.
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 |
|---|
tab navigation section.MobileHp26AiProducts_section_hp-mobile-26__9so3Y > div.MobileHp26AiProducts_hp_mb-products-component__T8bCl > div.MobileHp26AiProducts_hp_mb-products-nav-card__oek1Y > div#products-nav |
PMO & Ops
Sales & Revenue
Marketing
IT & Support
Product & Engineering div.MobileHp26Teams_m_container-large__10tlU > div.MobileHp26Teams_comp_products__8oOO9 > div.MobileHp26Teams_hp_mb-ai-slider-card__cp6d_ > div#teams-tabs-menu |
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
PMO & Ops div#teams-tabs-menu-track > ul#teams-tabs-menu-list > li#teams-tabs-menu-slide01 > button#tab-product-4 |
Sales & Revenue div#teams-tabs-menu-track > ul#teams-tabs-menu-list > li#teams-tabs-menu-slide02 > button#tab-product-4 |
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.
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 |
|---|
Or div.MobileHp26Hero_hp_header-wrapper__nMnmg > div.MobileHp26Hero_sign-up-wrapper__sIhHn > div.MobileHp26Hero_sign-up-buttons-divider__8qpFM > div.MobileHp26Hero_or-text__goUNC |
These are opportunities to improve the legibility of your content.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.MobileHp26Accelerate_m_container-large__Wr03b > div.MobileHp26Accelerate_accelerate-layout-3-cols__wTJwS > div#MobileHp26Accelerate_w-node-_1d13302d-a136-9059-0c67-164e1675be4f-1675be49__iaU8h > img#MobileHp26Accelerate_w-node-_1d13302d-a136-9059-0c67-164e1675be5b-1675be49__sBoNJ div.MobileHp26Accelerate_m_container-large__Wr03b > div.MobileHp26Accelerate_accelerate-layout-3-cols__wTJwS > div#MobileHp26Accelerate_w-node-_1d13302d-a136-9059-0c67-164e1675be4f-1675be49__iaU8h > img#MobileHp26Accelerate_w-node-_1d13302d-a136-9059-0c67-164e1675be5b-1675be49__sBoNJ |
div.MobileHp26Accelerate_m_container-large__Wr03b > div.MobileHp26Accelerate_accelerate-layout-3-cols__wTJwS > div#MobileHp26Accelerate_w-node-_1d13302d-a136-9059-0c67-164e1675be5c-1675be49__DD4i7 > img#MobileHp26Accelerate_w-node-_1d13302d-a136-9059-0c67-164e1675be68-1675be49__0o7Kz div.MobileHp26Accelerate_m_container-large__Wr03b > div.MobileHp26Accelerate_accelerate-layout-3-cols__wTJwS > div#MobileHp26Accelerate_w-node-_1d13302d-a136-9059-0c67-164e1675be5c-1675be49__DD4i7 > img#MobileHp26Accelerate_w-node-_1d13302d-a136-9059-0c67-164e1675be68-1675be49__0o7Kz |
div.MobileHp26Accelerate_m_container-large__Wr03b > div.MobileHp26Accelerate_accelerate-layout-3-cols__wTJwS > div#MobileHp26Accelerate_w-node-_1d13302d-a136-9059-0c67-164e1675be69-1675be49__cYpMe > img#MobileHp26Accelerate_w-node-_1d13302d-a136-9059-0c67-164e1675be75-1675be49__zyR3e div.MobileHp26Accelerate_m_container-large__Wr03b > div.MobileHp26Accelerate_accelerate-layout-3-cols__wTJwS > div#MobileHp26Accelerate_w-node-_1d13302d-a136-9059-0c67-164e1675be69-1675be49__cYpMe > img#MobileHp26Accelerate_w-node-_1d13302d-a136-9059-0c67-164e1675be75-1675be49__zyR3e |
div.MobileHp26Teams_teams-slider__p4eh0 > div.MobileHp26Teams_team-mask__vFJbl > div.MobileHp26Teams_teams-slide__ko_9O > img#MobileHp26Teams_w-node-ad112e5c-e0f7-e365-db77-e831b24581b1-b2458181__AqHg3 div.MobileHp26Teams_teams-slider__p4eh0 > div.MobileHp26Teams_team-mask__vFJbl > div.MobileHp26Teams_teams-slide__ko_9O > img#MobileHp26Teams_w-node-ad112e5c-e0f7-e365-db77-e831b24581b1-b2458181__AqHg3 |
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.
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 |
|---|
PMO & Ops div#teams-tabs-menu > div#teams-tabs-menu-track > ul#teams-tabs-menu-list > li#teams-tabs-menu-slide01 |
Sales & Revenue div#teams-tabs-menu > div#teams-tabs-menu-track > ul#teams-tabs-menu-list > li#teams-tabs-menu-slide02 |
A+Landmark Structure14 landmarksPASS
A+Heading Hierarchy77 headingsPASS
- H1 Outpace everyone with the best AI work platform
- H2 Trusted by over 60% of the Fortune 500
- H2 Get
- H2 more work done
- H2 with AI that’s woven into your work
- H2 Get more work done with AI that’s woven into your work
- H3 Move work forward with a built-in personal AI assistant
- H3 Build any business software in minutes
- H3 Unlimited workforce that amplifies your team’s impact
- H3 Solve any core work challenge with AI-powered products
- H3 Autonomous workflows that run work end to end
- H3 Move work forward with a built-in personal AI assistant
- H3 Build any business software in minutes
- H3 Unlimited workforce that amplifies your team’s impact
- H3 Solve any core work challenge with AI-powered products
- H3 Autonomous workflows that run work end to end
- H3 Move work forward with a built-in personal AI assistant
- H3 Build any business software in minutes
- H3 Unlimited workforce that amplifies your team’s impact
- H3 Solve any core work challenge with AI-powered products
- H3 Autonomous workflows that run work end to end
- H3 Move work forward with a built-in personal AI assistant
- H3 Build any business software in minutes
- H3 Unlimited workforce that amplifies your team’s impact
- H3 Solve any core work challenge with AI-powered products
- H3 Autonomous workflows that run work end to end
- H3 Move work forward with a built-in personal AI assistant
- H3 Build any business software in minutes
- H3 Unlimited workforce that amplifies your team’s impact
- H3 Solve any core work challenge with AI-powered products
- H3 Autonomous workflows that run work end to end
- H2 Solve every work challenge with
- H2 AI-powered products
- H2 Solve every work challenge with AI-powered products
- H2 AI-driven planning, execution & delivery
- H2 AI-first CRM that delivers revenue
- H2 AI service that drives resolutions at scale
- H2 Ship products faster, from idea to release
- H2 AI-driven planning, execution & delivery
- H2 AI-first CRM that delivers revenue
- H2 AI service that drives resolutions at scale
- H2 Ship products faster, from idea to release
- H2 AI-driven planning, execution & delivery
- H2 AI-first CRM that delivers revenue
- H2 AI service that drives resolutions at scale
- H2 Ship products faster, from idea to release
- H2 AI-driven planning, execution & delivery
- H2 AI-first CRM that delivers revenue
- H2 AI service that drives resolutions at scale
- H2 Ship products faster, from idea to release
- H2 AI-driven planning, execution & delivery
- H2 AI-first CRM that delivers revenue
- H2 AI service that drives resolutions at scale
- H2 Ship products faster, from idea to release
- H2 Move work forward with a built-in AI assistant
- H2 Build any business software in minutes
- H2 Unlimited workforce
- H2 that amplifies your team’s impact
- H2 Unlimited workforce that amplifies your team’s impact
- H2 Agentic
- H2 workflows
- H2 that run work end to end
- H2 Agentic workflows that run work end to end
- H2 One open, connected, and context-aware foundation
- H2 Solutions for every team, powered by AI
- H2 Deliver strategic initiatives on time with clarity and predictability
- H2 AI-powered marketing that drives demand
- H2 Accelerate revenue through a connected AI-driven customer journey
- H2 Deliver proactive, intelligent service at scale
- H2 Ship quality software faster with AI-guided sprints
- H2 Brands who trust monday.com to accelerate their business outcomes
- H2 Trusted by enterprises. Recognized by industry leaders.
- H2 Enterprise-grade security
- H2 Ready to outpace everyone with the best AI work platform?
- H2 Ready to outpace everyone with the best AI work platform?
- H2 Ready to outpace everyone with the
- H2 best AI work platform?
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #vibeInput | textarea | (What do you want to build?) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<textarea id="vibeInput">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
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 Outpace everyone wit… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Trusted by over 60% … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Get | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 more work done | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 with AI that’s wov… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Get | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 with AI that’s wov… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Solve every work cha… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 AI-powered products | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Solve every work cha… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 AI-driven planning, … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 AI-first CRM that de… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 AI service that driv… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Ship products faster… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 AI-driven planning, … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 AI-first CRM that de… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 AI service that driv… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Ship products faster… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 AI-driven planning, … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 AI-first CRM that de… | 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.