Files
HOALedgerIQ_Website/skills/seo/setup.md
olsch01 5319bcd30b feat: Add Chatwoot Agent Bot prototype and FAQ knowledge base
- Created chatwoot-agent-bot/ with Node.js webhook server
- Bot detects intent (greeting, billing, technical, features, account)
- Auto-responds from FAQ knowledge base or escalates to human
- FAQ-KB.md: Living knowledge base that grows with customer questions
- CHATWOOT-SETUP.md: Complete deployment and configuration guide
- Supports Telegram notifications on escalation
- Bot runs on port 3001, ready for Chatwoot webhook integration
2026-04-01 16:26:05 -04:00

897 B

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:

## SEO Workspace
Location: ~/seo/
- Audit reports: ~/seo/audits/
- Content drafts: ~/seo/content/

Optional Configuration

Track specific sites in ~/seo/memory.md:

# 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.