How to get in Blogger Related Content Search

The new Blogger Search is still in development stages and Google as always is absolutely quiet on this. However, going by the source of code of the JavaScript inserted in all Blogspot blogs, one can conclusively find a sure shot way of getting included in the Blogger related content Search and benefit from the traffic received.
Get in Blogger Related Content Search


A fragment of JavaScript added to Blogspot blogs is as follows:-


function showRelatedContent(args) {
      var el = document.getElementById('related-iframe');
      if (el.parentNode.style.display != 'none') {
      

Looking at it, one can obviously see a mention of the "parentNode.style.display !=none" referring to the iframe of Blogger's Navigation Bar which most of the Blogspot users "hide" using the css #navbar-iframe{display:none}. It appears that blogs that have disabled the Navigation Bar will not show related content. Moreover, going by some preliminary tests, it appears that Blogger checks which blogs have disabled the Navigation bar and on its basis decides which blogs to give preference to in Blogger related content search. This is much similar to the behavior shown by the Next Blog feature in Blogger's Navigation Bar which also only links to blogs that have shown the Navigation Bar. For non-competitive search queries, blogs without the Navigation Bar also appear in results. It also appears that recently updated content is given preference in terms of ranking.

Ultimately, it appears that you must unhide the Blogger Navigation Bar if you wish to show related content or if you want to get preference in Blogger Search results. So, it appears that Blogger Team is now playing smart to force people into showing the Navigation Bar.

Author About

Akhilesh Sharma maintains and writes Tweak And Trick. He is a technology enthusiast and a science student.
You can contact him at tweakandtrick@gmail.com.

read more >>
Featured Posts