Steps
to Place Google Adsense Ads below all blog post titles
Create Ad Unit
to Place Below Title (First Part)
1. Go to your
Google Adsense account.
2. Here you
need to create a new ad unit.
3. The Google
Adsense team recommends ad size like 336*280 Large Rectangle for better result
under title. But still its all your wish which ad type you want to place.
4. Once you’re
done with an ad customization click on save and click on get code button.
5. As you are
adding this code to blogger.com you need to parse this code from HTML to
corresponding HTML entities. There are lots of tools available over the web, this tool
work fine for me.
Note: Ads won’t appear, if you don’t follow above step.
Place
Google Adsesne Ad Code in Blogger (Part Two)
1. Go to your
Blogger Dashboard.
2. Here on
this page, click on Template option and click on the Edit Html option and you will get
new Template Editor
page.
3. Press
Ctrl+F and you will get a search box.
4. Now using
the search box, you need to search the below code i.e.
<data:post.body/>
Make sure, you
see the search code in the template code editor and not for the complete page.
Note:
This code exist so many times in the template code, you need to look for the
third one.
5. Once you
able to find the above code, what you need to do is Copy the below Code and
Paste it above the code you search for in step four.
<b:if cond='data:blog.pageType == "item"'>
Put
Your Ads Code Here
</b:if>
6. Now all
coding will look something like this:
<b:if cond='data:blog.pageType ==
"item"'>
Put
Your Ads Code Here
</b:if>
<data:post.body/>
7. You just
need to replace the Put Your Ads Code Here with parse Adsesne ad code
which you created above.
8. Save the
template and open any post of your blog.
Now if you
follow everything just like shared above, your Ads will only be shown on the
Post Page. So give try this step by step guide and let me know. Also, if you
have any question regarding this guide feel free to ask me in Comment Box.
Comments
Post a Comment