I'ts been a while since I started making money online with my blogs but there's still one problem that hinders me to increase my adsense revenue. My property in Dubai and real estate in Dubai blogs are actually doing pretty well but not my cheap airsoft gun blog which doesn't show me my targeted ads and that takes away my potential visitors.
A member of SEO Philippines sent me a link this morning while I was at work because I was asking him about my problem and he sent me this article Let me share it with you and maybe it will work. I will also try it with my blogs so I can increase more my adsense revenue.
- Adding Content : Yes, Content is the king. It not only helps in getting relevant ads but also helpful for SERP. Adding keyword rich contents regularly helps Adsense bot to deliver relevant ads (mind it, I told Keyword Rich content), which means you have to cleverly place the main keywords of your site in your content. For example, if your site is Health related, always insert keywords like “health”, “medicine”. That will do the trick.
- For low content pages : For low content pages, its very difficult to get relevant ads. What you can to here is Section Targeting. It lets you tell adsense bot which section should be targeted for determining the keywords. Its a Adsense approved html code which should be added in your template. For lo content page, wrap your meta tags (only the meta keywords, and description) with this html code. For Example..
<!– google_ad_section_start –>
<meta name=”Description” content=”">
<meta name=”" content=”">
<!– google_ad_section_end –>
You can also tell adsense bot which areas shouldn’t be targeted for delevering ads in case you have a off topic section. Just add a (weight=ignore) after the start. It should look like this.
<!– google_ad_section_start(weight=ignore) –> Your Page Content
<!– google_ad_section_end –>