PDF Tagging Guide — How to Tag PDFs for Accessibility 2026

If you've ever wondered "what is PDF tagging?" — you're not alone. PDF tagging is the foundation of PDF accessibility. Without proper tags, screen readers cannot interpret the structure of your PDF document, making it completely inaccessible to blind and visually impaired users.

This comprehensive guide covers everything you need to know about PDF tagging — from what tags are and why they matter to how to add tags, common tagging mistakes, and best practices.

📌 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. A tagged PDF is the foundation of PDF accessibility and is required by WCAG 2.1, ADA, Section 508, and PDF/UA (ISO 14289).

✅ Test Your PDF's Tags

Use our free PDF accessibility checker to test if your PDF has proper tags and structure.

Free PDF Accessibility Checker →

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:

📊 PDF Tagging Statistics

Why PDF Tagging Matters

PDF tagging is essential for several reasons:

1. Screen Reader Compatibility

PDF screen reader compatibility depends entirely on proper tags. Screen readers like NVDA, JAWS, and VoiceOver use tags to navigate and read PDF content. Without tags, screen readers cannot interpret the document structure.

Adobe reading untagged document warning appears when a PDF has no tags — screen readers cannot interpret untagged documents properly. Adobe pdf screen reader compatibility depends on proper tagging.

2. Legal Compliance

ADA compliance for PDF documents requires proper tags. ADA compliant PDF files must be tagged. Section 508 PDF compliance requires all federal agency PDFs to be tagged. WCAG pdf compliance requires proper document structure.

ADA accessible PDF documents must include proper tags. Inaccessible ADA pdfs that are untagged have been the subject of numerous lawsuits.

3. Logical Reading Order

Tags ensure that content reads in the correct sequence. Without tags, screen readers may read content in the wrong order, confusing users.

4. Navigation

Tags allow screen reader users to navigate by headings, lists, and tables. This is essential for efficient document navigation.

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:

  1. Open your PDF in Adobe Acrobat Pro DC
  2. Go to Tools → Accessibility → Add Tags to Document
  3. Acrobat will automatically add tags to the document
  4. Review the tags in the Tags panel (View → Show/Hide → Navigation Panels → Tags)
  5. 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:

  1. Open your PDF in Adobe Acrobat Pro DC
  2. Go to View → Show/Hide → Navigation Panels → Tags
  3. Right-click on the Tags panel and select Create Tag Root
  4. Add tags manually using the Touch Up Reading Order tool
  5. 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:

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

📢 Test Your PDF's Tags

Free PDF accessibility checker — scan your PDF documents for proper tags and structure.

Free PDF Accessibility Checker →

No signup. Instant results. WCAG 2.1 AA.

Frequently Asked Questions — PDF Tagging

❓ What is a tagged PDF?
A tagged PDF contains structure information (headings, paragraphs, lists, tables) that screen readers can interpret. PDF tags are similar to HTML tags and are the foundation of PDF accessibility.
❓ How do I add tags to a PDF?
Use Adobe Acrobat Pro → Tools → Accessibility → Add Tags to Document. You can also create tags automatically when exporting from Word or InDesign by checking "Create Tagged PDF."
❓ Why is PDF tagging important for accessibility?
PDF tagging is essential because screen readers use tags to navigate and read PDF content. Without tags, a PDF is completely inaccessible to blind and visually impaired users.
❓ What is the difference between a tagged and untagged PDF?
A tagged PDF has structure information that screen readers can interpret. An untagged PDF appears as a single block of text with no structure, making it inaccessible to screen reader users.
❓ How do I check if my PDF has tags?
Open the PDF in Adobe Acrobat Pro and check the Tags panel (View → Show/Hide → Navigation Panels → Tags). Use our free PDF accessibility checker for automated testing.

🔍 Check Your PDF Tags Today

Free PDF accessibility checker — no signup required.

Free PDF Accessibility Checker →

Internal Links — PDF Accessibility Resources

Share