Initial commit with translated description

This commit is contained in:
2026-03-29 10:14:30 +08:00
commit 82d07894d8
11 changed files with 653 additions and 0 deletions

43
setup.md Normal file
View File

@@ -0,0 +1,43 @@
# Setup — SEO
## First Use
This skill works immediately with no setup required.
## Workspace Integration
For persistent tracking across sessions, create workspace:
```
mkdir -p ~/seo/audits ~/seo/content
```
Register in your main memory file:
```markdown
## SEO Workspace
Location: ~/seo/
- Audit reports: ~/seo/audits/
- Content drafts: ~/seo/content/
```
## Optional Configuration
Track specific sites in `~/seo/memory.md`:
```markdown
# SEO Memory
## Sites
- example.com — Main project, e-commerce
- blog.example.com — Content hub
## Keyword Tracking
| Keyword | Current Rank | Target | Last Checked |
|---------|--------------|--------|--------------|
| best widgets | 12 | 3 | 2025-01-15 |
```
## No Setup Required
The skill provides complete SEO guidance without any configuration. Workspace setup is optional for users who want to track multiple sites or audit history.