> ## Documentation Index
> Fetch the complete documentation index at: https://docs.writerzroom.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Blog Articles

> Long-form structured content for education, thought leadership, and organic growth.

Blog Articles are designed for long-form, structured content intended for publishing, distribution, and audience development.

They support educational content, thought leadership, tutorials, and search-aware writing.

## Content Overview

<div style={{ display: 'grid', gridTemplateColumns: 'repeat(4, 1fr)', gap: '12px', margin: '1.5rem 0' }}>
  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '16px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800 }}>Structure</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>Intro, sections, and conclusion.</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '16px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800 }}>SEO</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>Keyword-aware structure and metadata.</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '16px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800 }}>Audience</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>General, technical, or specialized readers.</div>
  </div>

  <div style={{ border: '1px solid rgba(128,128,128,0.20)', borderRadius: '14px', padding: '16px', background: 'rgba(255,255,255,0.04)' }}>
    <div style={{ fontWeight: 800 }}>Length</div>
    <div style={{ fontSize: '13px', color: 'var(--colors-content-secondary)' }}>Medium to long-form content.</div>
  </div>
</div>

## Common Use Cases

* Educational articles
* Thought leadership pieces
* Tutorials and guides
* SEO-driven content
* Industry commentary

## Generation Flow

<Steps>
  <Step title="Define topic">
    Provide a clear subject and angle.
  </Step>

  <Step title="Set audience">
    Identify reader knowledge level and expectations.
  </Step>

  <Step title="Add key points">
    Include arguments, examples, or supporting ideas.
  </Step>

  <Step title="Generate and refine">
    Review structure, clarity, and completeness.
  </Step>
</Steps>

## Template Behavior

| Component | Behavior                                        |
| --------- | ----------------------------------------------- |
| Structure | Sectioned with headings and logical progression |
| Tone      | Controlled by style profile                     |
| SEO       | Metadata and structure optimized                |
| Output    | Publication-ready article                       |

## Advanced Usage

<AccordionGroup>
  <Accordion title="Use reference material">
    Upload source content to ground the article in specific information.
  </Accordion>

  <Accordion title="Target specific formats">
    Adapt articles for newsletters, blogs, or platforms.
  </Accordion>

  <Accordion title="Refine sections iteratively">
    Improve specific sections instead of full regeneration.
  </Accordion>
</AccordionGroup>

<Warning>
  Blog content should be reviewed before publishing, especially when making factual or technical claims.
</Warning>

## Related Templates

Two additional templates serve editorial and journalistic use cases that go beyond blog format.

### Op-Ed Commentary

Short-form editorial opinion for newspapers, trade journals, and LinkedIn. Single clear thesis, evidence-backed argument, counterargument, and memorable close.

* **Slug:** `op_ed_commentary`
* **Typical length:** 700–1200 words
* **No headers. No bullet points. Continuous prose.**
* **Best style profiles:** Op-Ed Columnist · Thought Leadership
* **Best for:** Industry opinion pieces, LinkedIn articles, trade journal commentary

### Long-Form Investigative Article

Atlantic/New Yorker-style narrative journalism. Scene-setting lead, deep reporting body, multiple source types woven into prose, counternarrative, and implications close.

* **Slug:** `long_form_investigative`
* **Typical length:** 3000–6000 words
* **Best style profiles:** Investigative Journalist · Thought Leadership
* **Best for:** Enterprise marketing, editorial publishing, vertical deep dives, industry analysis
