Skip to main content
Data Report

We Scanned 363 Restaurant Websites for ADA Compliance. Here's What We Found.

Restaurants are now the single largest target for ADA website lawsuits in the United States. In 2025, 1,368 restaurant ADA suits were filed, up 80% from 758 in 2024, surpassing fashion and apparel for the first time. We wanted to know why. So we scanned 363 restaurant websites across 10 states, scored each against 9 WCAG accessibility criteria, and ran statistical analysis on the results.

n = 363 sites|10 states|9 violation categories|Score range: 0 to 100
Methodology:Sites were scanned using OnePageAudit's regex-based HTML analysis engine, which checks for 9 WCAG-aligned accessibility criteria. Sites were identified via public directories across California, New York, Florida, Texas, Illinois, Pennsylvania, New Jersey, Georgia, Massachusetts, and Ohio. Scores are automated and reflect detectable HTML-level violations only. Manual testing was not performed. Statistical analysis (standard deviation, quartiles, Pearson correlation, Jaccard similarity) was computed from the raw scan results.

The Headline Finding

Across 363 sites, the average score was 63.9 out of 100. The pass threshold is 70. 40.8% of sites fall below it. But the average alone understates how polarized the results are.

63.9/ 100

Average score across 363 restaurants

10 states: CA, NY, FL, TX, IL, PA, NJ, GA, MA, OH

40.8%

fail rate (below 70)

44.6%

have critical violations

80

median score

32.8

std dev (wide spread)

63.9

Average score (out of 100)

80

Median score

40.8%

Sites below 70 (failing)

44.6%

Sites with at least one critical violation

The gap between average (63.9) and median (80) is the first signal that the distribution is not normal. A meaningful cluster of sites is dragging the average down hard. The standard deviation is 32.8, which is enormous for a 0-to-100 scale. That tells you this is not a population of restaurants all hovering around average. It is two populations mixed together.

The Bimodal Split

The score distribution has two distinct peaks: one at the very bottom and one at the very top. 20.1% of sites scored 0 to 30. 59.2% scored 70 or above. The middle is thin. Very few restaurants score between 40 and 69. The histogram makes the shape clear.

Score Distribution (Bimodal)

363 restaurants. Bin width = 10 points. Two peaks are clearly visible.

0
25
50
75
100
28
0-9
31
10-19
14
20-29
18
30-39
10
40-49
22
50-59
25
60-69
25
70-79
95
80-89
95
90-100
Low cluster
20.1% scored 0-30
High cluster
59.2% scored 70+
Std Dev: 32.8|Q1: 45, Q3: 90, IQR: 45|Mode: 90 (appeared 95 times)

32.8

Standard deviation (wide spread)

45

IQR (Q1: 45, Q3: 90)

90

Mode (appeared 95 times)

14

Sites with zero violations (3.9%)

The mode is 90, which appeared 95 times. A large fraction of restaurants got accessibility right. But the sites that missed it did not miss it by a little. They scored near zero. This pattern suggests the deciding factor is not effort level but whether accessibility was considered at all during site construction. Retrofitting is rare; the results cluster at the extremes of what the original build either included or omitted.

Score rangeSitesShareStatus
0 to 297320.1%Critical failure
30 to 49287.7%Failing
50 to 694713.0%Failing
70 to 8912033.1%Passing
90 to 1009526.2%Strong

The bottom quartile (90 sites, avg score 12.9) averaged 2.9 violations per site. 72% of those sites have online ordering, 26% have overlay widgets, and WordPress (43 sites) and custom-built (35 sites) account for 86% of that group.

What Restaurants Are Getting Wrong

Eight in ten restaurant websites are missing skip navigation, a WCAG 2.4.1 requirement that lets keyboard and screen reader users jump past repeated navigation menus. It is one of the easiest fixes in accessibility, and one of the most commonly skipped.

Most Common Violations

% of sites affected (n=363)

Missing skip navigation80.2%
serious
Unlabeled form inputs27.3%
critical
Images without alt text27.3%
critical
Empty links (no text)17.1%
serious
Autoplaying media15.7%
moderate
Missing h1 heading15.2%
moderate
Missing document title7.4%
serious
Missing viewport meta5.5%
moderate
Missing lang attribute4.7%
serious
CriticalSeriousModeratePearson r (violations vs score): -0.625 (R² 0.391)

The two critical violations, missing image alt text and unlabeled form inputs, both affect 27.3% of sites. Where they appear, they appear repeatedly: affected sites average 3.3 images without alt text and 3.6 unlabeled form inputs. The Pearson correlation between violation count and score is -0.625 (R² = 0.391), confirming that more violations reliably predict lower scores.

