Home > SEO > How to redirect a page using a Meta Redirect Tag
How to redirect a page using a Meta Redirect Tag
A meta redirect tag, also known as a meta refresh tag, is an HTML element used to automatically redirect a user from one web page to another after a specified amount of time. Although this method is not the most recommended way to perform a redirect (HTTP 301 and 302 redirects are preferable), it can be useful in certain situations.
To redirect a page using a meta redirect tag, follow these steps:
Open the HTML source code of the web page you want to redirect.
Locate the <head> section of the HTML document.
Add the following meta refresh tag inside the <head> section, replacing “NEW_URL” with the URL of the destination page and “TIME” with the number of seconds you want to wait before redirecting the user:
Save the changes to the HTML file and upload it to your server if necessary.
Keep in mind that using a meta refresh tag for redirection is not ideal for SEO, as search engines may not interpret it as a proper redirect. If possible, use server-side redirection methods such as HTTP 301 or 302 redirects, which are better for SEO and user experience.
FAQ
What is Meta Redirection?
Meta redirection, also known as a meta refresh or meta redirect, is an HTML technique that automatically redirects a user from one webpage to another after a specified amount of time. It uses a meta tag with the “http-equiv” attribute set to “refresh” and a “content” attribute to define the delay in seconds and the target URL for the redirection.
While meta redirection can be used for legitimate purposes, such as redirecting users after a form submission or moving a page to a new location, it has some disadvantages when compared to server-side redirection methods, like 301 or 302 redirects:
Slower loading time: Since meta redirection relies on the browser to perform the redirect, it can result in slower loading times for users, especially if the delay is set to a long duration.
Poor user experience: Unexpected redirections can be confusing for users and may lead to a poor user experience.
Search engine optimization (SEO) issues: Search engines may treat meta redirects as a soft 404 error, which can affect your site’s SEO performance. Additionally, meta redirects do not pass link equity as effectively as server-side redirects like 301 redirects.
Due to these drawbacks, it’s generally recommended to use server-side redirects, such as 301 (permanent) or 302 (temporary) redirects, when you need to redirect users from one page to another. Server-side redirects are more efficient, provide a better user experience, and are more SEO-friendly than meta redirection.
Isaac Adams-Hands is the SEO Director at SEO North, a company that provides Search Engine Optimization services. As an SEO Professional, Isaac has considerable expertise in On-page SEO, Off-page SEO, and Technical SEO, which gives him a leg up against the competition.