UrlNotificationMetadata

  • This documentation outlines the JSON format for displaying the most recent Indexing API notifications for a specific URL.

  • The JSON response includes the URL, details of the latest update notification, and details of the latest removal notification.

  • Each notification detail includes information like the notification type, timestamp, and notifying Search Console user.

Summary of the most recent Indexing API notifications successfully received, for a given URL.

JSON representation
{
  "url": string,
  "latestUpdate": {
    object(UrlNotification)
  },
  "latestRemove": {
    object(UrlNotification)
  }
}
Fields
url

string

URL to which this metadata refers.

latestUpdate

object(UrlNotification)

Latest notification received with type URL_UPDATED.

latestRemove

object(UrlNotification)

Latest notification received with type URL_REMOVED.