seo-content

Solid

Content and on-page SEO: thin content & duplicates, readability (Flesch-Kincaid), E-E-A-T signals; keyword density, cannibalization, LSI, long-tail, intent mapping; H1-H6 hierarchy and keywords in headings; image SEO (alt text, WebP/AVIF, lazy loading, dimensions, srcset). Script seo_content.py: keyword density + top terms (script/style stripped). Triggers: 'seo content', 'content audit', 'keywords', 'keyword research', 'seo headings', 'image seo', 'контент аудит', 'ключевые слова', 'заголовки h1', 'оптимизация картинок'.

AI & Automation 5 stars 0 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
26
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
65
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# SEO Content — on-page content & images Use this skill for the **content** layer of SEO: on-page text quality, keywords, headings, and image optimization. ## Commands (documented in `commands/`) | Command | What it does | |---|---| | `seo-content` | Thin content, duplicates, readability (Flesch-Kincaid), E-E-A-T signals | | `seo-keywords` | Keyword density, cannibalization, LSI, long-tail, intent mapping | | `seo-headings` | H1–H6 hierarchy, order, keywords in headings, accessibility | | `seo-images` | Alt text, WebP/AVIF, lazy loading, dimensions, srcset | ## Script ```bash python3 scripts/seo_content.py --density --file page.html --keyword "fitness" ``` Keyword density + top terms. Script/style content is stripped first so CSS/JS source does not inflate the word count. Pure Python stdlib; stdin supported. ## When to use - User asks for "seo content", "content audit", "keywords", "keyword research", "seo headings", "image seo", "контент аудит", "ключевые слова". - On-page content quality, headings hierarchy or image optimization is the task. ## Do NOT use - For the full technical audit / CWV / reports / fixes — that is `seo-audit`. - For schema.org / meta tags — that is `seo-schema`. - For crawlability / linking structure / competitors — that is `seo-crawl`.

Details

Author
bestdeejay-design
Repository
bestdeejay-design/agent-skills
Created
1 weeks ago
Last Updated
yesterday
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

content-seo

Optimizes on-page content for search engines including meta tags, heading structure, content quality, topical authority, and E-E-A-T signals. Use when user asks about content SEO, on-page SEO, meta tags, content optimization, content gap analysis, topical authority, E-E-A-T, 콘텐츠 SEO, 온페이지 최적화, or 콘텐츠 갭.

3 Updated 2 days ago
Yoodaddy0311
AI & Automation Solid

seo-audit

Technical SEO audit and health: full technical audit (meta, headings, alt, broken links, sitemap, robots.txt, canonical, URL structure), Core Web Vitals (LCP/CLS/INP, blocking resources, unused CSS/JS, caching), a comprehensive scored report (7 dimensions, weighted 100%), and the autonomous fix agent (P1-P5 prioritization, diff-before-apply). Commands documented in commands/. Triggers: 'seo audit', 'technical audit', 'core web vitals', 'site speed', 'seo report', 'seo fix', 'технический аудит', 'проверка seo', 'скорость сайта'.

5 Updated yesterday
bestdeejay-design
AI & Automation Solid

seo-schema

Structured data and meta markup for SEO: JSON-LD schema.org (Product, Article, Organization, Breadcrumb, FAQ — extraction + validation) and title/description/OG/Twitter meta generation (lengths, uniqueness, CTR). Script seo_schema.py: --meta (title/description/OG/canonical/h1/img audit) and --jsonld (extract + validate JSON-LD blocks). Triggers: 'seo schema', 'json-ld', 'schema org', 'structured data', 'meta tags', 'title description', 'разметка', 'jsonld', 'структурированные данные', 'meta теги'.

5 Updated yesterday
bestdeejay-design