@seoagent-official/seoagent 1.95.4 → 1.95.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seoagent-official/seoagent",
3
- "version": "1.95.4",
3
+ "version": "1.95.6",
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": {
@@ -57,8 +57,14 @@ Start by reading `.seoagent/inbox/README.md` (or `seoagent inbox`) to see the li
57
57
 
58
58
  ### `cli_content_update-<id>.md`
59
59
 
60
- - `Read` it. The frontmatter has `action_id`, `reason` (`declining_clicks`|`low_ctr`|`stale_thin`), and `page_url`; the body has the signals.
61
- - **Find the page's source** for `page_url`. Apply the revision per `reason`: `declining_clicks` refresh/expand the content; `low_ctr` rewrite title + meta description; `stale_thin` expand and update. Follow the rewrite protocol (`references/rewrite-protocol.md`). Reversible edit show the user the diff (confirm once per session, then proceed; interactive sessions can review the revised draft via `references/draft-review.md`).
60
+ - `Read` it. The frontmatter has `action_id`, `reason` (`declining_clicks`|`rank_expansion`|`low_ctr`|`stale_thin`), and `page_url`; the body has the signals.
61
+ - **Check the page belongs to this site before you revise it.** Fetch `page_url` and read its `rel=canonical`. A canonical pointing at a *different origin* means the page deliberately hands its ranking to another site a shared multi-brand app serving one brand's page on another brand's domain, a syndicated copy, a staging host. Revising it cannot lift this site, so decline: `seoagent ack <id> --failed --reason "canonicals to <origin>; not this site's page"`. Same for a `noindex` page. Only a self-canonical (or none) is yours to work on.
62
+ - **Find the page's source** for `page_url`. Apply the revision per `reason`:
63
+ - `declining_clicks` → refresh/expand the content.
64
+ - `rank_expansion` → the page already wins, or is in striking distance, for the queries in the body. Deepen **that** page against **those** queries; never spawn a new one.
65
+ - `low_ctr` → **read the body, not just the reason.** Past roughly position 20 nobody sees the snippet, so the body says "Lift ranking" and a title rewrite is wasted work: fill the gaps a searcher on the page's real queries expects, and add the vocabulary those queries use if the page answers them in different words. Only when the body says "Improve CTR" (shallow position) is rewriting the title + meta description the fix.
66
+ - `stale_thin` → expand and update.
67
+ - Follow the rewrite protocol (`references/rewrite-protocol.md`). Reversible edit — show the user the diff (confirm once per session, then proceed; interactive sessions can review the revised draft via `references/draft-review.md`).
62
68
  - Acknowledge: `seoagent ack <action_id>` (or `--failed --reason "kept as-is; ..."`).
63
69
 
64
70
  ### `cli_sitemap_update-<id>.md`