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...

How To Add 125X125 Ad-space In Blogger Sidebar


Ad-spaces are always useful because they let you show ads in a different way rather than simple ads. 125X125 ad-space is even more useful than ordinary ad spaces because it lets you to show 4 ads at a time and all ads could be of different ad networks so you earn from all networks. It also adds a star to your site design so your site looks more professional. Also 125X125 ad-space compress your ads in a small area so if you want you can show 8 ads by just consuming ad space of 2 square ads, hence it is a beneficial thing.

So here is a quick post about how to add 125X125 ad-space in blogger sidebar. I will share two types of ad-spaces one for showing ads of any ad network and one for personal ad campaigns in which you need to add your advertisers ad image url and target url.

So lets begin!

How to add 125X125 Ad-space in blogger sidebar ?

Step 1: Go to Blogger Dashboard and open Layout.

Step 2: Click on add a gadget in right or left sidebar.

Step 3: Choose Html/Javascript.

Step 4: Copy code of ad space from below by your choice.

CODE FOR PERSONAL ADVERTISEMENTS:

<div id="ad-case">
<ul>
<li><a href="YOUR SPONSOR LINK HERE"><img src="YOUR SPONSOR IMAGE HERE"/></a></li>
<li><a href="YOUR SPONSOR LINK HERE"><img src="YOUR SPONSOR IMAGE HERE"/></a></li>
<li><a href="YOUR SPONSOR LINK HERE"><img src="YOUR SPONSOR IMAGE HERE"/></a></li>
<li><a href="YOUR SPONSOR LINK HERE"><img src="YOUR SPONSOR IMAGE HERE"/></a></li>
</ul>
</div>
<style>
#ad-case li { position: relative; float: left; margin-right: 10px; list-style: none; padding: 0; margin-bottom: 10px; }
#ad-case { width: 400px; position: relative; }
#ad-case img { width: 125px; height: 125px; border: 0; padding: 0; }
#ad-case ul { padding: 0; line-height: 1.4; margin: 0; }
</style>

CODE FOR AD NETWORKS ADVERTISEMENTS:

<div id="ad-case">
<ul>
<li>YOUR 125X125 AD CODE HERE</li>
<li>YOUR 125X125 AD CODE HERE</li>
<li>YOUR 125X125 AD CODE HERE</li>
<li>YOUR 125X125 AD CODE HERE</li>
</ul>
</div>
<style>
#ad-case li { position: relative; float: left; margin-right: 10px; list-style: none; padding: 0; margin-bottom: 10px; border: 1px solid #ddd; }
#ad-case { width: 400px; position: relative; }
#ad-case ul { padding: 0; line-height: 1.4; margin: 0; }
</style>

Step 5: Replace ad code text with your ad codes or add your advertiser's ad's image and link.

Customization:

You can increase number of ad spaces by increasing each:

<li><a href="YOUR SPONSOR LINK HERE"><img src="YOUR SPONSOR IMAGE HERE"/></a></li> for personal ads

<li>YOUR 125X125 AD CODE HERE</li> for ad network ads.

I hope you found this post helpful, if not leave a comment or contact me.

Thanks for visiting 101Helper, Happy Blogging !

Search Keywords:

How to Create 125 X 125 Ad Space in Your Blog Sidebar

Add 125x125 Ad Slots To Your Blogger/BlogSpot Blog

Add 125x125 Advertise Here Banner Ads For Blogger

Advertise Here 125x125 Ad Banner Widget For Blogger

Comments

Popular posts from this blog

How To Install Emoji Reactions(Smileys) In Blogger

We all are familiar with emoji reactions because all of us use social networks and chatting and texting is incomplete without emoji reactions(smileys). These emoji reactions help us to explain our feelings about things and so I decided to create a post about it. So far I have seen in many blogs that they have emoji reactions in comment form and a emoji code is to be placed where emoji is to be shown but that's too old and most people don't like it. So I decided to tell you about these new type of emoji reactions that are placed in the bottom of post and show reaction of people to that post. Maybe you are thinking why should I add emoji reactions in my blog, it is useless but let me tell you that blogging is not just about growing blog more and more and earn money, but you must have something more which will make your blog special and these emoji reactions will grab attention of many visitors and will also tell them about how many people liked your post. Here is a picture of emo...

Horizontal Scrolling Menu For Blogger Mobile Site

Mobile screen being small can't hold a wide horizontal menu so people add vertical menu for mobile site specially bloggers do so but there is a simple way of install a horizontal menu in blogger mobile site that is making a scrollable menu so it will show some tabs of the menu and others can be seen by touching and scrolling. As you know that almost everyone is now using a touch screen mobile so it is a good menu for your mobile site. So in this post I am going to share 4 different types of horizontal scrolling menus. Follow below steps to add any of the menu in your blog's mobile site. Live Demo  (Open In Mobile For Best Experience) How To Add Horizontal Scrolling Menu For Blogger Mobile Site? Step 1: Go to blogger and open Layout. Step 2: Add a gadget just above your " Blog Posts Gadget" as shown in below image and click on Html/Javascript. Note:  If you are not able to add gadget above Blog Posts then simply add it in sidebar and drag it above Blog Posts because ...

Blogger Not Accepting Javascript / Error Parsing XML - Solved !

If you are blogging for even 2 months you must have seen this error once when you tried to add a javascript in you blog theme. This error appears when a javascript contains some symbols like $ or & or sometime =. All these errors show error when theme is saved. and the error says "Error parsing XML, line number, column number: The reference to entity "version" must end with the 'example' delimiter" . As shown in above image, blogger is not accepting Facebook like button code and showing error. To solve this error I have to simply make this code acceptable by blogger. You might have problem saving codes of some ads like media.net ads, chitika ads, bidvertiser ads etc all these ads are sometimes not accepted by blogger so you can fix them by following this post and run ads or custom scripts. How to add javascript codes in blogger without parsing error ? Follow below steps: (1). Grab the javascript code which you want to fix in to a notepad or paste it in y...