How to submit link to GSC in bulk ?

aaazz97

Junior Member
Joined
Aug 18, 2019
Messages
125
Reaction score
73
Hi, the question is in title.
I've actually found this script on github, but I'm not familiar with node.js
Is there a more user friendly way to do it ?
 
You can add a new sitemap to add several URLs in your Sitemap report which you can upload to Google in one go. To do this, copy your sitemap 's URL, paste the URL in the area that says "Join Sitemap URL" and press "Submit."
 
Hi, the question is in title.
I've actually found this script on github, but I'm not familiar with node.js
Is there a more user friendly way to do it ?

This is just a wrapper for the official google indexing API in nodejs.

Look for "google indexing api" and you will find other examples using different languages.

Please note that this api is intented to index only certain types of pages (mainly job postings or broadcasted events).

I WOULD NOT use it to index pages that dont fit in these conditions.
 
thanks guys, that was a veeeeery newbie question :poop:
 
Back
Top