indexing_publish
Notify Google of URL changes using the Indexing API. Send URL_UPDATED for new or updated pages, or URL_DELETED for removed pages. Helps keep search index accurate.
Instructions
Notify Google about a URL update or removal via the Indexing API. Use URL_UPDATED when a page is created or updated, URL_DELETED when a page is removed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The fully-qualified URL to notify about | |
| type | Yes | Notification type: URL_UPDATED or URL_DELETED |