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
npx -y skills add a5c-ai/babysitter --skill seoAssembled 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