gsc_request_indexing
Submit up to five URLs to Google's Request Indexing with paced delays to avoid throttling. Check quota via gsc_quota first; for more URLs, use gsc_start_indexing_job.
Instructions
Submit up to five URLs to Google's Request Indexing, one at a time, through the browser extension in your own signed-in profile.
BLOCKING and slow by design: submissions are paced 130-180 seconds apart, so five URLs can take fifteen minutes. Use gsc_start_indexing_job for anything larger.
Quota is per property — roughly eleven slots per property on a rolling
24-hour window, and properties are independent. Call gsc_quota first to
see what is spendable; act on spendable_free, not free.
Returns {"ok", "submitted", "skipped", "failed", "stopped_early", "stop_reason", "notes", "results"}, with one entry per URL in
results. A run stops early on the first throttle, captcha, or
signed-out session rather than burning the rest of the batch against a
refusing server. A refusal is {"ok": False, "error", "detail", "fix"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes |