Skip to main content

Tips To Get Sitelinks In Google Search Results - Blogger

Sitelinks are some links that are showing below site in search engines. Its not just in Google search results but in Bing, Yahoo and also in Yandex. There is no idea how to get sitelinks, even Google says that sitelinks are automatically generated links to help visitors reach important pages of your site. Also you have no control over which page you want in sitelinks and also there is no code which can do it. You might be thinking that if nothing is known about sitelinks, how am I going to get it for my site ? Well, the answer is simple you will get it as I got them ! What Are Google Search Result Sitelinks: Above is the sceenshot of sitelinks of my blog. If you search "101helper" oon Google you will see the sitelinks live. These are featured links from my blog and are shown to visitors to help them reach deeper pages or help them to reach the content of interest on a site. Note that sitelinks never remain the same they change time to time and we have no control over it. Goog...

"Featured Posts" Slider Widget For Blogger

"Featured Posts" Slider Gadget For Blogger

Featured posts slider is a gadget that slides featured(recommended) articles of a blog. Featured posts sliders are of several types, some are of images type which slides only images of posts while some only slides titles of posts but in this post I will share something awesome which nobody has shared before me. Its a Slider that slides the whole posts along with thumbnails, titles, and a short description. It has a unique style and a good look! You can see a demo of this gadget on my blog's HomePage. Before you add this gadget in your blog let me tell you one thing that is you have to write the description, title, link of the post and thumbnail link on your own, it will not automatically get posts for you. You can select which posts do you want to show up.

I hope you'll love this gadget. You can add as much posts as you want, there is no limit of posts. To add this gadget in your blog follow below steps:

See Live Demo

Title Of Post goes here

Description Of Post goes here Post goes here Post goes here Post goes here Post goes here Post goes here

Title Of Post goes here

Description Of Post goes here

Title Of Post goes here

Description Of Post goes here



Step 1: Go to blogger dashboard.

Step 2: Select template and click on edit html.

Step 3: Search for <head> and just below it paste the below code:
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js'/>

Step 4: Click on save template.

Step 5: Go to Layout and click on add a gadget.

Step 6: Scroll down to Html/javascript.

Step 7: Copy below code and paste it in the Html/javascript window.

<div class="slider">
<div><a href="Your post link"><img src="Your post's thumbnail link" /><h3>Your post's title</h3></a><p>Your post description </p></div>
<div><a href="Your post link"><img src="Your post's thumbnail link" /><h3>Your post's title</h3></a><p>Your post description</p></div>
<div><a href="Your post link"><img src="Your post's thumbnail link" /><h3>Your post's title</h3></a><p>Your post description</p></div>
</div>
<style>
.fadein { position:relative; height:332px; width:500px; }
.slider img {width:235px;height:200px;position:absolute; left:5px; top:5px;padding:0;border:0;box-shadow:none;}
.fadelinks > *, .slider > * { position:absolute; left:0; top:0; display:block; }
.fadelinks, .slider {
    position: relative;
    height: 200px;
width: 615px;
    background: #eee;
overflow: hidden;
padding: 5px;
}
.slider h3 {
    position: relative;
    left: 250px;
top: 5px;
    font-size: 17px;
  white-space: nowrap;
  width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slider a { text-decoration:none; }
.slider p {
    position: relative;
    left: 245px;
    font-size: 13px;
    bottom: 5px;
    padding: 0 5px;
   width: 350px;
}
</style>
<script>
  $(function(){
  $('.slider > :gt(0)').hide();
  setInterval(function(){
    var rand = Math.floor(Math.random() * ($('.slider').children().length-1));
    $('.slider > :first-child').appendTo('.slider').fadeOut();
    $('.slider > *').eq(rand).prependTo('.slider').fadeIn();
  }, 7000);
});
</script>


Replace Your post link with your post's link Your post's title with your post's title Your post's thumbnail link with your post's image url and Your post description with your post's short description.


Step 8: Click on save and you are done.

Customization:

To change the time duration of sliding posts change the number 7000 highlighted by yellow color in the ending lines of code.

7000 means 7 seconds.
<script>
  $(function(){
  $('.slider > :gt(0)').hide();
  setInterval(function(){
    var rand = Math.floor(Math.random() * ($('.slider').children().length-1));
    $('.slider > :first-child').appendTo('.slider').fadeOut();
    $('.slider > *').eq(rand).prependTo('.slider').fadeIn();
  }, 7000);
});
</script>

Adding more slides:

I have set up 5 slides in this gadget but if you want to add a new slide just copy the below code and paste it above this piece of code:
<---Area below which new slide code is to be placed---->
<div class="slider">

Code for New slide:
<div><a href="Your post link"><img src="Your post's thumbnail link" /><h3>Your post's title</h3></a><p>Your post description</p></div>

I have added 10 slides so you can add 10 slides without any problem as shown in above example.

Changing Width Of The Slider:

To change width of the slider make changes in  width: 615px; 

Note: If you are changing width of your slider then you need to change the width of description too.

width: 350px; refers to width of description and width: 350px; refers to width of title.

Make sure to change with of title and description while making any change in width of slider because it may look irregular if you don't do so.

I hope you like this post and it worked in your blog. If you have any problem ask me in comments or contact me. Follow by E-mail to get instant news about blogger gadgets in your inbox. If this post or any other post help you out then share it with others through social networks. Keep visiting 101Helper :)

Search tags: Increase post page views gadget,"Featured Posts" Slider For Blogger, Post slider gadget for blogger, Featured post gadget, 101Helper gadgets for blogger.

Comments

Popular posts from this blog

Addthis Pop-up Social Sharer Widget For Blogger

We all know that popups are really beneficial to get followers, likers and traffic and thats why tools like Hellobar is used by many. I also use Popups because my visitors give response more to popups rather than sliders or fixed content. Similarly its very hard to get content shared so popups work for it too. And its important to get content shared because more sharing equals to more traffic. Popup share buttons are not new, many of use have used them but popup have either 5 or 6 buttons so visitor is limited to share content only to some social networks and may be he or she is not using any of these networks so it will be a waste of time you will not get content shared. So I brought you a new idea, Why don't we use addthis popup sharer, it has all social buttons plus it doesn't need long coding and too many scripts so it doesn't slow down our blogs. So in this post I am going to share addthis popup sharer along with some customization. So you can get popup by the time whe...

5 Sites To Submit Your Posts To Boost Traffic Instantly

New bloggers often search "how to boost or increase traffic instantly" and don't find any answer or usually get answers that are not satisfactory. So they head towards fake traffic or seo. Fake traffic is obviously useless because you don't either get money and that traffic is limited because same visitors visit your site again and again for points(traffic exchange) and there is no ad network that pay you for ordinary traffic. So fake traffic is not beneficial that's why bloggers optimizes their blogs for search engines to get traffic that is organic and unique, but the fact is that once your blog is optimized for search engines you will not get traffic in one day but you have to wait for months or for year. Actually it depends on your blog's topic e.g if you have a blog about making money you will get more traffic in less time because every 2nd person is surfing on internet to earn money. So this post is about how can you increase your blog traffic instantly....

How To Add Map In Blogger Contact Or About Page

Bloggers are advancing day after day and making their blogs professional by adding pages like privacy policy, contact page, about page, terms and conditions page etc which are seen in professional websites so they are trying to make their blogs look more professional to impress visitors because such things improve blogs reputation. One more thing which can improve a blogs reputation and make it look more professional is a map which shows the location of the blog. So if you have a business website converted to dot com then you can add a map in your website or blog's about or contact page and your location to your visitors as well as make your website or blog more professional. So this post is all about adding Google map in contact or about page of your blog. Follow below steps to add a map in your blog's page. How To Add A Map To Contact Or About Page In Blogger? Step 1: Go to Google Maps   and search your location. Step 2: Click on Share below directions : Step 3: Click on Embe...