تاريخ التعديل الأخير: 2025-02-17 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]