Meta Redirect

A meta redirect is a small piece of code that tells a web browser to automatically move a visitor from one page to another after a short wait.

What Is Meta Redirect?

A meta redirect is a tiny instruction inside a web page that tells your browser to jump to a different page after a set number of seconds. It is a way to send visitors from one URL to another without them clicking a link.

Definition

A meta redirect is a type of HTML meta tag placed in the head section of a page. It uses the http-equiv="refresh" attribute to reload the page or move the user to a new URL after a delay. When the timer ends the browser automatically opens the new address.

Why Meta Redirect Matters

Meta redirects matter for both visitors and search engines.

  • User experience If used well they can gently move users to updated pages. If used badly they can be confusing or annoying.
  • SEO Search engines prefer server side redirects like 301 redirects because they are faster and clearer. Too many meta redirects or very slow ones can hurt usability and may cause search engines to treat the page as low quality.
  • Accessibility Some people using screen readers or older devices may have trouble if the page jumps too quickly.

How Meta Redirect Works

The meta redirect tag is placed in the HTML head. It tells the browser to wait for a certain number of seconds, then reload or go to a new URL. For example:

<meta http-equiv="refresh" content="5; url=https://example.com/new-page">

In this example the browser waits 5 seconds, then sends the visitor to https://example.com/new-page. If no URL is given the browser just reloads the same page.

Meta Redirect vs 301 Redirect

  • Meta redirect Set in HTML, runs in the browser, uses a time delay, and can be slower or less clear for search engines.
  • 301 redirect Set on the server, happens before the page loads, is instant for users, and is the best option for SEO when moving pages or sites.

For long term moves and SEO value a 301 redirect is usually the best choice. Meta redirects are more of a last resort when you cannot change the server settings.

Example of Meta Redirect

Imagine you changed your blog post URL from /old-article to /new-article but you cannot set a 301 redirect on the server. You could place this in the head of the old page:

<meta http-equiv="refresh" content="0; url=/new-article">

This tries to send visitors to the new article right away. Setting the delay to 0 makes the jump almost instant.

FAQs

Is a meta redirect good for SEO
It is usually not the best option. Search engines prefer 301 redirects because they are faster and clearer. Use a meta redirect only if you cannot use a proper server side redirect.

How long should a meta redirect delay be
Keep the delay as short as possible. Many sites use 0 or 1 second. Long delays can annoy users and may look like a trick to search engines.

Can meta redirects be used for mobile pages
They can, but it is better to use responsive design or proper redirects instead of meta refresh, so users and search engines get the correct version right away.

Do all browsers support meta redirect
Most modern browsers support meta refresh and meta redirect, but behavior can vary slightly, which is another reason server side redirects are preferred.

Should I use meta redirect for site moves
Only if you have no access to server settings. For moving a whole site or important pages, use 301 redirects whenever you can.

Written by:

Picture of Team Bluelinks Agency

Team Bluelinks Agency

Posts authored by Team Bluelinks Agency represent official, verified content meticulously crafted using credible and authentic sources by Bluelinks Agency LLC. To learn more about the talented contributors behind our work, visit the Team section on our website.
Stay Updated, Subscribe Free