scuba_divingПрисоединяйтесь к сообществу Search Central на нашей первой трехдневной конференции по поисковой оптимизации, которая пройдет в Бангкоке с 23 по 25 июля. Подайте заявку на участие в Search Central Live Deep Dive 2025.
Позволяет получить метаданные веб-документа. Метод можно использовать только для запроса URL, которые были указаны в успешных уведомлениях Indexing API. Он включает последние уведомления UrlNotification, полученные через этот API.
HTTP-запрос
GET https://indexing.googleapis.com/v3/urlNotifications/metadata
[[["Прост для понимания","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."],[[["Retrieves metadata about web documents previously notified to the Indexing API."],["Uses a `GET` request with the target URL as a query parameter."],["Requires an empty request body and returns `UrlNotificationMetadata` upon success."],["Needs authorization with the `https://www.googleapis.com/auth/indexing` scope."],["Provides a \"Try it!\" section for practical exploration."]]],["The core content describes how to retrieve metadata about a web document via the Indexing API. A `GET` request is sent to `https://indexing.googleapis.com/v3/urlNotifications/metadata`. The `url` parameter, representing the queried URL, is required. The request body must be empty. A successful response contains an instance of `UrlNotificationMetadata`. This operation is limited to URLs previously seen in successful Indexing API notifications and requires the `https://www.googleapis.com/auth/indexing` OAuth scope.\n"]]