hello webmasters, I want to remove some of my website pages from google index for that i have to use google url removal tool but i cant find it out can anyone help me. Where can i find this google url removal tool thanks in advance. Regards Arun
You need to register in the Google Webmaster tools section - http://www.google.com/webmasters/ You can remove it from there (search the faq base one you signup).
You can try using robots.txt with excluding the links that you dont want to use. Then add robots.txt to webmasters.
What you need is here, Login to your webmaster tools account and access following url: Remember, for this tool to work, either the page should be blocked in robots.txt or it should be showing 404 not found error. Hope it helps!
you have to login in google webmaster tools and then go http://www.google.com/webmasters/too...ls?action=show on this link
You can actually insert a page level code that will tell spiders to not index the page anymore. See sample code below: <html> <head> <title>...</title> <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> </head> Code (markup):
Surely its there in GWT. But when I tried it to remove some URL's from my website was not working well.