@seoagent-official/seoagent 1.89.0 → 1.89.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/index.js +133 -133
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -170,7 +170,7 @@ Same agent-native convenience. None of the lock-in.
170
170
 
171
171
  **Open Knowledge Format bundle (AEO/GEO)** — Generate a Google [Open Knowledge Format](https://github.com/GoogleCloudPlatform/knowledge-catalog/tree/main/okf) bundle for your site — a curated, agent-readable knowledge layer so ChatGPT, Claude, Perplexity, and Google's AI understand and cite your business accurately. Claude maps your `.seoagent/` knowledge into OKF markdown; `seoagent okf scaffold` and `seoagent okf validate` handle the structure. Saved to `.seoagent/okf/`.
172
172
 
173
- **AI Citation Tracker (the measurement half of AEO)** — Publishing an OKF bundle makes you *citable*; `seoagent citations` tells you whether it's *working*. It runs a set of buyer-intent questions through the Claude Agent SDK **with live web search** and reports which ones surface your business — a web-grounded proxy for how ChatGPT, Perplexity, and Google's AI Overviews answer. It's a real tracker, not a one-shot read: every run is saved to `.seoagent/citations/history/` and the scorecard shows the **trend** vs your last run, the **URL each engine cited** (yours when you win, the page that beat you when you don't), and — with `--competitors "Frase,Otterly"` — a **share-of-voice** table ranking you against them. Saved to `.seoagent/citations/scorecard.md`. The paid trackers (Frase, Otterly, Profound) gate exactly this behind $50–500/mo; we do it free on your own model. (Honest by design: it measures Claude + web search, not a per-engine guarantee.)
173
+ **AI Citation Tracker (the measurement half of AEO)** — Publishing an OKF bundle makes you *citable*; `seoagent citations` tells you whether it's *working*. It runs a set of buyer-intent questions through the Claude Agent SDK **with live web search** and reports which ones surface your business — a web-grounded proxy for how ChatGPT, Perplexity, and Google's AI Overviews answer. It's a real tracker, not a one-shot read: every run is saved to `.seoagent/citations/history/` and the scorecard shows the **trend** vs your last run, the **URL each engine cited** (yours when you win, the page that beat you when you don't), and — with `--competitors "Frase,Otterly"` — a **share-of-voice** table ranking you against them. Saved to `.seoagent/citations/scorecard.md`. The paid trackers (Frase, Otterly, Profound) gate exactly this behind $50–500/mo; we do it free on your own model. (Honest by design: it measures Claude + web search, not a per-engine guarantee.) **Needs model access:** an active `claude login` session (Claude.ai Pro/Max works — no API key required), or `claude setup-token`, or `ANTHROPIC_API_KEY`. If you drive Claude Code from the desktop app, the standalone CLI may have no stored session — run `claude login` in your terminal once. (`seoagent login` is SEOAgent cloud auth and does not grant model access.)
174
174
 
175
175
  **Compounding Roadmap** — Prioritized action plan that updates after every action. Saved to `.seoagent/roadmap.md`. Persistent changelog at `.seoagent/changelog.md`.
176
176
 
@@ -310,7 +310,7 @@ Grouped by what they're for. Run as bare `seoagent <cmd>` after the one-time `np
310
310
  | `keywords` | Enrich your existing keyword inventory with real search volume + difficulty. `--discover` finds new targets; `--competitors` shows the gap (paid). |
311
311
  | `internal-links` | Generate internal-linking recommendations from your existing pages + topic clusters. |
312
312
  | `okf [scaffold\|validate]` | Generate an [Open Knowledge Format](https://github.com/GoogleCloudPlatform/knowledge-catalog/tree/main/okf) bundle for AI agents (AEO/GEO) → `.seoagent/okf/`. `scaffold` starts it; `validate` checks `type` fields, ISO-8601 timestamps + cross-links. The skill fills the content. |
313
- | `citations` | Track whether answer engines cite you (AEO/GEO). Runs buyer-intent queries through the Claude Agent SDK **with live web search** → `.seoagent/citations/scorecard.md`, with run **history** (`.seoagent/citations/history/`), trend vs last run, source-attribution, and competitor **share-of-voice**. `--queries <1-12>` (default 6), `--competitors <a,b,c>`, `--model <name>`, `--json`. Uses your `claude login` session or `ANTHROPIC_API_KEY`, same as `process`. |
313
+ | `citations` | Track whether answer engines cite you (AEO/GEO). Runs buyer-intent queries through the Claude Agent SDK **with live web search** → `.seoagent/citations/scorecard.md`, with run **history** (`.seoagent/citations/history/`), trend vs last run, source-attribution, and competitor **share-of-voice**. `--queries <1-12>` (default 6), `--competitors <a,b,c>`, `--model <name>`, `--json`. Needs model access: an active `claude login` session, `claude setup-token`, or `ANTHROPIC_API_KEY` same as `process`. Not `seoagent login`, which is cloud auth. |
314
314
  | `generate-image` | Generate hero / inline images via the detected provider (BYO API key). |
315
315
 
316
316
  **Account + maintenance**