GithubHelp home page GithubHelp logo

novus213 / google-webmaster-tools-bulk-url-removal Goto Github PK

View Code? Open in Web Editor NEW

This project forked from noitcudni/google-search-console-bulk-url-removal

0.0 1.0 0.0 98 KB

A chrome extension that allows bulk url removal.

JavaScript 0.79% HTML 4.65% Clojure 86.59% Shell 7.96%

google-webmaster-tools-bulk-url-removal's Introduction

Google Webmaster Tools 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 [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
len 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. All urls are separated by \n. See How to Extract a List of All URLs Indexed by Google for Your Website for an easy way to get all links from a website from Google Search results.
  2. Go to Google's webmaster tools.
  3. Check to ensure that all URLs match the property you are updating, including the scheme (http vs https)
  4. Click on Google Index -> Remove URLs.
  5. You should now see a new drop-down with several removal options, along with a "Choose File" button.
  • NOTE: the drop-down is a global option. You can specify a different removal option on a per URL basis to override the global option. Please refer to the CSV Format section below.
  1. Click on the Choose File button.
  2. Select the file you created in step 3.

Local Storage

The extension uses chrome's local storage to keep track of state for each URL. You can use the Clear local storage 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.

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), method-of-removal (optional options: PAGE, PAGE_CACHE, DIRECTORY)

  • PAGE : corresponds to Remove page from search results and cache
  • PAGE_CACHE : corresponds to Remove page from cache only
  • DRIECTORY : corresponds to Remove Directory

NOTE: method-of-removal inside CSV overrides the global removal option.

Bulk Outdated Content Removal

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

google-webmaster-tools-bulk-url-removal's People

Contributors

noitcudni avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.