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/plugins/maestro/skills/seo-audit" ~/.claude/skills/josstei-maestro-orchestrate-seo-audit-7a0a2f && rm -rf "$T"
manifest:
plugins/maestro/skills/seo-audit/SKILL.mdsource content
Read
../../references/runtime-guide.md.
Call get_skill_content with resources: ["architecture", "delegation"].
Call get_agent with agents: ["seo-specialist"].
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