agentsclimarketplace

Seo technical

Skill fusengine/agents/plugins/seo/skills/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

Install
npx -y skills add fusengine/agents --skill seo-technical

Assembled 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

  1. Fetch /robots.txtscripts/parse-robots.ts
  2. Fetch /sitemap.xmlscripts/parse-sitemap.ts
  3. Run Lighthouse locally → scripts/check-cwv.ts <url>
  4. Verify mobile-first signals (viewport, responsive images)
  5. Check HTTPS, HSTS, redirects chains

Core Web Vitals (2026)

  • LCP: < 2.5s
  • INP: < 200ms (replaced FID March 2024)
  • CLS: < 0.1

Indexability Checks

  • robots.txt doesn't block critical paths
  • <meta name="robots"> not noindex on important pages
  • Canonical points to indexable URL
  • No nofollow on 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.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.