seo-setup
Installation
SKILL.md
Set up SEO infrastructure: $ARGUMENTS
$ARGUMENTS can include:
- "audit" — scan existing pages for missing metadata and fix
- "full" — complete setup: metadata + sitemap + robots + structured data + OG images (default)
- "metadata-only" — just the metadata patterns, no sitemap or OG images
- "with-blog" — include article/blog structured data patterns
- Empty — full setup
Before Starting
- Read
src/app/layout.tsx— check existing metadata config - Read
src/lib/config/tenant.config.ts— get brand name, description, domain - Read
src/lib/env.ts— check forNEXT_PUBLIC_APP_URL - Read
src/app/(public)/— catalog all public pages that need metadata - Check if
src/app/sitemap.tsorsrc/app/robots.tsalready exist