Check whether a page is indexed
Inspects a single URL with the Google Search Console URL Inspection API and reports its index status.
Requires: Google Search Console connected from the RankSpot dashboard (Integrations → Google Search Console). Works with the existing connection — no reconnect needed.
Reading the result: the page is indexed when indexStatusResult.verdict is PASS. When it is not, check indexStatusResult.coverageState (e.g. “Crawled - currently not indexed”, “Discovered - currently not indexed”, “URL is unknown to Google”) for the reason.
Quota: The URL Inspection API is limited by Google to ~2,000 queries/day and 600 queries/minute per property.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Response
The raw inspectionResult from the URL Inspection API. The page is indexed when indexStatusResult.verdict is PASS; otherwise read indexStatusResult.coverageState for the reason.
