
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 <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.
0 comments