Home     Blog

HTML Redirect

To redirect from one webpage to another, often, the HTML redirect is used. This redirect is one of the more widely used redirect techniques as it is the most supported and compatible.

Implementing the HTML Redirect

As it is an HTML redirect, your whole HTML document will need to be in this code:

marker HTML Redirect

Note that you should change the destination of the redirection from “http://www.tech-faq.com” to your own for the redirection page to work correctly.html redirect HTML Redirect

Modifying the Code to Suit Your Needs

Notice that in your redirection code, it says “content=”0;url=http://www.tech-faq.com”.” The number in front of the url is the number of seconds before the redirection will occur.

Uses of the HTML Redirect and Its Strengths

The biggest pro of the HTML redirect is that it is compatible with all browsers and search engines will also be able to crawl through it. This allows you to safely change the URL of your whole site or even a simple page without the fear of losing visitors.

HTML redirect is also known to be “abused” by people trying to “trick” the Search Engine. However, this should be cautioned and noted as it could result in the Search Engine banning your entire webpage, which would be of an even greater loss to you.

VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
Follow Will.Spencer on

Leave a Reply

Related Posts

  • How to Create a 301 Redirect

    The 301 redirect is an efficient means of webpage redirection, to be used when you have redesigned your website. This HTTP code stands for 'moved permanently'. The 301 redirect can be implemented by creating a .htaccess file in Apache servers. The process to create 301 redirects depends on the web server being used. The Meaning [...]...


  • JavaScript Redirect

    A JavaScript redirect can be used to redirect a visitor from one webpage to another. This could be your site moving to a new domain. Some download sites have a time delay during redirections, which is basically the JavaScript redirect in action. If you are having some external servers mirror your site for you, you [...]...


  • HTML Codes

      As computers broke out of the dawning period and become more popular, computer programmers worldwide needed a universal standard to create and control documents. What they chose was HTML, or Hypertext Markup Language, a programming language that isn’t so much of a language as it is an alphabet. All other programming languages are based [...]...


  • How Does HTML Work?

    HTML stands for Hypertext Markup Language, and is used to describe the visual appearance of a document to be displayed by a internet browser. HTML documents consist of document tags which act to directly describe the visual appearance of a web page or to provide a directive command such as inserting imagery or a link [...]...


  • HTML Special Characters

    HTML special characters allow us to improve the presentation of our web documents quickly and easily. Description Numeric Alpha Presentation left single quote ‘ ‘ right single quote ’ ’ single low-9 quote ‚ ‚ left double quote “ “ right double quote ” ” double low-9 quote „ „ dagger † † double dagger [...]...