How to make each/all links to open in new tab/window

This tutorial will show you How to make each/all links to open in new tab. The main benefit for this code is that By opening each link in new tab certainly increases the website retention time which fools the search engine and thinks website is good thats why people sticking to it for such a long time. It Will Automatically Set (target='_blank') To All Links In Your Blog/Site. This certainly increases the search engine ranking.


How To Make all links to open in new tab

  • Go to Blogger Dashboard 
  • Click on DropDown Menu and select Template
  • Backup your Template before making any changes to your blog
  • Now Click on Edit HTML --> Proceed --> Expand Widget Templates
  • Press Ctrl + F and search the code shown below


</head>


  • Now Paste the Code Shown Below just above/before it



<base target='_blank' />

  • Now save your template

Like it? Share it.

1 comment

26 August 2012 at 23:54 Author

@Samy Jain Yes next page of your blog will open in new tab. This code will make all links to open in new tab

Click to Add a New Comment

  • If you're asking a question click on Subscribe By Email link, on the comment form, to be notified of replies.
  • Do NOT add links to the body of your comment as they will not be published.
  • Only the comments posted in ENGLISH will be approved.
  • If you have a problem check first the comments , maybe you will find the solution there.