google-indexing-script icon indicating copy to clipboard operation
google-indexing-script copied to clipboard

Script to get your site indexed on Google in less than 48 hours

Results 34 google-indexing-script issues
Sort by recently updated
recently updated
newest added

npm run index domain.com > [email protected] index > ts-node ./src/cli.ts domain.com 🔎 Processing site: sc-domain:domain.com /seo/google-indexing-script/src/shared/utils.ts:19 const response = await fetch(url, options); ^ ReferenceError: fetch is not defined at fetchRetry...

📄 Processing url: https://www.recyclemachine.net/es/servicio/prueba-de-trituradora-con-correa-de-caucho/ 🔐 This service account doesn't have access to this site. Response was: 403 { "error": { "code": 403, "message": "Permission denied. Failed to verify the URL...

Is there a flag to have the script tell google to remove the pages that are indexed but not in our sitemaps? We have pages that are created and others...

**What did I change?** Shuffle indexablePages to prevent using API quota on checking the same pages over and over again **Why did I change it?** I want my quota to...

My domain name has been in the webmaster console before. After adding the service account and downloading the key, I added the user again in the webmaster console. However, I...

**What did I change?** - Modify shouldRecheck function to always process non-indexed URLs - Ensure "Submitted and Indexed" URLs are only rechecked after cache timeout - Optimize batch processing to...

Thanks a lot for creating this! During setup, I noticed the [Indexing API's quickstart guide](https://developers.google.com/search/apis/indexing-api/v3/quickstart) mentions this: > The Indexing API can only be used to crawl pages with either...

My script always shows errors in the picture, what should I do?

**What did I change?** Updated CI workflow with additional Node versions **Why did I change it?** Include all currently active versions of node

Hi, Thank you for providing this great script. I'm currently using it, and I came across a potential issue. When I include URLs in the sitemap that are percent-encoded (e.g.,...