Claude Code Seo banner
lhitches lhitches

Claude Code Seo

Development community

Description

--- name: claude-code-seo description: Drop-in Claude Code skill that audits a website codebase directly from the CLI. Reads every HTML file in the repo, checks for canonical tags, OG tags, schema, internal linking patterns, and on-page SEO basics, then writes a full report to SEO_REPORT.md and offers to commit fixes. Trigger when the user runs Claude Code in a website repo and asks for an SEO audit, mentions Claude Code SEO, asks to audit a static site, or wants CLI-driven SEO automation. Built

Installation

Installs to ~/.claude/skills/lhitches-claude-seo-skills-claude-code-seo/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lhitches-claude-seo-skills-claude-code-seo && curl -fsSL https://raw.githubusercontent.com/lhitches/claude-seo-skills/HEAD/skills/claude-code-seo.md -o ~/.claude/skills/lhitches-claude-seo-skills-claude-code-seo/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository