Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:31:52 +08:00
commit 2dbdf37e8b
12 changed files with 401 additions and 0 deletions

32
commands/optimize-page.md Normal file
View File

@@ -0,0 +1,32 @@
---
name: optimize-page
description: Audits and enhances an existing page for target keywords, UX, and conversion goals.
usage: /seo:optimize-page --url https://example.com/guide --target "sales enablement platform"
---
# Command: optimize-page
## Inputs
- **url** page to audit.
- **target** primary keyword or topic.
- **secondary_terms** optional supporting keywords.
- **goal** conversion goal (lead, signup, demo) to align CTAs.
## Workflow
1. **Baseline Snapshot** capture current rankings, traffic, SERP snippet, schema.
2. **Gap Analysis** compare page structure vs ranking competitors, search intent alignment.
3. **Optimization Plan** recommend updates for title/meta, headings, copy depth, media, CTAs, internal links.
4. **Technical Check** validate core web vitals, structured data, mobile usability.
5. **Measurement Plan** document KPIs, publish date, refresh reminders.
## Outputs
- Optimization diff (table of recommended changes).
- Updated metadata + structured data snippets.
- Internal link recommendations and CTA experiments.
## Agent/Skill Invocations
- `content-optimizer` crafts updated copy/brief.
- `on-page` skill enforces placement/checklists.
- `technical-seo-lead` ensures performance/schema compliance.
---