Seo technical
Use when auditing technical SEO. Covers robots.txt, sitemap.xml, Core Web Vitals (LCP/INP/CLS), mobile-first indexing, crawlability, indexability, HTTPS, redirects chains.From its SKILL.md
npx -y skills add fusengine/agents --skill seo-technicalAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 22 stars22 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 212 tokens by cl100k_base, as published. Nobody here has run it
Technical SEO
Workflow
- Fetch
/robots.txt→scripts/parse-robots.ts - Fetch
/sitemap.xml→scripts/parse-sitemap.ts - Run Lighthouse locally →
scripts/check-cwv.ts <url> - Verify mobile-first signals (viewport, responsive images)
- Check HTTPS, HSTS, redirects chains
Core Web Vitals (2026)
- LCP: < 2.5s
- INP: < 200ms (replaced FID March 2024)
- CLS: < 0.1
Indexability Checks
robots.txtdoesn't block critical paths<meta name="robots">notnoindexon important pages- Canonical points to indexable URL
- No
nofollowon internal navigation
References
skills/seo/05-technical-seo/(core-web-vitals, crawlability, mobile-first, structured-data-testing)
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.