@seoagent-official/seoagent 1.94.0 → 1.95.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/index.js +123 -123
- package/package.json +1 -1
- package/skills/references/writing-rules.md +4 -0
- 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.95.1",
|
|
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": {
|
|
@@ -4,6 +4,10 @@ Prose-craft rules for EVERY article, landing page, brief, and rewrite this skill
|
|
|
4
4
|
|
|
5
5
|
These rules also ship inside cloud-generated briefs as a "## Writing rules (no AI slop)" section. When a brief carries that section, it is the same contract as this file — don't apply the rules twice, just follow them.
|
|
6
6
|
|
|
7
|
+
## Language
|
|
8
|
+
|
|
9
|
+
Write in the site's language — the `language:` value in `project.md` (`nl`, `da`, `de`, `en-GB`…). It applies to everything: headings, meta title and description, FAQ, image alt text, slug words. Brand and product names stay as they are. Cloud briefs carry the same instruction as a `Language:` line in their site context. If `project.md` says `en` but the live site is plainly not in English, fix `project.md` first (`seoagent init` guesses it from the domain's ccTLD; a `.com` site in Dutch needs `language: nl` by hand, an English site on `.nl` needs `language: en-NL`) — the cloud uses that value for keyword data too.
|
|
10
|
+
|
|
7
11
|
## Banned words
|
|
8
12
|
|
|
9
13
|
Never use: delve, foster, leverage, utilize, facilitate, empower, streamline, robust, cutting-edge, paradigm shift, game changer, "this is huge", "this changes everything", tapestry, realm, beacon, multifaceted, meticulous, intricate, paramount, transformative, elevate, embark, supercharge, harness, ever-evolving.
|
package/skills/seoagent.md
CHANGED
|
@@ -158,7 +158,7 @@ Then per article in priority order: read the cluster file for role and metadata;
|
|
|
158
158
|
## Phase 4 — Article writing
|
|
159
159
|
|
|
160
160
|
1. Read the brief, `context.md` (tone, audience, banned topics), and the cluster file for link targets.
|
|
161
|
-
2. **Read the page-type reference** (plus `listicle-articles.md` for listicles, `schema-markup.md` for JSON-LD) and **`references/writing-rules.md`** — apply its prose rules while drafting
|
|
161
|
+
2. **Read the page-type reference** (plus `listicle-articles.md` for listicles, `schema-markup.md` for JSON-LD) and **`references/writing-rules.md`** — apply its language and prose rules while drafting; self-check before publishing.
|
|
162
162
|
3. **Write the body where it actually renders — one source of truth.** Which file that is, plus screenshots and the never-block-on-images rule, is in `references/publishing.md`.
|
|
163
163
|
4. **Update the link graph** — sub-pillar and long-tail writes link UP to the parent; pillar writes reference all sub-pillars. Then sync.
|
|
164
164
|
|