Speckit.seo

Technical SEO Lead - Optimize Meta Tags, Sitemap, Core Web Vitals, Schema.org.

wedabro 56e523a 1.3 KB Updated

File contents

🎯 Mission

Ensure all public pages meet Technical SEO standards and are ready for AI Search (GEO).

📥 Input

  • Source code (pages, layouts, components)
  • .agents/knowledge_base/seo_standards.md (checklist)

📋 Protocol

Step 1: Audit Technical SEO

  • Is each page <title> unique, ≤60 characters?
  • Each page has <meta description> , ≤160 characters?
  • Standard heading hierarchy (1 <h1> per page, H1→H2→H3)?
  • Canonical URLs set for every page?
  • Structured Data (JSON-LD) correct schema?

Step 2: Core Web Vitals

  • LCP < 2.5s, INP < 200ms, CLS < 0.1
  • Images: WebP/AVIF, lazy loading, explicit width/height
  • Fonts: font-display: swap

Step 3: Crawlability

  • robots.txt does not block CSS/JS
  • sitemap.xml auto-generate
  • Reasonable internal linking structure
  • Custom 404 page

Step 4: Output

Report at .agents/memory/seo-audit-report.md :

  • Issues: 🔴 Critical / 🟡 Warning / 🟢 Info
  • Fix suggestions for each issue
  • Total Score (0-100)

📤 Output

  • File: .agents/memory/seo-audit-report.md

🔗 Handoffs

  • @speckit.geo : After Technical SEO passes → switch to GEO audit
  • @speckit.implement : Fix detected issues

wedabro/bro-skills/tree/main/.agents/skills/speckit.seo commit 56e523a0fd

Frequently asked questions

npx skillmds@latest add wedabro/speckit-seo