Paste your URLs, they get submitted straight to Google's Indexing API โ new or updated pages get crawled in minutes instead of waiting weeks for the next organic crawl. One PHP file, no framework, no subscription.
๐ Secure checkout by Stripe, your card details never touch our servers ยท 7-day money-back guarantee, no questions asked (deus@lumnika.com) ยท instant download, no account required.
Try the live demo (runs in demonstration mode โ the form and log are real, the Google call is simulated).
Anyone who publishes pages faster than Google's normal crawl schedule picks them up: site migrations, e-commerce catalogs, news/content sites, or agencies managing indexing for several client sites.
The Google Indexing API only accepts submissions for properties you own. Before you use it:
Google's default quota is 200 URLs/day per service account (raisable from Search Console). Setup takes about 10 minutes if you already have a Google Cloud project.
index.php to any PHP host (Apache/Nginx+php-fpm), or run it locally with php -S 0.0.0.0:8080.GOOGLE_SERVICE_ACCOUNT_JSON environment variable to the path of your service account JSON file (or GOOGLE_SERVICE_ACCOUNT_JSON_INLINE with the JSON content itself).Without those variables set, the script runs in demonstration mode โ same flow, no real call to Google โ so you can see it working before wiring up credentials.
indexing.googleapis.com directly using your own service account credentials.