[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 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"]]