The document needs a title
PDF/UA check
DOC_TITLE· Document level · severity Low · PDF/UA 8.11.1 Metadata
Why it matters
The document title appears in browser tabs and screen reader announcements. Without a meaningful title, users cannot identify the document when switching between windows or bookmarking it.
What you will see
The PDF has no title set in its metadata, so viewers and screen readers fall back to the file name.
How to fix
Set a descriptive document title in the XMP metadata (dc:title) and the document information dictionary (/Title). In Acrobat: File > Properties > Description > Title.
Step-by-step guide
- Open File > Properties > Description in Acrobat Pro and enter a meaningful, human-readable title that identifies the document (the cover title, not the filename).
- Save the file. Acrobat writes the title to both the document information dictionary (/Title) and the XMP metadata (dc:title); PDF/UA-2 clause 8.11.1 requires the dc:title entry in the Metadata stream of the document catalog.
- If the file was produced by an older generator that only sets /Title, confirm the XMP side: File > Properties > Description > Additional Metadata should show the same title in Document Title (dc:title); re-saving from the Description tab keeps both in sync.
- Fix at the source where possible: set the title in the authoring application (Word: File > Info > Title; InDesign: File > File Info) before exporting to PDF, so future exports keep it.
- Pair this fix with the Display Document Title viewer preference (File > Properties > Initial View > Show: Document Title) so viewers show this title instead of the filename - that setting is validated separately by rule METADATA_DISPLAY_TITLE.
Verify: Re-run the EQChecker scan; DOC_TITLE should now pass. Acrobat's accessibility check should pass the Title rule.
Note: The check fails on a missing or empty title. Avoid placeholder titles such as 'untitled', version strings, or the raw filename - the title is announced by screen readers when switching between documents. Note: EQChecker reads the document information dictionary /Title, while the standard's formal 8.11.1 requirement is dc:title in XMP - keep both populated and in sync so the scan and the standard are both satisfied.
Fixing it in your authoring tool
| Tool | Steps |
|---|---|
| Adobe Acrobat Pro | File → Properties → Description → Title. |
| Adobe InDesign | File → File Info → Document Title, then re-export. |
| Microsoft Word | File → Info → Title (or File → Properties → Summary), then re-export to PDF. |
WCAG success criteria
2.4.2 Page Titled — Level A
Each page needs a descriptive
Standards
This check contributes to the following standards:
PDF/UA WCAG A EN 301 549
| Standard | Criteria |
|---|---|
| PDF/UA-2 (ISO 14289-2:2024) | 8.11.1 Metadata |
| EN 301 549 (non-web documents) | 10.2.4.2 |