원클릭으로
link-analyzer
Map internal link structure of a website. Finds orphan pages, under-linked pages, and link equity gaps. Use when internal linking needs improvement or after a site audit.
메뉴
Map internal link structure of a website. Finds orphan pages, under-linked pages, and link equity gaps. Use when internal linking needs improvement or after a site audit.
Write SEO-optimized blog posts. Use when content calendar has posts due.
Fix bugs in Python, TypeScript, or config files. Use when a bug report or error is identified.
Review code changes for quality, security, correctness. Use after code changes are made.
Build, test, and deploy a project via its pipeline. Use when code changes need to go to production.
Run all 4 SEO skills (site audit, meta optimizer, link analyzer, schema checker) and combine results into a comprehensive report. Use for complete SEO assessment of a project.
Diagnose and resolve service incidents following the SOP. Use when a service is down or broken.
| name | link-analyzer |
| description | Map internal link structure of a website. Finds orphan pages, under-linked pages, and link equity gaps. Use when internal linking needs improvement or after a site audit. |
| labels | ["links","internal_linking"] |
| keywords | ["internal link","link map","orphan page","link equity"] |
| entrypoint | sovereign.skills.seo:internal_link_analyzer |
| fuel_grade | diesel |
| trust_tier | 4 |
| version | 1.0.0 |
| input_schema | {"type":"object","properties":{"url":{"type":"string","description":"Target website URL"},"pages":{"type":"array","items":{"type":"string"},"description":"Optional list of specific page URLs to crawl"}},"required":["url"]} |
| output_schema | {"type":"object","properties":{"pages_crawled":{"type":"integer"},"orphan_pages":{"type":"array"},"under_linked":{"type":"array"},"over_linked":{"type":"array"}}} |
Builds an internal link map for a website and identifies linking issues.