From seo-aeo-pro
Scaffolds a new client workspace for multi-client SEO tracking, including directory structure, config files, initial site discovery, and homepage capture.
How this command is triggered — by the user, by Claude, or both
Slash command
/seo-aeo-pro:new-client client-nameThe summary Claude sees in its command listing — used to decide when to auto-load this command
# New Client Setup
1. Ask the user for: client name, domain URL, business type (local/saas/ecommerce/publisher), industry, and 2-3 competitor domains
2. For local businesses, also ask for: business name, address, phone, service areas, services list
3. Generate a slug from the client name (lowercase, hyphens, no special chars)
4. Create the directory structure under `.seo/clients/{slug}/` with all subdirectories (keywords, technical, technical/schema-markup, content, content/page-scores, local, local/gbp-posts, local/gbp-posts/posts, backlinks, backlinks/competitor-profiles, aeo, reports)
5....seo/clients/{slug}/ with all subdirectories (keywords, technical, technical/schema-markup, content, content/page-scores, local, local/gbp-posts, local/gbp-posts/posts, backlinks, backlinks/competitor-profiles, aeo, reports).seo/clients/{slug}/config.json following the schema in rules/client-setup.md.seo/config.json if it doesn't exist, set this as the default client.seo/ to .gitignore if not already therefirecrawl map {domain} -o .seo/clients/{slug}/technical/sitemap-urls.txtfirecrawl scrape {domain} -o .seo/clients/{slug}/technical/homepage.mdnpx claudepluginhub mangollc/claude-seo-skill --plugin seo-aeo-pro/seo-local-businessGenerates SEO setup for a local business website: JSON-LD schema, meta tags, robots.txt, and sitemap. Accepts optional business name or prompts for details.
/audit-intakePresents an SEO audit intake form, collects business information, validates URLs, and optionally researches competitors.
/seo-content-plannerGenerates SEO content strategy HTML report with keyword research, content clusters, technical audit, on-page guidelines, 90-day calendar, link building strategy, and metrics.
/seoAnalyzes project for SEO opportunities on public pages, generates meta tags, keywords, structured data, OG images, and favicons. Also supports generate and export subcommands.
/setupGuides first-time users interactively to create config/company.yaml with company profile, scraped website data, target customers, and deal basics.
/seo-contentGuides SEO content creation through defined phases: brief, write, check, promote. Integrates with DataForSEO for SERP data and competitor analysis.