Maestro-orchestrate seo-audit
Run a Maestro-style SEO assessment for meta tags, structured data, crawlability, and Core Web Vitals
install
source · Clone the upstream repo
git clone https://github.com/josstei/maestro-orchestrate
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/josstei/maestro-orchestrate "$T" && mkdir -p ~/.claude/skills && cp -r "$T/claude/skills/seo-audit" ~/.claude/skills/josstei-maestro-orchestrate-seo-audit && rm -rf "$T"
manifest:
claude/skills/seo-audit/SKILL.mdsource content
Maestro SEO Audit
Call
get_skill_content with resources: ["architecture"].
Protocol
Before delegating, call
get_skill_content with resources: ["delegation"] and follow the returned methodology.
Workflow
- Define the SEO audit scope (page or site)
- Identify web-facing output files (HTML, templates, routes)
- Audit meta tags, schema markup, crawlability, canonicalization, internal linking, and Core Web Vitals
- Present findings with severity, SEO impact, location, and remediation guidance
- Note any checks that require live-site verification if the current environment cannot provide it
Constraints
- Present findings before proposing remediation
- Do not modify code without explicit user approval