RatedWithAI

RatedWithAI

Accessibility scanner

BlogADA Compliance by Industry

Bakery Website ADA Compliance 2026: Complete Guide for Bakers & Pastry Shops

By RatedWithAI Team9 min read

Key Takeaways

  • Bakeries are covered by ADA Title III as food or drink establishments — no size threshold
  • Cake portfolio galleries without alt text and PDF menus as scanned images are common failures
  • Allergen information presented only with color coding (no text labels) violates WCAG 1.4.1
  • Custom cake order forms must have proper field labels, not just placeholder text
  • Free accessibility scan at RatedWithAI — check your bakery website before a plaintiff's attorney does

Bakeries are not the most obvious target for ADA website compliance enforcement — but they face the same legal exposure as any other food service business. As more bakeries add online ordering, custom cake request systems, and digital menus, the surface area for accessibility violations has grown considerably.

This guide explains why bakeries are covered by the ADA, where bakery websites most commonly fail accessibility standards, and the practical steps to reduce your legal exposure.

Why Bakeries Are Covered by the ADA

ADA Title III covers any private business that is a "place of public accommodation" within one of 12 statutory categories. Bakeries fall squarely within the "food or drink establishment" category — the same category that covers restaurants, coffee shops, and cafes.

The Department of Justice has consistently held that the websites of Title III-covered entities must be accessible to people with disabilities. The DOJ's 2024 final rule establishing WCAG 2.1 Level AA as the applicable standard for state and local government websites has also reinforced the expectation that private food service businesses follow the same technical standard.

There is no minimum size exemption. A home-based cake decorator who takes custom orders through an online form has the same Title III website obligations as a regional bakery chain with a full e-commerce ordering system.

What Makes Bakery Websites Vulnerable

Bakery websites share specific content patterns that create predictable accessibility failures:

  • Cake and product gallery images without alt text. Most bakery websites lead with visual portfolios of custom cakes, pastries, and baked goods. Without descriptive alt text, these images are invisible to screen reader users. This is a direct WCAG 1.1.1 (Non-text Content) violation.
  • PDF menus as scanned images. Many bakeries post their product menus as PDFs — and many of those PDFs are scanned images of printed menus. A scanned image PDF cannot be read by a screen reader at all. This completely blocks access to your product catalog for blind or low-vision customers.
  • Allergen information in color-only charts. Bakeries deal with serious allergens (gluten, nuts, dairy, eggs). It's common to present allergen information in a table with color-coded indicators. If color is the only way to distinguish "contains" from "does not contain," visually impaired users and color-blind users cannot access this safety-critical information.
  • Custom cake and special order forms. Online order intake forms for custom cakes, event orders, and wholesale inquiries frequently have unlabeled fields (placeholder text only), missing error messages, and inaccessible date pickers for pickup scheduling.
  • Third-party online ordering integrations. Bakeries using platforms like Toast, Square, Slice, or custom WooCommerce stores inherit accessibility failures from those platforms — and under Title III, the bakery remains responsible.
  • Auto-advancing photo carousels. Hero slideshows that cycle through product photos automatically violate WCAG 2.2.2 (Pause, Stop, Hide) if there is no pause control, and can be disorienting for users with cognitive disabilities.

Priority Fixes for Bakery Websites

1. Product Gallery Alt Text

Your cake and product photos are the centerpiece of your bakery website — and the most common source of WCAG 1.1.1 violations:

  • Write descriptive alt text for each product image. Good alt text for bakery photos conveys the product and its key characteristics: "Three-tier white fondant wedding cake with sugar flower cascade" or "Assorted French macarons in pastel colors on a wooden board."
  • For decorative or atmospheric photos (background textures, flour dusting shots, kitchen ambiance) that add no product information, use an empty alt attribute: alt="". Screen readers will skip these.
  • If your website is on Squarespace, Wix, Shopify, or WordPress, add alt text through the image editing interface in your CMS — not by hand-coding HTML.
  • Prioritize images on your homepage, menu page, and most-visited product category pages. These are the most common targets in automated accessibility scanning and demand letter citations.

