PDF Tags
PDF tags are hidden labels within a PDF that describe the structure of its content, such as which text is a heading, a list, or a paragraph. These tags allow assistive technologies, like screen readers, to present the document's content in a logical, meaningful order to people with disabilities. A PDF that contains these labels is commonly called a 'tagged PDF.'
PDF tags form a set of standard structure types and attributes that define a logical structure tree for a PDF document, enabling page content (text, graphics, and images) to be extracted, reordered, and reused by assistive technology. Tags convey semantic roles and reading order, for example marking list content with list tags rather than relying on visual formatting alone. Applying correct, semantic tags is generally most reliable when done in the source authoring tool (such as Microsoft Word or OpenOffice) before export. Recognized references, including the Section 508 program guidance and the PDF 1.7 standard tag set, catalog common tags and their intended usage. Note that the presence of tags supports, but does not by itself guarantee, an accessible document; manual review and assistive technology testing are generally needed to confirm correct structure and reading order. This entry is informational and not legal advice.
Why it matters
PDF documents are widely used to distribute information, but a PDF that lacks proper tags can be difficult or impossible for assistive technology users to navigate. Without a logical structure tree, a screen reader may present content in an illogical order, fail to distinguish headings from body text, or read a list as an undifferentiated block of text. PDF tags supply the semantic roles and reading order that allow assistive technologies to extract and present content in a meaningful sequence, which is often what determines whether a document is usable for people with disabilities.
Because tags describe structure rather than appearance, they address problems that visual formatting alone cannot solve. A heading that merely looks large and bold conveys no structural meaning to a screen reader unless it is tagged as a heading. Similarly, list content marked only through visual indentation may not be announced as a list. Applying correct, semantic tags supports a more predictable and navigable experience, and it is generally most reliable when tags are created in the source authoring tool before the document is exported to PDF.
It is important to recognize that the presence of tags supports accessibility but does not by itself guarantee an accessible document. Tags can be incorrect, incomplete, or applied to the wrong content, and reading order can still be flawed. For this reason, manual review and testing with assistive technology are generally needed to confirm that structure and reading order are correct. This entry is informational and not legal advice; requirements can vary by context and evolve through regulation and case law.
Who it's relevant to
Inside PDF Tags
Common questions
Answers to the questions practitioners most commonly ask about PDF Tags.