validate-blog-seo
Installation
SKILL.md
Validate Blog SEO
Scope: blog module SEO validation only (frontmatter, canonical, build) — NOT site-wide SEO audit. For GEO, keyword research, or content strategy use marketing-skills.
Pre-publish checklist
-
descriptionis 80–320 characters -
slugis kebab-case and matches filename -
draft: falsefor publish-ready posts - Canonical URL has no trailing slash
- Internal links resolve to existing slugs
- Title is unique among published posts
-
npm run validate:postspasses -
npm run buildsucceeds
Canonical format
- Standalone / subdirectory:
https://{SITE_URL}/blog/{slug} - Subdomain:
https://{SITE_URL}/{slug}