# LLM-Friendly Content Structure Template

## Template Overview
This template provides content structures specifically optimized for Large Language Models (LLMs), making it easier for AI search engines to understand, cite, and recommend your content.

---

## Core Principles

### 1. Clarity First
- Use concise and explicit language.
- Avoid ambiguity and vague phrasing.
- Answer questions directly at the start of sections.
- Provide concrete examples.

### 2. Structured Organization
- Maintain a clear H1-H6 hierarchy.
- Focus each paragraph on a single core idea.
- Use lists and tables for data-rich information.
- Use visual separators (dividers, blockquotes).

### 3. Entity Explicitly
- Define core concepts within the first 100 words.
- Explicitly map entity relationships.
- Use Schema.org markup.
- Visualize information using Mermaid graphs.

### 4. Quotability
- Highlight key takeaways.
- Bold important terms.
- Provide "citeable snippets" or TL;DR blocks.
- Include specific statistics and verifiable data.

---

## Full Content Framework

### Article Structure Outline

```markdown
# [H1: Clear Subject Statement]

## Overview (TL;DR)
- **Summary:** 2-3 sentences summarizing the core value.
- **Target Audience:** [e.g., Marketing Managers, Developers].
- **Reading Time:** [X minutes].

## What is [Subject]?
- **Definition:** [One sentence clear definition].
- **Core Attributes:** [3-5 key characteristics].
- **Why It Matters:** [Impact and significance].

## Core Components of [Subject]
### Component 1: [Name]
- **Definition:** [What it is].
- **Role:** [Why it's essential].
- **Implementation:** [Brief how-to].
- **Example:** [Concrete use case].

## How to Implement [Subject]?
### Step 1: [Step Name]
- **Objective:** [Clear goal].
- **Action:** [Specific steps].
- **Tools:** [Recommended software/scripts].
- **Timeline:** [Estimated duration].

## Frequently Asked Questions (FAQ)
- **Q: [Common Question 1]?**
- **A:** [Direct answer in 2-3 sentences].
- **Details:** [Elaboration].
- **Reference:** [Source link].

## Best Practices
- ✅ **Practice 1:** [Specific advice].
- ✅ **Practice 2:** [Specific advice].

## Common Pitfalls
- ❌ **Mistake:** [Common error].
- ✅ **Correct Approach:** [The right way].

## Tools & Resources
- **Recommended Tools:** [Tool name] - [Use case] - [Link].
- **Learning Resources:** [Documentation/Courses].

## Summary
- **Key Takeaways:** [Point 1, 2, 3].
- **Next Steps:** [Actionable advice].

## Metadata
- **Author:** [Name + Credentials]
- **Published:** [Date]
- **Last Updated:** [Date]
- **Sources:** [Citation list]
```

---
**Version:** 1.0.0
**Last Updated:** 2026-01-15
