If
your case is this, you want to redirect your blogger post URL to
another website post or another website. In this case, anybody who
visits your blogger post will get redirected to that another website
post or website. For this, follow this instruction:
First login to your blogger, click on Edit:
Now click on HTML tab, now add the following script code, replace your "YourWebsiteURL" with your new post URL or Website:
<script>
window.location = "http://YourWebsiteURL.com/New-Post.html";</script>
Now click on "Update" button, yes you are done. Now anybody who access that post redirected to given post URL or Website.
No comments:
Post a Comment