ATS

How to Write an ATS-Friendly Resume for Indian Companies

Naukri, Workday and Taleo parse your resume before a recruiter ever opens it. Here is what actually breaks parsing — and what to do instead.

7 min readPublished 12 July 2026

Most mid-size and large Indian employers run applications through an Applicant Tracking System before a human sees them. Naukri RMS, Workday, Taleo, SuccessFactors and Greenhouse all work the same basic way: they convert your PDF into plain text, try to identify sections, then store the result as structured fields. If that conversion goes wrong, a strong candidate can be filtered out for reasons that have nothing to do with ability.

What actually breaks ATS parsing

The failures are boringly consistent. In rough order of how often they cause damage:

  1. Contact details placed in the page header or footer. Many parsers ignore header/footer regions entirely, so your phone number and email vanish.
  2. Text inside images or icons. A phone icon is fine; a phone number rendered as part of a graphic is invisible to the parser.
  3. Multi-column layouts built with tables. Some parsers read a table row-by-row across columns, interleaving your job titles with unrelated skills.
  4. Non-standard section headings. "My Journey" and "What I Bring" are not recognised. "Work Experience", "Education" and "Skills" are.
  5. Dates in inconsistent formats. Mixing "Jan 2023", "01/2023" and "2023-01" in one document makes tenure calculation unreliable.
  6. Exotic fonts. If the font does not embed cleanly, extracted text can come out as garbage characters.

The format that survives

  • Single-column, or a two-column layout built with real text flow rather than a table.
  • Contact details in the body of the document, on the first few lines — never in the header region.
  • Standard headings: Professional Summary, Work Experience, Education, Skills, Projects, Certifications.
  • One date format throughout. "Mon YYYY" (Aug 2022) is safest.
  • A common font — Arial, Calibri, Helvetica or Georgia.
  • Export as PDF with selectable text. Test it: open the PDF and try to select your phone number. If you cannot, neither can the ATS.

Keywords: match the job description, do not stuff it

Most ATS setups score your resume against the job description. That does not mean pasting the whole JD in white text at the bottom — modern parsers strip formatting, recruiters notice, and it reads as dishonest. It means using the same vocabulary the employer used, where it is genuinely true of you.

Weak

Worked on data pipelines and cloud infrastructure for a large retail client.

Strong

Built ETL pipelines in Apache Spark and Airflow on GCP (BigQuery, Dataproc), processing 40 TB/day for a Fortune 500 retail client.

The second version is not longer for its own sake. It names the exact technologies a JD would list, which is what both the parser and the reviewing engineer are scanning for.

Spell out abbreviations once

A recruiter searching for "Chartered Accountant" will not match a resume that only says "CA". Write the long form with the short form in brackets the first time: "Chartered Accountant (CA)", "Search Engine Optimisation (SEO)", "Certified Public Accountant (CPA)". You then get matched on either query.

Indian-specific details worth getting right

  • Phone: include the +91 country code. Some systems reject 10-digit numbers as malformed.
  • Location: "Bengaluru, Karnataka" rather than just "Bangalore" — many filters run on state.
  • Notice period: if you are currently employed, state it plainly ("Notice period: 60 days"). Indian recruiters filter on this constantly, and omitting it invites an extra round of emails.
  • Academics: give CGPA and the scale ("8.29/10"), or percentage. A bare "8.29" is ambiguous.
  • Do not include photo, age, marital status, father's name or full address. They are still common on Indian resume templates, they add no value, and they invite bias.

Check before you send

The cheapest test costs nothing: open your PDF, select all, copy, and paste into a plain text editor. What you see is roughly what the ATS sees. If sections arrive out of order, if your contact details are missing, or if columns are interleaved, fix the layout before you apply anywhere.