Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction4 issue(s) across 117 links and 0 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| pro.html | ProFrictionless user experienc… | img no alt | Add alt attribute to the image |
| enterprise.html | EnterpriseWorld-class bot and … | img no alt | Add alt attribute to the image |
| bot-detection.html | Bot DetectionMulti-layered bot… | img no alt | Add alt attribute to the image |
| user-journeys.html | User JourneysProtect across se… | img no alt | Add alt attribute to the image |
| fraud-protection.html | Fraud ProtectionSecure transac… | img no alt | Add alt attribute to the image |
| mfa.html | MFAStronger verification with … | img no alt | Add alt attribute to the image |
| use-case-account-defense.html | Account DefensePrivacy-preserv… | img no alt | Add alt attribute to the image |
| private-learning.html | Private LearningML-driven dete… | img no alt | Add alt attribute to the image |
| account-takeovers.html | Account TakeoverBlock takeover… | img no alt | Add alt attribute to the image |
| multi-accounting-collusion.html | Multi-AccountingStop abuse acr… | img no alt | Add alt attribute to the image |
| account-sharing.html | Account SharingEnforce access … | img no alt | Add alt attribute to the image |
| synthetic-identities.html | Synthetic IdentitiesPrevent fa… | img no alt | Add alt attribute to the image |
| incentive-abuse.html | Incentive AbuseStop fraudulent… | img no alt | Add alt attribute to the image |
| transaction-fraud.html | Transaction FraudPrevent fraud… | img no alt | Add alt attribute to the image |
| https://docs.hcaptcha.com/ | Developer GuideGet started in … | img no alt | Add alt attribute to the image |
| https://docs.hcaptcha.com/integrations | IntegrationsHundreds of plugin… | img no alt | Add alt attribute to the image |
| https://docs.hcaptcha.com/ent_overview | Enterprise FeaturesOverview of… | img no alt | Add alt attribute to the image |
| https://docs.hcaptcha.com/switch | Switch from reCAPTCHASwitch wi… | img no alt | Add alt attribute to the image |
| https://docs.hcaptcha.com/faq | FAQFrequently asked questions | img no alt | Add alt attribute to the image |
| blog.html | BlogResearch, strategies, and … | img no alt | Add alt attribute to the image |
| bot-detection.html | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Bot Detection.Html | |||
| fraud-protection.html | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Fraud Protection.Html | |||
| use-case-account-defense.html | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Use Case Account Defense.Html | |||
| private-learning.html | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Private Learning.Html | |||
| https://www.hcaptchastatus.com/ | Status | new tab | Add '(opens in new tab)' to text |
| https://www.hcaptchastatus.com/ | Status | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
bot-detection.html ("Learn More"); fraud-protection.html ("Learn More"); use-case-account-defense.html ("Learn More"); private-learning.html ("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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="pro.html"]; a[href="enterprise.html"]; a[href="bot-detection.html"]; a[href="user-journeys.html"]; a[href="fraud-protection.html"]; a[href="mfa.html"]; a[href="use-case-account-defense.html"]; a[href="private-learning.html"]; a[href="account-takeovers.html"]; a[href="multi-accounting-collusion.html"] (+10 more)
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.hcaptchastatus.com/; https://www.hcaptchastatus.com/
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
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLandmark StructureAction6 landmarksREVIEW
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
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #g-recaptcha-response-0bqve3spllsb | textarea | (none) | none |
| #h-captcha-response-0bqve3spllsb | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea name="g-recaptcha-response" id="g-recaptcha-response-0bqve3spllsb">; <textarea name="h-captcha-response" id="h-captcha-response-0bqve3spllsb">
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
C404 Error PageActionHTTP 404, custom pageREVIEW
AHeading Hierarchy41 headingsPASS
- H5 hCaptcha Enterprise
- H1 Understand intent. Stop abuse.
- H2 Protect your services from automated and human threats, while preserving user privacy.
- H3 or Contact Sales
- H2 Looking for hCaptcha Free or Pro?
- H3 compare plans
- H1 Protecting category leaders in every industry duplicate H1
- H1 Switch from reCAPTCHA with two lines of code. duplicate H1
- H2 Comprehensive Security On Demand
- H3 One integration, many use cases
- H3 Ultra low friction, fully customizable
- H2 Compliant and Universal
- H3 Works in every country
- H3 Designed for accessibility
- H2 A new kind of MFA. Zero tolling attacks.
- H3 We flipped the script on SMS
- H3 Stronger Verification
- H3 Richer Signals for ATO Detection
- H1 Find Threats Without Fingerprinting Your Users duplicate H1
- H2 Use Advanced Threat Signatures
- H2 Stop Account Takeovers
- H2 Find Human Fraud and Abuse Fast
- H3 Private Learning is a Revolution in Security ML
- H3 Risk Insights Powers Analysis and Your Own ML
- H1 Our Expertise is Applied 24/7 duplicate H1
- H2 Compare Plans
- H3 Publisher
- H3 Pro
- H3 Enterprise
- H1 Who uses hCaptcha? duplicate H1
- H2 hCaptcha is the largest independent service of its kind. From Global 2000 to startups, thousands of enterprises choose hCaptcha to protect their online services.
- H2 Enterprise Features
- H2 Our Expertise is Applied 24/7
- H3 Empower your SOC with Security ML, or let us manage response
- H1 See hCaptcha Enterprise in Action duplicate H1
- H2 Company
- H2 Resources
- H2 Contact Us
- H2 Company
- H2 Resources
- H2 Contact
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
A+Alt Text QualityAll 122 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 Understand intent. S… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Protecting category … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Find Threats Without… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Our Expertise is App… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Who uses hCaptcha? | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 See | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 in Action | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Protect your service… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Looking for hCaptcha… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Comprehensive Securi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Compliant and Univer… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 A new kind of MFA. Z… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Use Advanced Threat … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Stop Account Takeove… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Find Human Fraud and… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Compare Plans | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Enterprise Features | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Our Expertise is App… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Company | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Resources | 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 95/100 — 3 failing, 24 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.
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 |
|---|
Contact Sales div.cta-flex-row > h3.grey-500-text > a.contact-sales-link-v2 > span.vavilon |
e-Commerce div.tabs-2 > div.enterprisev2-box-content-subtitle > a#w-tabs-1-data-w-tab-0 > div.who-category |
These are opportunities to improve the legibility of your content.
Best practices
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.w-mod-js html.w-mod-js |
These items highlight common accessibility best practices.
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 |
|---|
two lines of code div.enterprisev2-box-with-img-container > div.div-block-136 > h1.enterprivev2-box-heading-center > a.teal-link |