@seoagent-official/seoagent 1.70.0 → 1.71.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/README.md +2 -2
- package/index.js +93 -93
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -346,7 +346,7 @@ export DO_NOT_TRACK=1 # the cross-tool convention — also respected
|
|
|
346
346
|
|
|
347
347
|
## SEOAgent Cloud
|
|
348
348
|
|
|
349
|
-
The free skill handles audits, strategy, briefs, articles, and persistent state using Claude's native capabilities. For teams and production SEO, [SEOAgent Cloud](https://seoagent.com/pricing?ref=readme) adds:
|
|
349
|
+
The free skill handles audits, strategy, briefs, articles, and persistent state using Claude's native capabilities. For teams and production SEO, [SEOAgent Cloud](https://seoagent.com/pricing?ref=npm-readme-pricing) adds:
|
|
350
350
|
|
|
351
351
|
- **Real keyword data (DataForSEO)** — Actual search volumes, difficulty scores, and opportunity classification (easy-win / striking-distance / competitor-gap). Free login enriches your top ~25 keywords (`keywords`); paid lifts the cap and unlocks discovery of new targets (`--discover`) and competitor-gap analysis (`--competitors`).
|
|
352
352
|
- **Deep crawling** — Firecrawl-powered JS rendering (finds issues in SPAs)
|
|
@@ -354,7 +354,7 @@ The free skill handles audits, strategy, briefs, articles, and persistent state
|
|
|
354
354
|
- **GSC integration** — Real clicks, impressions, CTR, position tracking
|
|
355
355
|
- **CMS publishing** — WordPress, Ghost, Webflow, Shopify, Strapi
|
|
356
356
|
- **Team collaboration** — Invite members, share strategy, coordinate publishing
|
|
357
|
-
- **Cloud dashboard** — See everything Claude Code did at seoagent.com (also free with any account)
|
|
357
|
+
- **Cloud dashboard** — See everything Claude Code did at [seoagent.com](https://seoagent.com?ref=npm-readme-dashboard) (also free with any account)
|
|
358
358
|
|
|
359
359
|
Run `seoagent login` (or `npx -y @seoagent-official/seoagent@latest login`) for the free dashboard, or `seoagent upgrade` for paid features.
|
|
360
360
|
|