Search results

  1. B

    Are there any ways to effectively increase the 200 pages/day limit with the Google Index API?

    Yes that's it, you can remove multiple based on URL prefix.
  2. B

    Are there any ways to effectively increase the 200 pages/day limit with the Google Index API?

    The API does support authentication with API keys (JSON web tokens), you just generate and download keys for all the projects, then iterate through them in your API client code, presumably using one of Google's client libraries to make it easier. For some sites I've been able to trigger a few...
  3. B

    Did Google just roll out a STEALTH update?

    Quite a few of my sites have seen a 40% Google traffic drop starting January 10th. The same sites were hit by the October Spam update as well. Mostly new sites, but also some that were several years old. Some discussion about it here...
  4. B

    Are there any ways to effectively increase the 200 pages/day limit with the Google Index API?

    Yes, as the account ages your project quota increases, 12 is what it currently starts with for new accounts. You should be able to use all 25. Note that this is not a golden bullet to make Google crawl all your URLs. After a while it will start ignoring the requests. Maybe it will work...
  5. B

    Are there any ways to effectively increase the 200 pages/day limit with the Google Index API?

    When you create a Google Cloud Console account you will be able to create up to 12 projects within that account. Each project has its own API key and quota of 200 Indexing API requests per day. So you can do 200 x 12 = 2400 API calls per day. You can also create additional Google accounts and...
Back
Top