Let say you are moving from an old blog to another blog/website. And you want to redirect the visitors from your old blog to the new one. Here it is a simple way to do it. Just add a meta tag and that's all.
Go to Edit HTML page and search for <head> tag and paste this code below right after the <head> tag.
<meta HTTP-EQUIV="REFRESH" content="0; url=http://your_new_url_here/">
"content" = number of seconds to wait before redirect and default setting is 0.
Save the template!
Subscribe to:
Post Comments (Atom)
3 comments:
very good informations thank you very much :)
@Potenta
You are welcome!
Ok but i am using wordpress and i want only few posts that are indexed by google to redirect to the same post on another domain. Now how should i do that? I cannot find that anywhere on internet.
Post a Comment