Internet
Fact-checked

At EasyTechJunkie, we're committed to delivering accurate, trustworthy information. Our expert-authored content is rigorously fact-checked and sourced from credible authorities. Discover how we uphold the highest standards in providing you with reliable knowledge.

Learn more...

What are Meta Refresh Tags?

A. Rohlandt
A. Rohlandt

Meta refresh tags are also referred to as meta redirects. They either cause a page to reload or cause another page to load. The use of meta refresh tags is discouraged by some who prefer, instead, the use of 301 or 302 HTTP redirects.

Meta refresh tags have to be inserted in the head section of the web page. When viewing the page in HTML format, the head section can be identified by the code <head>. A meta refresh tag will look like this: <meta http-equiv="refresh" content="600">

Sites that use meta refresh tags may be identified as spam by search engines.
Sites that use meta refresh tags may be identified as spam by search engines.

The meta keyword identifies its HTML function, and the http-equiv="refresh" attribute informs the internet browser that the tag is using an HTTP command instead of an ordinary meta tag. Web servers use HTTP headers to instruct a browser to either reload the web page or to redirect, and this is what the "refresh" command does.

There is also the option to set the number of seconds before the browser reloads. The last piece of the meta refresh code, "content="600", shows how much of a delay is set before the page reloads. The best known function of meta refresh tags is to reload pages that feature content or information that updates frequently. One example of this is a weather site, where the information changes often.

Redirection is another use of meta refresh tags, and this is their function in most cases. When the meta refresh tags are used to redirect a user to another web page, the code instead reads like this: <meta http-equiv="refresh" content="2;url=http://google.com/">.

The part of the code that reads content="2;url=http://google.com/" tells the browser the amount time to wait before performing the redirection and which page it is to load. In this case, the redirect is set to occur in two seconds, and the page will be redirected to google.com.

Using meta refresh tags can have some drawbacks. Sites that uses them may be identified as spam by search engines. A very fast redirect can leave users who have outdated browsers stuck on a page, and refreshing a page can confuse the user. The use of meta refresh tags also raises concerns about security. Such concerns are why it is considered better to use a HTTP or server redirect.

Discuss this Article

Post your comments
Login:
Forgot password?
Register:
    • Sites that use meta refresh tags may be identified as spam by search engines.
      By: lichtmeister
      Sites that use meta refresh tags may be identified as spam by search engines.