This is not technically recommended, but this is because the pseudo-term โobsoleteโ is casually used in the โspecโ. The meta redirect mechanism is described as "should not" in HTML 4.01 :
"Note: Some user agents support the use of META to refresh the current page in a specified number of seconds with the option of replacing it with a different URI. Authors should not use this method to redirect users to different pages, as this makes the page inaccessible to some users. Instead, automatic forwarding pages should be done using server-side redirects. "
HTML5 templates, however, describe the meta-processing mechanism, not to mention such things, although the examples are about different use cases. This is no better. It should not be used to redirect an address to a new one, unless you cannot influence the server behavior in order to have the appropriate HTTP redirection. In this case, it is recommended to add a normal link to the new address in the body of the document, in situations where the meta-redirect does not work.
source share