2. Menu Accessibility

Your product menu must be accessible in text form, not just as an image:

  • If your menu is currently a PDF, check whether it was created from a design program (tagged PDF with readable text) or is a scanned image. Use Adobe Acrobat's "Read Out Loud" function to test: if nothing is read, the PDF is inaccessible.
  • The most accessible menu format is an HTML page with your product list as text. This is also better for SEO. Consider a simple menu page with product categories, names, descriptions, and prices in plain HTML.
  • If you must use a PDF, recreate it from your design software with accessibility tagging enabled. In InDesign, enable "Tagged PDF" on export. In Word, use "Save as PDF" with the accessibility options checked.
  • Seasonal or rotating menus that change frequently should be updated in HTML rather than re-uploading new PDFs. This also makes it easier to maintain alt text and accessibility tags over time.

3. Allergen Information

Allergen content has both legal (ADA) and safety implications:

  • Never rely on color alone to convey allergen presence. If your allergen chart uses red for "contains" and green for "free," add text labels ("Contains" / "Free") alongside the color indicators to meet WCAG 1.4.1 (Use of Color).
  • HTML tables for allergen data must have proper header cells (<th> elements) with scope attributes so screen readers can announce which allergen each cell corresponds to.
  • Consider adding a plain-text allergen statement below each product description: "Contains: wheat, dairy, eggs. Free from: nuts, soy." This is the most accessible and legally defensible format.
  • If you offer a "custom allergy request" or substitution service, make sure the contact form or inquiry path for this is fully accessible — labeled fields, keyboard operable, clear error messages.

4. Custom Cake Order Forms

Custom cake request forms are business-critical — and frequently inaccessible:

  • Every input field must have a visible, persistent label — not just placeholder text. When a user tabs into a field, the placeholder text disappears, leaving the field unlabeled for screen reader users.
  • Date pickers for order pickup or delivery scheduling must be keyboard-operable. Test by tabbing to the date field and attempting to select a date using only keyboard inputs.
  • File upload fields (for reference images of cake designs) need proper labels and clear instructions. Screen reader users need to know what file formats are accepted and any size limits.
  • Error messages must be descriptive ("Please enter a pickup date at least 5 days in advance") and programmatically associated with the field that caused the error — not just a generic "Please fix the errors above" banner.
  • Multi-step order forms must allow backward navigation and preserve form data when going back. Users who need to correct information on a previous step should not lose all their entries.

5. Online Ordering System Accessibility

If you use a third-party platform for online orders, you are still responsible for the accessibility of that experience:

  • Test your entire checkout flow end-to-end using only keyboard navigation. Tab through product selection, quantity adjustment, cart, and payment fields without touching a mouse.
  • Request a VPAT or accessibility conformance report from your ordering platform. Square, Toast, Shopify, and WooCommerce all have some accessibility documentation available.
  • Display a phone ordering option prominently near your online ordering entry point. This demonstrates good-faith accommodation and provides an accessible alternative for customers who cannot use the digital ordering system.
  • If your platform has significant known accessibility failures and the vendor is unresponsive, document your remediation requests in writing. This good-faith record is relevant in settlement negotiations.

What to Do If You Receive an ADA Demand Letter

If your bakery receives an ADA demand letter about website accessibility:

  • Don't ignore it. Demand letters have response windows. Ignoring them escalates to federal court litigation, which costs substantially more than settlement.
  • Consult an ADA defense attorney before responding. California (Unruh Act, $4,000 per violation), New York, and Florida impose state-level damages beyond Title III's injunctive relief — these states generate a disproportionate share of demand letters.
  • Begin remediation immediately and document every step. Good-faith remediation effort is a significant factor in settlement negotiations.
  • Don't install an overlay widget as a quick fix. Overlay widgets (accessiBe, UserWay) don't reliably resolve underlying code failures and won't protect you from continued litigation.

