If your firm's site has more than ten PDFs — intake forms, retainer templates, attorney bios, practice-area sheets, court forms — you almost certainly have an accessibility risk concentrated there. Plaintiff firms know this and demand letters increasingly cite PDFs by name.

Why PDFs specifically

Three reasons PDFs are uniquely problematic on law firm sites:

  1. They're often scanned. A firm scans a paper intake form, uploads the resulting PDF, and links it. Scanned PDFs are images of text — completely opaque to screen readers without OCR + tagging.
  2. Even native PDFs frequently lack tagged structure. A PDF generated by Word or Pages won't be accessible by default — tagging is a separate post-processing step most firms skip.
  3. They proliferate. Marketing adds a new attorney bio PDF, a paralegal uploads a court form, a partner shares a practice description. None of them get accessibility-checked because there's no workflow for it.

A typical 30-attorney firm site has 50–200 PDFs. Auditing them by hand is genuinely tedious.

What plaintiff firms cite when they cite PDFs

The same handful of issues, repeatedly:

  • Untagged structure — no headings, no reading order, no semantic structure for screen readers.
  • Missing alt text on images inside the PDF — firm logos, attorney photos, signatures.
  • Form fields without labels — most intake-form PDFs have unlabeled fields.
  • Reading order mismatched to visual order — common with multi-column layouts.
  • No document language declaredlang is missing from the PDF metadata.
  • Title not set — Acrobat shows the filename instead of a meaningful title.

These show up in demand letters as discrete countable issues, which makes the demand letter look longer and more authoritative.

The realistic remediation paths

There are three honest options, in order of effort:

Option 1: Replace PDFs with HTML pages

Best long-term outcome. Every intake form, attorney bio, practice description, and FAQ becomes a real HTML page on your site. Pros: accessible by default if your CMS templates are accessible, better for SEO (PDFs rank poorly), easier to maintain. Cons: takes work upfront.

For most firms, this is the right answer for everything except true documents (court forms, signed agreements). Marketing sheets, attorney bios, practice descriptions — these should be HTML, not PDF.

Option 2: Remediate existing PDFs

Open each PDF in Acrobat Pro, run Tools → Accessibility → Autotag Document, then manually fix what autotag misses. Add alt text, set reading order, label form fields, set language and title.

For a typical firm with 50–100 PDFs, budget 30–60 minutes per PDF for remediation. So 25–100 hours of work, plus quality review. A specialist firm will do it for $50–$150 per PDF.

Option 3: Remove non-essential PDFs

Sometimes the right answer is "we don't actually need this PDF on the site." Marketing sheets that haven't been opened in 18 months. Bios of attorneys who left two years ago. Court forms that are also available on the court's site. Audit your PDFs by inbound traffic; remove anything no one is actually downloading.

Most firms find 30–50% of their PDFs fall in this bucket.

Workflow recommendations

To prevent PDFs from becoming a recurring risk:

  1. No new PDFs without an accessibility check. Add a step to your content workflow: any new PDF gets remediated before it's uploaded.
  2. Inventory every PDF. A simple spreadsheet: filename, uploaded date, accessibility-checked yes/no, last reviewed.
  3. Periodic audit. Quarterly: scan inbound link reports, find PDFs that haven't been opened, prune.
  4. Prefer HTML. When in doubt, the new attorney bio is an HTML page, not a PDF.

Does the scanner check PDFs?

SEO Score API checks for PDF presence on the page and surfaces it. Full PDF accessibility analysis (tagged structure, reading order, alt text inside the PDF) requires opening the PDF in a tool like Acrobat Pro or pac (PDF Accessibility Checker). We surface that the risk exists; remediation tooling is separate.

What about court-issued PDFs we can't modify?

Some PDFs are issued by courts and can't be remediated by your firm. Two reasonable approaches: link to the court's official version on the court's site (so any accessibility responsibility passes to them), and provide an HTML alternative on your site that mirrors the form's content with a note that the official filing must be the court PDF.

Is there a quick win that materially reduces risk?

Yes — three things, in this order:

  1. Add alt="" (empty alt) to any decorative image in the PDF, and substantive alt text to logos and attorney photos.
  2. Set the document title in the PDF properties (File → Properties → Title).
  3. Set the document language (File → Properties → Advanced → Language).

These three changes take 30 seconds per PDF and address several of the most-cited issues at once. Not a substitute for full remediation, but a meaningful reduction in low-effort claim surface.


Run a free scan of your firm's site → — we'll surface the PDFs and the SEO/accessibility issues on the public pages, so you can prioritize.