Input Structure
To generate a post, provide the following data:
title: {ARTICLE-TITLE}
overview: {Core content or description}
images: {Array of image filenames or URLs}
video: {Optional video link}
category: {One of your site's predefined categories}
tags: {Array of relevant tags}
Site-Specific Categories
[Update this table with your current site categories]
| Category | Purpose | URL Pattern |
|---|---|---|
hot |
Trending/Viral topics | /topic/hot/{slug} |
trending |
Gaining traction | /topic/trending/{slug} |
top |
Best-in-class resources | /topic/top/{slug} |
stories |
In-depth narratives | /topic/stories/{slug} |
Front Matter Template
---
layout: post
title: "{DESCRIPTIVE-TITLE}"
date: {YYYY-MM-DD HH:MM:SS +/-OFFSET}
categories: ['{CATEGORY}']
image: {PRIMARY-IMAGE-URL}
tags: ['{TAG-1}', '{TAG-2}']
description: "{SEO-META-DESCRIPTION-MAX-160-CHARS}"
---
Writing Rules:
- Title: Maximum 65 characters. Must be natural, descriptive, and avoid clickbait.
- Categories: Use exactly one from your predefined list.
- Tags: Lowercase, hyphenated, 3-5 tags per post.
- Description: Concise summary for search engine results.
Content Structure
1. Introduction
- 2-3 sentences setting the hook.
- No H2 heading at the very top.
2. Quick Facts / Overview
Always include a summary block immediately after the intro.
## Quick Facts
* **Target**: {Value}
* **Status**: {Value}
* **Key Feature**: {Value}
3. Body Sections (H2)
Use numbered headers (## 1., ## 2., etc.).
- Distribute images naturally within these sections.
- Ensure each section has a clear, unique sub-headline.
4. Media Embedding
- Images: Every provided image must be embedded with a caption.
 *Caption describing the image in italics* - Videos: Use your preferred embed method (YouTube/Vimeo/Internal).
5. Frequently Asked Questions (Optional)
Use blockquotes for Q&A:
> **Question?**
> Answer provided in a concise manner.
6. Conclusion / Final Takeaway
- 1-2 sentences summarizing the main point.
- Include a call to action or an internal link to a related post.
E-E-A-T & SEO Checklist
- Authority: Does the content demonstrate expertise in the niche?
- Experience: Does it include concrete details or “real-world” insights?
- Optimization: Is the keyword focus natural and the metadata complete?
- Freshness: Is the date correct and the information up-to-date?
Style Guidelines
- Paragraphs: Short (1-3 sentences).
- Voice: Professional yet conversational.
- No Fluff: Get straight to the value.
- Internal Linking: Link to at least one other relevant page on the site.
- Formatting: Use bold text for emphasis and bullet lists for readability.