Untitled Document

Web Traffic & Marketing Web Traffic & Marketing Web Traffic & Marketing

 


Results 1 to 6 of 6

Thread: 301 Re-Direct

  1. #1
    Ninja Newbie Array
    Join Date
    Nov 2010
    Location
    London
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question 301 Re-Direct

    I am looking at moving a static html webpage from an existing server to a new server with better service. During the transfer we will be converting the site to a wordpress platform and incorporate a blog. We have built up some backlinks over time with no work on our behalf (20 approx) but we do not want to loose them when we move. How does the process of 301 redirect work. and do we need to still have a account from our old server.

    Help? Any ideas or advice.....







  2. #2
    Moderator Array brett's Avatar
    Join Date
    Jun 2010
    Location
    New Zealand
    Posts
    1,302
    Thanks
    33
    Thanked 92 Times in 91 Posts
    You don't need your account on your old server. When you switch to a new server you change the "DNS" records to tell the world that your site is now at the new server. Once that is done (and it has propogated throughout the internet - which can take a couple of days), you will have absolutely no further need for your old server. Your new host will be able to help you with that process, but it is very easy.

    301 redirects are also easy to do. You just basically list the old URL (without the domain.com bit) and the new URL (with the domain.com bit). You put these into the .htaccess file which will be at the root of your wordpress installation.

    A redirect looks like:
    Code:
    redirect 301 /old-page/ http://domain.com/new-page/
    It's simple really. It's easiest just to try it and see what happens! Just try it with one of your existing pages (or make up a couple of pages to play with).





    Get Bulletproof Backups and Security Monitoring for your WordPress Portfolio at Code Garage

    Get $50 of free credits at Content Facilitator, the new Google-friendly,totally white hat method of getting backlinks. Use coupon DistributeMe in the marketplace after you complete the free sign-up (no credit card)

  3. #3
    Ninja Newbie Array
    Join Date
    Mar 2011
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts
    301 redirect is very common for SEO use as people build a new website and target some keywords when they come up they redirect to old domain, So they get traffic of 2 sites with many keywords. Search engine really loves 301 redirect for redirecting traffic...






  4. #4
    Ninja Newbie Array
    Join Date
    Aug 2011
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post

    Hi,

    301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It's not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it's the safest option. The code "301" is interpreted as "moved permanently".

    In this your old domain become completely dead.


    ________________





    Last edited by brett; 17th November 2011 at 01:49 AM.

  5. #5
    Banned Array
    Join Date
    Oct 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    301 redirect is the best method to preserve your current search engine rankings when redirecting web pages or a website. The code "301" is interpreted as "moved permanently".
    After the code, the URL of the missing or renamed page is noted, followed by a space, then followed by the new location or file name. You implement the 301 redirect by creating a .htaccess file.






  6. #6
    Ninja Newbie Array
    Join Date
    Mar 2012
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts
    301 is the permanent redirection of webpages, This is 301 redirection method which is as folow:

    Place the following HTML redirect code between the <HEAD> and </HEAD> tags of your HTML code.
    <meta http-equiv="refresh" content="0; URL=other-web-address">





    Hi Guys! My name is Spammy McSpammerson and my hobby is spamming forums. Nice to meet you!

Posting Permissions

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