How does internal redirecting work?

Discussion in 'Search Engine Optimization' started by Kaabi, Jun 9, 2007.

  1. #1
    Kaabi, Jun 9, 2007 IP
  2. Kaabi

    Kaabi Well-Known Member

    Messages:
    1,267
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    153
    #2
    I meant to say "How does internal redirecting affect SEO" but I was tired and named the thread poorly.
     
    Kaabi, Jun 10, 2007 IP
  3. Pedro Monteiro

    Pedro Monteiro Well-Known Member

    Messages:
    1,261
    Likes Received:
    47
    Best Answers:
    0
    Trophy Points:
    185
    #3
    I'm assuming those are 301 redirects your mentioning. (permanent redirects) If so, with time they will carry the Page Rank weight from one page to the other. And that is pretty much the affect that it will have, you are telling the SE's that the page moved.
     
    Pedro Monteiro, Jun 10, 2007 IP
  4. Kaabi

    Kaabi Well-Known Member

    Messages:
    1,267
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    153
    #4
    Well, we've put this code:

    RewriteEngine On
    RewriteCond %{HTTPS} !=on
    RewriteRule ^(.*) https://%{SERVER_NAME}/$1 [R,L]
    Code (markup):
    Into the htaccess folder. I'm not sure if that is a 301 redirect or not.
     
    Kaabi, Jun 10, 2007 IP