@softspark/ai-toolkit 4.2.2 → 4.2.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/CHANGELOG.md +15 -0
- package/README.md +5 -5
- package/app/.claude-plugin/plugin.json +1 -1
- package/app/agents/seo-specialist.md +3 -3
- package/manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,21 @@ Versioning follows [Semantic Versioning](https://semver.org/).
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## v4.2.3 - SEO FAQ rich results deprecation (2026-05-12)
|
|
11
|
+
|
|
12
|
+
Patch release. Updates `seo-specialist` guidance after Google deprecated FAQ rich results.
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- **SEO structured data guidance** - `seo-specialist` now treats `FAQPage` as deprecated for Google rich results and recommends keeping it only when explicitly targeting non-Google engines.
|
|
17
|
+
- **Citability schema checklist** - Prioritizes `Article`, `HowTo`, `QAPage`, and `Person` schema guidance for Google-facing SEO/GEO work.
|
|
18
|
+
|
|
19
|
+
### Verification
|
|
20
|
+
|
|
21
|
+
- Source checked against [Google Search Central `FAQPage` structured data documentation](https://developers.google.com/search/docs/appearance/structured-data/faqpage).
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
10
25
|
## v4.2.2 - Legacy hook duplicate cleanup (2026-05-12)
|
|
11
26
|
|
|
12
27
|
Patch release. Cleans up legacy untagged hook duplicates found during post-release verification of v4.2.1.
|
package/README.md
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
[](app/agents/)
|
|
9
9
|
[](tests/)
|
|
10
10
|
|
|
11
|
-
## What's New in v4.2.
|
|
11
|
+
## What's New in v4.2.3
|
|
12
12
|
|
|
13
|
-
Patch release
|
|
13
|
+
Patch release updating SEO guidance after Google's FAQ rich result deprecation.
|
|
14
14
|
|
|
15
|
-
- **
|
|
16
|
-
- **
|
|
17
|
-
- **
|
|
15
|
+
- **SEO agent guidance**: `seo-specialist` now treats `FAQPage` as deprecated for Google rich results.
|
|
16
|
+
- **Schema recommendations**: citability guidance now prioritizes `Article`, `HowTo`, `QAPage`, and `Person` for Google-facing surfaces.
|
|
17
|
+
- **GEO audit checklist**: FAQ markup is now scoped to non-Google engines instead of recommended as a default.
|
|
18
18
|
|
|
19
19
|
See [CHANGELOG.md](CHANGELOG.md) for full history.
|
|
20
20
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-toolkit",
|
|
3
3
|
"description": "Professional-grade Claude Code toolkit with persona presets, skill security auditor, expanded lifecycle hooks, experimental opt-in plugin packs, benchmark harvesting, and multi-tool support.",
|
|
4
|
-
"version": "4.2.
|
|
4
|
+
"version": "4.2.3",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SoftSpark",
|
|
7
7
|
"url": "https://github.com/softspark"
|
|
@@ -39,7 +39,7 @@ Optimization for both classical search engines AND generative engines (ChatGPT,
|
|
|
39
39
|
|
|
40
40
|
### Structured Data
|
|
41
41
|
- Schema.org markup
|
|
42
|
-
- Rich snippets
|
|
42
|
+
- Rich snippets (note: Google dropped FAQ rich results on May 7, 2026; Search Console API support removed August 2026)
|
|
43
43
|
- Knowledge graph
|
|
44
44
|
- Breadcrumbs
|
|
45
45
|
|
|
@@ -157,7 +157,7 @@ Goal: get cited by ChatGPT, Claude, Perplexity, Gemini, and Google AI Overviews
|
|
|
157
157
|
5. **Named author + author bio with credentials.** Authority signal that survives synthesis.
|
|
158
158
|
6. **Original quotes from named experts.** Quotation blocks are over-represented in LLM citations.
|
|
159
159
|
7. **Comparison tables with explicit labels.** Tables are extracted whole; vague prose is summarised away.
|
|
160
|
-
8. **Schema.org `Article`, `
|
|
160
|
+
8. **Schema.org `Article`, `HowTo`, `QAPage`, `Person`.** Mandatory for entity disambiguation. `FAQPage` schema: Google dropped FAQ rich results on **May 7, 2026** (Search Console API removed August 2026) — keep markup only if targeting other engines (Bing, etc.).
|
|
161
161
|
9. **`llms.txt` at site root.** Curated index of canonical pages for LLM crawlers (Anthropic-proposed convention).
|
|
162
162
|
10. **Stable URLs with semantic slugs.** LLMs cache citations — URL changes erase your authority overnight.
|
|
163
163
|
11. **Cross-linking with descriptive anchors.** "this article" is dead anchor text; use the actual claim.
|
|
@@ -189,7 +189,7 @@ Goal: get cited by ChatGPT, Claude, Perplexity, Gemini, and Google AI Overviews
|
|
|
189
189
|
- [ ] At least one comparison table OR numbered list per long-form page
|
|
190
190
|
- [ ] Author block with real name (not "Admin"), role, and ≥30 words of bio
|
|
191
191
|
- [ ] Schema.org `Article` with `author` (`Person` + `sameAs`), `datePublished`, `dateModified`
|
|
192
|
-
- [ ] Schema.org `FAQPage
|
|
192
|
+
- [ ] ~~Schema.org `FAQPage`~~ — Google dropped FAQ rich results on **May 7, 2026**; Search Console reporting ends June 2026, API removed August 2026. Remove or keep only if targeting non-Google engines.
|
|
193
193
|
- [ ] `dateModified` updated AND visible "Updated: [date]" text present
|
|
194
194
|
- [ ] `llms.txt` at site root with curated canonical URLs
|
|
195
195
|
- [ ] Page contains at least 3 unique data points (numbers, dates, version strings)
|
package/manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@softspark/ai-toolkit",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.3",
|
|
4
4
|
"description": "AI coding toolkit: 107 skills, 44 agents, 12-editor write-through (Claude, Cursor, Windsurf, Copilot, Gemini, Cline, Roo, Aider, Augment, Antigravity, Codex, opencode), machine-enforced safety constitution, SARIF audit, signed npm provenance.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"claude",
|