Back to Articles

Bypassing Formatting Destruction with Dual-Submissions

Mar 18, 2026•
Sarah K.Sarah K.
Bypassing Formatting Destruction with Dual-Submissions

How Parsers Destroy Your Resume

Systems like Taleo, Workday, Greenhouse, and Lever all process resumes by ripping out every character of text and dropping it into a database. A recruiter then runs keyword searches against that database.

The problem: the extraction engine reads text from top-left to bottom-right based on character coordinates. It does not understand columns. This is even worse if your PDF contains complex layers that confuse the robot even more.

What actually happens

If your skills are on the left and job history on the right, the parser merges them line by line. Your profile becomes gibberish like "Python Senior Engineer 2019" where your skill got smashed into your job title. A keyword search for "Python" will not match this mangled string.

The Human Factor in the ATS

Even if the robot parses your text correctly, the human recruiter eventually has to read it. Most ATS interfaces show the parsed text in a very ugly, Courier-style plain text box. Your design is gone. Your hierarchy is gone. Your personality is gone.

By providing a link, you provide a choice. You give the recruiter a chance to leave the ugly ATS interface and see the "real" you on your professional profile.

The Dual-Submission Fix

Submit two things:

  1. A plain, single-column text document into the ATS upload. Zero columns, zero graphics, zero fancy fonts. Designed for the robot.
  2. Your web profile URL at the very top of that document, right below your name. Designed for the human.

Keyword Optimization for the Robot

In your plain text document, you can afford to be repetitive. You can include a "Skills Tag Cloud" at the bottom that lists every technology you have ever touched. The robot loves this. It ranks you higher for more searches. But you would never do this on your "real" resume because it looks desperate to a human. This dual-submission flow lets you be optimized for keywords and optimized for design simultaneously. This ensures your visual hierarchy actually works for the people who view your profile.

Common Questions

Do ATS systems strip URLs from documents?

No. In fact, most modern ATS platforms auto-detect links and make them clickable for the recruiter in the dashboard view. It is often the only way they can see your real design.

Will a two-column PDF really fail that often?

Independent tests show that complex two-column layouts have a 30-40% failure rate in extracting contact info or job dates correctly. It is a massive risk to take.

Should I only provide a link and no file?

No. Most application portals require a file upload to continue. Use a plain text version for that upload and put your URL at the very top. This is the "Dual-Submission" gold standard.

Related Analysis