ViolationSites affectedSeverityAvg instances
Missing skip navigation80.2%SeriousN/A
Images without alt text27.3%Critical3.3 per site
Unlabeled form inputs27.3%Critical3.6 per site
Empty links (no text)17.1%SeriousN/A
Autoplaying media15.7%ModerateN/A
Missing h1 heading15.2%ModerateN/A
Missing document title7.4%SeriousN/A
Missing viewport meta5.5%ModerateN/A
Missing lang attribute4.7%SeriousN/A

Problems Cluster Together

Violations do not occur in isolation. Sites that have one critical violation are statistically likely to have others. The heatmap below shows co-occurrence counts: how many sites in the sample have both violations in a given pair.

Violation Co-occurrence

How often violations appear together on the same site (count of sites)

Diagonal = sites with that individual violation. Off-diagonal = shared occurrence count.

Skip navForm labelsImage altH1 headingEmpty links
Skip nav291807453
Form labels809936
Image alt743699
H1 heading5355
Empty links62
LowHigh co-occurrenceIndividual frequency (diagonal)

The strongest co-occurrence is skip navigation with form labels: 80 sites (22.0% of the sample) had both simultaneously, with a Jaccard similarity of 0.26. Skip navigation with image alt text appeared together on 74 sites (20.4%, Jaccard 0.23). The takeaway is direct: if a site has a skip navigation problem, there is roughly a one-in-five chance it also has a critical violation waiting to be cited in a demand letter.

Violation pairCo-occurring sites% of sampleJaccard similarity
Skip nav + form labels8022.0%0.26
Skip nav + image alt7420.4%0.23
Skip nav + missing h15314.6%n/a
Image alt + form labels369.9%0.22
Jaccard similarity measures the overlap between two sets. A score of 0.26 means 26% of the combined union of sites with either violation also has both. Higher scores indicate stronger clustering. All four top pairs exceed 0.20.

Lawsuit Risk Tiers

Using score thresholds and critical violation status, sites were segmented into three risk tiers. 93 sites (25.6%) land in the high-risk tier: score below 50 combined with at least one critical violation. At an average settlement of $30,000 (EcomBack 2025 Annual ADA Report), those 93 sites represent an estimated $2,790,000 in collective exposure.

Lawsuit Risk Tiers

363 sites classified by score + critical violation status

25.6%high
risk

High Risk: 93 sites (25.6%)

Score below 50 with at least one critical violation

Est. $2,790,000 exposure at avg $30K settlement

Medium Risk: 55 sites (15.2%)

Score 50-69 or non-critical violations only

Low Risk: 215 sites (59.2%)

Score 70 or above

Exposure estimate uses average $30,000 settlement figure from EcomBack 2025 Annual ADA Report. Not a legal prediction.

93

High-risk sites (score below 50 + critical violation)

55

Medium-risk sites (score 50-69 or non-critical only)

215

Low-risk sites (score 70 or above)

The medium-risk group is not safe. A score of 50 to 69 still fails the 70-point threshold, and plaintiffs' attorneys do not require perfect documentation. Demand letters are often sent based on the presence of any verifiable WCAG violation. The critical violation rate for medium-risk sites is still above 41%.

Platform Matters More Than You Might Think

The most striking finding in the platform breakdown is Shopify. Nine restaurant sites in the sample were built on Shopify, and they averaged 26.1 out of 100 with an 89% critical violation rate. Shopify is an e-commerce platform, not a restaurant platform, and its default themes appear to leave significant accessibility gaps when repurposed for food service sites.

Platform Comparison

Average score + critical violation rate, sorted worst to best

Shopify
26.1
critical:
89%
77.8% fail(n=9)
WordPress
55.7
critical:
56%
47.9% fail(n=119)
Custom-built
67.1
critical:
39%
41.7% fail(n=175)
Webflow
67.9
28.6% fail(n=7)
Squarespace
75.5
critical:
26%
23.1% fail(n=39)
Wix
88.3
critical:
11%
0% fail(n=9)

Top bar = avg score out of 100. Bottom bar = % of sites with at least one critical violation. Shopify, Webflow, Wix: n<10, treat as directional.

WordPress sites (119 in the sample) averaged 55.7 with a 56% critical violation rate, reflecting the wide variance in WordPress themes and plugin configurations. Custom-built sites performed better at 67.1 average and a 39% critical rate. Squarespace (26% critical rate) and Wix (11% critical rate) both outperformed the field, with Wix averaging 88.3 in this sample.

