https://www.idblanter.com/search/label/Template
https://www.idblanter.com
BLANTERORBITv101

How to add redirect to one site to other

Thursday, August 6, 2020
Techno ManiaHow to add redirect to one site to another - Hi in this article we will talk about how to add site homepage redirect. This tutorial work for all platform like Blogger, WordPress, Joomla, Weebly and many more. Sometimes many people want to redirect one domain to another domain there so many options to do this but 1 of the easiest step is to install the domain on blogger then and redirect to other domains. Now so many people ask me why I give Blogger example? I am given the Blogger example because the blogger is easy to use with the world's fastest server.

Why you add redirect?

There is so much reason to add a redirect to one domain to another domain. The most used reason is Facebook has blocked my domain this why and I don't want to lose my all traffic😓.  

How to add redirect

So fast go to your dashboard and go HTML edit mode and you will found <head> tag on blogger it's easy to found like go to dashboard then go to the theme now goto edit HTML the last step search <head> tag. Now add the below code below the <head> tag.
<script type='text/javascript'> window.location.href = "https://www.sayemtutorial.com/"; </script>
Now you see a marked URL on the code just change this URL with your target domain URL like I want to add www.youtube.com then I just change the URL with https://www.sayemtutorial.com to https://www.youtube.com see an example on the below code.
<script type='text/javascript'> window.location.href = "https://www.youtube.com"; </script>
Now, all done. Thus this article on how to add a redirect to one side to another. Hopefully, the above article can solve your current problem. That's all and thank you.

Author

hhhhh