Menu

How add 2 adsense below the first and second post, How to add Adsense or any ads after first post in smf wap2, How to Insert Adsense Code After First, Second, Add Adsense ADS BELOW POST TITLE in LEFT RIGHT, How to Add Adsense Ads In the Middle or Anywhere inside, How to place Adsense below post title for higher CTR, phpbb adsense after first post, adsense after first post wordpress, vbulletin adsense after first post, how to add adsense below post title, add adsense below post title blogger, how to add adsense to wordpress post, how to add adsense inside blogger post,  add google adsense,

How to Show AdSense Below the Post Title in Blogger
Today we are discussing about Adsense Ads putting method or tips. If your AdSense account get approved?  Then, it’s very important to add AdSense ads in an apt place in your blog. Moreover, the default gadgets provided by blogger can be added only in blogger sidebar, top or below blog posts and footer. So today, in this post let me share with you how you can display your AdSense ads, image flash files, widgets like email subscription box or subscribe via Social widgets in just below your first post in blogger.
Add AdSense below First Post of Index Pages in Blogger
One of the sweet spot for adding AdSense unit to your Blogger blog is just below the first post in the index pages of your blog. It is a sweet spot because; visitors definitely see this but it does not annoy the visitor and also creates no problem is viewing rest of the posts below. Not to mention that this place generates a good Click through Rate (CTR).

However, adding an AdSense Unit just below the first post in the index pages in not easy as it sounds. Almost every Blogger user is now using customized beautiful templates in their blogs simple to meet the demand for both desktop and mobile. Because not only the design also the templates structure is different from designer to designer.
Despite that; in this post you will find simple solutions to show AdSense unit or other staff (ads from other providers, images, etc.) below the first post in the index pages which will work in both mobile and desktop.

How to Show AdSense unit /Ads: For this process you have to do simple amendtment on your template layout simple method for just below the first post in the index page of Blogger; follow the instructions below:
  1. Longing your blogger account by putting your g-Email id and Password 
  2. Go to Blogger Dashboard > Template-> Edit Template-> Click to "HTML Code"-> Copy all and take a backup your template.
  3. Now To do the next process  
  4. Now Press CTRL+F and find below code
<b:include data='post' name='post'/>
Just below the above code put the under mentioned lines on you templates.
<b:if cond='data:blog.pageType == "index"'>
<b:if cond='data:post.isFirstPost'>
<div id='ads1stpost'>
<center>
<!-- AdSense ad Code Here -->
</center>
</div>
</b:if>
</b:if>
Above Mentioned HTML Codes you have to do some kinds amendment like : 
<div id='ads1stpost'> is used for positioning purposes using CSS code which is helpful in a responsive template.
<center> is for aligning / floating the unit in the center middle and you can use <left> or <right>.
You can delete the <div> and <center> if you require others.
<b:if cond='data:post.isFirstPost'> is must be used. This conditional tag targets the first post in index pages and working only on index pages. Also there is now tags like this for second, third or final post.
<!-- AdSense ad Code Here --> with you AdSense JavaScript html  code or codes other elements.
<b:if cond='data:blog.pageType == "index"'> conditional tag is added to make sure it loads in the index pages. Many have reported that, their ad below the first post is also showing in post pages. This will remove the problem.
After That Your Work has to do now Save Templates and Congrates you are success for this one. Keep commenting your valuable comments always respectively to the same.

0 comments:

Post a Comment

 
Top