All Projects → noitcudni → Google Search Console Bulk Url Removal

noitcudni / Google Search Console Bulk Url Removal

A chrome extension that allows for bulk url removal.

Programming Languages

clojure
4091 projects

Projects that are alternatives of or similar to Google Search Console Bulk Url Removal

Yt Ad Autoskipper
A browser extension that automates skipping ad on Youtube. This is not an ad blocker, it just automates the process of clicking on the "Skip Ad" button on Youtube.
Stars: ✭ 127 (-6.62%)
Mutual labels:  chrome-extension
Minimongoexplorer
Handy Google Chrome extension for reviewing MiniMongo.
Stars: ✭ 131 (-3.68%)
Mutual labels:  chrome-extension
Metastream
Watch streaming media with friends.
Stars: ✭ 1,926 (+1316.18%)
Mutual labels:  chrome-extension
Github File Icons
🍭 Chrome extension for displaying file icons on Github.
Stars: ✭ 129 (-5.15%)
Mutual labels:  chrome-extension
Simplify
Issue tracker for Simplify Gmail, a browser extension to simplify Gmail's interface
Stars: ✭ 1,632 (+1100%)
Mutual labels:  chrome-extension
Iheader
Chrome扩展: 告别跨域,定制HTTP请求响应头
Stars: ✭ 132 (-2.94%)
Mutual labels:  chrome-extension
Pixivfanboxdownloader
A Chrome extension for downloading files on Pixiv Fanbox in batches. Chrome 扩展,用于批量下载 Pixiv Fanbox 上的文件。
Stars: ✭ 125 (-8.09%)
Mutual labels:  chrome-extension
Whatsapp Bulk Sender
Send bulk messages right from your WhatsApp Android Client or WhatsApp Web
Stars: ✭ 135 (-0.74%)
Mutual labels:  chrome-extension
Web Scrobbler
Scrobble music all around the web!
Stars: ✭ 1,783 (+1211.03%)
Mutual labels:  chrome-extension
React Chrome Extension
Chrome Extension boilerplate with ReactJS and vanilla JS examples
Stars: ✭ 134 (-1.47%)
Mutual labels:  chrome-extension
Ggfwzs in hack
hack VIP for chrome-extension 谷歌访问助手
Stars: ✭ 129 (-5.15%)
Mutual labels:  chrome-extension
Urql Devtools
A tool for monitoring and debugging urql during development
Stars: ✭ 131 (-3.68%)
Mutual labels:  chrome-extension
Notionplus
Programming in Notion.so
Stars: ✭ 132 (-2.94%)
Mutual labels:  chrome-extension
Timimi
Webextension to save Tiddlywiki
Stars: ✭ 129 (-5.15%)
Mutual labels:  chrome-extension
Ibookmark
Chrome extension for manage bookmarks
Stars: ✭ 134 (-1.47%)
Mutual labels:  chrome-extension
Nocoin
No Coin is a tiny browser extension aiming to block coin miners such as Coinhive.
Stars: ✭ 1,586 (+1066.18%)
Mutual labels:  chrome-extension
Chrome Gitlab Notifier
Notify Gitlab Project events (Commit, Issue, MergeRequest and Milestone)
Stars: ✭ 131 (-3.68%)
Mutual labels:  chrome-extension
Videodownloadhelper
Chrome Extension to Help Download Video for Some Video Sites.
Stars: ✭ 136 (+0%)
Mutual labels:  chrome-extension
Dictionaries
One dictionary to rule them all -- a browser extension to help you learn languages
Stars: ✭ 134 (-1.47%)
Mutual labels:  chrome-extension
Gas Github
sync gas code to github
Stars: ✭ 2,069 (+1421.32%)
Mutual labels:  chrome-extension

Google Search Console Bulk Url Removal Chrome Extension

- Attention: this extension has been updated to work with the new Google Search Console.
- BUG: Upon visiting the Search Console's remove tab and submitting the csv file via
-      the green trash can, it's possible that nothing happens. If that's the case for you,
-      please refresh the page and resubmit your csv file.

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 [email protected]: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

Bulk Outdated Content Removal

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

Bulk Google Translate

If you looking to google translate a bunch of words/phrases to several languages and download the audio clips, check out https://github.com/noitcudni/bulk-google-translate

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].