What Are PDF Tags? The Structure Behind Accessible PDFs
A PDF can look perfect on screen and still be completely inaccessible. That is because what you see — the visual layout — is separate from the underlying structure that assistive technology reads. That structure is the tag tree, and the elements in it are PDF tags.
What a tag actually is
A tag labels a piece of content with its role: this is a heading, this is a paragraph, this is a list item, this is a table cell, this is a figure. Tags are organized into a tree that mirrors the logical structure of the document, and a screen reader walks this tree to understand and announce the content.
Why tags matter
- They define reading order — the sequence content is announced in, independent of where it sits on the page.
- They convey semantics — a screen reader can say "heading level 2" or "list, 5 items" only because the tags say so.
- They enable navigation — users jump between headings, links, and tables using the tag structure.
- They let content reflow correctly on small screens and when zoomed.
Tagged vs untagged
An untagged PDF has no structure tree at all. A screen reader can sometimes guess at the text, but reading order is unreliable and there is no way to navigate by heading or understand tables. A correctly tagged PDF gives assistive technology everything it needs.
Auto-tagging (in Acrobat, or on export from Word) creates the tree automatically, but it is rarely perfect. Always review reading order and element types afterward.
How to add tags to a PDF
- 1If you have the source file, turn on real styles (headings, lists, table headers) and re-export — the tags come with it.
- 2For a PDF-only document, use Acrobat Pro: All tools > Prepare for accessibility > Autotag document.
- 3Open the Tags panel and check that the structure matches the visual content.
- 4Correct mis-tagged elements, fix reading order, then re-run the accessibility check.
You can upload any PDF here to see instantly whether it is tagged and what structure issues it has.