Skip to main content
POST
Submit a page for indexing

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
url
string
required

The fully-qualified URL to notify Google about. Must belong to a property you own.

Example:

"https://example.com/blog/my-post"

type
enum<string>
default:URL_UPDATED

URL_UPDATED to (re)index a new or changed page, URL_DELETED to request removal.

Available options:
URL_UPDATED,
URL_DELETED

Response

201 - application/json

The raw urlNotificationMetadata from the Indexing API. latestUpdate/latestRemove are only present once Google has processed prior notifications for the URL.