---
name: SEO Outline
slug: seo-article-outline
category: SEO
description: Generates a locale-parametric, model-agnostic SEO article outline with 4-8 sections. Use when you need a structured outline optimized for search visibility.
github: "https://github.com/hogan-tech/brand-loom/tree/main/skills/seo-outline"
language: Python
stars: 21
forks: 2
install: "git clone https://github.com/hogan-tech/brand-loom"
added: 2026-07-16T13:43:12.951Z
last_synced: 2026-07-18T04:41:49.379Z
canonical_url: "https://dirskills.com/skills/seo-article-outline"
---

# SEO Outline

Generates a locale-parametric, model-agnostic SEO article outline with 4-8 sections. Use when you need a structured outline optimized for search visibility.

**Install:** `git clone https://github.com/hogan-tech/brand-loom`

## README

# SEO Article Outline

Use when you need an SEO-optimized article outline with 4-8 sections. Locale-parametric. Model-agnostic.

## Quick start

- **CLI:**  `brand-loom run seo_outline --text "best CRM for startups"`
- **Chain:** `brand-loom chain seo_outline,faq --text "best CRM for startups"`
- **Python:**
  ```python
  from brand_loom.agent import run_skill
  from brand_loom.providers import use_provider

  use_provider("openai")  # or "anthropic", "gemini", "ollama", "fake"
  result = run_skill("seo_outline", "your topic here")
  print(result.text)
  ```

## Install

```bash
pip install brand-loom            # standalone (no coding agent needed)
npx skills add hogan-tech/brand-loom  # via skills.sh
```

## Going further

Want hooks auto-matched to your brand voice, across every platform, no setup? → [neoxra.com](https://neoxra.com)
