Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.5 KB

File metadata and controls

30 lines (25 loc) · 1.5 KB

Bing Webmaster Tools - Bulk Url Removal Chrome Extension

Install from Google Webstore

https://chrome.google.com/webstore/detail/bing-webmaster-tools-bulk/knhcaipgfilkpgkejhmjbgklpalkaahi

Installation

  1. Install Java.
  2. Install leiningen.
  3. Either git clone git@github.com:noitcudni/bing-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 Bing Webmaster Tools (https://www.bing.com/webmasters)
  3. Click on Configration->Block URLs on the left panel.
  4. Open up the extension popup by clicking on the blue 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.

CSV Format

url (required), block-type (optional: url-and-cache, cache-only), url-type (optional: page, directory)
By default block-type is set to url-and-cache, and url-type is set to page