Skip to content

noitcudni/google-search-console-bulk-url-removal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Search Console Bulk Url Removal Chrome Extension

Install from Google Webstore

https://chrome.google.com/webstore/detail/webmaster-tools-bulk-url/pmnpibilljafelnghknefahibdnfeece

Installation

  1. Install Java.
  2. Install leiningen.
  3. Either git clone git@github.com:noitcudni/google-webmaster-tools-bulk-url-removal.git or download the zip file from github and unzip it.
  4. cd into the project root directory.
  • Run in the terminal
lein release && lein package
  1. Go to chrome://extensions/ and turn on Developer mode.
  2. Click on Load unpacked extension . . . and load the extension.

Usage

  1. Create a list of urls to be removed and store them in a file. See below for format.
  2. Go to Google's Search Console formerly known as Google's Webmaster Tools. (https://search.google.com/u/1/search-console)
  3. Click on Removals on the left panel.
  4. Open up the extension popup by clicking on the green trash can icon.
  5. Click on the "Submit CSV File" button to upload your csv file. It will start running automatically.

Local Storage

The extension uses chrome's local storage to keep track of state for each URL. You can use the Clear cache button to clear your local storage content to start anew.

You may run into the quota exceeded error. Should you encounter this error, the extension will pause of the removal process and present to you a continue button. Wait a considerable amount of time (I have no idea how long) and click on `continue** to pick up where it has left off.
I haven't run into this yet with the new google search console. Please open an issue should you encounter it and let me know how many URLs you've submitted to trigger this.

While the extension is at a paused state, you can also inspect what URLs are still pending to be removed. Right click anywhere on the page and select Inspect. Then, click on the View local storage button. The current local storage state will be printed out under the Console tab.

CSV Format

url (required), removal-method (optional: remove-url, clear-cached), url-type (optional: url-only, prefix)
By default removal-method is set to removel-url, and url-type is set to url-only

End-user license agreement (EULA)

By using Google Search Console Bulk URL Removal, you are agreeing to Google Search Console Bulk Url Removal's EULA.

Bulk Outdated Content Removal

For removing outdated content in bulk, please visit https://github.com/noitcudni/google-webmaster-tools-bulk-outdated-content-removal