Only 14 sites (3.9%) had zero violations. By platform: WordPress contributed 7, custom-built 5, Squarespace 1, Webflow 1.

Sample size note: Shopify, Webflow, and Wix each had fewer than 10 sites in the sample. Platform averages for those three should be treated as directional, not conclusive. WordPress (n=119) and custom-built (n=175) results carry more statistical weight.

Online Ordering and Reservations: The Score Looks Neutral, but the Risk Is Not

At a high level, sites with online ordering (69.7% of the sample) averaged 63.8 and sites with reservation systems (83.2%) also averaged 63.8, nearly identical to the overall 63.9. Adding transactional features does not by itself predict a better or worse score. But the critical violation rate tells a different story.

48.3%

Critical violation rate, sites with reservations

26.2%

Critical violation rate, sites without reservations

63.8

Avg score, sites with online ordering (69.7%)

59.3

Avg score, sites with overlay widgets (20.9%)

Sites with reservation systems have a 48.3% critical violation rate versus 26.2% for sites without. Reservation widgets introduce inaccessible form elements: they add input fields, dropdowns, and date pickers that frequently lack proper labels. The average score does not capture this because some reservation-equipped sites score well overall, but the critical violation signal is real.

The Reservation Widget Effect

Feature combinations reveal the highest-risk profiles in the dataset. The worst pairing is a reservation widget combined with an accessibility overlay, averaging just 51.2 out of 100. This combination adds inaccessible form elements via the reservation widget and then layers an overlay on top that does not fix them.

Feature Combination vs. Average Score

Worst-to-best average score by site feature combination

Reservation + overlay
51.2
Ordering only
58.3
Ordering + reservation + overlay
61.9
Ordering + reservation
65.9
No transactional features
65.3

The reservation + overlay combination is the highest-risk profile in the dataset, averaging 51.2 and sitting firmly in failing territory.

Sites with no transactional features at all averaged 65.3, slightly better than sites with ordering plus reservations (65.9). The ordering-only group (58.3) performs worse than the combined ordering-plus-reservation group, which suggests that restaurants adding reservation systems tend to invest more in the overall build quality. The reservation widget itself is not the problem; the lack of accessibility testing of the forms it introduces is.

The Overlay Trap

20.9% of sites (76 sites) had accessibility overlay widgets installed. These are JavaScript plugins that add an on-screen toolbar claiming to improve accessibility. Their average score was 59.3, which is 5.8 points below the non-overlay average of 65.1. The gap in critical violation rates is larger: 57.9% for overlay sites versus 41.1% for non-overlay sites.

The Overlay Paradox

Sites with overlay widgets score lower AND have higher critical violation rates

Average Score

With overlay59.3

76 sites (20.9%)

Without overlay65.1

287 sites (79.1%)

5.8 point gap

Critical Violation Rate

With overlay57.9%
Without overlay41.1%

16.8 point gap in critical violations

Most common violations on overlay sites: skip nav 85.5%, form labels 40.8%, image alt 36.8%. The overlay did not fix these. Overlay detection based on known widget script signatures in scanned HTML.

Sites with overlay widgets scored below the overall average and had a 16.8-point higher critical violation rate than non-overlay sites. The most common violations present on overlay sites were: skip navigation (85.5% of overlay sites), unlabeled form inputs (40.8%), and missing image alt text (36.8%). The overlay did not prevent any of these.

This finding is consistent with broader research. According to the EcomBack 2025 Annual ADA Report, 25% of 2024 ADA web lawsuits targeted sites using accessibility overlay tools. Overlays have also been the subject of standalone lawsuits alleging that the widgets themselves create additional barriers.

The Lawsuit Context

The legal exposure for non-compliant restaurant websites is not theoretical. According to the EcomBack 2025 Annual ADA Report:

1,368

Restaurant ADA web lawsuits filed in 2025

+80%

Increase from 758 lawsuits in 2024

67%

Of suits target companies under $25M revenue

25%

Of 2024 suits targeted sites with overlay widgets

Typical cost range (EcomBack 2025)

Settlement

$5,000 to $75,000

Defense costs

$30,000 to $175,000

Restaurants overtook fashion and apparel as the most-sued industry for web accessibility in 2025. The combination of high foot traffic, online ordering, and reservation systems creates multiple surfaces where accessibility failures can be documented by plaintiffs. Our data confirms this: 25.6% of scanned sites fall into the high-risk tier, and the clustering of violations means that a single demand letter citing one failure often points to several others on the same page.

