Site is http://website.com but all submission and links exchange were made as

Discussion in 'Search Engine Optimization' started by Blacksnow, Mar 15, 2008.

  1. #1
    Blacksnow, Mar 15, 2008 IP
  2. astup1didiot

    astup1didiot Notable Member

    Messages:
    5,926
    Likes Received:
    270
    Best Answers:
    0
    Trophy Points:
    280
    #2
    You can use .htaccess to 301 redirect non-www to www URLs. This will pass over any SEO weight and Pagerank value, this can take some time before all value is passed through. Add the below code into your .htaccess file.

    
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^yourdomain\.com$ [NC]
    RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [R=301,L] 
    Code (markup):
     
    astup1didiot, Mar 15, 2008 IP
  3. Blacksnow

    Blacksnow Peon

    Messages:
    1,015
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thank you so much
     
    Blacksnow, Mar 16, 2008 IP