Professional Search Engine Marketing Service focus on search engine optimization and search engine advertising. Site optimization and search advertising. The most importent is identify relevant internet keywords and optimize you site this is called search engine optimizatoin. Aleksika Keywords and research area contains more than 400.000.000 keywords that people have typed in search engines. Aleksika search engine advertising keywords can be used to get more paid visits.     
Home Step 1
Keyword Research
Step 2
Site Optimization
Step 3
Web Promotion
  >>Log In    >>Sign Up    >>Help
Home / Site optimization / Webpage redirect /

Website Optimization

 Optimization Tools

 Keyword Optimization

 Website Design

 Good domain names


Weekly News

Keep up with the latest Top Keywords and Search Engine Marketing trends! Sign up for our free Keywords newsletter, delivered directly to your inbox.

Enter your first name.

Enter your e-mail:


Webpage Redirect

If you are using a webpage redirect, you will risk that the search engines do not index any of your content because of the webpage redirect. A good test for webpage redirect problems is to check the Google Cache for the page. If it is a Google 404 Error, you have problems.


301 redirect

If you need your old webpage to redirect to your new webpage or you have to remove old content a 301 redirect is always recommended. Avoid using other redirects techniques because they are not search engine friendly!

If you just change a file name or delete a page, you my lose search engine rankings that were associated with the old page. By using a 301 redirect, you tell search engines and humans where to find the new page.


HTML redirect

Html redirect is the technique of sending surfers to a different page by giving the browser a page which contains a code to automatically load a different page. This can be done with META tag or JavaScript redirects.

We requirement that you avoid using html redirect techniques: For more information, read the section about Doorway Pages. 301 redirect is a much better way to ensure that visitors can still find your webpages after you have made changes, because there are no spamming penalties associated with it.


Webpage Redirects using 301 redirect

Here are a couple of 301 webpage redirect solutions:


  1. Windows Active Server Pages

    <%@ Language=VBScript %>
    <%
    Response.Status="301 Moved Permanently" Response.AddHeader "Location", "www.newsite.com/index.html"
    >


  2. Windows ASP .NET

    <script runat="server">
    private void Page_Load(object sender, System.EventArgs e)
    {
    Response.Status = "301 Moved Permanently";
    Response.AddHeader("Location"," www.newsite.com/index.html");
    }
    </script>



  3. 301 redirect via the IIS (Internet Information Server)

    1. Open domain.com site in Internet Services manager.
    2. Go to the properties of the domain.com site
    3. Go to the Home Directory tab:
    4. Change the option button "When connecting to this resource the content should come from" to "A redirection to a URL"
    5. Enter your full URL http://www.domain.com
    6. Check the checkbox that says "A permanent redirection for this resource"



  4. 301 redirect via Apache

    A 301 redirect is implemented in the .htaccess file. Scroll down and create a new line that follows this example:
    redirect 301 /old/old.htm http://www.domain.com/new.htm


  5. 301 redirect in PHP

    header("HTTP/1.1 301 Moved Permanently");
    header("Location: http://www.domain.com/new.htm");
    exit();



<< Webpage Load Time       >> Hidden Text






You have permission to reprint this article electronically or in print, free of charge, provided that it includes a link to www.skyart.org. Aleksika.com is an online search engine marketing resource that turns you into a professional search engine optimization and advertising expert.
 
If you are using a webpage redirect you will risk that the search engines does not indexing any of your content because of the webpage redirect. A good test for webpage redirect problems is to check the Google Cache for the page. If it is a Google 404 Error, you've got a html redirect problems. If you need your old webpage to redirect to your new webpage or you have to remove old content, a 301 redirect is always recommended - not html redirect. Avoid using other redirect techniques, because they are not search engine friendly! If you just change a file name or delete a page, you may loose search engine rankings that were associated with the old page. By using a 301 redirect, you tell search engines and humans where to find the new page.




Contact Us Telephone: +45 8680 1800   |   Email:
© 2009 Søgemaskinemarkedsføring - Aleksika ApS