Audit Seo banner
PolicyEngine PolicyEngine

Audit Seo

Security community

Description

--- description: Audit a web app's SEO in a single read-only pass — meta tags, Open Graph, canonical, crawlability, plus the PolicyEngine embed/canonical gotchas allowed-tools: Read, Glob, Grep, Bash, WebFetch, AskUserQuestion --- # SEO audit: $ARGUMENTS **Read-only.** Run every check yourself in one pass — no subagents. Report findings; make no code changes. ## Options - `--url <URL>` — audit a deployed page directly (fetch its served HTML). - `--repo OWNER/NAME` — shallow-clone to `/tmp/seo

Installation

Installs to ~/.claude/skills/policyengine-policyengine-claude-audit-seo/SKILL.md

Terminal
mkdir -p ~/.claude/skills/policyengine-policyengine-claude-audit-seo && curl -fsSL https://raw.githubusercontent.com/PolicyEngine/policyengine-claude/HEAD/commands/audit-seo.md -o ~/.claude/skills/policyengine-policyengine-claude-audit-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