Mental-health and therapy-services websites occupy a distinctive corner of the web: they serve a population that is, by definition, reaching out at moments of high vulnerability, often while managing cognitive, sensory, or psychiatric disabilities that interact directly with the accessibility of the site itself. A person in the middle of a depressive episode, a dissociative state, or an anxiety spike cannot debug a broken contact form; a user whose medications blur vision cannot reliably read light-gray body text on white; a neurodivergent client may abandon a provider whose intake questionnaire includes a 40-minute unsavable cognitive screener. The sector also sits at the intersection of three regulatory regimes that rarely interact so directly on other small-business sites: HIPAA and state medical-privacy law, ADA and Section 504 accessibility requirements, and—increasingly—FTC Health-Breach Notification enforcement against teletherapy platforms that leak data to advertising networks. Over the past three years, the DOJ and HHS Office for Civil Rights have issued joint guidance emphasizing that accessibility failures in telehealth platforms are simultaneously Section 504 failures and disability-discrimination failures. Plaintiffs' firms have begun targeting online therapy platforms (not only the large, well-known names but also solo-practice sites built on SquareSpace and WordPress) with demand letters focused on intake-form accessibility, scheduling widgets, and insurance-eligibility lookups. This guide addresses the legal framework, the accessibility failures that recur across therapy and counseling sites, and a compliance checklist designed for independent licensed clinicians as well as larger group practices and teletherapy platforms.

Legal Requirements

Key Accessibility Issues in Mental Health & Therapy Services

Long Intake Questionnaires Without Save-and-Resume or Pause Controls

New-patient intake forms in therapy practices routinely run 60-120 questions and include symptom inventories (PHQ-9, GAD-7, PCL-5) that are themselves cognitively demanding. These forms are typically delivered as single-page or multi-step questionnaires with no way to pause, save draft responses, or resume later. For a patient with ADHD, severe depression, dissociation, or medication fog, completing the full intake in one sitting is often impossible. The result is patients who abandon onboarding or submit incomplete data.

How to fix:

Implement save-and-resume via a unique resume link emailed or texted to the patient (with appropriate HIPAA safeguards). Break long questionnaires into logical sections with a progress indicator. Do not auto-time-out sessions under 20 minutes without warning (WCAG 2.2.1 Timing Adjustable). Allow patients to skip optional questions and return to them later. Offer the intake on paper or by phone as a documented accommodation for patients who request one.

Crisis Resources Buried Below the Fold or Hidden in Footer-Only Links

Mental-health practice sites are legally and ethically expected to provide crisis-line information prominently. Yet the 988 Suicide and Crisis Lifeline, Crisis Text Line, and local emergency-room numbers are frequently hidden in a footer or on a rarely-accessed resources page. For a visitor in crisis using a screen reader, navigating through nav menus, newsletter signups, and marketing banners to reach crisis numbers is a barrier that contradicts the purpose of the resource.

How to fix:

Place a visible, keyboard-focusable "If you are in crisis" link near the top of every page, with a clear skip-navigation target. Include a semantic landmark (role="region" with aria-label) around the crisis section so screen-reader users can jump to it directly. Ensure crisis phone numbers are real tel: links and text-based chat resources are real URL links with descriptive text. Test the crisis-section reach time with a screen reader from the home page.

Teletherapy Video Platforms Without Keyboard and Screen-Reader Support

Therapy video sessions run on platforms that were sometimes adapted from enterprise video tools never tested for accessibility. Mute, unmute, camera-toggle, raise-hand, chat-pane, and session-end controls are routinely inaccessible to keyboard users; captioning, if present, is often incorrectly positioned or contrast-insufficient. Deaf and hard-of-hearing clients have brought discrimination claims against providers whose telehealth platforms lacked live captioning or sign-language interpreter support.

How to fix:

Require a VPAT from any teletherapy-platform vendor before deployment and evaluate against WCAG 2.1 AA. Test keyboard access of every in-session control. Confirm that real-time captioning is available (not auto-caption only), that caption contrast meets WCAG 1.4.11, and that sign-language interpreter support is documented. Offer phone sessions or in-person alternatives as documented accommodations. Train intake staff on how to flag and route requests for sign-language interpretation (ASL, legal-interpreter-qualified).

Insurance-Eligibility Lookups That Fail for Screen-Reader Users

Many therapy sites offer insurance-eligibility verification tools where a prospective patient enters member ID, group number, and date of birth. These flows often use custom-styled form controls that lack labels, use color alone to indicate success or failure ("covered" in green, "not covered" in red), and display results via modal dialogs that fail to move focus properly. Patients with disabilities are systematically denied the same self-service that other patients receive.

How to fix:

Use native or properly-labeled form controls. Never rely on color alone to convey eligibility state—include a text label ("Covered at in-network rate" or "Not covered; out-of-network rate applies"). Move focus to the result on display, ensure modal dialogs trap focus correctly and are dismissible with Escape (WCAG 2.1.2). Provide a phone-based eligibility-check alternative clearly labeled as an accommodation option.

Clinician-Profile Pages With Decorative Content That Overwhelms Meaningful Content

Group-practice sites frequently feature each clinician with a photograph, a styled quote, a long bio, and embedded video. These pages are often constructed with decorative imagery that dominates the visual and semantic structure, with the actual specialty-area text hidden below or delivered as image-rendered text. Prospective clients with cognitive or visual disabilities trying to match a clinician to their needs are frustrated by pages that prioritize branding over information.

How to fix:

Lead with a clear, semantically-structured heading containing the clinician's name and degree. Include specialty areas, populations served, insurance accepted, and session modalities (in-person, video, phone) as real text in a consistent layout. Use alt text on clinician photos that names the person ("Dr. Alex Chen, PsyD, smiling in a sunlit office") rather than describing unrelated styling. Provide a text-only filter for clinician directories (specialty, insurance, modality) that works without JavaScript.

Compliance Checklist

  • Intake forms support save-and-resume, have no unwarned timeouts, and offer accommodation alternatives (paper, phone)
  • Crisis resources (988, Crisis Text Line) are prominent and reachable within two keystrokes from the home page
  • Teletherapy platform has a current VPAT, supports keyboard access, and provides real-time captioning and interpreter options
  • Insurance-eligibility lookup uses labeled controls, does not rely on color alone, and manages focus correctly
  • Clinician profile pages prioritize semantic information over decoration; photos have meaningful alt text
  • All PDFs (intake packets, NPP, informed consent) are tagged and accessible
  • Color contrast meets 4.5:1 for body text and 3:1 for UI components and large text
  • Site has been audited against WCAG 2.2 AA within the past 12 months and findings tracked to remediation
  • Accessibility statement is published alongside HIPAA privacy notice with a contact channel for accommodations
  • Cookie-consent and tracker-management interfaces are fully keyboard-accessible and do not use dark patterns

Further Reading

Other Industry Guides