PlacementRanker
← All articles

Import articles

Drop a single Markdown file or a folder of them. Each file becomes one article — drafts stay drafts, published stays published.

Drop .md files here or click to pick

Each file must start with a YAML --- frontmatter block. Use the template to get the shape right.

Format quick reference

  1. Every file begins with a --- frontmatter block and ends the frontmatter with another ---.
  2. title and category are required. Categories: tech-news, tutorial, subject-topic, guide, case-study, announcement, opinion, exam-update, career.
  3. tags and seo.keywords accept either inline JSON (["physics", "neet"]) or a YAML-style dash list (- "physics" on each line, indented under the key). Pick whichever feels natural.
  4. Nested objects (author, seo) use 2-space indentation with key: value pairs.
  5. Body is standard Markdown — converted to HTML at import time. Headings, lists, code blocks, quotes, images, links, bold, italic, inline code all supported.

Tip: Hit Download template above for a ready-to-fill example.