
E · Beat the ATS (talent)
ATS-Friendly Resume Format: What Actually Works
An ATS-friendly resume is one column, standard headings, contact details in the body and dates in one format. Here is the spec, and where it stops helping.
- An ATS-friendly resume is a single-column document with standard section headings, your contact details in the body of the page instead of the document header, dates in one consistent format, and no tables, text boxes or graphics. Save it as a .docx or as a PDF whose text you can select with a cursor. That is the whole specification.
- The reasoning behind it is narrow. A parser reads your file as a linear stream of characters and maps chunks of that stream onto database fields. Anything that breaks reading order breaks the mapping.
The specification, in one table
| Element | What parses cleanly | What breaks |
|---|---|---|
| Layout | One column, top to bottom | Two columns, sidebars, grids |
| Structure | Plain paragraphs and bullet points | Tables, text boxes, columns inside a section |
| Contact details | First lines of the page body | The document header or footer |
| Headings | Experience, Education, Skills, Certifications | Professional Journey, Core Competencies |
| Dates | 03/2021 to 09/2024, or March 2021 to September 2024 | Two formats in one document |
| File | .docx, or a PDF with selectable text | A scanned or image-only PDF |
| Type | Arial, Times New Roman or Calibri at 11 to 12 point | Display fonts, downloaded fonts |
| Graphics | None | Logos, icons, skill rating bars, headshots |
Why one column matters more than anything else on that list
- Parsers read left to right and top to bottom across the full width of the page. Jobscan's teardown describes the failure mode precisely: instead of finishing the contents of one cell before moving to the next, the parser slices horizontally across the whole page, so a job title from the left column lands next to a skill from the right. It ran a design-heavy resume through one major system and [the skills section, the contact details and the work-sample links were gone](https://www.jobscan.co/blog/resume-tables-columns-ats/) from what the system stored.
- Santa Clara University's career center gives the same advice from the other direction: [avoid tables, because they might not be parsed correctly](https://www.scu.edu/careercenter/toolkit/job-scan-common-ats-resume-formatting-mistakes/), and keep images and non-standard characters off the page. USC's guidance lists what these systems do not recognize at all, [naming columns, graphic resumes, photos and fancy fonts](https://careers.usc.edu/resources/resume-format-guidelines/).
- [How screening software reads your CV](/spaces/how-screening-reads-your-resume) walks through the extraction step by step if you want to see what happens to a specific element.
Headings the parser expects
- Experience, Education, Skills, Certifications. UC Irvine's career guide tells students to [stick to standard section titles and avoid creative section names](https://career.uci.edu/wp-content/uploads/2025/03/2025-Mastering-ATS-Career-Guide-8.5x11.pdf) that could confuse the system. Santa Clara names two of the usual offenders: Professional Journey and Core Competencies.
- Headings are the parser's signal for where your work history ends and your education begins, so a name it does not recognize carries real risk. Keep the creative titling for your portfolio site.
Dates
- Pick MM/YYYY or Month Year and hold it on every line. Santa Clara's guidance calls out the specific mistake of running Jun. 2020 to Present in one role and 2020/06 to Present in another, because inconsistent date formats lead to errors in parsing. In a work history that means dates landing in the wrong place, which is an error you cannot see on your own screen.
File type and typography
- Greenhouse [accepts .doc, .docx, .pdf, .rtf and .txt](https://support.greenhouse.io/hc/en-us/articles/360052218132-Supported-formats-for-resumes-cover-letters-and-other-candidate-uploads) with uploads up to 100 MB, and most mainstream systems take a similar set. The Word or PDF question matters less than people think. The requirement is real text inside the file, which is why Santa Clara's guidance says to check that your PDF is not image-based.
- USC keeps the typography plain: Times New Roman or Arial at 11 to 12 point, headings a little larger, one inch margins. That list is about staying legible after a machine has stripped the styling away.
Test your own file in two minutes
- Open your resume, select everything, copy it, and paste it into a plain text editor. What appears is close to what a parser receives.
- Read it top to bottom and look for four things.
- Your phone number is missing. It was in the document header.
- A job title sits beside an unrelated skill. You have a column or a table.
- A block of text has no heading above it. You named that section something unexpected.
- Two roles have run together. Check your dates.
- Fix whatever the text file lost, export again, and repeat until the plain text reads in the right order.
Where a good format stops helping
- A clean file gets your details into the database accurately. It has no say in whether anyone reads them.
- In the Harvard Business School and Accenture study [Hidden Workers: Untapped Talent](https://www.hbs.edu/ris/Publication%20Files/hiddenworkers09032021_Fuller_white_paper_33a2047f-41dd-47b1-9a8d-bd08cf3bfa94.pdf), 88 percent of employers said qualified high-skills candidates get vetted out because they do not match the exact criteria written into the job description, rising to 94 percent for middle-skills roles. No font choice survives a filter set to require a degree the work does not need.
- Our view is that the filter is the thing that should change, and we build shortlists ranked on evidence a hiring team can check. Until that is how every employer works, formatting your resume properly is still worth the hour, because the systems in front of you today are the ones you have to get through. [How to get past the ATS](/spaces/how-to-get-past-the-ats) covers the rest of the application, and [resume keywords without stuffing](/spaces/resume-keywords-without-stuffing) covers the wording once the layout is sorted.
Frequently asked questions
- Are two-column resumes ATS-friendly?
- They are the most common cause of a scrambled record. Parsers read a page as a linear stream from left to right, so a two-column layout can be sliced horizontally across both columns at once. Jobscan ran a design-heavy resume through one major system and found the skills section, contact details and work-sample links missing from the extracted record.
- Is PDF or Word better for an ATS?
- Either is fine with mainstream systems. Greenhouse accepts .doc, .docx, .pdf, .rtf and .txt, and most competitors take a similar set. The requirement is that the file contains selectable text. A scanned or image-only PDF gives the parser a picture with nothing to read.
- What section headings should I use on an ATS resume?
- Experience, Education, Skills and Certifications. University career centers at Santa Clara and UC Irvine both advise sticking to standard section titles and avoiding creative ones such as Professional Journey or Core Competencies. Headings are how the parser works out where one part of your history ends and the next begins.
- Do applicant tracking systems read headers and footers?
- Typically no, according to Santa Clara University's career center guidance. Put your name, phone number, email and profile link in the first lines of the page body. A resume template that hides your phone number in the document header can drop it from the record entirely.
- Can I use a Canva or LaTeX resume template?
- UC Irvine's career guide advises against both, because the layouts they produce are the ones parsers handle worst. If you like the design, keep it for the version you email to a human and submit a plain single-column file through the application form.
Sources
- Common ATS Resume Formatting Mistakes (Santa Clara University Career Center)
- Resume Format Guidelines (USC Career Center)
- Mastering ATS Career Guide 2025 (UC Irvine Division of Career Pathways)
- Supported formats for resumes, cover letters and other candidate uploads (Greenhouse Support)
- Why ATS Tables and Columns Break Your Resume Parsing (Jobscan)
- Hidden Workers: Untapped Talent (Harvard Business School and Accenture, 2021)
Next step
Stop filtering. Start ranking.
XUnframed builds shortlists by ranking people on proof of fit — not keyword density. See it on your next role.