Placing AdSense Ads Under the Title in Blogger

AdSense ads perform better when placed in right place. Even the heat map of Ad unit placement layout says the same. Every Ad unit you add should be in the sight layout of the visitor so that he can pay attention to the Ads along with the content.


Placing Ad units under the title of each post would get the visitors attention every time when the page is loaded. Adding Ad units under the title is not a heavy task but a simple one which needs your little attention while adding it.

Placing Ad units under the title

Following is the process of adding a Ad unit under the title in blogger.

Step 1: Create an Ad Unit from www.Adsense.com and copy the installation code.

Step 2: Go to www.blogcrowds.com/resources/parse_html.php and parse the Ad code. Then copy the parsed code. The parsing code is nothing but replacement of ‘<’ with ‘&lt;’ and ‘>’ with ‘&gt;’ and so on.

Your parsed Ad code would look something like this:

Synchronous Ad Code:

&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;ca-pub-XXXXXXXXXXXXXXXXXXXX&quot;;
/* YOUR AD NAME */
google_ad_slot = &quot;xxxxxxxxx&quot;;
google_ad_width = 728;
google_ad_height = 90;
//--&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;//pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;

Asynchronous Ad Code:

&lt;script async src=&quot;//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot;&gt;&lt;/script&gt;
&lt;!-- YOUR AD NAME --&gt;
&lt;ins class=&quot;adsbygoogle&quot;
style=&quot;display:inline-block;width:728px;height:90px&quot;
data-ad-client=&quot;ca-pub-XXXXXXXXXXXXXXXXXXXX&quot;
data-ad-slot=&quot;XXXXXXXX&quot;&gt;&lt;/ins&gt;
&lt;script&gt;
(adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;

Step 3: Go to your blogger blog’s dashboard > Template > Edit HTML. Press Ctrl+F and find the following piece of code.

<data:post.body/>

Now paste the parsed Ad code right before the above piece of code.

Step 4: Save template and check it on your blog. It might take 5-15 minutes to show up the Ad if it is a newly created Ad unit. If it is old, already created Ad unit code, you would see the Ad instantly.

That’s all! isn’t it simple! Comment below if any assistance is needed. Thank you!

0/Post a reply/Replies

Previous Post Next Post