Put Google Adsense Below Post Title in Blogger : Today we are sharing a simple trick to place adsense ads below every post title in blogger . Everyone know that Google Adsense is the best ad network availabe in market. Seo expert say that placing ads below post title will definatly increase your income .In blogger it is very simple just by adding some code you can place it below post title in every post.
How to Put Google Adsense Below Post Title
Step 1 : Just create ads in Google adsense .You can also choose Google recommended ads size. Make a new ad unit with size 338 x 280 or 300 x 250 ads for better result. You can also choose resposive ads unit which adapt according to size of the screen.
Step 2: Now you should parse that code by using HTML PARSE TOOL after that you can place your adsense code in blogger. Just Copy the parse code from the parsed tool.
Step 3: Now the important step LOG IN your blogger account and go to the template option just click on html edit Template after that search with CTRL+F and search
<data:post.body/>
Step 4: Just paste the given code after the second or third <data:post.body/>There may be two or three code in blogger template
<b:if cond='data:blog.pageType == "item"'>
PLACE YOUR AD CODE HERE
</b:if>
Step 5: Just replace the PLACE YOUR AD CODE HERE by your adsense parsed code and click on Save Template button
Conditional tags for placing adsense to show at the center of post
<b:if cond='data:blog.pageType == "item"'>
<div align="center">
PLACE YOUR AD CODE HERE
</div>
</b:if>
Conditional tags for placing adsense to show at the right below post title
<b:if cond='data:blog.pageType == "item"'><div style="float:right; margin:10px;">
PLACE YOUR AD CODE HERE
</div>
</b:if>
Conditional tags for placing adsense to show at the left below post title
<b:if cond='data:blog.pageType == "item"'>
<div style="float:left; margin:10px;">
PLACE YOUR AD CODE HERE
</div>
</b:if>
Please note : You should always back up your template for safety before doing any change in template.
0 comments:
Post a Comment