Internal Link Audit
Crawls a domain to build an internal link graph. Identifies orphan pages, underlinked pages, and broken internal links. Suggests anchor text improvements.
Inputs
domain: Target domain URL (e.g.,https://example.com). Include protocol.max_pages(optional): Max pages to crawl. Default: 100. Maximum: 200.
Execution
Step 1: Crawl Site
Use scripts/fetch_page.py and scripts/parse_html.py to crawl the site:
# Fetch homepage
python3 scripts/f
[Description truncada. Veja o README completo no GitHub.]