Blog Content Guidelines
Creating New Posts
- Copy
_TEMPLATE.mdxas your starting point - CRITICAL: The file must start with
---at byte 0 (no leading newlines!) - All frontmatter fields are required:
title- Article titledate- Publication date (YYYY-MM-DD)description- SEO description (1-2 sentences)author- Use "Undercover Agent"image- Featured image (optional - omit for text-only posts)tags- Array of relevant tags
Brand Rules
- NO EM DASHES (—) - Use regular dashes, colons, or restructure sentences
- Keep titles under 60 characters for SEO
- Include a
<CtaBanner />component at the end
File Naming
Use kebab-case: your-article-title.mdx
For SEO series, prefix with numbers: 1-first-topic.mdx, 2-second-topic.mdx