Indexing API
The Indexing API allows developers to share the life cycle of a Web Document with Google.
Service: indexing.googleapis.com
The Service name indexing.googleapis.com
is needed to create RPC client stubs.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["The Indexing API enables developers to inform Google about changes to web documents, such as updates or deletions."],["Developers can utilize the `indexing.googleapis.com` service to interact with the API and manage web document indexing."],["The API provides methods to retrieve metadata about a web document and notify Google of changes to its status."]]],["The Indexing API enables developers to communicate a web document's lifecycle to Google. It utilizes the service `indexing.googleapis.com` for RPC client stubs. Key actions include using the `GetUrlNotificationMetadata` method to retrieve metadata about a web document and the `PublishUrlNotification` method to inform Google of updates or deletions of URLs. These are the main methods of google.indexing.v3.UrlService.\n"]]