Show Adsense Ad below Post Title in Blogger

{tocify} $title={Table of Contents}

3 ways to place an ad below post title:

1. New blog post method

AdSense ad is placed below the post title, within the article before the first paragraph. This is done through the New Post Editor by switching to HTML view and inserting the ad code in each post.

show ad under post title blogger

2. Premium Template method

Some premium templates, for example this blog's, are designed to allow ads to be placed at this spot.

3. Theme's HTML method

Alternatively, you can use Blogger's theme HTML editor in the theme settings. Adding the ad code here will display it on all posts and only needs to be done once.

How to add adsense ad code into Blogger's theme HTML

In the HTML editor, find the following code:

<b:includable id='postBody' var='post'>

If there are multiple instances of this code, look for the second one. Directly under the code above, add you adsense code.

If you do not want the ad to show on certain page(s), use the following code instead:

<b:if cond='data:blog.url != "your page url" and data:blog.url != "your second page url"'>
            <!-- Your Ad Unit Code Here --> 
</b:if>

For example:

<b:includable id='postBody' var='post'>
<b:if cond='data:blog.url != "https://ping1xx.com/p/blog-sitemap.html"'>
<!-- Your Ad Unit Code Here -->
</b:if>

The ad will not display on this url.

Read also: 

Improve AdSense Auto In-page Ads Margin Spacing

How to Create a Simple HTML Sitemap

Create a Bookmark Button on Your Blog

Add Blogs from Any Platform to Your Blogger Reading List

Please remember that your comments are your own responsibility. I encourage respectful and constructive discussions. I welcome feedback, including criticism and corrections, and I reserve the right to moderate or remove any comments that are deemed inappropriate, offensive, or spammy.

Post a Comment (0)
Previous Post Next Post