February 5, 2012

Why Aren’t My Adsense Ads Relevant?

Question: Why are my adsense ads for blogging or computer-related items instead of what my site is really about?

When you place adsense ads on your blog, one of the first things google looks at in determining what ads to show is the title of your blog. Many beginning bloggers put the word “blog” or “web site” in their titles, which throws off the google algorithm. Consider the following:

Marcie’s Recipe Blog Website
Marcie’s Gluten-Free Recipes and Delicious Desserts

Which one do you think will have more relevant ads more quickly?  The second one.

If you use WordPress, google is pretty good at figuring out where the content actually stars and ends.  However, you can also make a simple edit to make sure google sees your actual content.

Simply go into your theme’s appearance and edit the following files:

  • archive.php
  • index.php
  • search.php
  • single.php

You’ll need to find the routines named either <?php the_content(); ?> or <?php the_excerpt(); ?>

Then  enclose those tags in other tags so they look like:

<!– google_ad_section_start –>
<?php the_content(); ?>
<!– google_ad_section_end –>

and

<!– google_ad_section_start –>
<?php the_excerptt(); ?>
<!– google_ad_section_end –>

This will cause google to look at those sections first and ignore the rest of the page’s words like Blog, Website, Log-In, etc.

Chances are you will not notice any immediate effect the content targeting immediately.  Some changes take minutes, others hours or even days before google will start serving relevant ads.  You just have to wait it out.

There is no indication using these tags will affect your site’s Search Engine Optimization, since they are specifically for the google adsense crawler.

As mentioned earlier, google is very good at targeting ads on blogs, but if you are seeing strange Internet-related ads, content targeting may just help.

When Should I Put Ads On My Blog?

In the blogging world, nothing strikes up more conversations than the term: monetization.  And the biggest question people ask when it comes to monetizing their blog is:

When should I put ads on my blog?  Should I wait until it is more popular?

My answer is this: as soon as you can.

If you start out with ads blocked out on your blog from the beginning, it will be easy and less invasive for the visitors of your blog.  Imagine you are visiting a site you have been reading for several months, then one day you go and it has google ads, sponsorship ads and affiliate programs scattered around.  That would be quite a shock!  While some people would just shrug it off, others will feel the blog owner has “sold out” and never return.

By placing ads on your blog from the beginning, or at least being aware of their placement and sizes, you can still build your site’s loyalty and they will know what to expect from page to page.

If you have a blog you have not monetized and want to, a good place to do this is during a blog redesign.  By doing it when your site’s look and feel completely changes, yes it will be a shock, but perhaps less-so since the entire experience has changed.

Whether you use google adsense, OpenX, google’s ad serving software DFP, or any kind of ad serving – monetizing your blog is relatively simple to implement on the technical side.

As for should you monetize your blog, that is a question for another post…

How To Put Google Adsense Inside A Blog Entry?

Question: How do you put Google AdSense ads in the middle of your blog post? I know how to add it to the top or bottom within the post but not sure how you put it in the middle of your posts. Thanks for the info.
Great question, and actually, the answer is much more simple than you imagine. In my experience, you can do it two ways.

The first way is to simply just do it manually. That’s how I do it here at AsktheBlogger.com. See the Adsense block above, just below the question? I manually placed it in using a simple cut and paste. The problem with that method is I have to keep a copy of my Adsense code handy for every post, and it’s unnecessary really.

The right way to do it is to use a WordPress Adsense plugin. This one called the AdSense-Deluxe WordPress Plugin is great because it uses both Google Adsense & Yahoo! Publisher ads, your choice.

AdSense-Deluxe is an easy-to-use plugin for WordPress 1.5+ (including WP 2.0) for quickly inserting Google or Yahoo! ads into your blog posts, and managing when and where those ads are displayed.

What if I don’t use WordPress?

Well, then I’m afraid you’re probably stuck manually pasting your code in the blog entry, or finding out from your blogging platform if they have some type of plugin you can use.

Just another reason to use WordPress. :)

How Do I Put Ads On My Blog?

Question: How do I go about putting advertisements on my blog?

Don’t worry, it’s not that hard. Let’s use WordPress (which AsktheBlogger uses) as an example.

Let’s say I want to place an ad in my blog sidebar. Here’s how I would do it.

1. Login to my blog account.
2. Go to “presentation”, then “theme editor”.

Now’s the tricky part. If you have not already set permissions on your theme pages, you need to do that now. FTP into your blog and look for the “wp-content” folder. In that folder you’ll see the folder of the theme that is powering your blog. Open it.

In that folder you’ll see a bunch of .php files. These are what power your blog, the pieces parts. Find “sidebar.php” and right click on it. Choose “permissions”. Now, change permissions to “777″, which means that it is now “writable”. In other words, it can be edited now.

Now go back into your WordPress admin. Onto step 3.

3. Click on “sidebar” link. You’ll now be able to edit the file directly in the admin.
4. Copy the code from your advertiser and paste it into the sidebar area where you want it.

Now you can save the file and look at the blog to see how the ad appears. If it’s not in the right spot you want it in, go back and and grab the code and move it again. Keep trying till you get it in the spot you want.

That’s it! Other blogging systems may vary. Consult your blog help file for detailed instructions or contract your local blog consultant to help you out.