How to remove urls from google webmaster tools with imacros. May of you have experienced page not found error in google webmaster tools because of Google can’t crawl the URL. The only way to remove the url from google index by means manually remove url. But what if the page not found error message you reach thousands of links?
Table of Contents
Using imacros to remove urls page not found error from google is one easy way we can do it.
From this article i will share how to use imacros to remove urls from google index in google webmaster tools. Lets begin!
1. Sign in to your google webmaster tools here .
2. Open menu crawl errors like image below
3. Click download and select google docs then choose OK button
4. After google docs is showing, copy the url links to your notepad
Copy to notepad and don’t forget to save your permalink url with UTF-8 encoding , (in my example, i choose drive C to save my txt file with name deletesitemap.txt)
5. Copy this imacros script
1 2 3 4 5 6 7 8 9 10 11 12 | </p> <p style="text-align: justify;">VERSION BUILD=8920312 RECORDER=FX TAB T=1 SET !DATASOURCE C:\deletesitemap.txt SET !DATASOURCE_LINE {{!LOOP}} URL GOTO=https://www.google.com/webmasters/tools/url-removal?hl=en&siteUrl=your-url.com TAG POS=2 TYPE=DIV ATTR=TXT:Create<SP>a<SP>new<SP>removal<SP>request TAG POS=1 TYPE=INPUT:TEXT FORM=ID:newremovalform ATTR=ID:urlt CONTENT={{!COL1}} TAG POS=1 TYPE=INPUT:BUTTON FORM=ID:newremovalform ATTR=NAME:urlt.submitButton TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:the-form ATTR=ID:submit-button WAIT SECONDS=10</p> <p style="text-align: justify;"> |
Change your-url.com with your site name
6. Set max loop and play it
Leave a Reply