Initial commit with translated description
This commit is contained in:
43
setup.md
Normal file
43
setup.md
Normal 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.
|
||||
Reference in New Issue
Block a user