# Landing Write

> Use when the user wants a conversion-focused landing page rather than a blog article. This skill writes SEO or PPC landing pages and then recommends running the landing audit script.

- Skill: `pa4uslf/landing-write` (Agent Skill)
- Install (CLI): `npx skillmds@latest add pa4uslf/landing-write`
- Raw SKILL.md: https://api.skillmd.com/api/skills/pa4uslf/landing-write/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Marketing & Growth
- Author: pa4uslf (https://skillmd.com/u/pa4uslf)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/pa4uslf/landing-write

---


# Landing Write

Create a landing page optimized for either SEO intent or PPC message match.

## Inputs

- Topic or research brief
- `--type seo|ppc`
- `--goal trial|demo|lead`

## Read First

- `context/cro-best-practices.md`
- `context/brand-voice.md`
- `context/features.md`
- Any landing research brief already saved in `research/`

## Output

Save to:

`landing-pages/<topic-slug>-<YYYY-MM-DD>.md`

The file should include at least:

- `Meta Title`
- `Meta Description`
- `Target Keyword`
- `Page Type`
- `Conversion Goal`
- `URL Slug`

## After Saving

```bash
.venv/bin/python scripts/run_landing_audit.py landing-pages/<page-file>.md --type <seo|ppc> --goal <trial|demo|lead>
```

