Daily monitoring 應該 boring、repeatable、file-based
Claude Code 可以在 terminal workflow 裡運作:讀 files、跑 commands、產生 reports。對每日 SEO/GEO monitoring,不要叫它「check everything」。給它一個小 data pipeline:approved APIs 或 exports、dated snapshots、prompt library、comparison script 和 daily report。
目標是提早注意變化:indexing drops、CTR opportunities、AI answer mentions、missing citations、broken pages,或需要 refresh 的 pages。
圖說:每天保存資料與報告;真正的修改要在後續任務中人工核准。
Daily folder structure
seo-geo/monitoring/
prompts/core-prompts.md
snapshots/
2026-07-05/
gsc-pages.csv
bing-queries.csv
ga4-pages.csv
ai-answers.json
reports/
2026-07-05.md
scripts/
fetch-search-data.mjs
fetch-ai-visibility.mjs
compare-snapshots.mjs
可使用的 data sources
| Source | Daily question |
|---|---|
| GSC | Impressions、clicks、CTR 或 indexed pages 是否變動? |
| Bing Webmaster | Bing queries 或 crawl issues 是否變動? |
| GA4 | Landing pages 的 conversion 或 bounce 是否不同? |
| Felo Search / Perplexity API / SERP APIs | 今天 brand 是否出現在 AI/search answers? |
| Site crawl | 重要 URLs 是否仍回傳 200 且可 index? |
Daily monitoring 的 terminal prompt
Run today's SEO/GEO monitoring workflow.
Inputs:
- Use scripts in seo-geo/monitoring/scripts/.
- Store raw outputs in seo-geo/monitoring/snapshots/YYYY-MM-DD/.
- Compare against yesterday and the 7-day baseline when available.
- Produce seo-geo/monitoring/reports/YYYY-MM-DD.md.
Report:
1. Indexing and crawl changes.
2. Query/page changes from GSC and Bing.
3. Landing page engagement changes from GA4.
4. AI/search answer mentions and citation changes from approved APIs.
5. Suspicious drops or new opportunities.
6. Recommended actions with priority and owner.
7. What data was missing or failed.
Do not edit website content unless I explicitly approve a follow-up task.
Daily report template
# SEO/GEO Daily Monitor - YYYY-MM-DD
## Executive signal
- Status: green / yellow / red
- Main change:
- Biggest opportunity:
- Biggest risk:
## Search data
| URL/query | Source | Change | Interpretation | Action |
## AI visibility
| Prompt | Surface/API | Brand mentioned | Citation URL | Change |
## Technical checks
| URL/check | Result | Risk | Next step |
## Action queue
| Priority | Owner | Action | Evidence | Due |
讓 recommendations 保守
Daily monitoring 不應造成 panic。請 Claude 把 actions 分級:
| Priority | Meaning |
|---|---|
| P0 | Technical breakage 或 indexing issue |
| P1 | High-value page 正在失去 traffic 或 AI visibility |
| P2 | Content refresh opportunity |
| P3 | 只放 watchlist |
一天的下滑通常只是 noise。連續 7 天的 pattern 才值得 action。
FAQ
這應該每天跑還是每週跑?
每天保存 snapshots 做 monitoring,每週 review 做 decisions。Daily reports 用來抓 issues;weekly reports 用來選 work。
Claude Code 可以呼叫 Felo Search 或 Perplexity APIs 嗎?
可以,只要你提供 approved scripts、MCP tools 或 environment configuration。API keys 要放在 prompts 外面,只把 outputs 存到 snapshots。
Claude 發現 issue 後應該怎麼辦?
建立 separate task:診斷一頁、提出 diff、跑 checks,並等待 human approval。
Claude Code SEO/GEO 學習路徑
這篇屬於 Claude Code SEO/GEO operator series。如果你從零建立 workflow,請照這個順序:
- 如何用 Claude Code 做 SEO Automation
- 如何建立 Claude Code SEO/GEO Workflow Cockpit
- 如何把 CLAUDE.md 和 Memory 用在 SEO/GEO Workflows
- 如何用 Claude Code VS Code Extension 更新 SEO Pages
- 2026 年最佳 GEO Claude Code Skills
- 如何用 Claude Code Subagents 做 GEO Research
- 如何把 Claude Code Hooks 當成 SEO/GEO Quality Gates
- 如何用 MCP 將 Claude Code 接上 SEO 資料
- 如何用 Claude Code GitHub Actions 做 SEO/GEO Reviews
- 如何在 Claude Code 裡跑每日 SEO/GEO Monitoring
下一篇
上一篇: 如何用 Claude Code GitHub Actions 做 SEO/GEO Reviews
Sources and notes
- Anthropic Claude Code docs: Overview 、 Memory 、 VS Code integration 、 Skills 、 Subagents 、 Hooks 、 MCP 與 GitHub Actions 。
Author: Ethan Marlowe, Auspia GEO Measurement Lead Across 500+ Prompts。Ethan 撰寫 prompt tracking、citation reporting 與 AI visibility dashboards。