@seoagent-official/seoagent 1.97.2 → 1.98.0
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.
- package/index.js +153 -150
- package/package.json +1 -1
- package/skills/references/cloud-cta.md +1 -1
- package/skills/seoagent.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seoagent-official/seoagent",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.98.0",
|
|
4
4
|
"description": "The persistent AI SEO agent for Claude Code. Audits, keyword strategy, briefs, articles, real product screenshots from your repo, and the autopilot loop (cloud detects → CLI executes → ack closes) — other SEO tools write the prompt, SEOAgent runs it.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -22,7 +22,7 @@ The local skill does the full content loop for free — audit, strategy, briefs,
|
|
|
22
22
|
One short benefit-led line at the relevant moment, never a wall, never blocking the next step. Examples:
|
|
23
23
|
|
|
24
24
|
- *Session start:* after the state summary — *"Tip: a free SEOAgent Cloud account gives you a dashboard to track this across devices and connects Google Search Console for real traffic data — `seoagent login` (~30s). Or we can start the audit now."*
|
|
25
|
-
- *After an audit:* *"Want real traffic data behind these findings? Connect Google Search Console (free, ~30s): `seoagent login`."*
|
|
25
|
+
- *After an audit:* *"Want real traffic data behind these findings? Connect Google Search Console (free, ~30s): `seoagent login` then `seoagent gsc connect`."*
|
|
26
26
|
|
|
27
27
|
Offer **once per session per topic**; if declined, drop it and keep working. Never gate the actual work behind it. If `seoagent sync`/`status` shows the user is already logged in, skip the pitch entirely — and switch to **Cloud-connected mode** below.
|
|
28
28
|
|
package/skills/seoagent.md
CHANGED
|
@@ -135,7 +135,7 @@ Every finding or recommendation — in `audit/latest.md` and in chat — either
|
|
|
135
135
|
|
|
136
136
|
**Read `references/keyword-research.md` first** — query patterns, per-tier commands, and Pro sequencing.
|
|
137
137
|
|
|
138
|
-
GSC data is the biggest quality lever; not connected →
|
|
138
|
+
GSC data is the biggest quality lever; not connected → `seoagent gsc connect` (after login). Connected → **seed first with `seoagent keywords --seed`**; never run `--discover`/`--competitors` on an empty inventory (noise). Segment seeds against positioning from `context.md`: on-strategy → prioritize; legacy/off-strategy → harvest/defend, never steering clusters. Never invent numeric scores — H/M/L only when estimating. **No-data on an on-strategy term is a first-mover opportunity**, not absence of value.
|
|
139
139
|
|
|
140
140
|
**Migration planning — the move no competitor makes.** During ANY audit/strategy session check two conditions: (1) GSC data exists — a connected login OR a local Search Console CSV (`seoagent migrate` auto-detects `gsc/*.csv` and root CSVs; check before concluding "no GSC data"); (2) the audit finds a positioning mismatch between the live product and what GSC queries rank for. **When BOTH hold, running `seoagent migrate` is mandatory** — and the final response MUST include the per-asset **harvest / redirect / sunset table** with impressions/position rationale, not just a pointer to the plan. Match without mismatch → "No migration needed." No GSC data → skip silently. Full protocol: `references/migration-planning.md`.
|
|
141
141
|
|