Dropped PR

Discussion in 'Google' started by Jaspworld, Aug 1, 2008.

  1. #1
    I dropped from PR5 to PR4 to PR1 when I moved from a subdomain to doamin. The funny thing is that I actually worked hard on the domain name and SEOd it and everything.:confused:
     
    Jaspworld, Aug 1, 2008 IP
  2. articledirectory

    articledirectory Peon

    Messages:
    1,704
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    0
    #2
    did you use proper 301 redirects?
     
    articledirectory, Aug 1, 2008 IP
  3. esidyo

    esidyo Peon

    Messages:
    4,589
    Likes Received:
    316
    Best Answers:
    0
    Trophy Points:
    0
    #3
    What was the subdomain ? Was it of the domain to which you moved itself ?
     
    esidyo, Aug 1, 2008 IP
  4. Jaspworld

    Jaspworld Well-Known Member

    Messages:
    169
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    130
    #4
    I moved from freewebsite.5u.com to pgtutor.com. I guess it's too late to learn about 301 redirects now- whatever they are.
     
    Jaspworld, Aug 1, 2008 IP
  5. houck

    houck Active Member

    Messages:
    654
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    85
    #5
    Javascript
    <%
    response.setStatus(301);
    response.setHeader( "Location", "URLHERE" );
    response.setHeader( "Connection", "close" );
    %>
    Code (markup):
    It's the most search engine friendly way of redirecting... don't worry too much about PR... It's not the most important thing... Having good marketing and people will come regardless of PR ^_^
     
    houck, Aug 1, 2008 IP