Utiliser l'API d'indexation
https://developers.google.com/search/apis/indexing-api/v3/using-api?hl=fr ↗ Télécharger la capture d'origine
fe67416a7d16
13 Ko
Contenu modifié à 0 % · 0 mots ajoutés.
Voir la différence2 AJOUTÉE(S) · 2 RETIRÉE(S)
| Mettre à jour une URL | Envoyez la requête HTTP `POST` suivante au point de terminaison `https://indexing.googleapis.com/v3/urlNotifications:publish`. Exemple : ``` { "url": "https://careers.google.com/jobs/google/technical-writer", "type": "URL_UPDATED" } ``` |
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2026/07/17 (UTC)."],[],["The Indexing API allows you to notify Google about updates or removals of job posting or livestreaming event pages. Key actions include sending `POST` requests to `urlNotifications:publish` to update or remove a URL, specifying the URL and notification type (`URL\_UPDATED` or `URL\_DELETED`). You can also use a `GET` request to `/urlNotifications/metadata` to check the status of prior notifications. Batch requests, combining up to 100 individual calls, are supported for efficiency. All requests must use `\"application/json\"` as the Content-Type header and need to be approved before getting quota.\n"]]
| Mettre à jour une URL | Envoyez la requête HTTP `POST` suivante au point de terminaison `https://indexing.googleapis.com/v3/urlNotifications:publish`. Exemple : ``` { "url": "https://careers.google.com/jobs/google/technical-writer", "type": "URL_UPDATED" } ``` |
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2026/05/12 (UTC)."],[],["The Indexing API allows you to notify Google about updates or removals of job posting or livestreaming event pages. Key actions include sending `POST` requests to `urlNotifications:publish` to update or remove a URL, specifying the URL and notification type (`URL\_UPDATED` or `URL\_DELETED`). You can also use a `GET` request to `/urlNotifications/metadata` to check the status of prior notifications. Batch requests, combining up to 100 individual calls, are supported for efficiency. All requests must use `\"application/json\"` as the Content-Type header and need to be approved before getting quota.\n"]]
4ae054e86d6f
13 Ko
Contenu modifié à 0 % · 0 mots ajoutés.
Voir la différence1 AJOUTÉE(S) · 1 RETIRÉE(S)
| Mettre à jour une URL | Envoyez la requête HTTP `POST` suivante au point de terminaison `https://indexing.googleapis.com/v3/urlNotifications:publish`. Exemple : ``` { "url": "https://careers.google.com/jobs/google/technical-writer", "type": "URL_UPDATED" } ``` |
| Mettre à jour une URL | Envoyez la requête HTTP `POST` suivante au point de terminaison `https://indexing.googleapis.com/v3/urlNotifications:publish`. Exemple : ``` { "url": "https://careers.google.com/jobs/google/technical-writer", "type": "URL_UPDATED" } ``` |
597dbccd7895
13 Ko
Contenu modifié à 6 % · 90 mots retirés.
Voir la différence0 AJOUTÉE(S) · 18 RETIRÉE(S)
- Sur cette page
- [Consignes](https://developers.google.com/search/apis/indexing-api/v3/using-api?hl=fr#guidelines)
- [Qu'est-il possible de faire avec l'API ?](https://developers.google.com/search/apis/indexing-api/v3/using-api?hl=fr#what-you-can-do-with-the-api)
- [Parameters](https://developers.google.com/search/apis/indexing-api/v3/using-api?hl=fr#parameters)
- [Mettre à jour une URL](https://developers.google.com/search/apis/indexing-api/v3/using-api?hl=fr#url)
- [Supprimer une URL](https://developers.google.com/search/apis/indexing-api/v3/using-api?hl=fr#removing)
- [Consulter l'état des notifications](https://developers.google.com/search/apis/indexing-api/v3/using-api?hl=fr#gettinginfo)
- [Envoyer des requêtes d'indexation par lot](https://developers.google.com/search/apis/indexing-api/v3/using-api?hl=fr#batching)
44073a1410f3
15 Ko
Première indexation.