[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-02-17 UTC."],[[["The Indexing API enables developers to inform Google about changes to web documents, such as updates or deletions."],["Developers can use the API to get metadata about a specific web document."],["The API utilizes RESTful communication, and its service endpoint is indexing.googleapis.com."],["The `publish` method allows developers to notify Google about updates or deletions to a URL."],["The `getMetadata` method enables developers to retrieve metadata associated with a specific web document."]]],["The Indexing API, accessible via `indexing.googleapis.com`, enables developers to interact with Google regarding web document lifecycles. It offers a `v3.urlNotifications` REST resource. Key actions include using the `getMetadata` method (GET request to `/v3/urlNotifications/metadata`) to retrieve web document metadata. Developers can also use the `publish` method (POST request to `/v3/urlNotifications:publish`) to notify Google of updates or deletions of specific URLs. The API's discovery document is available at the provided URL.\n"]]