@seoagent-official/seoagent 1.89.6 → 1.90.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.
Files changed (2) hide show
  1. package/index.js +6 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -275,6 +275,10 @@ ${i}
275
275
  2. Apply the fix for a \`${r}\` page:
276
276
  - **declining_clicks** \u2014 refresh the content: update facts/examples, expand thin
277
277
  sections, improve depth so it re-earns its ranking.
278
+ - **rank_expansion** \u2014 this page is WINNING (or in striking distance): deepen it.
279
+ Cover the adjacent intent of the queries listed in the description, add
280
+ sections for their variants, and strengthen internal links from related
281
+ pages. Never split the topic into a new page \u2014 it would compete with this one.
278
282
  - **low_ctr** \u2014 rewrite the \`<title>\` and meta description to be more compelling
279
283
  for the query (the body may be fine).
280
284
  - **stale_thin** \u2014 expand the page substantially and bring it up to date.
@@ -573,7 +577,7 @@ If they are already correct and SEOAgent misread them, decline with a reason:
573
577
  \`\`\`bash
574
578
  ${g(`ack ${e.id}`)} --failed --reason "llms.txt is served at a custom path"
575
579
  \`\`\`
576
- `}function Ef(e){let t=e.payload||{},n=t.keyword??null,r=t.opportunity??"easy_win",o=t.volume??null,i=t.difficulty??null,s=t.intent??null,a=t.capture_screenshots===!0,l=r==="competitor_gap"?"competitor gap (a rival ranks top-10 here, you don't)":"easy win (low difficulty, real volume)";return`---
580
+ `}function Ef(e){let t=e.payload||{},n=t.keyword??null,r=t.opportunity??"easy_win",o=t.volume??null,i=t.difficulty??null,s=t.intent??null,a=t.capture_screenshots===!0,c=t.expansion===!0?"winner sibling (a page of yours already ranks with exceptional click-through for a close variant \u2014 proven demand)":r==="competitor_gap"?"competitor gap (a rival ranks top-10 here, you don't)":"easy win (low difficulty, real volume)";return`---
577
581
  action_id: ${e.id}
578
582
  action_type: ${e.action_type}
579
583
  keyword: ${n??""}
@@ -588,7 +592,7 @@ created_at: ${e.created_at}
588
592
  # New landing page \u2014 \`${n??"(unknown)"}\`
589
593
 
590
594
  SEOAgent's keyword engine flagged \`${n??"(unknown)"}\` as an
591
- **${l}**. There's no page covering this keyword yet \u2014 write a
595
+ **${c}**. There's no page covering this keyword yet \u2014 write a
592
596
  dedicated landing page so the site can rank for it. The cloud has queued this
593
597
  for **you** (or Claude Code reading this file) \u2014 nothing is auto-generated.
594
598
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seoagent-official/seoagent",
3
- "version": "1.89.6",
3
+ "version": "1.90.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": {