Note: Lawsuit statistics are sourced from the EcomBack 2025 Annual ADA Report. OnePageAudit is not a law firm and this report is not legal advice. If you have received an ADA demand letter, consult an attorney.

What Restaurant Owners Should Do

The violations found in this scan are not exotic. They are the basics of HTML accessibility that have been in WCAG since version 1.0. Most can be fixed without redesigning the site.

Fix first
  • Add alt text to every image. Decorative images get alt="" (empty). Images that convey information need descriptive text.
  • Label every form input. Use <label> elements explicitly linked to their input via the for attribute. This is critical for reservation and ordering forms.
  • Add a skip navigation link as the first focusable element on the page.
Fix next
  • Audit all links for descriptive text. 'Click here' and empty anchor tags both fail WCAG 2.4.4.
  • Ensure your page has exactly one h1 element and a logical heading hierarchy.
  • Add a descriptive <title> tag to every page.
Review separately
  • If you have menu PDFs, audit them with a PDF accessibility checker. HTML menus are generally more accessible.
  • Remove or evaluate any accessibility overlay widget. It is not a compliance solution and increases your critical violation rate.
  • Test online ordering and reservation flows with keyboard-only navigation. Third-party widgets frequently fail this test.

Data and Sources

  • Restaurant websites were identified via public directories and scanned between March 15 and March 20, 2026.
  • Accessibility scores are produced by OnePageAudit's regex-based HTML analysis engine. The engine checks 9 WCAG-aligned criteria. Scores reflect detectable HTML-level violations only and are not a substitute for a full WCAG audit.
  • Statistical analysis (standard deviation, quartiles, Pearson correlation, Jaccard similarity coefficients) was computed from raw scan output. Pearson r between violation count and score: -0.625 (R² 0.391).
  • ADA lawsuit statistics: EcomBack 2025 Annual ADA Report, ecomback.com/ada-lawsuit-report-2025. OnePageAudit independently verified the 1,368 restaurant lawsuit figure cited in the report.
  • Platform detection is based on known script signatures and meta patterns in scanned HTML. Shopify, Webflow, and Wix samples are small (n<10) and should be treated as directional.
  • Overlay detection is based on known script signatures for common overlay products.
  • Risk tier exposure estimate uses the average $30,000 settlement figure from the EcomBack 2025 Annual ADA Report. It is not a legal prediction or guarantee.

Frequently Asked Questions

Are restaurant websites required to be ADA compliant?
Yes. Under ADA Title III, restaurants are places of public accommodation, and courts have consistently held that their websites must be accessible to people with disabilities. The DOJ has reinforced this position, and plaintiffs' attorneys are actively targeting restaurants: 1,368 restaurant ADA web lawsuits were filed in 2025 according to the EcomBack 2025 Annual ADA Report.
What are the most common ADA violations on restaurant websites?
In our scan of 363 restaurant websites, the most common violations were missing skip navigation (80.2% of sites), images without alt text (27.3%), and unlabeled form inputs (27.3%). Missing skip navigation is technically serious, while image alt text and form label issues are classified as critical under WCAG 2.1. Critically, these violations cluster together: 80 sites had both skip nav and form label violations simultaneously.
Do accessibility overlay widgets make restaurant websites ADA compliant?
No. In our scan, sites using overlay widgets scored an average of 59.3 out of 100, which is below the overall average of 63.9. Overlay sites also had a higher critical violation rate (57.9%) compared to non-overlay sites (41.1%). Overlay widgets do not fix underlying HTML accessibility issues and have been the subject of ADA lawsuits themselves. The EcomBack 2025 Annual ADA Report found that 25% of 2024 lawsuits targeted sites using accessibility overlays.
How much does an ADA lawsuit settlement cost a restaurant?
According to the EcomBack 2025 Annual ADA Report, settlements typically range from $5,000 to $75,000, and defense costs range from $30,000 to $175,000. Most lawsuits target smaller businesses: 67% of 2025 ADA web lawsuits targeted companies with under $25M in annual revenue. Based on an average $30,000 settlement, the 93 high-risk sites in our sample represent an estimated $2.79 million in collective exposure.

Scan your restaurant's website free

Get your ADA compliance score in under 60 seconds. See exactly which violations your site has and how to fix them. No account required.

Scan My Website Free at OnePageAudit.com

Free scan covers all 9 violation categories. Paid report ($19) includes full remediation guide.