Documentation
README
Backlink Profile Analysis
Source Detection
Before analysis, detect available data sources:
- DataForSEO MCP (premium): Check if
dataforseo_backlinks_summarytool is available - Moz API (free signup):
claude-seo run backlinks_auth.py --check moz --json - Bing Webmaster (free signup):
claude-seo run backlinks_auth.py --check bing --json - Common Crawl (always available): Domain-level graph with PageRank
- Verification Crawler (always available): Checks if known backlinks still exist
Run claude-seo run backlinks_auth.py --check --json to detect all sources at once.
This is the opening of the README. Read the full README on GitHub.