HTML redirect is a nice tool to help you route current website to another one. This is a client side script. It will inform the browser to redirect to another website that you have defined.
Below is the HTML redirect code
<meta http-equiv=”Refresh” content=”5; url=http://PrettyGirl2u.com” />
Just put this code on between the head tags. As the code example, it will refresh to a new website in 5 seconds and route to http://PrettyGirl2u.com which mentioned at content attribute.
I prefer 301 htaccess redirects as these are more SEO friendly. Google will follow meta redirects too, although I am not sure if such redirects are considered equal to 301 redirects.
@Jan the fish: Cool… Thanks for the info.
[...] Related Posts HTML Redirect – auto refresh to other website [...]