seo-intel 1.2.4 → 1.2.5

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.2.5 (2026-03-31)
4
+
5
+ ### Skill / OpenClaw
6
+ - SKILL.md updated for v1.2 — added AEO, Keywords, Intelligence Ledger, all analysis commands
7
+ - Added AEO workflow section with citability signals and AI query intent docs
8
+ - Added DB query examples for citability + keyword cross-analysis
9
+ - Fixed hardcoded DB path to relative `./seo-intel.db`
10
+ - Removed stale froggo references from description
11
+
12
+ ### Fixes
13
+ - Fix wizard upgrade URLs — all now point to `ukkometa.fi/en/seo-intel/` (was missing `/en/`)
14
+
3
15
  ## 1.2.4 (2026-03-31)
4
16
 
5
17
  ### Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seo-intel",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "Local Ahrefs-style SEO competitor intelligence. Crawl → SQLite → cloud analysis.",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE",
package/setup/wizard.html CHANGED
@@ -1498,7 +1498,7 @@ Ask me for my website URL before starting.</div>
1498
1498
  <div class="upgrade-overlay-icon"><i class="fa-solid fa-star" style="color:var(--accent-gold);"></i></div>
1499
1499
  <div class="upgrade-overlay-title">Solo Feature</div>
1500
1500
  <div class="upgrade-overlay-sub">AI extraction requires a Solo or Agency license</div>
1501
- <a class="btn-upgrade" href="https://ukkometa.fi/seo-intel/" target="_blank">Upgrade to Solo →</a>
1501
+ <a class="btn-upgrade" href="https://ukkometa.fi/en/seo-intel/" target="_blank">Upgrade to Solo →</a>
1502
1502
  </div>
1503
1503
  </div>
1504
1504
  </div>
@@ -1542,7 +1542,7 @@ Ask me for my website URL before starting.</div>
1542
1542
  <div class="upgrade-overlay-icon"><i class="fa-solid fa-star" style="color:var(--accent-gold);"></i></div>
1543
1543
  <div class="upgrade-overlay-title">Solo Feature</div>
1544
1544
  <div class="upgrade-overlay-sub">AI analysis requires a Solo or Agency license</div>
1545
- <a class="btn-upgrade" href="https://ukkometa.fi/seo-intel/" target="_blank">Upgrade to Solo →</a>
1545
+ <a class="btn-upgrade" href="https://ukkometa.fi/en/seo-intel/" target="_blank">Upgrade to Solo →</a>
1546
1546
  </div>
1547
1547
  </div>
1548
1548
  </div>
@@ -1679,7 +1679,7 @@ Configure API keys and run a test crawl.</div>
1679
1679
  <div style="display:flex; align-items:center; gap:6px;"><i class="fa-solid fa-chart-column" style="color:var(--accent-gold); font-size:0.8rem;"></i> Gap Analysis</div>
1680
1680
  <div style="display:flex; align-items:center; gap:6px;"><i class="fa-solid fa-map" style="color:var(--accent-gold); font-size:0.8rem;"></i> Dashboards</div>
1681
1681
  </div>
1682
- <a class="btn-upgrade" href="https://ukkometa.fi/seo-intel/" target="_blank" style="margin-top:4px;">Upgrade to Solo →</a>
1682
+ <a class="btn-upgrade" href="https://ukkometa.fi/en/seo-intel/" target="_blank" style="margin-top:4px;">Upgrade to Solo →</a>
1683
1683
  <div style="font-size:0.65rem; color:var(--text-muted); margin-top:2px;">
1684
1684
  Skip this step — crawling works without AI. Upgrade anytime.
1685
1685
  </div>