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
- Every file begins with a
---frontmatter block and ends the frontmatter with another---. titleandcategoryare required. Categories: tech-news, tutorial, subject-topic, guide, case-study, announcement, opinion, exam-update, career.tagsandseo.keywordsaccept either inline JSON (["physics", "neet"]) or a YAML-style dash list (- "physics"on each line, indented under the key). Pick whichever feels natural.- Nested objects (
author,seo) use 2-space indentation withkey: valuepairs. - 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.