Printer Friendly Version Print this thread
Email this thread to a friend eMail this thread to a friend
  • Yahoo link and Google (In: Google)
  • how to increse the google rating on my site (In: Google)
  • Featured Web Site Template

    Hundreds More at Free Site Templates.com!

    Web Site Partners
    Sponsored Links
    Jet City Software
     
    Whos Here ?
    There are 0 guests and 1 members in the forums right now.
    Reflects user activity within the last 5 minutes
    Moderator(s): g1smd, Logan
    Member Message

    rswalker
    Joined: Dec 17, 2006
    # Posts: 1

    View the profile for rswalker Send rswalker a private message

    Posted: 2006-Dec-18 07:47
    Edit Message Delete Message Reply to this message

    Help - I changed my site name (09.10.06)from mydomain.org.uk to mydomain.org and lost my google rankings overnight. I'm listed in Google.com and Google.co.uk "On Web" but not "UK only".

    Am I still in the sand box or is there another reason for this.

    The old site stil exists but only as a redirect to the new one

    [ Message was edited by: bhartzer 12/18/2006 08:26 am ]





    Hampstead
    Joined: Feb 20, 2001
    # Posts: 2061

    View the profile for Hampstead Send Hampstead a private message

    Posted: 2006-Dec-18 10:13
    Edit Message Delete Message Reply to this message

    The old URL isn't redirecting to the new URL. You need to do this by way of a 301 redirect.

    You are using an Apache server so you can carry out the 301 by adding the following code to your .htaccess file:

    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule (.*) http://www.mydomain.org/$1 [R=301,L]

    Your site is physically hosted in the UK so the UK searches will come in time. The 301 redirect will help any old rankings re-establish themselves.

    Whilst you're adding code to your .htaccess file you can address the canonicalisation issue by adding the following code:

    Options +FollowSymlinks
    RewriteEngine on
    rewritecond %{http_host} ^mydomain.org [nc]
    rewriterule ^(.*)$ http://www.mydomain.org/$1 [r=301,nc]

    You should find your .htaccess file in your route (web facing) directory. If there isn't one, create a blank file on your server and name it .htaccess

    [ Message was edited by: bhartzer 12/18/2006 08:26 am ]





    Hampstead
    Joined: Feb 20, 2001
    # Posts: 2061

    View the profile for Hampstead Send Hampstead a private message

    Posted: 2006-Dec-18 16:24
    Edit Message Delete Message Reply to this message

    By the way, I made a mistake, your site is hosted in USA. You need to move it to a UK based host in order to appear in the UK listings now that you have dropped the UK domain.


    You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
    1. You have not yet logged in, or registered properly as a member
    2. You are a member, but no longer have posting rights.
    3. This is a private forum, for which you do not have permissions.

    If you are a recent member, it's possible that you simply have not yet confirmed your account. Please check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions contained within.

    If you cannot find this message, click here to Re-Send it.

    If you are still experiencing problem, please read the Login Assistance Article for some advice on what may be causing your login not to work properly.

    Switch to Advanced Editor and ... Create a New Topic or Reply to this Thread

    New posts Forum is locked
    © 1995  ·  iWeb, Inc  ·  DBA JimWorld Productions