← The Reel Vault
This course is free — log in to save your progress and unlock the full library.
Log in free →Index This: my 3-year-old script that bulk-indexes URLs via Google's API
0:30IndexThis: my three-year-old script that bulk-indexes URLs through Google's Indexing API. Drop URLs in a file, run node index.js, done. The code's yours.
Transcript
I use Google indexing API. I have created this project called Index This. I've been using it for more than three years. What I do is I have a simple email which I can add to the Google console or team settings. Then I provide all the URLs in the URL.tst file. And once I do that, I can simply run node index.js. This will call Google indexing API and get all the URL indexed. If you also want to do that for yourself and want this code, comment link. I'll show you the link.