Getting Compliant: Next Steps for Bakeries

  1. Run a free automated scan on your homepage, menu page, and order form. The free scanner at RatedWithAI identifies the most common WCAG violations in minutes.
  2. Audit your menu format. If your menu is a scanned PDF image, replace it with either a tagged PDF or an HTML menu page. This is usually the highest-impact single fix for bakeries.
  3. Add alt text to product photos. Start with your homepage gallery and most-visited category pages.
  4. Check your allergen information. Ensure allergens are communicated in plain text, not only by color coding.
  5. Audit your custom cake form. Verify every field has a real label, test the date picker with keyboard-only navigation, and ensure error messages are descriptive.
  6. Test your online ordering flow with keyboard-only navigation and note every point where you get stuck.
  7. Display a phone ordering alternative prominently near your online ordering entry point.

Sponsored

Also audit your site's full technical health

SEMrush Site Audit checks 130+ issues — missing alt text, broken links, slow pages. Free crawl up to 100 pages, no credit card required.

Try SEMrush Free →

Frequently Asked Questions

Are bakeries required to have ADA-compliant websites?

Yes. Bakeries and pastry shops are places of public accommodation under ADA Title III as 'food or drink establishments' — one of the 12 statutory categories. The Department of Justice has consistently held that the websites of Title III-covered entities must be accessible to people with disabilities. There is no minimum size threshold: a home-based cake decorator with a website takes online orders has the same Title III obligations as a multi-location bakery chain. The applicable technical standard is WCAG 2.1 Level AA.

What ADA accessibility issues are most common on bakery websites?

The most frequent accessibility failures on bakery websites include: (1) Product photos and cake portfolio images without descriptive alt text, (2) Online ordering systems with inaccessible date/time pickers or unlabeled form fields, (3) Custom cake request forms with poor label associations and no clear error messages, (4) PDF menus that are scanned images and cannot be read by screen readers, (5) Allergen information presented only as color-coded charts with no text alternative, (6) Flash or slideshow carousels without pause controls that auto-advance without warning.

Do allergen menus need to be accessible?

Yes — and allergen menus are especially important because they involve safety-critical information. Common accessibility failures in allergen content include: (1) Using color alone to indicate allergen presence (e.g., red dots for gluten) without a text label — violates WCAG 1.4.1 (Use of Color), (2) Allergen tables that are images rather than HTML tables — screen readers cannot interpret image-based tables, (3) PDF allergy guides that are scanned images without OCR text extraction or accessibility tagging, (4) Popups or tooltips with allergen details that are keyboard-inaccessible. All allergen information must be available in plain text format that screen readers can parse.

Does my online cake ordering form need to be ADA accessible?

Yes. Your custom cake request or online ordering form is a business-critical function — a customer who cannot complete the form due to accessibility barriers is prevented from making a purchase, which is exactly what ADA Title III prohibits. Requirements: (1) Every form field must have a visible, programmatically-associated label (not just placeholder text that disappears on input), (2) Date pickers for pickup/delivery scheduling must be keyboard-operable, (3) File upload fields for reference images must have proper labels and instructions, (4) Error messages must be descriptive, persistent, and linked to the field that caused them, (5) Multi-step order forms must maintain context and allow backward navigation.

Can a small home bakery be sued for ADA website violations?

Yes. ADA Title III has no revenue or employee threshold, and any business operating as a place of public accommodation — including home-based bakeries that take orders online — can receive demand letters. Small bakery settlements typically range from $3,000 to $8,000 plus plaintiff attorney fees. Bakeries are particularly vulnerable because they often have image-heavy websites (cake portfolio galleries without alt text), PDF menus that are scanned images, and third-party ordering widgets that were never accessibility-tested. California (Unruh Act) imposes additional $4,000 statutory damages per violation on top of federal Title III remedies.

Check Your Bakery Website for Free

Find out how many WCAG violations your bakery website has before a plaintiff's attorney does. The RatedWithAI free scanner checks for the most common accessibility failures that trigger ADA demand letters against food service businesses.

Scan Your Website Free →