Tucking4561
Newbie
- Jul 1, 2022
- 36
- 7
Hello BHW,
I recently released 1000 pages over 1 month. Unfortunately, Google did not index them all, because they were very niche pages.
I could have gone through and manually tried to index them through Search Console UI. But I saw that Search Console was reporting the pages and Not Indexed in the Coverage report and Indexed when inspected.
Using GoogleAPIs NPM package, I decided to forcefully tell Google about my pages. Specifically this was my process:
1. Create a Google Cloud Project
2. Export "Not Indexed" URL list from Google Search Console
3. Use Search Console API to see if the page was indexed: https://developers.google.com/webmaster-tools/v1/urlInspection.index/inspect
4. If the page was not indexed, submit it to the Indexing API: https://developers.google.com/search/apis/indexing-api/v3/using-api#url
Google played hard to get! Bing indexed me immediately, hahaha.
I recently released 1000 pages over 1 month. Unfortunately, Google did not index them all, because they were very niche pages.
I could have gone through and manually tried to index them through Search Console UI. But I saw that Search Console was reporting the pages and Not Indexed in the Coverage report and Indexed when inspected.
Using GoogleAPIs NPM package, I decided to forcefully tell Google about my pages. Specifically this was my process:
1. Create a Google Cloud Project
2. Export "Not Indexed" URL list from Google Search Console
3. Use Search Console API to see if the page was indexed: https://developers.google.com/webmaster-tools/v1/urlInspection.index/inspect
4. If the page was not indexed, submit it to the Indexing API: https://developers.google.com/search/apis/indexing-api/v3/using-api#url
Google played hard to get! Bing indexed me immediately, hahaha.