As explained in Getting Started Jetindexer uses client GCP projects to spread Indexing requests to the Google Indexing API.

If you configure everything as explained in our guides, you’ll never exceed $0 billing on GCP.

Basic facts about GCP

At the time of writing, 1 Google user can create 30 projects without requesting a quota increase.

Every GCP project has a starting daily limit of 200 indexing requests for Google Indexing API. Occasionally, Google increases the limit without requesting a quota increase; that’s good.

Our recommendation is to never initiate quota increases, and use the system with the given limits.

With 30 connected GCP projects, you can send 6000 daily or 180K monthly Indexing requests, which is more than enough for any website.

Create a Google Cloud Project

Visit https://console.cloud.google.com/projectcreate page and choose a name for the new project. The best option for a name is to use a suffix for every name with a number to differentiate projects later. You’re free to name them whatever you want.

cloud-new-project-1.png

After a few seconds, GCP will create a new project, and you’ll see a notification in the top-right corner.

cloud-select-project.png

Select the new project.