Seo
Skill a5c-ai/babysitter/library/specializations/web-development/skills/seo
Technical SEO, structured data, sitemaps, and meta tags.From its SKILL.md
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.
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
- README.md290 B