agentsclimarketplace

Seo schema

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

Redefining development through cognitive automation and collaborative agent systems.

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

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 detecting, validating, or generating Schema.org JSON-LD markup. Covers Article, Product, LocalBusiness, Organization, BreadcrumbList, FAQPage, VideoObject, Event, Recipe.

SKILL.md

1.5 KB, as published. Nobody here has run it

Schema.org JSON-LD

Workflow

  1. Detect existing JSON-LD blocks in HTML
  2. Run scripts/validate-schema.ts → check against schema.org offline dumps
  3. Identify missing schema types based on page type
  4. Generate from templates in templates/json-ld/

Supported Types

TypeUse CaseTemplate
ArticleBlog posts, newstemplates/json-ld/article.json
ProductE-commercetemplates/json-ld/product.json
LocalBusinessLocal SEOtemplates/json-ld/localbusiness.json
OrganizationBrand/company pagestemplates/json-ld/organization.json
BreadcrumbListNavigationtemplates/json-ld/breadcrumb.json
FAQPageQ&A (gov/health only since Aug 2023)templates/json-ld/faq.json
VideoObjectVideo contenttemplates/json-ld/video.json
EventEventstemplates/json-ld/event.json
RecipeRecipestemplates/json-ld/recipe.json

Deprecations (2025)

  • HowTo: Deprecated September 2023
  • FAQ: Restricted to government/health sites since August 2023
  • SpecialAnnouncement: Deprecated July 2025

References

  • skills/seo/03-schema-org/ (all 9 schema docs)

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.