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。