Files
our-claude-skills/custom-skills/27-seo-ai-visibility/desktop/tools/notion.md
Andrew Yim a3ff965b87 Add SEO skills 19-28, 31-32 with full Python implementations
12 new skills: Keyword Strategy, SERP Analysis, Position Tracking,
Link Building, Content Strategy, E-Commerce SEO, KPI Framework,
International SEO, AI Visibility, Knowledge Graph, Competitor Intel,
and Crawl Budget. ~20K lines of Python across 25 domain scripts.
Updated skill 11 pipeline table and repo CLAUDE.md.
Enhanced skill 18 local SEO workflow from jamie.clinic audit.

Note: Skill 26 hreflang_validator.py pending (content filter block).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 12:05:59 +09:00

45 lines
1.3 KiB
Markdown

# Notion MCP Tools
## Database: OurDigital SEO Audit Log
- **Database ID**: `2c8581e5-8a1e-8035-880b-e38cefc2f3ef`
- **URL**: https://www.notion.so/dintelligence/2c8581e58a1e8035880be38cefc2f3ef
## Required Properties
| Property | Type | Description |
|----------|------|-------------|
| Issue | Title | Report title in Korean + date |
| Site | URL | Tracked website URL |
| Category | Select | "AI Search Visibility" |
| Priority | Select | Based on SOV trend (Critical, High, Medium, Low) |
| Found Date | Date | Report date (YYYY-MM-DD) |
| Audit ID | Rich Text | Format: AI-YYYYMMDD-NNN |
## Usage
Use `notion-create-pages` to save audit results:
```json
{
"parent": {"database_id": "2c8581e5-8a1e-8035-880b-e38cefc2f3ef"},
"properties": {
"Issue": {"title": [{"text": {"content": "AI 검색 가시성 분석 - example.com (2025-01-15)"}}]},
"Site": {"url": "https://example.com"},
"Category": {"select": {"name": "AI Search Visibility"}},
"Priority": {"select": {"name": "Medium"}},
"Found Date": {"date": {"start": "2025-01-15"}},
"Audit ID": {"rich_text": [{"text": {"content": "AI-20250115-001"}}]}
}
}
```
## Priority Guidelines
| Condition | Priority |
|-----------|----------|
| SOV decreasing >10% | Critical |
| SOV decreasing 3-10% | High |
| SOV stable, low (<10%) | Medium |
| SOV increasing or high (>25%) | Low |