mirror of
https://github.com/goenning/google-indexing-script.git
synced 2024-11-25 08:43:02 +03:00
add extra api needed
This commit is contained in:
parent
f5549e5891
commit
511530753b
@ -17,7 +17,8 @@ You can read more about the motivation behind it and how it works on this blog p
|
||||
|
||||
1. Download or clone this repository
|
||||
2. Follow this [guide](https://developers.google.com/search/apis/indexing-api/v3/prereqs) from Google. By the end of it, you should have a project on Google Cloud with the Indexing API enabled, a service account with the `Owner` permission on your sites.
|
||||
3. Download the JSON file with the credentials of the service account and save it in the same folder as the script. The file should be named `service_account.json`
|
||||
3. Make sure you enable both `Google Search Console API` and `Web Search Indexing API` on your [Google Project ➤ API Services ➤ Enabled API & Services](https://console.cloud.google.com/apis/dashboard).
|
||||
4. Download the JSON file with the credentials of the service account and save it in the same folder as the script. The file should be named `service_account.json`
|
||||
|
||||
## Usage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user