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
1 comment
@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