https://chrome.google.com/webstore/detail/bing-webmaster-tools-bulk/knhcaipgfilkpgkejhmjbgklpalkaahi
- Install Java.
- Install leiningen.
- Either
git clone git@github.com:noitcudni/bing-webmaster-tools-bulk-url-removal.git
or download the zip file from github and unzip it. cd
into the project root directory.
- Run in the terminal
lein release && lein package
- Go to chrome://extensions/ and turn on Developer mode.
- Click on Load unpacked extension . . . and load the extension.
- Create a list of urls to be removed and store them in a file. See below for format.
- Go to Bing Webmaster Tools (https://www.bing.com/webmasters)
- Click on Configration->Block URLs on the left panel.
- Open up the extension popup by clicking on the blue trash can icon.
- Click on the "Submit CSV File" button to upload your csv file. It will start running automatically.
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.
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