Pages

Enter your email address

Enter your email address:

Delivered by FeedBurner

শনিবার, সেপ্টেম্বর ১০, ২০১১

Adsense ads inside blogger posts

adsense ads inside postsAds inside posts have a higher CTR , higher CTR means more money. Wrapping adsense code is violating the adsense TOS, here is a way to place the ads without violating the TOS.


1. First of all place ads between posts

2. Go to Layout , Edit HTML and check the Expand Widget Templates checkbox

3. Find the line <data:post.body/>

  • If you want to place the ads right under the posts title copy the following code before the above code line
  • If you want to place the ads at the end of your posts copy the following code after the above code line
The code:
<b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:post.includeAd'> <data:adEnd/>
<data:adCode/> <data:adStart/> </b:if>
</b:if>
4. Save your template

related post:

How to insert adsense ads between posts

The ads between posts usually have low CTR (small number of clicks), but this is the easiest way to place ads on your blog. It`s very simple to insert adsense ads between posts , just complete the following steps:

1. Login to your Blogger dashboard

2. Go to Layout , Page Elements

3. Click on the Edit link on the Blog Posts boxadsense ads between posts
4. Check the Show Ads Between Posts checkbox and select the number of ads to show.adsense
NOTE: Don`t forget the maximum number of adsense ads in a single page is 3.

related post:

The importance of the Meta Description tag

How important is the meta description tag ?
-this is a very frequently asked question by blogger all around the world.

These days the importance of the meta description is less and less important. The meta description was originally and important factor for a higher position in search engines ranking. On that time search engines weren`t so "wise", and the meta descriptions where full of spammy keywords.

Now search engines are more wiser and spamming your meta description might can bring to get penalized or even banned. It`s not easy to recover your blog from a ban. Be aware, if you decide to use meta descriptions don`t make them look spammy and don`t stuff the them whit lots of keywords.

If you have a relevant meta description google may use it as a snippet for search results description , else it will use a piece of text from your content or instead google may use your ODP (DMOZ) directory description.

A well written meta description can attract more visitors through search engines search results , but be careful , don`t use the same description for all your pages ,google and some other search engines may threat this as duplicated content.
Try to keep your description tag bellow 150 characters (including spaces), don`t repeat any word more than twice ,a high keyword density may can bring to get penalized. Write accurate ,relevant and unique descriptions for each particular page, write them for humans instead of search engines.

related post:

How to add a second sidebar to Blogger (blogspot)

Create your own 3 column blogger template by adding a second sidebar to your blogspot blog, you can place the sidebar in any side of the blog.
By adding a second sidebar to blogger (blogspot) your blog will look more professional and you will have more space for your gadgets and widgets. Follow the bellow steps with attention , and first of all backup your template.

1. Go to your Blogger dashboard
2. Layout
3. Edit HTML
4. Find the sidebar-wrapper code, it looks like this:
#sidebar-wrapper { width: 220px; float: $endSide; word-wrap: break-word; /* fix
for long text breaking sidebar float in IE
*/ overflow: hidden; /* fix for
long non-text content breaking IE
sidebar float */}
5. Add the following code right after it:
#sidebar-wrapper2 { width: 220px; float: $endSide; word-wrap: break-word; /* fix
for long text breaking sidebar float in IE
*/ overflow: hidden; /* fix for
long non-text content breaking IE
sidebar float */}
So it will look like this:
blogger blogspot sidebars
6. Find the following code:
<div id='sidebar-wrapper'>
<b:section class='sidebar'
id='sidebar' preferred='yes'>

<b:widget id='BlogList1'
locked='false' title='My Blog List' type='BlogList'/>
<b:widget
id='Label1' locked='false' title='Labels'
type='Label'/>
<b:widget id='Followers1' locked='false'
title='Followers' type='Followers'/>
<b:widget
id='BlogArchive1' locked='false' title='Blog Archive'
type='BlogArchive'/>
<b:widget id='Profile1'
locked='false'
title='About Me'
type='Profile'/>
</b:section>
</div>
Note: Look for the piece of code what i have marked in red, the middle of
the code is containig the first sidebar gadgets
7. Paste after it the following code:
<div id='sidebar-wrapper2'>
<b:section
class='sidebar' id='sidebar2' preferred='yes'>
</b:section>
</div>
It will look like this, but you have other gadgets: seo-tips-blogger blogspot sidebars
8. Now edit the size of the template:
Find the following code :
#sidebar-wrapper {
width: 220px;
float: $endSide;
word-wrap:
break-word; /* fix for long text breaking sidebar float in IE */
overflow:
hidden; /* fix for long non-text content breaking IE sidebar float
*/
}
#sidebar-wrapper2 {
width: 220px;
float:
$endSide;
word-wrap: break-word; /* fix for long text breaking sidebar float
in IE */
overflow: hidden; /* fix for long non-text content breaking IE
sidebar float */
}
The bold numbers are the size of the 2 sidebars , this is the standard
size , but you can change them.

Note: If you have the size of the sidebars we need to calculate:
This is the size of the blog:

#outer-wrapper {
width: 660px;
margin:0 auto;
padding:10px;
text-align:$startSide;
font: $bodyfont;
}

This is the size of the header:

#header-wrapper {
width:660px;
margin:0 auto 10px;
border:1px solid $bordercolor;
}

And this is the size of the posts:

#main-wrapper {
width: 410px;
float: $startSide;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}

These are the default sizes, now lets change them.

The posts body size is 410 , the size of a single sidebar is 220.The entire blog size is 660, the header is the same.

outer-wrapper = 660
main-wrapper = 410
sidebar-wrapper = 220
paddings and borders = 660 - (410 + 220)
Now add the second sidebar:

outer-wrapper = 410 + 220 + 220 + 30 = 880
So edit the outer and the header wrapper to 880
If you use other numbers recalculate it, it`s simple.
9. Save your template and go to Page Elements If you have followed all the steps it will look like in this picture.2 sidebars
10. Now just add some gadgets and please link to us! (Link to us with a text link or use the image code from my sidebar :D thx for your support)

related post: