Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction8 issue(s) across 225 links and 1 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.fullcast.com/ebooks/2026-ben… | 🎉 The 2026 Benchmarks Repor… | new tab | Add '(opens in new tab)' to text |
| / | (empty) | empty | Add link text or aria-label |
| https://trust.copy.ai/ | Trust Center | new tab | Add '(opens in new tab)' to text |
| https://support.copy.ai/en | Help Center | new tab | Add '(opens in new tab)' to text |
| # | (empty) | empty | Add link text or aria-label |
| https://trust.copy.ai/ | Trust Center | new tab | Add '(opens in new tab)' to text |
| https://support.copy.ai/en | Help Center | new tab | Add '(opens in new tab)' to text |
| /use-cases/prospecting-cockpit | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Prospecting Cockpit | |||
| /use-cases/content-creation | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Content Creation | |||
| https://www.copy.ai/request-a-demo | Get Demo | new tab | Add '(opens in new tab)' to text |
| /use-cases/inbound-lead-processing | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Inbound Lead Processing | |||
| /use-cases/account-based-marketing | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Account Based Marketing | |||
| /use-cases/localization-translation | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Localization Translation | |||
| /use-cases/deal-management-forecasting | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Deal Management Forecasting | |||
| /blog/the-illusion-of-progress-the-margi… | AI Copilots & The Illusion of … | img no alt | Add alt attribute to the image |
| /blog/the-worlds-first-gtm-ai-platform | Invest in Purpose-Built Soluti… | img no alt | Add alt attribute to the image |
| /blog/gtm-ai | GTM AI: A New Approach for Get… | img no alt | Add alt attribute to the image |
| /blog/introducing-gtm-ai | How to Go from GTM Bloat to Ve… | img no alt | Add alt attribute to the image |
| /request-a-demo | Get a demoGet a demoGet a demo | img no alt | Add alt attribute to the image |
| https://trust.copy.ai/ | Trust Center | new tab | Add '(opens in new tab)' to text |
| https://support.copy.ai/en | Help Center | new tab | Add '(opens in new tab)' to text |
| https://jobs.lever.co/CopyAI | Careers | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/copyai/ | linkedin icon | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/groups/88795093… | facebook icon | new tab | Add '(opens in new tab)' to text |
| https://www.twitter.com/copy_ai | twitter "X" logo | new tab | Add '(opens in new tab)' to text |
| https://trust.copy.ai/ | Trust Center | new tab | Add '(opens in new tab)' to text |
| https://support.copy.ai/en | Help Center | new tab | Add '(opens in new tab)' to text |
| https://jobs.lever.co/CopyAI | Careers | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/copyai/ | linkedin icon | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/groups/88795093… | facebook icon | new tab | Add '(opens in new tab)' to text |
| https://www.twitter.com/copy_ai | twitter "X" logo | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
/; #
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.
/use-cases/prospecting-cockpit ("Learn more"); /use-cases/content-creation ("Learn more"); /use-cases/inbound-lead-processing ("Learn more"); /use-cases/account-based-marketing ("Learn more"); /use-cases/localization-translation ("Learn more"); /use-cases/deal-management-forecasting ("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.
https://www.fullcast.com/ebooks/2026-benchmarks-report-the-state-of-gtm-in-2026/; https://trust.copy.ai/; https://support.copy.ai/en; https://trust.copy.ai/; https://support.copy.ai/en; https://www.copy.ai/request-a-demo; https://trust.copy.ai/; https://support.copy.ai/en; https://jobs.lever.co/CopyAI; https://www.linkedin.com/company/copyai/ (+8 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
FFavicon & BrandingAction2 icon(s) detectedFIX
FWeb ManifestActionValid manifestFIX
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure15 landmarksREVIEW
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
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
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| (What's your email?) | placeholder only | ||
| #submit | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" id="submit">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
Placeholder text disappears on focus and is not a reliable label.
<input type="email" name="Email" id="Email">
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
C404 Error PageActionHTTP 404, custom pageREVIEW
BLighthouse Accessibility AuditsScore 87/100 — 3 failing, 21 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 |
|---|
“Thanks to Copy.ai, we’re generating 5x more meetings with our personalized, AI… div.cs_container > div.slider-main_component > div.swiper > div#swiper-wrapper-cd1efeb44cb70397 |
AI Copilots & The Illusion of Progress
Are you wondering why you're seeing such… div.slider-main_component > div.slider-main_inner-wrapper > div.swiper > div#swiper-wrapper-fec14eca45d9319a |
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 |
|---|
OVERVIEW div.footer--layout > div.footer_column > div.footer_links-group > div.upheading--footer |
WORKFLOWS div.footer--layout > div.footer_column > div.footer_links-group > div.upheading--footer |
INTELLIGENCE LAYER div.footer--layout > div.footer_column > div.footer_links-group > div.upheading--footer |
SALES div.footer--layout > div.footer_column > div.footer_links-group > div.upheading--footer |
MARKETING div.footer--layout > div.footer_column > div.footer_links-group > div.upheading--footer |
OPERATIONS div.footer--layout > div.footer_column > div.footer_links-group > div.upheading--footer |
BY TEAM div.footer--layout > div.footer_column > div.footer_links-group > div.upheading--footer |
LEARN MORE div.footer--layout > div.footer_column > div.footer_links-group > div.upheading--footer |
GET HELP div.footer--layout > div.footer_column > div.footer_links-group > div.upheading--footer |
OVERVIEW div.footer--layout > div.footer_column > div.footer_links-group > div.upheading--footer |
WORKFLOWS div.footer--layout > div.footer_column > div.footer_links-group > div.upheading--footer |
INTELLIGENCE LAYER div.footer--layout > div.footer_column > div.footer_links-group > div.upheading--footer |
SALES div.footer--layout > div.footer_column > div.footer_links-group > div.upheading--footer |
MARKETING div.footer--layout > div.footer_column > div.footer_links-group > div.upheading--footer |
OPERATIONS div.footer--layout > div.footer_column > div.footer_links-group > div.upheading--footer |
BY TEAM div.footer--layout > div.footer_column > div.footer_links-group > div.upheading--footer |
LEARN MORE div.footer--layout > div.footer_column > div.footer_links-group > div.upheading--footer |
GET HELP div.footer--layout > div.footer_column > div.footer_links-group > div.upheading--footer |
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 |
|---|
nav.mega--nav > div.mega--nav_padding > div.mega--nav-container > a.navbar_brand nav.mega--nav > div.mega--nav_padding > div.mega--nav-container > a.navbar_brand |
div.mega--nav_padding > div.mega--nav-container > div.mega--nav_burger_button > a.mega--nav_burger_trigger div.mega--nav_padding > div.mega--nav-container > div.mega--nav_burger_button > a.mega--nav_burger_trigger |
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.
A+Heading Hierarchy28 headingsPASS
- H1 GTM Platform
- H2 Design Your GTM AI Playbook
- H3 Prospecting Cockpit
- H3 Content Creation
- H3 Inbound Lead Processing
- H3 Account Based Marketing
- H3 Translation + Localization
- H3 Deal Coaching + Forecasting
- H2 “Thanks to Copy.ai, we’re generating 5x more meetings with our personalized, AI-powered GTM strategy.”
- H2 "Copy.ai has been phenomenal in transforming the way we develop marketing content. By automating workflows that would typically take weeks and cost thousands of dollars through agencies, they've saved
- H2 “I didn't even know AI workflows were something that I was lacking until someone said, “Did you know you could do all of this with Copy.ai?”
- H2 The anti-point solution platform
- H3 GTM AI Platform
- H3 Workflows
- H4 Actions
- H4 Agents
- H4 Tables
- H4 Chat
- H4 Infobase
- H4 Brand Voice
- H3 2,000+ Integrations
- H3 LLM Model Agnostic
- H2 Drive your GTM AI strategy
- H3 AI Copilots & The Illusion of Progress
- H3 Invest in Purpose-Built Solution, or DIY?
- H3 GTM AI: A New Approach for Getting Rid of GTM Bloat
- H3 How to Go from GTM Bloat to Velocity
- H2 See the Copy.ai platform in action
A+Alt Text QualityAll 61 images OKPASS
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 GTM | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Platform | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Design Your GTM AI… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 “Thanks to Copy.ai… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 "Copy.ai has been ph… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 “I didn't even kno… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 The anti-point solut… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Drive your GTM AI s… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 See the Copy.ai plat… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Prospecting Cockpit | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Content Creation | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Inbound Lead Process… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Account Based Market… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Translation + Locali… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Deal Coaching + Fore… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 GTM AI Platform | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Workflows | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 2,000+ Integrations | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 LLM Model Agnostic | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 AI Copilots & The Il… | 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.