Google Adsense introduces new tool to earn money with a blog. Adsense introduces feed ad as a way to increase income of any blog. Feed ad performance quite good but it depends on ads implementation and speed of that template. Feed ad is a best tool to gain handsome income through any blog homepage.
Conditions on implement feed ad in any blog;
· Do not place this ad in the blog posts
· Do not place this ad in sidebars
· Do not place this ad in footer
· Place this ad in blog feed
· Do not float ad
Steps to Place Feed-ad in blog;
1. Create feed-ad on adsense
2. Copy feed-ad codes from adsnse dashboard then parse it to Adsense Converter.
3. Go to blogger dashboard then click edit theme to view HTML codes
4. Click inside HTML then press Ctrl+F key buttons to pop search box within HTML
5. In box place <b:loop values='data:posts' var='post'> then place enter to locate a searched result
6. Choose searcehed item that is within Blog Feed
7. Then replace <b:loop values='data:posts' var='post'> with <b:loop values='data:posts' var='post' index='x'> or ad index=’x’ before left arrow
8. Place following codes after <div class='post-outer'>
<b:if cond='data:blog.pageType != "static_page" and data:blog.pageType != "item"'>
<b:if cond='data:x==1'>
<div class='post'>
FEED-AD CODE
</div>
</b:if>
</b:if>
NOTE; You can change 1 to 2,3,4 or any depend on where you want feed-ad to appear between, top or bottom of your homepage feed, Replace a word “FEED-AD CODE” with your parsed feed-ad code
9. Place the following if you want two feed-ads to appear on your blog Homepage
9. Place the following if you want two feed-ads to appear on your blog Homepage
<b:if cond='data:blog.pageType != "static_page" and data:blog.pageType != "item"'>
<b:if cond='data:x==1'>
<div class='post'>
FEED-AD CODE
</div>
</b:if>
<b:if cond='data:x==3'>
<div class='post'>
FEED-AD CODE
</div>
</b:if>
</b:if>
NOTE; You can change 1 to 2,3,4 or any depend on where you want feed-ad to appear between, top or bottom of your homepage feed, Replace a word “FEED-AD CODE” with your parsed feed-ad code
10. Save your HTML then everything will work fine just like charm
0 comments