google-indexing-script
google-indexing-script copied to clipboard
Script to get your site indexed on Google in less than 48 hours
First of all: Thank you very much for this great project! I would love to just install it globally via `npm install` and then use it as a CLI. Do...
This PR adds `Not Found (404)` to the list of `indexableStatuses`. This change ensures that pages returning a 404 status are correctly recognized and processed within the script's indexing logic,...
**What did I change?** I just switched from `mjs` to `ts` (commonjs), no more/no fewer features, all this to get all ts benefits. **Why did I change it?** As a...
Caching is a great idea, but it becomes problematic when you're saving over 500,000 links. Is there a way to save the routes and use codes instead? This would significantly...
I'm running the script locally like this: `yarn index example.com` ``` ❯ yarn index example.com 🔎 Processing site: sc-domain:example.com 👉 Found 1189 URLs in 2 sitemap 📦 Batch 1 of...
Hi and thank for that amazing work! I apologize if the question seems stupid, but I have around 50 sites to index, each with approximately 1000 URLs. I have about...
Currently, when conducting an inspection for indexing using the tool, I encountered an obstacle. It appears that there is a rate limit restriction of 2000 calls per day (https://support.google.com/webmasters/thread/240916045/429-quota-issue-googleapis-com-v1-urlinspection-index-inspect?hl=en), which...
Hey, The script is working fine on 4 of my websites (with less than 500 urls on sitemap each). When I try with a website who have 23k urls I...
Hi all, I'm trying to index a site with 1 million pages, after a long time it gives out:  Web Search Indexing API quota is not consumed, no errors....
Hi, thanks for your tool! For the large websites, like 5k+ pages, is it possible to introduce the sent urls for indexing cache? For most of us is ok to...