Hello, I have 2 index pages: example: www.abc.com and www.abc.com/index.php. how to remove index.php from google index? Thanks, Andry
don't remove it but use 301 redirect form www.abc.com/index.php to www.abc.com. Thus you will have just one page indexed.
yes, what praetserge said ir the best way. Thus you can keep the PR and the backlinks. Still, if you want to remove it, place a URL Removal request from Google Webmaster Tools.
Using 301 permanent redirection via htaccess file based on server will make the situation more better. You need check if it is a window server or a linux based. Doing 301 is easier on Linux via htaccess file. Here is the code for - ----- Redirect to www for non www --- Options +FollowSymlinks RewriteEngine On RewriteCond %{HTTP_HOST} !^(www\.|$) [NC] RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] ------ Redirect from index page to home ----- Options +FollowSymLinks RewriteCond %{THE_REQUEST} ^.*/index.html RewriteRule ^(.*)index.html$ http://www.YOURWEBSITENAME.com/$1 [R=301,L] Hope this will work out for you..
I don't know how to remove them, but I do feel bad for the people that sell and info product and google index there product that people are supose to pay for. I use market samuari a lot to check backlinks and then I seen some peoples thank you pages or download pages get index. That must suck for the seller when this happens. This is probably one of those people.