How to redirect Blogger to a new domain or a new website using Meta tags?
Paste this condtion after <head> in Widget template -> Edit HTML. Change Old blog post page to the link of old blog post and change New blog post page to the link of new blog post.
<b:if cond='data:blog.url == "Old blog post page"'>
<meta expr:content='"0;url=New blog post page"' http-equiv='refresh'/>
</b:if>

Check this image (Add condition using Excel)

Now your pages will be redirected to the new webpage or domain.
Add comments to this post if you have any quries .
1 comment:
Many thanks, for me this was really useful!!!
Post a Comment