How to Add Google Adsense Inside Posts and below post Title Blogger.

Blogger Logo Automatic Back Up for Your Blogger BlogIt is a simple tutorial to explain how to add google adsense inside posts in blogger template. And this post will help you to add adsense Below Post title or After Post. In my opinion the best place for google adsense is after post header. It surely increases google adsense ctr. And I prefer to add google ads after post header aligning left side. You may be using a custom Blogger template or may be using a regular blogger template. If you are using a custom blogger template with a read more option, then it will be quite easy for you to add adsense after post header.

Creating google Adsense Code

Go to google adsense and create a custom ad with some simple steps. And parse this adsense code.

Parsing google Adsense code

Normal Google adsense code won’t work with normal blogger template. So we need to change the html entities. For this you should paste your google adsense code in the html parser and convert it. Visit this page to parse your google adsense code.

Adding Google Adsense to Custom Blogger Template

Go to Template section in blogger dashboard and navigate to edit html. After that check the expand widgets option search for the below code

<b:if cond='data:blog.pageType == &quot;item&quot;'><data:post.body/></b:if>

If you find the above code you just paste parsed google adsense code just before

<data:post.body/>

Then google ads will show only in post pages after post header. To put google adsense after posts you should add parsed google adcode after

Adding Google Adsense to Simple Blogger Template

In this kind of blogger templates where custom read more options are not available. So you need to search for<data:post.body/> or <p><data:post.body/></p>

And change parsed adsense code

<b:if cond=’data:blog.pageType == &quot;item&quot;’>

parsed adsense code

</b:if>

Replace parsed adsense code with your Adsense code

Paste the above code before or after <p><data:post.body/></p> to make it on above post or after post.

Here completed my adsense tutorial to add adsense above posts or after posts. If you have any queries about this post feel free to ask me. Check my blog hostgatorwebhosting

Blogger Blogs , how to

RELATED

Good Blogging Articles. Bravo
Hello Anjal, I believe it is not acceptable to Google if you parse adsense codes. Am i correct or wrong?
I think we can. We are just parsing the html entities and not changing any code...
well i was warned in the Google adsense forum by a top contributor. Though i used to have it but i stopped it immediately. You have a different view on this?
Yes, it helps but one can use this link to parse html for integration into blogger template -www.blogcrowds.com/resources/parse_html.php
This is an awesome blog. I found this article very helpful. I bookmarked this website. No doubt to come here again and again. I really appreciate your teaching quality.