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)