konigle / google-bulk-indexer

Utilities for automatically submitting website pages for indexing in bulk to Google Search Console
https://konigle.com/free-tools/google-bulk-indexer
MIT License
11 stars 2 forks source link

Daily Limit for URL inspection #1

Open TimMcCauley opened 5 months ago

TimMcCauley commented 5 months ago

Thank you for this very handy library! The GSC indexing status checks defaults to 2000 requests per 24 hours. Would you be interested in a PR which can handle this?

The reason why this is important imo is that the logic now will try and index the URL (https://github.com/konigle/google-bulk-indexer/blob/main/gsc_bulk_indexer/gsc.py#L57), however it could be already indexed, like in our case (we have approximately 9000 URLs in our shop).

kartguru commented 3 months ago

great idea @TimMcCauley! 😉@AshNTU @gplhegde @jkhosla 😁