how to remove 1 of index page on google? please help.

Discussion in 'Google' started by abud, Mar 5, 2010.

  1. #1
    abud, Mar 5, 2010 IP
  2. checkblog

    checkblog Well-Known Member

    Messages:
    1,212
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    128
    #2
    checkblog, Mar 5, 2010 IP
  3. praetserge

    praetserge Notable Member

    Messages:
    1,677
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    210
    #3
    praetserge, Mar 6, 2010 IP
  4. Abhik

    Abhik ..:: The ONE ::..

    Messages:
    11,337
    Likes Received:
    606
    Best Answers:
    0
    Trophy Points:
    410
    Digital Goods:
    2
    #4
    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.
     
    Abhik, Mar 6, 2010 IP
  5. unknownpray

    unknownpray Active Member

    Messages:
    3,831
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    70
    #5
    dont remove just user redirect 301
     
    unknownpray, Mar 6, 2010 IP
  6. YugoSlavac

    YugoSlavac Well-Known Member

    Messages:
    1,345
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    105
    #6
    You'd be better off just setting up a 301 redirect and getting more hopes of traffic.

    Yugo,
     
    YugoSlavac, Mar 6, 2010 IP
  7. pending

    pending Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    i think you did't use the "canonical tag"
     
    pending, Mar 7, 2010 IP
  8. unknownpray

    unknownpray Active Member

    Messages:
    3,831
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    70
    #8
    dont remove just user redirect 301
     
    unknownpray, Mar 24, 2010 IP
  9. funvila

    funvila Active Member

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    66
    #9
    if u r desperate......use Google webmasters tool to remove it
     
    funvila, Mar 24, 2010 IP
  10. andrewaff

    andrewaff Well-Known Member

    Messages:
    267
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    125
    #10
    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..
     
    andrewaff, Mar 24, 2010 IP
  11. digpot

    digpot Peon

    Messages:
    117
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Thank you.
    I got a new concept.
     
    digpot, Mar 30, 2010 IP
  12. georgenbowser

    georgenbowser Well-Known Member

    Messages:
    173
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    103
    #12
    you can used Google Webmaster Tools to removed your index.php page.
    or used 301 Redirect for that.
     
    georgenbowser, Mar 30, 2010 IP
  13. emakerz.seo

    emakerz.seo Peon

    Messages:
    95
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Thanks dear,
    Provide us to good and useful information....
     
    emakerz.seo, Mar 30, 2010 IP
  14. grandma

    grandma Peon

    Messages:
    83
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    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.
     
    grandma, Mar 30, 2010 IP
  15. microman007

    microman007 Peon

    Messages:
    317
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    delete is not so good. you can redirect it.
     
    microman007, Mar 31, 2010 IP