What is a meta refresh redirect?
A meta refresh redirect is a type of redirecting tools. It is a little bit slower and not too much used SEO technique, because of a poor usability. It should be used if a 301 Redirect can not be used.
A meta refresh redirect shows as a code in the header of a web page and browser should refresh after a certain time or redirect to a new URL. It is displayed as a countdown with a short text about redirecting.
Frequently asked questions
How can I do a meta refresh redirect?
A meta refresh redirect can be accomplished by using the following code: <meta http-equiv=”refresh" content="0”>
What is a meta refresh redirect example?
A meta refresh redirect is a type of HTML code that instructs a web browser to automatically reload a web page after a certain amount of time has elapsed. The code looks like this: <meta http-equiv=”refresh" content="5"> This code would refresh the page every 5 seconds.