Which documents to prioritize for accessibility remediation
No public entity remediates a multi-thousand-document estate at once. The practical question is which documents to fix first, in what order, with what method.
Why prioritization is the question
For most public entities, the document estate accumulated over a decade or more of operations runs into the thousands of documents. Per-page remediation cost multiplied by document count is the dominant line item in a realistic compliance budget. Treating every document as equal priority produces either an unworkable budget or a stalled program.
The DOJ rule does not require simultaneous remediation of every document. It requires WCAG 2.1 AA conformance for covered web content by the applicable deadline. A defensible compliance posture is a documented prioritization plan being executed against, not a finished estate.
Four priority factors
Four factors drive almost every realistic prioritization decision. Most entities weight these informally; making the weighting explicit is what turns "we'll get to it" into a queue.
1. Use
How often is the document accessed? A current class schedule, an in-effect board policy, a current admissions form, or a current permit application is high-use. A 2019 special meeting agenda is low-use. Use is the single best proxy for the cost of inaccessibility to actual people.
Web analytics give a direct read on use: page views on the document landing page, click-throughs from listing pages, downloads. Where analytics are not available, frequency of internal reference (linked from current pages, called out in current notices) is a reasonable substitute.
2. Recency
Recent documents tend to be relied on more. They are also typically born-digital and cheaper to remediate. A document published last month is both more important to fix and easier to fix than the same document type from 2014.
Recency interacts with use: a recently published document with high use is the highest-value remediation target.
3. Legal and procedural weight
Some documents carry compliance weight beyond accessibility: board agendas and minutes under open meetings laws, official notices, recorded actions, accreditation documents, audited financials, formal procurement documents. Failures on these documents implicate more than the ADA.
A separate consideration: documents that establish official position (policies, AP/BP manuals, board resolutions) are durable and durable failures.
4. Complaint and litigation exposure
Documents tied to processes that affect specific people in identifiable ways carry the highest complaint risk. Admissions, financial aid, registration, permits, voter information, public benefits applications, employment applications. A specific complainant with a specific blocked transaction is the standard fact pattern in OCR complaints and private litigation.
A simple ranking model
A workable model assigns each document a score from each of the four factors, then ranks. The point is not numerical precision; it is forced explicit comparison.
| Factor | Low (1) | Medium (2) | High (3) |
|---|---|---|---|
| Use | Rarely accessed; not linked from current pages | Periodic access; linked from secondary pages | Frequent access; linked from homepage or top nav |
| Recency | 5+ years old, no annual cycle | 1 to 5 years old, or annual republication | Published this year; current cycle |
| Legal weight | Informational only | Operational reference | Board record, official notice, accreditation, financial audit |
| Complaint exposure | Internal reference | Public reference | Tied to a specific applicant, student, or constituent process |
Sum the four scores. Maximum is 12, minimum is 4. The score is a ranking aid, not an absolute. Documents that score 10 or above are first-wave remediation candidates. Documents at 4 or 5 are candidates for the archived-content exception analysis rather than immediate remediation work.
Practical tiers
For planning, scoring usually collapses to three tiers:
Tier 1: Remediate now
Score 10 or above. Current, high-use, public-facing or transaction-tied documents. These are the documents that will be linked from outreach by complainants. Remediate first; remediate well.
Tier 2: Remediate on cycle
Score 7 to 9. Recurring documents (agendas, minutes, schedules, catalogs) and reference materials that will be republished or updated in normal operations. Build accessibility into the authoring and publishing workflow rather than catching up retroactively.
Tier 3: Evaluate for exception or replacement
Score 4 to 6. Old, low-use documents. Three options per document: remediate, remove (if no longer needed), or document the exception analysis (archived content, preexisting electronic documents) per 28 CFR Part 35 Subpart H (Source: 28 CFR § 35.201 and § 35.202 ) .
Exception analysis is narrower than it sounds and should not be the default. Documents linked from active pages, used in current programs, or referenced in current operations generally do not qualify.
Edge cases worth flagging
Documents linked from third-party sites
A board agenda PDF on the entity's website may be linked from local news sites, advocacy groups, or social media posts. Removing it breaks those links. Replacing the URL with an HTML alternative preserves access. Keep this in mind before adopting a "remove low-priority documents" workflow without redirects.
Documents in active litigation or records requests
A document under a current public records request, in active litigation, or under a preservation hold should not be modified without coordination with counsel. Tag it for remediation, but pause the work until cleared.
Documents from third-party authors
Accreditation documents drafted by an accreditation body, grant documents drafted by a funder, vendor reports incorporated into a board packet. The entity is responsible for accessibility of content it provides or makes available, regardless of who authored it. Procurement and vendor management workflows should address this prospectively; retroactively, the entity has to remediate or replace.
Documents that change frequently
Documents on weekly or monthly publication cycles (board agendas, athletic schedules) accumulate fast. Building accessibility into the authoring workflow yields more return than periodic catch-up remediation passes.
Where to start
For an entity beginning prioritization work without an existing inventory, a sensible sequence is:
- Inventory. List all PDFs and Office documents on public-facing sites. A site crawler or directory listing produces a first-pass inventory in hours, not weeks.
- Sample-score. Score 30 to 50 documents from the inventory across the four factors. The point is calibration, not coverage; this builds the team's intuition for the ranking model.
- Identify Tier 1. Apply the model to the full inventory at a coarse level. Even an approximate first pass surfaces the documents that obviously belong in the first wave.
- Remediate Tier 1. Start work. Track per-document time so future budgeting reflects real cost, not estimated cost.
- Build authoring guidance. Tier 2 documents will keep being published. Address authoring upstream while remediating Tier 1 downstream.
For document estate sizing in advance of inventory work, see How many documents do we have to fix? For the decision between remediating a PDF versus converting it to HTML, see HTML vs. remediation.