Check whether a link on a page is followable
check_link_followabilityFetch a live web page and decide whether a link on it is followable by a crawler. Combines the X-Robots-Tag response header, the robots/user-agent meta tags, and the anchor's own rel tokens (nofollow, ugc, sponsored), with the most restrictive signal winning. Returns a verdict per matching anchor plus the exact reasons it was blocked. Use it to verify a backlink you were promised is actually followable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Optional. Only report anchors whose href (raw or resolved) contains this string, or whose host equals it. Omit to evaluate every anchor on the page. | |
| page_url | Yes | Absolute http(s) URL of the page that contains the link. | |
| user_agent | No | Optional crawler name to evaluate for, e.g. 'googlebot'. Directives addressed to another named agent are then ignored. Defaults to the wildcard agent. |