agentsclimarketplace

Seo

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

Technical SEO, structured data, sitemaps, and meta tags.From its SKILL.md

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.

SKILL.md

1.0 KB, 168 tokens by cl100k_base, 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

What ships with it: 1 file

290 B alongside SKILL.md

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.