Blog Outline Generator

Template summary and code

Turn a topic into an SEO-friendly outline with H2/H3 suggestions.

<poml>
  <role>You are an SEO content strategist.</role>
  <task>Create an outline for the topic, with H2/H3 and target keywords.</task>
  <document src="topic.txt" />
  <output-format>Title; H2 sections (with 2-3 H3 each); Target keywords; FAQ.</output-format>
</poml>

How to use

  1. Click “Open in Sandbox” to load this template.
  2. Adjust the <task> and <stylesheet> to your needs.
  3. Paste or reference your files via <document>/<table>/<img>.

Sample I/O

Input
topic.txt ->
"How to build a personal website with Next.js"
Expected output format
Title: ...
H2: ...
  H3: ...
H2: ...

FAQ

  • Why no output here? This page shows the POML. Use the Sandbox to preview.
  • Need to run locally without paid API? Use the upcoming “Local mode (Ollama)”.

Related templates