@clize/clize 0.30.2 → 0.30.3
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 +1 -1
- package/skills/clize-seo/SKILL.md +14 -9
package/package.json
CHANGED
|
@@ -31,13 +31,13 @@ single most common failure shape, measured on our own tenant zero: nine weeks of
|
|
|
31
31
|
at 120%, live referring domains at zero, every non-brand keyword flat at position 65+. If your
|
|
32
32
|
plan is all pages and no placement, it is that plan.
|
|
33
33
|
|
|
34
|
-
**§10 is the cycle that strings everything together,
|
|
35
|
-
the free entry read (`clize seo check`), not with buying data
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
misreading a number, it is testing a keyword set that was never enumerated.
|
|
34
|
+
**§10 is the cycle that strings everything together. If a site exists, every session starts
|
|
35
|
+
there — with the free entry read (`clize seo check`), not with buying data. No site yet (or
|
|
36
|
+
nothing to point `--domain` at)? Then the cycle hasn't started: begin at §1, ship the first
|
|
37
|
+
batch, and enter the cycle at your first enrolled check.** §1–§3 are how to run a discovery
|
|
38
|
+
round, §4–§5 read the discovery data, §6–§7 turn rows into placement and pages, §8 is writing
|
|
39
|
+
for AI engines, §9 reads the scoreboard. Either way, the most common failure of this product
|
|
40
|
+
is not misreading a number, it is testing a keyword set that was never enumerated (§1).
|
|
41
41
|
|
|
42
42
|
---
|
|
43
43
|
|
|
@@ -587,9 +587,14 @@ double down where a return signal appeared, stop where none did, discover only w
|
|
|
587
587
|
hands you something new. Measurement is the allocator, not a dashboard.
|
|
588
588
|
|
|
589
589
|
```
|
|
590
|
-
clize seo check # free — every session starts here
|
|
590
|
+
clize seo check # free — every session on an existing site starts here
|
|
591
591
|
```
|
|
592
592
|
|
|
593
|
+
**Domain of the loop: a site that exists.** `check` needs `--domain` (or a clize project
|
|
594
|
+
directory) — with neither it errors, correctly. No site yet, or a brand-new venture with
|
|
595
|
+
nothing deployed? That is pre-cycle work: run discovery (§1) to decide what to build, ship
|
|
596
|
+
the first batch (§7), enroll the keywords — the cycle starts at that first check.
|
|
597
|
+
|
|
593
598
|
**Round one is not special — it is the round that reads zero.** The zeros are your baseline,
|
|
594
599
|
and the entry read still pays before you spend a cent: it surfaces the GSC service-account
|
|
595
600
|
setup (a 2-minute human step — hand it to your human now, so it runs in parallel with the
|
|
@@ -601,7 +606,7 @@ Branch on what the read says:
|
|
|
601
606
|
| the read says | this round is |
|
|
602
607
|
| --- | --- |
|
|
603
608
|
| nothing yet (round one), or `demand_no_surface` across the board | **discovery + first bets**: `seo competitors <2–3 rivals>` → capability matrix (§1.2, seeded with anything the entry read gave you) → `seo keywords <the whole list>` in one call → drop `wall` → `seo serp` each survivor → worksheet (§3) → first batch ≤5 pages through the §7 pipeline, specs from `build site start`, prose per §8 → enroll: `seo check --keywords <survivors> --brand <you>` → start placement (§6) immediately — do not wait for rankings to "settle"; that wait is how sites end up at 120% on-page and zero authority. Total ≈ $1 |
|
|
604
|
-
| `movers` rising,
|
|
609
|
+
| `movers` rising, a `rank.latest` row's clicks first going non-zero, or `traffic.ai.total` first non-zero | **double down** — the branch the whole flywheel exists for: enumerate that keyword's sibling cells and price only the new ones (old ones are cached), add internal links into that keyword's page (the worksheet's `target page` column is the query→page map — check itself reports queries, not pages), add placement positions on that theme. Returns compound where the signal already is |
|
|
605
610
|
| `pre_emergence` | write that page this round — demand is ahead of the tools |
|
|
606
611
|
| `authority_limited` | placement only; skip discovery *and* production — another page on the theme will not move it (§6) |
|
|
607
612
|
| `gsc.newQueries` non-empty | mini-discovery: fold them into the matrix, price the new cells, extend the tracked list if they survive the SERP check |
|