New Shopify Store ADA Compliance: A Day-1 Plan (30/60/90 Days)
TABLE OF CONTENTS
- Do New Shopify Stores Actually Get Sued?
- Day 1 to 7: Theme Selection and Pre-Launch Setup
- Day 8 to 30: Content Discipline and App Vetting
- Day 31 to 60: First Audit and Source-Code Remediation
- Day 61 to 90: Accessibility Statement, Monitoring, and Continuous Compliance
- How Much Should a New Merchant Budget for ADA Compliance?
- Frequently Asked Questions
The cheapest day to make a Shopify store accessible is the day you launch it. Theme decisions, app installations, and content patterns set 80% of your accessibility future, and they are nearly free to get right at launch and expensive to retrofit later. This is a 30/60/90-day plan for new Shopify merchants who want WCAG 2.2 AA compliance built in β not bolted on after the first demand letter. Every step maps to a specific WCAG criterion and is achievable without a full-time accessibility engineer.
Do New Shopify Stores Actually Get Sued?
Yes β and at higher rates than most founders expect. According to Seyfarth Shaw's ADA Title III tracking, 67% of ADA digital accessibility lawsuits in 2024 targeted businesses with under $25 million in annual revenue. Pro se filings rose 40% year-over-year, with many AI-drafted complaints coming from plaintiffs scanning small ecommerce sites. New stores are not flying under the radar; in many cases their accessibility issues are easier for automated scanners to flag than mature stores that have been remediated.
The lawsuit clock starts at launch. Your store does not need traffic, brand recognition, or revenue to be named in a demand letter β it needs an indexable URL and a scanner-detectable WCAG violation. Both happen in week one. Building accessibility in at launch is risk reduction; doing it after a demand letter arrives is damage control.
Day 1 to 7: Theme Selection and Pre-Launch Setup
Your theme is the single highest-leverage accessibility decision you will make. The theme determines roughly 16 to 22% of your WCAG coverage out of the box, but it also determines how easy or hard the remaining 78 to 84% will be. In our 2026 review of Shopify themes, Dawn, Sense, and Refresh ship with the cleanest semantic markup; many premium themes prioritize visual customization in ways that introduce accessibility debt.
Five evaluation criteria for a new-store theme: semantic HTML by default (uses `<button>` not `<div onclick>`), proper heading hierarchy, native form elements over JavaScript-rendered alternatives, meaningful default focus styles, and a published Voluntary Product Accessibility Template (VPAT) or accessibility statement from the theme vendor. Run axe DevTools on the theme's demo store before purchasing β if the demo has 100+ violations, the production install will start with a similar baseline.
Beyond the theme, lock in three pre-launch decisions: a brand color palette that meets WCAG 1.4.3 contrast ratios (4.5:1 body text, 3:1 large text and UI), a typography stack with readable sizes and line heights, and a heading hierarchy convention for product, collection, and content pages. The brand-color decision is the most commonly regretted later β choosing accent colors that fail contrast at launch means every CTA on the site fails 1.4.3 until rebrand.
For a deeper theme audit framework, see our most accessible Shopify themes 2026 ranking.
Day 8 to 30: Content Discipline and App Vetting
The first 30 days of operation are when accessibility patterns either become defaults or become future debt. Three disciplines to set up immediately:
Alt text discipline. Every product image, hero banner, lifestyle shot, and content image gets meaningful alt text at upload. "Image" or empty alt is not acceptable; the product title alone is rarely sufficient. The pattern that scales: for product images, describe what the image shows in addition to the product name ("Cobalt blue ceramic mug, side view, on light wooden surface" rather than just "Cobalt Mug"). For decorative images, set `alt=""`. For text-as-images, replace with real text. WCAG 1.1.1 enforcement is highly automated by plaintiffs' scanners; alt text is the single most-cited violation in demand letters.
Heading discipline. One `<h1>` per page (the product title on product pages, the collection name on collections, the article title on blog posts), then `<h2>` for major sections, `<h3>` for subsections, no skips. Avoid using heading tags for visual styling β `<h2>` should never be chosen because it is the right size; use a CSS class for that. WCAG 1.3.1 evaluates heading structure, and inconsistent hierarchy is one of the most common findings in ecommerce audits.
App vetting. Every app installed in the first 30 days should be audited before installation. Run axe DevTools on the app's demo store. Request a VPAT or accessibility conformance report from the vendor. Test keyboard navigation in the demo. The Shopify App Store does not pre-screen apps for accessibility β see our third-party Shopify apps and accessibility risks. The categories that consistently break accessibility: pop-up and email-capture apps, review apps, search/autocomplete widgets, live chat, and accessibility overlay widgets (which paradoxically often introduce new issues).
Day 31 to 60: First Audit and Source-Code Remediation
By day 30, you have enough live content and apps installed to run a meaningful first audit. Goal: a baseline WCAG 2.2 AA report against your top three trafficked pages β homepage, top product, checkout.
The audit stack for a new merchant: axe DevTools (browser extension, free), WAVE (free), Lighthouse Accessibility (built into Chrome DevTools), plus a manual pass with VoiceOver on macOS or NVDA on Windows. Document every violation with the WCAG criterion, the page where it appears, and the source-code reference.
Then remediate in source. Theme code edits go through Shopify Theme CLI with version control (Git). App-injected violations get fixed either by configuration toggles, by theme-level overrides through theme.liquid hooks, or by replacement with vetted alternatives. Content debt β alt text gaps, heading hierarchy, link text β gets a one-time backfill plus an editorial process for new content.
For new merchants without a developer, this is typically the moment to engage either a Shopify accessibility specialist agency or a platform that handles source-code remediation. TestParty's standard initial remediation completes in 14 days for a new Shopify store, with daily automated scans and monthly expert manual audits for ongoing monitoring.
For the audit detail, see our DIY Shopify accessibility audit.
Day 61 to 90: Accessibility Statement, Monitoring, and Continuous Compliance
By day 60 you have a remediated baseline. The day 61-90 work converts that baseline into a sustainable posture.
Publish an accessibility statement at /pages/accessibility-statement (or equivalent). Required content: the WCAG version and conformance level you target (WCAG 2.2 AA), known limitations, contact channel for accessibility issues, and the date of last review. The W3C provides an accessibility statement generator you can adapt; for an EU-ready version, see our EAA accessibility statement template.
Set up continuous monitoring. Three components: automated scanning (weekly axe-core in CI, or via a platform), manual audit cadence (monthly for major templates), and content-publishing checks (alt text and heading review before any new product or blog post). Most demand letters in our experience cite issues that did not exist at the last audit β they were introduced by content updates, app changes, or theme tweaks in the intervening weeks. Continuous monitoring catches them within days, not months.
Add accessibility to your operations checklists. Theme update? Run an accessibility scan first. Installing a new app? VPAT review and demo-store audit. Sale season campaign? Alt text and contrast review on all promotional banners. Hiring a marketing agency? Brief them on your accessibility standards.
For the ongoing-monitoring playbook, see our how often to audit your Shopify store guide.
How Much Should a New Merchant Budget for ADA Compliance?
Three tiers. DIY tier: $0 to $2,000 in tools and time. Free scanners (axe, WAVE, Lighthouse), free screen readers (NVDA, VoiceOver), founder time for audits and content discipline. Achievable for a single-developer store with strong attention to detail. The trade-off is founder time and the risk of missed issues.
Agency-engagement tier: $5,000 to $25,000 for an initial audit and remediation engagement, plus $500 to $2,000/month for ongoing review. Suitable for a store with 50K+ visitors/month or a brand sensitive to lawsuit risk. The trade-off is project-based work that does not capture continuous compliance.
Platform tier: $600 to $1,200/month for ongoing source-code remediation and monitoring across theme, apps, and content. Best fit for stores generating $1M+ in revenue or stores with complex theme/app footprints. TestParty operates in this tier. In our experience working with 100+ brands, this approach maintains continuous compliance at lower lifetime cost than periodic project remediation.
For a deeper cost analysis, see our true cost of Shopify ADA compliance.
Frequently Asked Questions
Do new Shopify stores actually get sued? Yes. 67% of ADA digital accessibility lawsuits in 2024 targeted businesses under $25 million in annual revenue, per Seyfarth Shaw. Pro se plaintiffs using AI-assisted scanners target stores by URL, not by traffic or brand recognition. New stores are vulnerable because their accessibility issues are easy to flag and they often lack the legal infrastructure to negotiate.
Can I just install an accessibility app and be done? In our assessment, no. Accessibility apps that overlay JavaScript on top of the page face fundamental technical limitations under both ADA and EAA enforcement. The Federal Trade Commission fined accessiBe specifically $1 million in April 2025 for related marketing claims. Source-code remediation is the path that actually addresses underlying violations.
Should I pick Dawn or a paid theme for accessibility? Dawn ships with cleaner semantic markup than most paid themes in our 2026 review, but the theme is one factor among many. A paid theme with strong accessibility plus rigorous app vetting will outperform Dawn with poor app discipline. The bigger question is whether you have the developer access to patch theme issues that arise β Dawn's open-source structure makes this easier.
How long until my store is "compliant"? Compliance is ongoing rather than a one-time state, but a meaningful WCAG 2.2 AA conformance posture is achievable within 60 to 90 days for a new Shopify store with focused effort. Initial source-code remediation is typically 14 to 30 days; content backfill, accessibility statement publication, and monitoring setup take the remaining 30 to 60 days.
Is there a Shopify-native accessibility scanner? Shopify provides theme-level accessibility documentation and theme partner requirements, but does not currently ship a native ongoing accessibility scanner inside the admin. Third-party platforms (TestParty among them) and free tools (axe DevTools, Lighthouse) fill this gap.
What if I'm using Shopify Markets to sell internationally? Each market you sell into adds compliance scope: ADA for US, EAA for EU, AODA/ACA for Canada, Equality Act for UK. WCAG 2.2 AA is the common baseline across all of them, so the implementation is largely shared. For multi-market specifics, see our forthcoming Shopify Markets + accessibility multi-country compliance.
Should I write my own accessibility statement or use a generator? Either works for ADA. EAA requires specific elements (conformance status, known issues, feedback channel, technical standard, date of last review). Use the W3C generator as a starting template and customize for your store. Avoid statements that promise full conformance β promise the WCAG version and level you target plus an active remediation posture.
What's the single highest-impact accessibility action a brand-new store can take? Theme selection. The theme sets the floor on every other accessibility decision and is nearly impossible to undo without a full re-theme migration. Pick a theme with semantic HTML, proper heading structure, native form elements, and a published accessibility statement before you commit. Everything else can be remediated; the theme is foundational.
Humans + AI = this article. TestParty uses a cyborg approach to content β combining human accessibility expertise with AI capabilities to produce accurate, comprehensive guides. This content is for educational purposes and reflects our analysis of publicly available information as of the publication date. TestParty competes in the digital accessibility market, and we encourage readers to evaluate all solutions independently based on their specific needs.
Stay informed
Accessibility insights delivered
straight to your inbox.


Automate the software work for accessibility compliance, end-to-end.
Empowering businesses with seamless digital accessibility solutionsβsimple, inclusive, effective.
Book a Demo