Submit a page for indexing
Notifies Google via the Indexing API that a URL has been added/updated (URL_UPDATED) or removed (URL_DELETED).
Requires: A Google Search Console connection with the indexing OAuth scope, and the connected account must be a verified owner of the property. If the current connection predates indexing support, reconnect from the RankSpot dashboard (Integrations → Google Search Console) to grant the scope.
Note: A successful response means Google received the notification — it does not guarantee or immediately confirm indexing. Use POST /gsc/inspect afterwards to check status.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The fully-qualified URL to notify Google about. Must belong to a property you own.
"https://example.com/blog/my-post"
URL_UPDATED to (re)index a new or changed page, URL_DELETED to request removal.
URL_UPDATED, URL_DELETED Response
The raw urlNotificationMetadata from the Indexing API. latestUpdate/latestRemove are only present once Google has processed prior notifications for the URL.
