ADA Title II (State & Local Government) compliance for WooCommerce sites

The ADA Title II (State & Local Government) applies to US state and local government entities (cities, counties, public schools and school districts, community colleges, courts, transit agencies) plus vendors whose web content and mobile apps they procure, and building on WooCommerce does not exempt you. It has been in force since April 2026 for entities serving populations of 50,000 or more; entities under 50,000 and special district governments have until April 24, 2027, and the technical benchmark is WCAG 2.1 AA, named explicitly in the DOJ regulation, the first time a specific technical standard is written into an ADA rule.

WooCommerce inherits WordPress's theme problems and adds commerce-specific ones: product galleries without keyboard access, variation dropdowns with missing labels, checkout error messages not announced to screen readers, and quantity steppers that are unusable without a mouse.

What enforcement actually looks like

Direct Department of Justice enforcement plus private lawsuits under Title II. Unlike most web-accessibility law, this rule has fixed calendar deadlines, and procurement contracts increasingly require documented WCAG 2.1 AA conformance today.

Fixing accessibility on WooCommerce

The checkout flow is your highest-risk surface: a blind user who cannot complete checkout is precisely the fact pattern behind EAA and ADA e-commerce suits. Scan the full purchase path, not just the homepage.

Why one-time fixes don't hold

WooCommerce sites change constantly, theme updates, plugins/apps, and content edits can reintroduce violations at any time. A site that conformed last quarter can fail today without anyone touching code deliberately. Continuous scanning with a timestamped log is both the practical safeguard and the evidence trail that matters in enforcement.

Compliance checklist

  • Scan your WooCommerce homepage, a key content/product page, and your checkout or lead form
  • Fix critical and serious violations in your theme/templates, not with an overlay widget
  • Re-scan after every WooCommerce theme, plugin, or app update
  • Keep the dated scan history as compliance evidence
  • Publish an accessibility statement with a contact route

Frequently asked questions

Does the ADA Title II (State & Local Government) apply to WooCommerce sites?
Yes. The law applies based on who you serve, not what you build with. It covers US state and local government entities (cities, counties, public schools and school districts, community colleges, courts, transit agencies) plus vendors whose web content and mobile apps they procure. WooCommerce gives you the building blocks, but conformance depends on your theme, plugins, and content.
Is WooCommerce accessible out of the box?
WooCommerce inherits WordPress's theme problems and adds commerce-specific ones: product galleries without keyboard access, variation dropdowns with missing labels, checkout error messages not announced to screen readers, and quantity steppers that are unusable without a mouse.
What should I fix first on WooCommerce?
The checkout flow is your highest-risk surface: a blind user who cannot complete checkout is precisely the fact pattern behind EAA and ADA e-commerce suits. Scan the full purchase path, not just the homepage.