Google not indexing new site URL or Web Stories- 100% Fixed

You are creating tons of articles and Google Web Stories on your site. But Google not indexing your new site URL even your Web Stories too. This may the case for the old site. Then your creative work is counted as garbage. We are here to fix this issue. Now you can index 200000 URLs within a min. Sound nice! Let’s jump into the main content. Most of the procedures will be the same for windows and MAC.

Note: Before going in-depth with this article, I want to make it clear that this article will help the google bot to crawl your URL by force but it does not mean that Google will index your URL. Indexing is a time taking process. It totally depends on the quality of the article and site. If your site is new, then use this method as it is, however, your site is old then you first update a few contents (unuseful content) of the URL(which you want to index) then apply this trick. At the same time, you can ping 1000 URLs for 200 times, which means you can index 200000 URLs in just a few minutes. You must reach out to one of our tutorials Page actions are temporarily disabled in Google Search Console Index, and How to index a passage/paragraph in Google.

This article is divided into three parts:

  1. Google API
  2. Google search Console
  3. Python Code

Part 1: Google API

Follow the steps and generate your service ID:

  • Now coming to the very first part. Sign in to the google developer console.
  • Click on the drop-down menu, near your project name.
Click on the drop-down menu
  • Next, Click on the new project.
See also  Grammarly Plagiarism Checker
new project for Google not indexing new site URL
  • Give the name of the project. Which is easy to to memorable.
name of the project
  • Under your project name, navigate to Hamberg Icon(setting). Go to APIs And Services. Then Credentials.
Go to APIs And Services. Then Credentials
  • Click on “+ CREAT CREDENTIALS” -> Service Account.
+ CREAT CREDENTIALS
  • Provide the name of your service, and must write the description to remember it. Then click on CREATE AND CONTINUE.
name of your service for google indexing
  • Select the Role to Owner. Click Continue and done.
Role to Owner
  • Note down the service ID generated. In my case it is “indexing-gossipfunda@indexing-gossipfunda-2.iam.gserviceaccount.com.”
  • Move to three dot on the right corner, Click on Manage Keys
Manage Keys
  • Tap to on Add Key -> Create New Key.
Create New Key
  • Select JSON key type and click create. This will download the JSON file which we use latter.
JSON
  • Now it’s a time to generate the API Key. Go to settings-> APIs & Services-> Library.
settings-> APIs & Services-> Library.
  • Search for Indexing API Services. And Select Indexing API(Google), Tap on enable.
Google Indexing API Services

Part 2: Google Search Console

Now login to your Google Search Console.

  • Go to setting and click on Users and permissions.
Google not indexing new site URL
  • Now, click on the Add User. enter the email address same as the service ID( which we have noted in part one). Change the permission to OWNER. And finally Tap on ADD.
service ID

Part 3: Run Python Code

First, go and download the Python for Windows/MAC.

  • First, click on custom install, but remember to checkmark “Add Python 3.10 to PATH” to get the exact path during the code run.
Run Python Code
  • Now after installation, make a new folder and rename(Indexing Gossipfunda) as per your convenience.
  • Paste three files there:
    1. An excell sheet
    2. Your JSON file
    3. Python code.
new folder
  • Now you need to download the Python code file and URL File from here. After downloading unzip the file and Add your Json File in it. Rename your JSON file to gossipfunda or change the code.
  • Finally, you need to add the URL of your site or Google web story to index, in the excel sheet which you want to index.
See also  Google Play services keeps stopping
Google not indexing web stories

Next to run the command follow the steps:

Open Command Prompt for windows or terminal for MAC

For Windows Users:

Run the Code 1: pip install oauth2client httplib2

pip install oauth2client httplib2

Then Run the Code 2:

pip install pandas

Before running indexing code 3 you need to change the directory to the folder directory. Use CD E:\Indexing Gossipfunda (in my case)

Indexing Code 3:

Python indexing.py

// if the above not worked then go for
py indexing.py

This will the issue of Google not indexing your new site URL or web stories.

For Mac Users:

Run the Code 1:

 pip3 install oauth2client httplib2

Next Run the Code 2:

pip3 install pandas

Before running indexing code 3 you need to change the directory to the folder directory. Use CD \Indexing Gossipfunda (in my case)

Indexing Code 3:

Python3 indexing.py

Now your URL has pinged to google bot for indexing.

Google is now indexing new site URL and web stories

Conclusion

Hope you like this article useful, if yes then plz share it max so that it helps too many bloggers who are facing the same issue of Google not indexing new site URLs or the Google Web Stories.