@siteoshq/cli 2.5.0 → 2.5.1
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/README.md +3 -3
- package/dist/cli.js +3 -3
- package/dist/cli.js.map +1 -1
- package/package.json +20 -18
package/README.md
CHANGED
|
@@ -232,9 +232,9 @@ siteos seo gsc export --dataset queries --format csv --output ./gsc-queries.csv
|
|
|
232
232
|
Run `siteos seo --help` for request JSON, limits, saved inputs, cancellation and GSC settings.
|
|
233
233
|
Research supports keywords, Domain Overview (`domain`), rankings, backlinks, brand and AI visibility without GSC.
|
|
234
234
|
AI Visibility category history uses `--kind ai-rankings`; Prompt checks stays separate under
|
|
235
|
-
`--kind ai-visibility`. Category requests use `kind: ai-visibility` with a `category-
|
|
236
|
-
category
|
|
237
|
-
model settings and the exact supporting answers. See the SEO skill's AI visibility reference for
|
|
235
|
+
`--kind ai-visibility`. Category requests use `kind: ai-visibility` with a `category-mentions-v3`
|
|
236
|
+
category: ordinary answers, text Mentions and Citations. Historical reports retain AEO scores and
|
|
237
|
+
annotations. Reports and exports include model settings and the exact supporting answers. See the SEO skill's AI visibility reference for
|
|
238
238
|
the versioned request and scoring method; historical v1 reports remain readable without inferred scores.
|
|
239
239
|
Domain Overview collects domain totals, up to 100 ranking keywords, pages and competitors for a market.
|
|
240
240
|
`--kind domain` includes legacy `competitors` history; existing `competitors` inputs keep their original two-part plan.
|
package/dist/cli.js
CHANGED
|
@@ -9015,15 +9015,15 @@ var RESEARCH_HELP = `
|
|
|
9015
9015
|
|
|
9016
9016
|
Research request kinds: keywords, domain, rankings, backlinks, brand, ai-visibility.
|
|
9017
9017
|
Read sections also accept --kind ai-rankings for category comparisons; --kind ai-visibility selects Prompt checks.
|
|
9018
|
-
Category run/plan inputs use kind ai-visibility with category-
|
|
9018
|
+
Category run/plan inputs use kind ai-visibility with category-mentions-v3; both sections share AI request execution.
|
|
9019
9019
|
Domain Overview: {"kind":"domain","target":"example.com","country":"US","language":"en"}.
|
|
9020
9020
|
Domain collects summary, ranking keywords, top pages and competitors. The legacy competitors kind retains its two-part plan; domain history includes those reports.
|
|
9021
9021
|
Request JSON: {"kind":"keywords","target":"example.com","keywords":["website analytics"],"country":"US","language":"en"}.
|
|
9022
|
-
Rankings accepts up to 10 keywords and 5 competitors. AI visibility accepts brand, platforms and either prompt or a category-
|
|
9022
|
+
Rankings accepts up to 10 keywords and 5 competitors. AI visibility accepts brand, platforms and either prompt or a category-mentions-v3 category with products and questions.
|
|
9023
9023
|
Markets: US, GB, ES, DE, FR, CA, AU. Languages: en, es, de, fr, pt, it, nl, ru.
|
|
9024
9024
|
Platforms: chat_gpt, claude, gemini, perplexity. Brand lookup uses brandPlatform chat_gpt|google and brandMatch domain|brand.
|
|
9025
9025
|
Plan validates the request and shows planned parts and available research credits without enqueueing work.
|
|
9026
|
-
Retry creates a continuation using the original questions and
|
|
9026
|
+
Retry creates a continuation using the original questions and platforms; category continuations collect ordinary text with category-mentions-v3; it preserves usable saved answers and only requests missing parts. It consumes credits and requires explicit scope authorization, like Run. Original reports and observation dates remain available.
|
|
9027
9027
|
Run consumes Organization research credits through the same worker as the interface. Preserve the retry key after an uncertain response.
|
|
9028
9028
|
SERP ensure collects one saved organic snapshot for a keyword returned by the selected completed Keyword Research report. It uses research credits once; repeating the same report/word returns the saved job, including failures. Show/wait/export only read and never spend. New reports can collect fresh snapshots.
|
|
9029
9029
|
History returns the latest 30 checks per section; show/export can address older retained run IDs. Saved checks are limited to 100 per resource.
|