A Meta Redirect is a META tag that, when a visitor arrives at your webpage, automatically redirects their browser to a different webpage. There are several reasons why you might want to use a meta redirect.
Welcome to Bucaro TecHelp!

Welcome to Bucaro TecHelp!
Maintain Your Computer and Use it More Effectively
to Design a Web Site and Make Money on the Web

About Bucaro TecHelp About BTH User Agreement User Agreement Privacy Policy Privacy Site Map Site Map Contact Bucaro TecHelp Contact Advertise on Bucaro TecHelp Advertise Here RSS News Feeds News Feeds

HTML5 Solutions: Essential Techniques for HTML5 Developers

Essential Techniques for HTML5 Developers

HTML5 brings the biggest changes to HTML in years. Web designers now have new techniques, from displaying video and audio natively in HTML, to creating realtime graphics on a web page without a plugin.

This book provides a collection of solutions to all of the most common HTML5 problems. Every solution contains sample code that is production-ready and can be applied to any project.

Click Here

How to Use a Meta Redirect

A Meta Redirect is a META tag that, when a visitor arrives at your webpage, automatically redirects their browser to a different webpage. There are several reasons why you might want to use a meta redirect. You might need to take a webpage offline for a short time while you edit it, or you might want to delete the webpage while not losing the traffic it receives.

<meta http-equiv="refresh" content="0;url=http://www.domain.com/newpage.htm">

Shown above is example code for a meta redirect. You would simply paste this code into the <head> section of your webpage. The meta redirect has two parts. The first part is the http-equiv="refresh"content attribute. This is where you enter the url that you want to redirect the browser to.

Note that the content attribute has two parts separated by a semicolon. The first part is a digit that tells the browser the number of seconds to delay before redirecting. Note in the example above that the digit zero causes the browser to redirect immediately. In this case, the visitor may not even see the webpage being redirected.

Some Webmaster's wanting to be extremely courteous to their visitors will place a message on the webpage being redirected. The message might say "Please wait while we redirect you to the new page". Sometimes the message will accompanied by a link to the new webpage in case the visitor's browser doesn't work or the visitor is impatient and want to go to the new webpage immediately.

In the case where you want to display a message before the redirect, you would set the delay digit to 5 or 10 to give the visitor some time to read the message before the webpage is redirected.

Be aware that search engines do not like meta redirects. When a search engine encounters the meta refresh directive, it ignores the webpage containing the redirect and it does not follow the url to the new page. This is because in the past meta redirects have been used to show the search engine one page, while showing a different page to visitors.

RSS Feed RSS Feed



Web Design Sections

HTML5 for Masterminds

HTML5 for Masterminds

How to take advantage of HTML5 to create amazing websites and revolutionary applications

This book is not an introduction of HTML5 but instead a complete course that will teach you how to build compelling websites and amazing web applications from scratch. Every chapter explores basic concepts as well as complicated issues of HTML5, CSS3 and Javascript.

Concepts are supported by fully functional codes to guide beginners and experts through every single tag, style or function included in the specification.

Click here for more information.


[Site User Agreement] [Advertise on This site] [Search This Site] [Contact Form]
Copyright©2001-2011 Bucaro TecHelp 13771 N Fountain Hills Blvd Suite 114-248 Fountain Hills, AZ 85268