PDF Tagging for Remediation — Complete Guide for Accessibility 2026
If you're remediating PDFs, PDF tagging is the most important skill you need. PDF tags are the foundation of PDF accessibility — they provide the document structure that screen readers and assistive technologies need to navigate content. Without proper tags, even a perfectly scanned PDF remains inaccessible.
This comprehensive guide covers everything you need to know about PDF tagging for remediation — from what tags are and why they matter to how to add them, common mistakes, and best practices for PDF/UA compliance.
📌 Quick Answer — What is PDF Tagging?
PDF tagging is the process of adding structure information to a PDF document that screen readers can interpret. Tags identify headings, paragraphs, lists, tables, images, and form fields — similar to HTML tags. PDF tagging remediation is essential for ADA compliance, Section 508, and PDF/UA (ISO 14289).
✅ Fix Your PDF Tags
Use our free AI-powered PDF remediation tool to auto-tag and generate alt text for your PDFs.
Free PDF Remediation Tool →What is PDF Tagging?
PDF tagging is the process of adding structure information to a PDF document that screen readers can interpret. Tags identify the different parts of a document — headings, paragraphs, lists, tables, images, and form fields — similar to how HTML tags structure a webpage.
A tagged PDF contains a hidden tree structure that screen readers use to navigate and read the document. Without tags, a PDF appears as a single block of text with no structure, making it impossible for screen readers to interpret.
PDF tags are essential for:
- Screen reader navigation: Users can jump between headings, read lists, and navigate tables
- Logical reading order: Content reads in the correct sequence
- Alt text for images: Screen readers announce image descriptions
- Form field identification: Screen readers announce field purposes
- Table navigation: Screen readers announce row and column headers
- WCAG compliance: Tags are required by multiple WCAG success criteria
📊 PDF Tagging Statistics
- 80% of PDFs fail basic accessibility checks due to missing tags
- Untagged PDFs are completely inaccessible to screen reader users
- PDF/UA requires all content to be tagged
- WCAG 1.3.1 requires proper document structure (tags)
- Section 508 requires all federal PDFs to be tagged
Common PDF Tag Types
Here are the most common PDF tag types and their purposes:
| Tag Type | Purpose | Screen Reader Announcement |
|---|---|---|
| <H1> - <H6> | Headings | "Heading level 1, [text]" |
| <P> | Paragraphs | Reads paragraph text |
| <Figure> | Images with alt text | "Image, [alt text]" |
| <Table> | Tables with headers | "Table, row 1 column 1..." |
| <Form> | Form fields | "Form field, [label]" |
| <Link> | Hyperlinks | "Link, [text]" |
| <Lbl> <LBody> | Lists | "List item, [text]" |
How to Add Tags to a PDF
Method 1: Auto-Tag in Adobe Acrobat Pro
The easiest way to add tags to a PDF is using Adobe Acrobat Pro's auto-tag feature:
- Open your PDF in Adobe Acrobat Pro DC
- Go to Tools → Accessibility → Add Tags to Document
- Acrobat will automatically add tags to the document
- Review the tags in the Tags panel (View → Show/Hide → Navigation Panels → Tags)
- Fix any tagging errors manually
Add tags to document is the first step in PDF remediation. Adobe Acrobat accessibility features include automatic tagging.
Method 2: Manual Tagging in Adobe Acrobat Pro
For more control, you can manually tag a PDF:
- Open your PDF in Adobe Acrobat Pro DC
- Go to View → Show/Hide → Navigation Panels → Tags
- Right-click on the Tags panel and select Create Tag Root
- Add tags manually using the Touch Up Reading Order tool
- Assign tags to content elements (headings, paragraphs, images, tables)
Method 3: Create Accessible PDF from Source Document
The best way to get proper tags is to create them from the source document:
- From Microsoft Word: Check "Document structure tags for accessibility" when saving as PDF
- From Adobe InDesign: Check "Create Tagged PDF" when exporting
- From Google Docs: Use "Download as PDF" — tags may be limited
Creating accessible PDFs in Word or creating accessible PDFs in InDesign is the best approach. Create tagged PDF should always be checked during export.
How to Check PDF Tags
Method 1: Tags Panel in Adobe Acrobat Pro
Open the Tags panel (View → Show/Hide → Navigation Panels → Tags) to view the tag tree. Expand the tags to see the document structure.
Method 2: Accessibility Full Check
Run Tools → Accessibility → Full Check in Adobe Acrobat Pro. The checker will identify tagging issues.
Method 3: Use Our Free PDF Accessibility Checker
Upload your PDF to our free PDF accessibility checker for automated tag checking.
Method 4: Test with a Screen Reader
Open the PDF in Adobe Acrobat Reader, enable NVDA or VoiceOver, and navigate through the document. If you can't navigate by headings, the tags are missing or incorrect.
Common PDF Tagging Mistakes
1. Untagged PDF
Issue: PDF has no tags at all.
Fix: Use Add Tags to Document in Adobe Acrobat Pro.
Screen Reader Impact: "Adobe reading untagged document" warning. Screen readers cannot interpret the document.
2. Incorrect Heading Tags
Issue: Headings are tagged as paragraphs or using wrong heading levels (e.g., H1 → H3 skipping H2).
Fix: Use the Tags panel to correct heading levels.
Screen Reader Impact: Users can't navigate by headings properly.
3. Missing Alt Text in Figure Tags
Issue: Figure tags are present but have no alt text.
Fix: Right-click the Figure tag → Properties → Add alt text.
Screen Reader Impact: Screen reader says "image" or skips the image entirely.
4. Incorrect Reading Order
Issue: Tags are in the wrong order in the tag tree.
Fix: Use the Tags panel to reorder tags.
Screen Reader Impact: Content reads in wrong sequence.
5. Missing Table Headers
Issue: Tables are tagged but headers aren't identified.
Fix: Use the Table Editor in Acrobat Pro.
Screen Reader Impact: Screen readers can't announce column/row headers.
PDF Tagging Best Practices
1. Start with Accessible Source Documents
Creating accessible PDFs in Word or InDesign is the best approach. Use proper heading styles, add alt text, and use correct table structures in the source document.
2. Use Proper Heading Structure
Maintain hierarchical heading structure (H1 → H2 → H3). Don't skip levels. This allows screen reader users to navigate efficiently.
3. Add Alt Text to All Images
All meaningful images must have descriptive alt text in the Figure tag. Decorative images can have empty alt text (alt="").
4. Ensure Logical Reading Order
Tags should follow the visual reading order (top to bottom, left to right). Reorder tags in the Tags panel if necessary.
5. Identify Table Headers
Tables must have header rows identified. Use the Table Editor in Acrobat Pro to mark header rows.
6. Use the Accessibility Full Check
Always run the Accessibility Full Check in Adobe Acrobat Pro to identify tagging issues.
7. Test with Screen Readers
Always test your tagged PDF with actual screen readers (NVDA, JAWS, VoiceOver).
PDF Tagging Checklist
✅ PDF is tagged (not "untagged")
✅ Heading tags follow hierarchical order (H1 → H2 → H3)
✅ All images have alt text in Figure tags
✅ Tables have header rows identified
✅ Form fields have proper labels
✅ Reading order is logical (top to bottom, left to right)
✅ Document language is specified
✅ Document title is set
✅ Bookmarks exist for long documents (25+ pages)
✅ Accessibility Full Check passes in Acrobat Pro
🏷️ Fix Your PDF Tags Today
Use our free AI-powered PDF remediation tool to auto-tag and generate alt text for your PDFs.
Free PDF Remediation Tool →No signup. Instant results. WCAG 2.1 AA.
Frequently Asked Questions — PDF Tagging
🔍 Check Your PDF Tags Today
Free PDF accessibility checker — no signup required.
Free PDF Accessibility Checker →Internal Links — PDF Accessibility Resources
- 📄 Free PDF Accessibility Checker
- 🤖 Free PDF Remediation Tool
- 🇺🇸 ADA Compliance Checker
- ⌨️ Keyboard Navigation Checker
- 📢 Screen Reader Checker
- 🎨 Color Contrast Checker
- ⚖️ ADA Title II & III — Full Guide
- 🇪🇺 European Accessibility Act (EAA)
- 📜 Section 508
- 🇨🇦 AODA
- 📖 What is PDF Accessibility? — Blog #1
- 📖 PDF Accessibility Checker — Blog #2
- 📖 PDF Tagging Guide — Blog #3
- 📖 PDF Reading Order — Blog #4
- 📖 PDF Alt Text — Blog #5
- 📖 What is PDF Remediation? — Blog #1
- 📖 PDF Remediation Tools — Blog #2
- 📖 Scanned PDF Remediation — Blog #3
- 📖 Accessible PDF Guide (Existing)
- 📖 PDF Remediation Guide (Existing)
💬 Comments (0)