Wednesday, July 17, 2013

CUSTOM URL REDIRECTION FOR BLOGGER - REDIRECT PAGE OR TOTAL BLOG

CUSTOM URL REDIRECTION FOR BLOGGER - REDIRECT PAGE OR TOTAL BLOG


redirect url

URL of specific webpage of blogger or post and redirecting your whole blog can be done by a HTML code. Use this Code on Any Page and That Page will Be Redirected to Another with option of Redirecting Time Adjustment. Specially for those blogger who are changing their blog and want to redirect their all visitors to new website then they can use my this SEO friendly script.


How To Do Custom Page Redirect .?

Step 1: Decide that whether you want to redirect a specific post or whole blog. If you want to redirect a specific post then just copy and paste this script to your that post HTML. But if you want to redirect whole Blog Then Go to Layout and add HTML/Java Script Gadget And Paste The Script.

<!doctype html>

  
  
    <script language="javascript">
        window.location.href = "Your New Address"
    </script>
    Page Redirection

<!--Page direction script by http://dailybloggiingtips.blogspot.com -->
If you are not redirected automatically, follow the <a href='Your New Address'>Any Text Note Here</a>
</!doctype>

Change Your New Address with Link where you want to be redirected
Any Text Note Here Change it with Title or Note

You Are Done. 

No comments:

Post a Comment