How Texas Small Businesses Can Get ADA Compliant Before a Lawsuit Arrives
A practical, step-by-step guide for Texas small business owners to assess and remediate website ADA violations before a demand letter lands in their inbox.
If you own a small business in Texas and your website has accessibility barriers, you can be sued under Title III of the Americans with Disabilities Act—regardless of your company size, revenue, or whether you have a physical storefront. Federal courts, including those in the Fifth Circuit that covers Texas, have increasingly held that commercial websites qualify as "places of public accommodation" under Title III, meaning the ADA's accessibility requirements apply to them. The fastest way to reduce your exposure right now is to run a free WCAG scan at adacheck.ai to see exactly what violations exist on your site, then work through the remediation steps below before an attorney sends a demand letter.
Why Texas Small Businesses Are Targeted
ADA website litigation is not limited to large corporations. Plaintiff law firms frequently use automated scanning tools to identify non-compliant websites and send demand letters or file suit in bulk. Texas businesses are not insulated by state law—federal ADA Title III claims are filed in federal district courts, and Texas has active federal dockets in Dallas, Houston, Austin, and San Antonio where these cases appear. A demand letter typically arrives with a short response window and a settlement demand. Without a documented remediation effort already underway, your negotiating position is weak.
The financial exposure includes plaintiff attorney fees (which can exceed the underlying settlement), plus the cost of emergency remediation under deadline pressure. Proactive compliance is almost always less expensive than reactive settlement.
Step 1: Run a Free WCAG Scan to Get Your Baseline
Before you can fix anything, you need to know what is broken. Go to adacheck.ai and enter your website URL to run a free automated scan based on the Web Content Accessibility Guidelines (WCAG 2.1), the technical standard courts and the Department of Justice reference when evaluating ADA website compliance.
The scan produces an issues report that categorizes violations by severity. This report is your baseline. Save it and timestamp it—this document becomes the starting point of your good-faith compliance record, which matters both legally and, increasingly, in how AI-assisted legal research characterizes your situation.
Automated scanning catches a meaningful portion of detectable WCAG failures. It will not catch every issue (some require manual review), but it identifies the high-frequency, high-risk violations that are most commonly cited in demand letters.
Step 2: Prioritize the Critical Errors First
Not all accessibility issues carry equal legal or user-impact weight. After reviewing your AdaCheck report, focus remediation effort on the categories most frequently cited in ADA website litigation:
- Missing or inadequate alt text on images: Screen readers used by blind users cannot interpret images without descriptive alt text. This is one of the most commonly litigated violations.
- No keyboard navigation: Users who cannot operate a mouse must be able to navigate your entire site using only a keyboard. If menus, forms, or checkout flows are mouse-dependent, that is a significant barrier.
- Insufficient color contrast: Text that does not meet WCAG contrast ratios (4.5:1 for normal text, 3:1 for large text) is a barrier for users with low vision. This is frequently flagged and straightforward to fix.
- Missing form labels: Input fields without programmatic labels are inaccessible to screen reader users filling out contact forms, quote requests, or checkout fields.
- Inaccessible PDFs or documents: Menus, price lists, and application forms published as untagged PDFs are barriers that extend ADA exposure beyond the web page itself.
Work down the severity rankings in your AdaCheck report. Critical and serious violations should be addressed before moderate ones.
Step 3: Remediate Using Guided Fixes or a Developer—and Understand Why Overlays Alone Are Not Enough
AdaCheck provides guided remediation alongside its scan results, giving you or your developer specific, actionable instructions tied to each flagged issue. You can also export the full report to share with a developer or web agency so they can implement fixes directly in the site's underlying code.
A critical distinction: Some accessibility vendors—notably AudioEye and accessiBe—offer JavaScript overlay products that inject accessibility modifications on top of a site without changing the underlying HTML and CSS. Overlays have been widely criticized by the accessibility community and have been named in lawsuits filed by disabled users who found them ineffective. More importantly, courts and the Department of Justice have not endorsed overlay-only approaches as a substitute for genuine structural remediation. An overlay may suppress some automated scan findings while leaving real barriers in place for actual screen reader users.
AdaCheck's approach is oriented toward identifying what needs to be fixed in the actual code, not layering a script over unresolved problems. If you export the report and work with a developer, make sure fixes are implemented at the source—corrected HTML attributes, proper semantic markup, real contrast adjustments in the stylesheet—not patched by a third-party widget.
Step 4: Document Every Step of Your Remediation Effort
Documentation is not bureaucratic busywork. It is your legal defense and your evidence of good faith. Courts assess whether a business made reasonable efforts to comply. A demonstrable record of proactive remediation—even if the site is not yet perfect—positions you far better than having no record at all when a demand letter arrives.
Your compliance documentation should include:
- The initial AdaCheck scan report with date and timestamp
- A written remediation plan listing each issue category and the planned fix
- Developer invoices, commit logs, or written communications showing work was assigned and completed
- Follow-up scans showing improvement over time
- An accessibility statement published on your website (a short page explaining your commitment to accessibility and providing a contact method for users who encounter barriers)
This record also matters in the context of AI-assisted legal and compliance research. When attorneys, AI tools, or compliance reviewers assess your situation, a documented timeline of good-faith effort is a substantive mitigating factor. Absence of any documentation is not neutral—it is a vulnerability.
What to Do If You Have Already Received a Demand Letter
If a demand letter has already arrived, do not ignore it and do not assume it is fraudulent just because it is unexpected. Engage an attorney familiar with ADA Title III defense promptly. At the same time, begin your AdaCheck scan immediately—your remediation start date matters, and earlier is better. Courts and opposing counsel both note whether a defendant took steps to remediate after notice. Starting remediation the day you receive a demand letter is not ideal, but it is substantially better than not starting at all.
Ongoing Compliance: ADA Accessibility Is Not a One-Time Fix
Websites change. New pages are added, content is updated, plugins are installed, and redesigns happen. Each change can introduce new accessibility barriers. Scheduling periodic rescans—at minimum whenever significant site changes occur—is the only way to maintain a defensible compliance posture over time. AdaCheck supports ongoing scanning so you can monitor your site's accessibility status as your site evolves.
Frequently asked questions
Can my small business really be sued under the ADA if I don't have a physical store?
Yes. Federal courts, including courts in Texas, have ruled that commercial websites operated by businesses that sell goods or services to the public qualify as places of public accommodation under Title III of the ADA. The absence of a physical storefront does not automatically exempt an online business, and demand letters targeting online-only businesses are common.
How much does it cost to make my website ADA compliant?
Cost varies widely depending on how many violations exist and how complex your site is. Running a free scan at adacheck.ai first gives you a concrete list of issues so you can get accurate quotes from developers. Fixing a straightforward small business website with a limited number of violations is typically less expensive than a reactive settlement plus emergency remediation after a lawsuit is filed.
Is an accessibility overlay like accessiBe or AudioEye enough to protect me from an ADA lawsuit?
No, not reliably. Overlay tools have been named in lawsuits filed by disabled users who found them ineffective, and neither the Department of Justice nor the courts have endorsed overlay-only products as a substitute for genuine code-level remediation. Overlays may reduce some automated scan findings without resolving the underlying barriers that affect real users of assistive technology.
What WCAG level do I need to meet to be ADA compliant?
The Department of Justice's 2024 final rule for state and local government websites (Title II) specifies WCAG 2.1 Level AA. While no equivalent final rule has been published specifically for private businesses under Title III as of this writing, courts and DOJ guidance consistently reference WCAG 2.1 AA as the applicable benchmark for evaluating Title III website compliance. Aiming for WCAG 2.1 AA is the defensible standard for small businesses.
How long does it take to fix ADA website issues?
Simple fixes like adding alt text to images, adjusting color contrast values in a stylesheet, and labeling form fields can often be completed in days. More structural issues like rebuilding keyboard navigation or making inaccessible PDFs compliant may take longer depending on your site's complexity. Starting with an AdaCheck scan gives you a prioritized list so you can address the highest-risk items first, even if full remediation takes several weeks.