Im wondering how to delete indexed pages? Cause my all unnecessary pages as image.phps bla bla bla indexed and google bot hasnt indexed newer pages from my website.
If your have set up Google Webmaster Tools (or you should), there is a feature that will tell Google to delete a page or a directory.
I vote for robots.txt as well, possibly combined with nofollow/noindex as needed (albeit pagerank sculpting may not be as useful as it has been until recently)
google tools wants 100 pages perline, hmm i want to delete 15000 indexed pages cause they are useless. Robot.txt must be good but how can i add robots 2 dont index my img.php pages? Im afraid if i could do it wrong and all my pages will be deleted
You can use the following in your robots.txt: User-agent: * Disallow: /img.php* I also suggest to use Google webmaster tools so that in case any other URLs are blocked you can get information.