Search Here

How to show adsense ads below post title in blogger

As we know that majority of bloggers used Adsense to monetize their blogs or websites. We also know that Adsense based on cookies and shows relevant ads related to our blogs or websites content. As bloggers are paid on per click method, so the major issue for bloggers is the placement of ads on their blogs or websites. They use many tricks to placement of ads to increase their revenue.



Show ads below post title

You have seen in some websites or blogs that Adsense ads unit are placed on below the post title. The area below the post title gets more attention of users. Today I will show you how to show ads below post title.

Enjoy Free SEO Tools: Duplicate Or Multiple H1 Tag Checker For All Pages

1- Sign In to your Blogger account.
2- Navigate to your blogger's dashboard and choose your desired blog which you want to customize.



3- Now in the left menu click on "Theme" and also click an "Edit HTML" button under live on Blog section.



4- Your Blog theme will be open in editable mode, now press CTRL+F to enable search box in editor window and search for <data:post.body/> tag and press enter button. Remember you found this tag two times and you need to stop your searching on second time. When you stop you will see below screen or code.

Enjoy Free SEO Tools: Bulk Http Response Status Code Checker Online




5- Copy and paste below code and  just paste above the <data:post.body/> tag to show ads below post title.


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

PLACE YOUR AD CODE HERE

</b:if>

6- Note: Before pasting your adsense code parse your adsnes code for your blogger.


7- If you want to show ads in center align than just wrap your code in blow code.



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

<div align="center">

   PLACE YOUR AD CODE HERE

</div>

</b:if>

The above code will show the ads on center of your content. Now save your changes and view your blog post to see that you have successfully placed the ads below your post title or not. If you have any issue in above process feel free to comment.

Post a Comment

2 Comments