agentsclimarketplace

Seo

Skill a5c-ai/babysitter/library/specializations/web-development/skills/seo

Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

Install
npx -y skills add a5c-ai/babysitter --skill seo

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Technical SEO, structured data, sitemaps, and meta tags.

SKILL.md

1.0 KB, as published. Nobody here has run it

SEO Skill

Expert assistance for technical SEO implementation.

Capabilities

  • Implement meta tags
  • Configure structured data
  • Generate sitemaps
  • Handle canonical URLs
  • Optimize for search engines

Meta Tags

// Next.js
export const metadata: Metadata = {
  title: 'Page Title',
  description: 'Page description for search results',
  openGraph: {
    title: 'OG Title',
    description: 'OG Description',
    images: [{ url: '/og-image.jpg' }],
  },
  robots: {
    index: true,
    follow: true,
  },
  alternates: {
    canonical: 'https://example.com/page',
  },
};

Target Processes

  • seo-optimization
  • technical-seo
  • search-visibility

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.