Agent skill · Security

geo-seo-claude

Audit and optimize content for SEO, GEO (generative engine optimization), and AEO (answer engine optimization). Use when user asks to "audit SEO", "check search visibility", "optimize for AI search", "generate schema markup", "validate metadata", "extract keywords", "optimize for Perplexity/ChatGPT/Gemini", "check Open Graph tags", "submit to IndexNow", or mentions SEO, GEO, AEO, or search optimization. Do NOT use for creating new content from scratch or image optimization.

Infrasity-Labsgithub.com/Infrasity-LabsGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill geo-seo-claude --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 27
SKILL.md size: 4 KB
Bundled scripts: yes
Path: .claude/skills/geo-seo-claude/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 97
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# SEO/GEO/AEO Optimizer Audit content for search engine and AI platform visibility. Generates schema markup, validates metadata, extracts keywords, and produces actionable reports. ## When NOT to Use - Creating new content from scratch (use content generation tools) - Image optimization (use image-specific tools) - Server-side performance (use web performance tools) ## Decision Matrix Pick the right script based on user intent: | User Wants | Script | Input | |-----------|--------|-------| | Full audit with report | `scripts/audit_report.py <file> --format all` | HTML/MD/JSX | | Content structure analysis | `scripts/analyze_content.py <file>` | HTML/MD/JSX | | Meta tag validation | `scripts/metadata_validator.py <file>` | HTML | | Keyword extraction | `scripts/keyword_analyzer.py <file>` | Any text | | Entity extraction | `scripts/entity_extractor.py <file>` | Any text | | Schema markup generation | `scripts/schema_generator.py <type> [args]` | CLI args | | AI platform optimization | `scripts/auto_implementer.py <file> <platform>` | HTML + platform | | Content optimization | `scripts/content_optimizer.py <file>` | HTML/MD | | Citation enhancement | `scripts/citation_enhancer.py <fi

What's inside
Steps it walks through
  1. When NOT to Use
  2. Decision Matrix
  3. Preflight
  4. Error Handling
  5. Output
  6. References
Ships with 24 files
  • reference/citation-optimization-guide.md
  • reference/entity-seo-guide.md
  • reference/platform-strategies.md
  • reference/schema-library.md
  • reference/scripts-reference.md
  • reference/social-preview-guide.md
  • reference/statistics-2026.md
  • reference/troubleshooting.md
  • reference/voice-search-guide.md
  • scripts/analyze_content.py
  • scripts/audit_report.py
  • scripts/auto_implementer.py
  • scripts/citation_enhancer.py
  • scripts/content_optimizer.py
  • scripts/entity_extractor.py
  • scripts/freshness_monitor.py
  • scripts/indexnow_submit.py
  • scripts/keyword_analyzer.py
  • scripts/metadata_validator.py
  • scripts/platform_optimizer.py
  • scripts/schema_generator.py
  • scripts/shared/__init__.py
  • scripts/shared/config.py
  • scripts/shared/schema_utils.py
first 24 of 27
More from dev-gtm-claude-skills
All skills →
About this skill
What does the geo-seo-claude skill do?

Audit and optimize content for SEO, GEO (generative engine optimization), and AEO (answer engine optimization). Use when user asks to "audit SEO", "check search visibility", "optimize for AI search", "generate schema markup", "validate metadata", "extract keywords", "optimize for Perplexity/ChatGPT/Gemini", "check Open Graph tags", "submit to IndexNow", or mentions SEO, GEO, AEO, or search optimization. Do NOT use for creating new content from scratch or image optimization.

How do I install it?

Run `npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill geo-seo-claude --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Infrasity-Labs/dev-gtm-claude-skills, a repository with 97 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going