/google-search-console-bulk-fetch-as-google

A chrome extension that performs fetch-as-google in bulk

Primary LanguageJavaScript

Google Webmaster Tools Bulk Fetch as Google Extension

Install from Google Webstore

https://chrome.google.com/webstore/detail/webmaster-tools-bulk-fetc/plafkhdhopmgfgehjcpdjfomjknjpbal

Installation

  1. Download the extension from github and unzip it.
  2. Go to chrome://extensions/ and turn on Develper mode.
  3. Click on Load unpacked extension . . . and load the extension.

Usage

  1. Create a list of urls to be fetched as google in a csv file.
  • First column: path
  • Second column: desktop or mobile
  • Third column: true for FETCH AND RENDER and false for FETCH

Example:

path0,desktop,true
path1,mobile,false
  1. Go to Google's webmaster toolsmaster tools.
  2. Click on Crawl -> Fetch as Google
  3. You should now see a new "Choose File" button.
  4. Click on the Choose File button.
  5. Select the file you created in step 1
  6. When captcha shows up, you'll have to prove to google that you are not a bot. Then, click on continue.