home page issue

Discussion in 'Search Engine Optimization' started by eski, Jun 22, 2011.

  1. #1
    Google has indexed my homepage with an ip like this: ip_number/~user_name instead of my home page URL.

    How can I solve this issue?
     
    eski, Jun 22, 2011 IP
  2. Dominatos

    Dominatos Member

    Messages:
    229
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    40
    #2
    Make 301 redirect from ip-address. This is a common trouble with cpanel.
     
    Dominatos, Jun 22, 2011 IP
  3. eski

    eski Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Could you explain what you mean please?
     
    eski, Jun 22, 2011 IP
  4. Dominatos

    Dominatos Member

    Messages:
    229
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    40
    #4
    add .htaccess file to the root-folder of your site with content:
    RewriteCond %{HTTP_HOST} ^ip_number/~user_name$
    RewriteRule ^(.*)$ "http\:\/\/SITE\.COM\/$1" [R=301,L]
     
    Dominatos, Jun 22, 2011 IP
  5. sultanofseo

    sultanofseo Notable Member

    Messages:
    9,930
    Likes Received:
    405
    Best Answers:
    0
    Trophy Points:
    265
    #5
    some hosting accounts submit websites to search engines so your site might have been submitted by the hosting account before it was published. just build backlinks to your site and the domain indexing issue will be fixed.
     
    sultanofseo, Jun 22, 2011 IP