The short answer
Never put contact details in the page header area. Many parsers read only the body of the document, so an email address in a header can be invisible to the system deciding whether anyone can reach you.
What matters most
- The page header and footer are a separate layer of a document, and many parsers read only the main body.
- Contact details must be in the body of page one, as ordinary text.
- A footer is safely used for your name and a page number on a two-page resume, and nothing else.
- Test it by copying text out of your own exported PDF and checking your email address is in what comes back.
What a header actually is, technically
In a word processor, the header and footer are not part of the document body. They live in a separate region that the program repeats on every page, and in the file format they are stored separately from the main text flow. That separation is exactly what makes them useful for page numbers in a long report β and exactly what makes them dangerous on a resume.
When a parser processes your file, it may extract only the main body stream, because for most business documents that is the sensible thing to do. Nobody wants the running title of a fifty-page report repeated fifty times in the extracted text. The rule that produces clean output for reports produces a resume with no phone number.
Behaviour is not uniform. Some systems extract everything, some extract body text only, and PDF export can change the outcome again by flattening the header into ordinary positioned text. You cannot know in advance which of those you are dealing with, and the failure is silent, which is why the only sensible policy is not to rely on it at all.
The rules, stated plainly
- Contact details go in the body of page one. Name, phone, email, city, LinkedIn β all as ordinary paragraph text at the top of the document, inside the main text flow.
- Never put your name or contact block in the page header region. This is the single most important line in this guide. The visual result is identical; the machine-readable result is not.
- A footer may carry your name and a page number on a two-page resume, and that is a genuinely good use of it, because that information is a convenience for a human handling paper rather than data a system needs.
- Nothing important goes in a footer. If it matters, it goes in the body. Treat the footer as decoration that happens to be helpful when pages get separated.
- No confidentiality notices, no document reference codes, no "page 1 of 1". They add nothing and take up the bottom margin.
Building a contact block that always gets read
The safe construction is dull, which is the point. Ordinary text, at the top of the body, in the main flow.
| Element | Do this | Not this |
|---|---|---|
| Name | Body text, largest size on the page, plain | Word art, an image of your name, or a name in the page header |
| Phone | Plain digits with your country code if applying abroad | An icon with no text label, or a number inside an image |
| The address written out in full as text | A hyperlink whose visible text says "Email me" β a parser extracts the words, not the address behind them | |
| Location | City and state or region | A full street address, which is a privacy cost with no benefit |
| The visible URL or your handle, as text | An icon linking to your profile with no readable address | |
| Second page | Name and page number in the footer | A repeat of the whole contact block, which wastes a line and confuses some parsers |
The recurring theme is that anything conveyed only by an icon or only by a link target is invisible to text extraction. An envelope icon means "email" to you and nothing at all to a parser. If the information matters, it must exist as characters someone could read aloud.
Checking your own document
Two minutes settles it, and this test catches the problem in whichever form it takes.
- 1Export to PDF as you would to apply
Test the actual file you intend to send, not the working document, because export is one of the places the behaviour changes.
- 2Select all and copy
Open the PDF, select the entire document with the keyboard, and copy it.
- 3Paste into a blank plain-text file
Somewhere with no formatting at all, so you see only the extracted characters.
- 4Search for your email address
If it is not there, or appears only at the very end out of order, your contact details are not in the body flow and must be moved.
- 5Check the reading order of the first ten lines
Your name should be at or very near the top. If something else is, whatever is above it is occupying the position a parser treats as most significant.
The related mistakes in the same family
Headers are one instance of a broader pattern: content that is visible on the page but sits outside the main text flow. The others behave the same way and deserve the same treatment.
Text boxes are the closest relative. They look like part of the document and are stored as separate floating objects, which means they can be extracted out of order or dropped entirely. A skills section built inside a text box can simply cease to exist in the parsed version, and again there is no visible symptom. Watermarks and background images are the same category β often ignored, and when they are not ignored they contribute noise. Shapes containing text, callout bubbles and decorative banners with words in them all sit in the same place.
Then there is the reverse problem: content the parser reads that you did not mean it to. Document properties can carry an author name from whoever originally created the template, and white text hidden on the page in an attempt to stuff keywords is both readable by the system and, when discovered, fatal to your credibility. The safe position for both is the same as everywhere else in this guide β what is on the page should be exactly what is in the file, with nothing extra in either direction.
What to do if you have already applied with one
Do not panic and do not resubmit five times. If the application went through and you received an acknowledgement, the record exists. Fix the document, and if there is a way to update your profile or attach a corrected file, do that once. If you are contacting the recruiter directly for any other reason, your contact details are in the email itself, which resolves the immediate problem. Going forward, the fix takes thirty seconds: cut the contact block out of the header region and paste it as the first paragraph of the body.
If you would rather not think about any of this, every layout in our template gallery puts contact details in the body flow by construction, and the exported files from our resume builder are built the same way. You can confirm it yourself on a finished document with the ATS checker, which works from the text it can actually extract.
Questions people actually ask
Can I put my contact details in the header of my resume?
You can, and it will look completely normal, but you should not. Many parsers read only the main body of a document, so contact details placed in the page header region can be missing entirely from the record an employer's system creates from your file.
Why do applicant tracking systems ignore headers and footers?
Because in ordinary business documents those regions contain running titles and page numbers that repeat on every page. Skipping them produces cleaner extracted text for most documents. A resume is the case where that sensible default causes real harm.
Should a two-page resume have a footer?
A small footer with your name and the page number is a good idea. Pages get printed, separated and reassembled, and a page two with nothing identifying it on it is easy to lose. Keep it to those two items and put nothing important there.
Is a header safe if I export to PDF?
Sometimes. Exporting can flatten a header into ordinary positioned text, which makes it extractable, but the behaviour depends on the program and the parser. Since moving the contact block into the body costs nothing and removes the uncertainty entirely, there is no reason to rely on it.
How do I know whether my header is being read?
Export your resume to PDF, copy all the text out of it, and paste it into a blank plain-text file. If your email address and phone number are not in the pasted text, they are not in the body flow, and you need to move them.