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

  1. Read src/app/layout.tsx — check existing metadata config
  2. Read src/lib/config/tenant.config.ts — get brand name, description, domain
  3. Read src/lib/env.ts — check for NEXT_PUBLIC_APP_URL
  4. Read src/app/(public)/ — catalog all public pages that need metadata
  5. Check if src/app/sitemap.ts or src/app/robots.ts already exist
Installs
1
GitHub Stars
1
First Seen
Jun 4, 2026
seo-setup — joshuashepherd/my-skills