SEO Content Writing banner
aaron-he-zhu aaron-he-zhu

SEO Content Writing

Communication community Intermediate

Description

[](https://skills.sh/aaron-he-zhu/seo-geo-claude-skills) [](./LICENSE) [](./VERSIONS.md)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for aaron-he-zhu/seo-geo-claude-skills, shared by 11 entries in this directory. It describes the repository, not this entry specifically.

SEO & GEO Skills Library

[](https://skills.sh/aaron-he-zhu/seo-geo-claude-skills) [](./LICENSE) [](./VERSIONS.md)

Claude Skills and Commands for Search Engine Optimization (SEO) and Generative Engine Optimization (GEO). 20 skills, 9 commands, tool-agnostic, works with or without integrations. Content quality powered by the [CORE-EEAT Content Benchmark](https://github.com/aaron-he-zhu/core-eeat-content-benchmark). Domain authority powered by the [CITE Domain Rating](https://github.com/aaron-he-zhu/cite-domain-rating).

**SEO** gets you ranked in search results. **GEO** gets you cited by AI systems (ChatGPT, Perplexity, Google AI Overviews). This library covers both.

Quick Start

Works with [Claude Code](https://claude.ai/download), [Cursor](https://cursor.com), [Codex](https://openai.com/codex), and [35+ other agents](https://skills.sh). No other dependencies.

  1. **Install** — choose your method:

    **Skills CLI** (recommended — works with [35+ agents](https://skills.sh)):

    npx skills add aaron-he-zhu/seo-geo-claude-skills

    Or install a single skill:

    npx skills add aaron-he-zhu/seo-geo-claude-skills -s keyword-research

    Claude Code Plugin

    Install directly as a Claude Code plugin:

    # From the Claude Code plugin marketplace
    /plugin marketplace add aaron-he-zhu/seo-geo-claude-skills
    
    # Or load locally
    claude --plugin-dir ./seo-geo-claude-skills

    Includes `marketplace.json`, `plugin.json`, and pre-configured MCP servers. See [CONNECTORS.md](./CONNECTORS.md) for MCP setup.

    Git Submodule (version-pinned)

    Add as a submodule for version-pinned updates within an existing project:

    git submodule add https://github.com/aaron-he-zhu/seo-geo-claude-skills.git .claude/skills/seo-geo

    Update to the latest version:

    git submodule update --remote .claude/skills/seo-geo

    Fork & Customize

    For teams wanting custom modifications:

...