Website Accessibility Remediation Services 2026: What to Expect and What It Costs
You've run an accessibility audit — or received a demand letter — and now you need to fix things. Website accessibility remediation is the process of identifying, prioritizing, and correcting WCAG violations on an existing site. Depending on site size and issue severity, this can range from a few hours of developer time to a multi-month engagement involving UI library rebuilds. Understanding what remediation actually involves helps you scope the work accurately and evaluate vendor proposals.
Quick Summary
- Small business site (under 50 pages): $2,000–$8,000 for a full remediation engagement
- Mid-size site (50–500 pages): $8,000–$40,000 depending on CMS complexity and dynamic content
- Enterprise site: $40,000–$200,000+ for large platforms with custom components
- Post-demand-letter remediation includes legal documentation that adds 30–50% to cost
- Ongoing monitoring after remediation costs $200–$2,000/month depending on site size
What a Remediation Engagement Includes
A legitimate accessibility remediation service delivers more than a list of issues — it delivers verified fixes and documentation that demonstrates good-faith compliance effort. Here's what a complete engagement covers:
Phase 1: Audit
1–3 weeks
Combined automated and manual testing to identify all WCAG 2.1 AA violations. Deliverable: prioritized issue list with severity ratings (critical/major/minor), affected page count, and WCAG success criterion mapping.
Phase 2: Remediation Plan
1 week
Engineer review of audit findings categorized by fix type (template-level vs page-level vs component-level). Effort estimation, fix sequence, and identification of issues requiring redesign vs code fixes. Critical issues (keyboard traps, missing form labels) are addressed first.
Phase 3: Fix Implementation
2–8 weeks
Developer implementation of fixes. Template-level and component-level fixes first (highest leverage — fix once, fix everywhere). Then page-level content fixes (alt text, heading structure, link text). Then one-off issues.
Phase 4: Verification Testing
1–2 weeks
Re-testing all fixed issues plus regression testing to verify no new violations were introduced. Includes screen reader testing on primary user flows. Deliverable: verification report showing before/after issue counts.
Phase 5: Documentation
1 week
Accessibility statement, remediation summary, and optionally a VPAT (Voluntary Product Accessibility Template) or ACR (Accessibility Conformance Report). Legal documentation for demand letter response if applicable.
What Drives Remediation Cost
Vendor quotes for the same site can vary 3–5x. Understanding the cost drivers lets you evaluate proposals accurately and scope work before going to market.
Site size and page count
High impact
More pages = more content-level issues even if template fixes are handled efficiently. A 500-page site with consistent templates might have fewer issues than a 100-page site with varied page types.
Custom component complexity
Very High impact
Custom-built dropdowns, date pickers, data tables, modals, and carousels often require significant rebuilding. A single inaccessible custom component used across hundreds of pages can be the largest cost driver in an engagement.
CMS and platform constraints
High impact
WordPress, Drupal, Shopify, and other CMS platforms have accessibility constraints in their themes and editors. Some fixes require theme modifications, plugin replacement, or workarounds that increase complexity.
Dynamic and JavaScript-heavy content
High impact
Single-page applications, infinite scroll, lazy-loaded content, and dynamic modals have more complex accessibility requirements than static HTML. React/Angular/Vue apps require focus management and live region implementation beyond what HTML alone needs.
Media content (video, audio, PDF)
Moderate impact
Video captions, audio descriptions, and PDF accessibility are labor-intensive to remediate at scale. A site with hundreds of PDFs or videos is a significant project category on its own.
Third-party scripts and embeds
Moderate impact
Chat widgets, booking systems, payment forms, and embedded tools introduce accessibility issues you may not be able to fix directly. Remediation may require replacing vendors — or documenting the third-party exception.
Legal documentation requirements
Moderate impact
Demand letter response documentation, formal auditor sign-off, VPAT preparation, and accessibility conformance reports add 20–50% to engagement cost but are often legally necessary.
Typical Pricing Ranges by Site Type
Small business website
$2,000 – $8,0005–50 pages, WordPress or simple CMS
- Template-level fixes + content remediation
- Typically 1–3 week engagement
- Budget-range vendors and freelancers available
- DIY viable with developer support if issues are content-level
Mid-size company site or e-commerce
$8,000 – $40,00050–500 pages, custom CMS or Shopify
- Component-level and template fixes required
- Cart and checkout flows often need significant work
- 4–8 week engagement typical
- Specialist accessibility vendor vs generalist web agency — quality difference matters here
Large enterprise site
$40,000 – $200,000+500+ pages, custom web application
- Often requires UI library audit and partial rebuild
- Multiple workstreams running in parallel
- 3–6 month engagement
- Ongoing monitoring program typically added post-remediation
Post-demand letter (any size)
+30–50% premiumAdds 30–50% to above ranges
- Legal documentation deliverable required
- Faster timeline drives higher cost
- VPAT and accessibility statement mandatory
- Auditor sign-off for legal file typically required
Types of Accessibility Remediation Vendors
Accessibility-specialist firms
Deque, Level Access, TPGi, SSB Bart Group · Best for: Enterprise, government, healthcare, post-litigation
Pros: Certified auditors (CPACC, WAS), rigorous methodology, legally defensible documentation, deep technical expertise
Cons: Expensive ($15,000+ for most engagements), long sales cycles, sometimes slow turnaround
Accessibility-focused agencies
Smaller boutiques with IAAP-certified staff · Best for: Mid-market, universities, nonprofits
Pros: More accessible pricing than enterprise vendors, personal service, faster sales process
Cons: Variable quality — certifications matter; ask about auditor credentials specifically
Generalist web agencies with accessibility services
Digital agencies that added accessibility to their service menu · Best for: Small business, simple sites, existing agency relationships
Pros: One vendor for website and accessibility work, lower cost
Cons: Often no certified auditors on staff, automated-only methodology, less thorough on complex components
Freelance accessibility consultants
Independent CPACC/WAS-certified specialists · Best for: Small business, targeted fixes, single-issue remediation
Pros: Lowest cost, direct access to the auditor, flexible scope
Cons: Capacity constraints, variable availability, may not provide legal documentation
Overlay vendors (AccessiBe, UserWay, etc.)
JavaScript widgets claiming automatic compliance · Best for: Not recommended for remediation
Pros: Fast install, low upfront cost
Cons: Don't fix underlying code, frequently fail WCAG conformance testing, actively opposed by blind user advocacy groups, subject to FTC enforcement. Overlays have been cited in ADA lawsuits as evidence of non-compliance.
Questions to Ask Before Hiring a Remediation Vendor
Do your auditors hold IAAP certifications (CPACC or WAS)? Who specifically will conduct the audit?
What methodology do you use — automated only, or combined automated and manual screen reader testing?
What deliverables do you provide? (Audit report, fix verification, accessibility statement, VPAT?)
Do you fix the underlying code or provide a JavaScript overlay?
Can you provide a sample audit report and verification report from a comparable project?
How do you handle third-party components and embeds outside our control?
Do you offer ongoing monitoring after remediation is complete?
If we receive another demand letter after remediation, what documentation do you provide?
When Can You DIY Remediation?
DIY remediation is viable for many small and medium sites — especially if issues are primarily content-level and you have developer access to your templates. Here's a decision framework:
Content-level issues only (alt text, headings, link text)
DIY viable
A developer and content team can address these directly. Use WAVE or axe to identify them, fix systematically, verify with re-scan.
Template or theme-level structural issues
DIY viable with developer
Missing skip links, landmark structure, form labels in templates — fixable in-house with a developer who can read WCAG documentation.
Custom component issues (modals, dropdowns, tabs)
Specialist recommended
ARIA design patterns are complex. Getting them wrong creates false confidence — and some patterns (modal focus trap, combobox keyboard behavior) are notoriously difficult to implement correctly.
Received a demand letter
Attorney + specialist required
DIY remediation without legal documentation doesn't provide the good-faith compliance record needed to defend against litigation. Work with an attorney alongside a certified accessibility firm.
Section 508 or VPAT required
Certified specialist required
Accurate VPAT completion requires a formal audit by someone who can assess conformance against each success criterion — not automated tools alone.
Get Your Remediation Baseline — Free
Before scoping a remediation engagement, know what you're dealing with. RatedWithAI scans your site against WCAG 2.1 AA and provides a prioritized issue report — the same starting point a professional auditor would use.
Sponsored
Scope your remediation before hiring anyone
SEMrush Site Audit runs 130+ technical checks including missing alt text, broken links, and structured data issues — helps you understand the full scope of site health problems before engaging a vendor.