internal_link_recommend
Recommends internal links from high-authority pages to striking-distance pages by crawling your site and analyzing Search Console data, helping you improve relevance and ranking.
Instructions
Recommend specific internal links (source page -> target page, with anchor text) from high-authority pages to striking-distance pages. Crawls from start_url for the internal link graph (authority + existing links) and uses GSC to find striking-distance targets (default position 8-20 with real impressions). Ranks sources by lexical relevance to the target query + internal in-degree, skips pages that already link the target, balances anchor text, and never suggests nofollow. Free; read-only; does not guarantee a ranking change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | GSC window. Defaults to 28. | |
| limit | No | Max recommendations. Default 25. | |
| site_url | No | GSC property for target selection. Defaults to the configured default site. | |
| max_pages | No | Max pages to crawl. Default 50, ceiling 200. | |
| start_url | Yes | Absolute http(s) URL to crawl from for the link graph. | |
| position_max | No | Striking-distance upper bound (default 20). | |
| position_min | No | Striking-distance lower bound (default 8). | |
| impressions_min | No | Min impressions for a target query. Default 30. | |
| relevance_floor | No | Min source/target query lexical overlap (0-1). Default 0.34. |