Google Indexing API Tool
Instantly notify Google to crawl and index your new or updated pages.
How to Setup the Google Indexing API
The Google Indexing API requires a Service Account Key to prove you own the website. Follow these steps to get your JSON key:
- Go to the Google Cloud Console and create a new project.
- Search for and Enable the Indexing API.
- Go to "IAM & Admin" > "Service Accounts" and create a new Service Account.
- Click on the new account > "Keys" > "Add Key" > "Create new JSON key". This will download the file.
- Important: Open the JSON file, copy the `client_email` address.
- Go to Google Search Console > Settings > Users and Permissions > Add User.
- Paste the email and give it Owner permission.