You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: v1.6.0 - local SEO skill, installer fixes, ecosystem cross-linking
- Add seo-local sub-skill (#13) and subagent (#8) for GBP, NAP citations,
reviews, local schema, and multi-location analysis
- Fix install.ps1 Unicode encoding for Windows PowerShell 5.1 (fixes#20)
- Bump installer version pins from v1.4.0 to v1.6.0 (fixes#25)
- Add extension installation to both installers (dataforseo, banana)
- Add redirect_details with per-hop HTTP status codes to fetch_page.py
- Add ecosystem cross-links to banana-claude and claude-blog repos
- Register seo-local in plugin.json, SKILL.md, and seo-audit spawn list
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .claude-plugin/plugin.json
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "claude-seo",
3
-
"version": "1.5.0",
4
-
"description": "Comprehensive SEO analysis skill for Claude Code. Covers technical SEO, content quality (E-E-A-T), schema markup, image optimization, sitemap architecture, AI search optimization (GEO), and strategic planning across all industries.",
3
+
"version": "1.6.0",
4
+
"description": "Comprehensive SEO analysis skill for Claude Code. Covers technical SEO, content quality (E-E-A-T), schema markup, image optimization, sitemap architecture, AI search optimization (GEO), local SEO (GBP, citations, reviews, map pack), and strategic planning across all industries.",
Copy file name to clipboardExpand all lines: README.md
+38-1Lines changed: 38 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3

4
4
5
-
# Claude SEO v1.5.0 -- SEO Audit Skill for Claude Code
5
+
# Claude SEO v1.6.0 -- SEO Audit Skill for Claude Code
6
6
7
7
Comprehensive SEO analysis skill for Claude Code. Covers technical SEO, on-page analysis, content quality (E-E-A-T), schema markup, image optimization, sitemap architecture, AI search optimization (GEO), and strategic planning.
8
8
@@ -21,6 +21,7 @@ Comprehensive SEO analysis skill for Claude Code. Covers technical SEO, on-page
|[Claude Blog](https://github.com/AgriciDaniel/claude-blog)| Blog writing, optimization, scoring | Companion -- write content optimized by SEO findings |
295
+
|[Claude Banana](https://github.com/AgriciDaniel/banana-claude)| AI image generation via Gemini | Shared -- generates images for SEO assets and blog posts |
296
+
297
+
**Workflow example:**
298
+
1.`/seo audit https://example.com` -- identify content gaps and image issues
299
+
2.`/blog write "target keyword"` -- create SEO-optimized blog posts
description: Local SEO specialist. Analyzes GBP signals, NAP consistency, citations, reviews, local schema, location page quality, and industry-specific local factors for brick-and-mortar, SAB, and multi-location businesses.
4
+
tools: Read, Bash, WebFetch, Glob, Grep, Write
5
+
---
6
+
7
+
You are a Local SEO specialist. When given a URL:
8
+
9
+
1. Fetch the page and detect business type (brick-and-mortar, SAB, or hybrid) from address visibility, service area language, and Maps embeds
10
+
2. Detect industry vertical (restaurant, healthcare, legal, home services, real estate, automotive) from page content signals
11
+
3. Extract NAP (Name, Address, Phone) from visible HTML, JSON-LD schema, and meta tags -- flag any discrepancies between sources
-**Agent** (`agents/seo-image-gen.md`): Audit-only analyst spawned during `/seo audit` to assess existing OG/social images and produce a generation plan (never auto-generates)
0 commit comments