Funeral-services websites serve a user population and a set of workflows that make accessibility not merely a legal compliance question but a matter of dignity and public trust. The users arriving at a funeral home's site are predominantly older, disproportionately grieving, and statistically likelier than the general population to be managing a disability of their own—surviving spouses in their seventies and eighties, family members with hearing loss watching a live-streamed service from a distant city, blind visitors trying to locate an obituary or submit a condolence. The core workflows of the sector—obituary publishing, online memorial guestbooks, live-stream funeral and memorial services, pre-need arrangements, flower and gift purchases, cemetery plot and columbarium sales, grief-resource libraries—are each freighted with accessibility failure modes that other small businesses do not face. A funeral home also operates at the intersection of multiple regulatory regimes: the Federal Trade Commission's Funeral Rule governs the disclosure of prices and services; state cemetery and funeral-services boards impose consumer-protection requirements on digital disclosures; ADA Title III applies to the funeral home as a place of public accommodation and to its website; and the European Accessibility Act applies to memorial providers serving EU residents. Plaintiffs' firms have begun including funeral homes in demand-letter campaigns, particularly those with multi-location networks operating statewide or nationally. The reputational exposure is equally sharp: a family that discovers the guestbook for their loved one is inaccessible to a blind cousin, or that the live-stream of a service had no captions for a deaf relative, is unlikely to return or to recommend the provider. This guide covers the legal framework, the sector-specific accessibility failures that recur across funeral and memorial sites, and a concrete compliance checklist for independent funeral homes as well as larger service networks.

Legal Requirements

Key Accessibility Issues in Funeral Services & Memorial Providers

Obituary Pages as Image-Only or Scanned-PDF Content

Obituaries are the highest-traffic pages on nearly every funeral-home site. Yet in a substantial fraction of the sector, obituaries are delivered as images of typeset text or as scanned PDFs of the printed obituary from the local paper. For a blind visitor trying to read the obituary of a parent or sibling, there is no accessible text to announce. The same failure mode extends to photograph galleries embedded within the obituary page.

How to fix:

Publish every obituary as semantic HTML: real text for the biography, proper heading structure (the decedent's name as H1), real date and location text. Include an accessible primary photograph with meaningful alt text ("Dorothy smiling in her garden, summer 2018"). Provide a downloadable PDF alternative only as a secondary format, and ensure that PDF is tagged and reading-order-correct.

Online Guestbooks With Inaccessible Submission Forms

Online guestbooks allow visitors to leave condolences and share memories. These forms frequently use custom-styled comment widgets that lack proper labels, require image CAPTCHAs for spam prevention, and fail to confirm submission accessibly. A mourning family member using a screen reader at 2 a.m. cannot reliably leave a message in the guestbook for their relative—a small but deeply meaningful failure.

How to fix:

Use visible, persistent <label> elements. Replace image CAPTCHAs with accessible alternatives: honeypot fields, Cloudflare Turnstile, or a short math-word challenge with an audio option (see WCAG 1.1.1 and 3.3.8 Accessible Authentication). Confirm submission success via a polite live region announcement and redirect focus back to the newly-posted message. Allow editing or deletion of submitted messages by the submitter through a link emailed to them at submission.

Live-Streamed Services Without Captions or Transcripts

Since 2020, live-streaming of funeral and memorial services has become near-universal; distant and disabled relatives rely on the stream as their only means of participation. Yet the vast majority of funeral-home live streams lack real-time captions, sign-language interpretation, or post-event transcripts. Deaf and hard-of-hearing family members are systematically excluded from the service.

How to fix:

Choose a streaming platform that supports real-time captioning (auto-caption at minimum, professional CART for larger services). Offer sign-language interpretation as a documented option for families who request it. Post a transcript of the service, or at minimum a text summary of the readings and eulogies, within 48 hours. Ensure the streaming embed on the obituary page is keyboard-accessible: play/pause, volume, caption toggle, and fullscreen must all be reachable by Tab.

Pre-Need Arrangement Portals With Inaccessible Authentication and Long Contracts

Pre-need arrangement portals—where a consumer funds their own funeral years in advance—are high-stakes, multi-step flows that include identity verification, long contracts, and payment. These portals frequently use SMS-OTP as the sole authentication method (a WCAG 3.3.8 failure for users without reliable SMS access), deliver contracts as scanned PDFs, and lack the error-prevention safeguards required by WCAG 3.3.4 (legal, financial, data).

How to fix:

Offer at least one authentication method that does not depend on SMS or cognitive puzzles (e.g., passkey, emailed magic link, or copy-paste-able code). Deliver contracts as tagged, semantic HTML with a downloadable tagged-PDF alternative. Implement review-and-confirm steps before submission; retain a copy of the completed contract in an accessible format in a customer account area. Provide an in-person or telephone alternative as a documented accommodation.

Floral and Memorial-Gift Purchase Flows That Exclude Assistive-Technology Users

The floral-purchase and memorial-gift pages integrated with obituary pages (often through FTD, Teleflora, or a local florist's embedded catalog) are frequently the least-accessible portions of the entire site. Product images lack meaningful alt text, the "send to the family" card message uses a rich-text editor without keyboard support, and the shipping-address flow often requires a ZIP+4 that screen-reader users struggle to format correctly.

How to fix:

Require a VPAT from embedded floral-catalog vendors; audit the live flow against WCAG 2.2 AA. Use labeled <textarea> or accessible rich-text editors (TinyMCE Accessibility Plugin, CKEditor 5 with A11y module) for card messages. Allow ZIP entry as either 5 or 9 digits; auto-format rather than validating strictly. Provide a phone-based ordering alternative clearly labeled for accessibility purposes.

Compliance Checklist

  • Obituaries are published as semantic HTML with real text, proper headings, and meaningful alt text on photos
  • Online guestbook submission forms have labels, accessible spam prevention, and accessible success confirmation
  • Live-streamed services include captions (real-time or professional CART) with transcripts available within 48 hours
  • Pre-need arrangement portal meets WCAG 2.2 AA authentication and error-prevention requirements
  • FTC Funeral Rule General Price List is provided in an accessible HTML format, not image-only or scanned PDF
  • Flower and memorial-gift purchase flows are keyboard- and screen-reader-accessible
  • All PDFs (pricing, pre-need contracts, service programs) are tagged and accessible
  • Color contrast meets 4.5:1 for body text and 3:1 for UI components and large text
  • Site has been audited against WCAG 2.2 AA within the past 12 months and findings tracked to remediation
  • Accessibility statement is published with contact channel for accommodations and last review date

Further Reading

Other Industry Guides