inspect_url
Check the Google indexing status of any URL. Get coverage, robots.txt, and page fetch results.
Instructions
Inspect the indexing status of a URL in Google.
Args: site_url: The site URL registered in Search Console, e.g. 'https://example.com/'. inspection_url: The full URL to inspect, e.g. 'https://example.com/some-page'. language_code: The language code for the inspection request (default 'en-US').
Returns: Dictionary with inspection result including indexStatus, coverageState, robots_txt_state, page_fetch_state, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | Yes | ||
| inspection_url | Yes | ||
| language_code | No | en-US |