• I have a basic html site (not PHP) which I am currently trying to replace with a .php wordpress blog.

    However I’ve noticed I have external links pointing to some of the .htm sub-pages on my old html site. If I add a wordpress blog I will loose these links and the link juice that comes with them.

    I would like to set up a 301 redirect so that all incoming visitors to the old .htm sub-pages (There are about 20 or more) are redirected to my homepage.

    So for example visitors to the following page
    http://www.mysite.com/study-techniques.htm

    Would be redirected to my wordpress home page:
    http://www.mysite.com/

    and the pagerank would be preserved with a 301 redirect. My knowledge of this is very limited so im not sure if this would help seo or even be harmful to seo.

    I have done some research on the plug-ins available but there seems quite a few and im not sure if they will do exactly what I require.

    I don’t want to have to beg those linking to me to change their link URLs to my site so if someone could provide some advice that would be much appreciated.

    Im using wordpress 2.8 with Linux hosting

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • I would recommend 301 redirecting the old static pages to the corresponding WordPress pages or posts (if there are ones).

    Thread Starter universaltruth

    (@universaltruth)

    Do you know how I would go about doing that.

    I thought it would just be easier to redirect all old pages to the new .php wordpress home page but on the other hand it may be best to redirect them to the corresponding pages.

    Redirecting to the home page is not the most user friendly and other sites may remove the links to your site if the pages on first click seem to no longer exist.

    Try this in your root .htaccess (change to your new WP URL structure):

    redirect 301 /study-techniques.htm http://www.example.com/new-study-techniques/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘301 redirect for static html sub-pages to new WordPress homepage’ is closed to new replies.