Results 1 to 3 of 3

is it possible...

This is a discussion on is it possible... within the General Discussion forums, part of the vBSEO SEO Plugin category; OK, my main site page used to be www.site.com/phpportal/ but I have recently moved it to www.site.com/ The problem is ...

  1. #1
    Member
    Real Name
    Jeremy
    Join Date
    Mar 2006
    Posts
    64
    Liked
    0 times

    Post is it possible...

    OK, my main site page used to be www.site.com/phpportal/ but I have recently moved it to www.site.com/

    The problem is the page rank for the phpportal was a 4 and the root was only a 3. Is there any way to get the 4 to transfer to the root?

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    Hello Jeremy,

    you cannot transfer your PR directly from one URL to another, but you can setup a google-safe redirection to let googlebot know that your content has been moved to new location and update it's index faster.
    You should add the following to the root .htaccess file for this right after "RewriteEngine on" line:

    Code:
    RewriteRule phpportal/(.*) $1 [L,R=301]

  3. #3
    Member
    Real Name
    Jeremy
    Join Date
    Mar 2006
    Posts
    64
    Liked
    0 times
    Oh awesome, thanks much!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •