Showing posts with label ads. Show all posts
Showing posts with label ads. Show all posts
Tuesday, December 15

How to Improve Visibility of Adsense Ads in Blogger




To maximize your Adsense revenue, you want to position the adsense ads into the place where a reader or commenter may see them. Like here:

I recommended in an earlier post to enable "ads between posts" under Settings/Layout/Page Elements/Edit in Blog Post Rectangle/Configure Inline Ads.

I also recommended your comment form placement setting to "embedded below post" which makes comments more viewable and adds more text to the posts as the comments build up. This is a setting under Settings/Comments/Comment Form Placement.

Unfortunately this combination of the Comment and Ads setting leaves a large gap between the end of the comment form and the adsense ads so the adsense ads become "low visibility" ads.

To fix this, I suggest to place your adsense "ads between posts" above the comment part of the page. You will have to modify the Template Html to achieve this.

Here are the directions on how to do this quickly:

Following Woork's idea to place ads below the title here's what you do to accomplish ads above the comment section: Go Settings/Layout/Edit Html/Expand Widget Templates/. Search for "includeAd", you will find this piece of code:


<b:if cond="'data:post.includeAd'">
<data:adend/>
<data:adcode/>
<data:adstart/>
</b:if>


and you will see it is placed below the comment code. Cut the above piece of code out and place it above the comment code and below the post code. The final arrangement should look like this:


<b:include data='post' name='post'/>
      <b:if cond='data:post.includeAd'>
        <b:if cond='data:post.isFirstPost'>
          <data:defaultAdEnd/>
        <b:else/>
          <data:adEnd/>
        </b:if>
        <div class='inline-ad'>
          <data:adCode/>
        </div>
        <data:adStart/>
      </b:if>
      <b:if cond='data:post.trackLatency'>
        <data:post.latencyJs/>
      </b:if>
      <b:if cond='data:blog.pageType == "static_page"'>
        <b:include data='post' name='comments'/>
      </b:if>
      <b:if cond='data:blog.pageType == "item"'>
        <b:include data='post' name='comments'/>
      </b:if>


As you can see, the comment code is now below the includeAd code. Check out this very blog to see the final layout. The adsense ads become more visible instead of stuck to the end of the post, with a big gap after the comment section. Let me know in your comment how you like this new arrangement! I should be making more adsense $$$ right away ;)

Saturday, September 19

Why You Need to Start Multiple Business Blogs?




Leaving a comment on someone's blog the other day I read another commenter write "I need to get back to my blogs now". I was taken aback a bit. A stay at home mom running multiple blogs? Hmmm.

If you are serious about making money with your business blog you need to run multiple business blogs.


There are opposing opinions out in the blogosphere about starting multiple business blogs. Some bloggers cautiously encourage starting several blogs and spreading the start dates out in time.

I'd say, forget cautiously. Forget spreading them out in time. Start a new business blog when you feel inspired. Don't let anyone tell you you'd spread yourself thin. When you start multiple business blogs you will find that, depending on the topic you were inspired to pick, each blog will have a completely different audience. You will be in for surprises. You'll find it easy to drive scores of new targeted visitor to one blog from day one through straight referrals from forums and blog comments. The other blog will do better with search engines, and build up audience over time. You will find that the best marketing approach will depend on the blog.

This is what I found with two of my new blogs. Another big difference was in monetization. Take google adsense's eCPM. eCPM stands for effective cost per thousand impressions. What represents cost to Google represents revenue for your blog. I found eCPM differed by more than a factor of 10, ranging from $0.5 on the low end to $11.00 on the high end. Big difference in eCPM. Big surprise.


You'll learn a lot running multiple blogs.

True, there is more management involved with starting a new blog. You need to tweak with the blog to make it user friendly, navigable. You need to market it to drive targeted traffic. You need to make it dofollow, of course. You need to encourage and reward commenting. These tweaks take some time.

However, learning how to do a certain tweak with one blog will help you do the same tweak for the next blog in half the time. Bringing in startup traffic for blog #2 will take much less time than for blog #1.

Depending on whether you blog one hour a day or 10 hours a day, you won't be able to keep up with all the blogs all the time. You won't be able to keep in touch with your audience for a while.

Don't worry, your blog audience, commentators, subscribers, even new visitors would rather not hear from you than get an uninspired piece of information from you. Writing inspired blog posts beats posting frequently. Plus, neglecting a single blog for a while has unintended advantages. You will see what the long-term residual influx of new visitors from forums, blog posts, and search engines. More on that in a future post on keeping track of your visitors with google analytics or similar services. When you leave a blog alone for a while, make sure you continue collecting the visitor information!

It turns out many successful bloggers run several blogs simultaneously. I'll write sometime about techniques to make operating several blogs more time effective such as Firefox Profiles, separate email accounts and the like.

Do you run multiple blogs? If you do, what were the surprising differences you found in running them? Comment ahead!