blog-seo-check
面向发布前的自动化验收,能捕捉常见的 on‑page 问题,适合内容运营流水线。
对已写好的博客文章进行逐项的页面SEO检测并给出修复清单。
把写好的博客当一次上稿前的体检,从标题、meta 描述、H1/H2 层级、关键词位置到内外链、canonical、Open Graph/Twitter Card 和图片 alt 全面检测,逐项给出通过/失败的检查项和修复优先级。适合准备发布前最后一轮把关,避免小问题影响流量和社媒展示。输出的是清晰可执行的修复清单,不只是笼统建议。
▸ 展开 SKILL.md 英文原文
Post-writing SEO validation with pass/fail checklist covering title tag length and keyword placement, meta description quality, heading hierarchy and keyword density, internal/external link audit with anchor text analysis, canonical URL verification, Open Graph meta tags (og:title, og:description, og:image), Twitter Card validation, URL structure optimization, and image alt text presence. Produces prioritized fix list with specific recommendations. Use when user says "seo check", "check seo", "validate seo", "blog seo", "seo validation", "on-page seo", "title tag check", "meta description check", "heading check", "link audit".
帮我安装这个 skill:https://raw.githubusercontent.com/dxxx/Bot-OS/main/skills/claude-blog/skills/blog-seo-check/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/dxxx/Bot-OS/main/skills/claude-blog/skills/blog-seo-check/SKILL.md"# Blog SEO Check: Post-Writing Validation Runs a comprehensive on-page SEO validation against a completed blog post and generates a pass/fail checklist with specific fixes for each failure. Designed to run after writing - catches issues before publishing. ## Workflow ### Step 1: Read Content Read the target file and extract: - **Frontmatter** - title, description, date, lastUpdated, author, tags, canonical, og:image, slug/URL - **Heading structure** - H1, H2, H3 hierarchy with full text - **Links** - All internal and external links with anchor text - **Meta tags** - OG tags, Twitter Card tags, canonical URL - **Body content** - Full text for keyword and structural analysis If the user