agentsclimarketplace

Seo page

Skill fusengine/agents/plugins/seo/skills/seo-page

Redefining development through cognitive automation and collaborative agent systems.

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

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.

What its author says it does

Copied from the file, not written here

Use when analyzing a single page via /seo page. Covers meta extraction, schema validation, header hierarchy, content quality, and GEO readiness for one URL or local file.

SKILL.md

1.3 KB, as published. Nobody here has run it

Single-Page SEO Analysis

Workflow

  1. Fetch page (URL via WebFetch, or read local file)
  2. Run scripts/parse-meta.ts <input> → extract title, description, OG, Twitter, canonical
  3. Run scripts/validate-schema.ts <input> → JSON-LD validation
  4. Analyze H1-H6 hierarchy
  5. Run scripts/geo-score.ts <input> → LLM-readiness score
  6. Output structured report

Checks

ElementRule
<title>50-60 chars, primary keyword, brand
<meta description>120-155 chars, hook + benefit + CTA
<h1>Exactly one, contains primary keyword
<h2>-<h6>Hierarchical, no skip
CanonicalSelf-referencing or pointing to authoritative URL
Open Graphog:title, og:description, og:image (1200x630), og:url
Twitter Cardssummary_large_image with og:image
SchemaAt least one JSON-LD block, validates against schema.org
ImagesAll have alt, lazy-loaded, WebP/AVIF

References

  • skills/seo/02-onpage-seo/ (meta-tags, open-graph, twitter-cards, headers, alt-text)
  • skills/seo/09-checklists/pre-publication.md

Keep looking

Skills are one crate of 328,083. 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.