One of the largest problems with AdSense is often the ads are irrelevant to your content.
This is especially true of blogs where the ads might be about blogging, or the rest of your navigation, and not about the specific topic on that page.
The more relevant an ad is to that exact topic, the higher the relevancy to your reader. The higher the relevancy to your reader - the higher the CTR (click through rate).
Alternately, the worse the targeting is, the lowerr the reader relevancy, and a lower CTR will result.
Pretty basic concepts.
However, if you make most of your money publishing, then a small change in CTR can have a dramatic effect on your income.
I found a tidbit on the AdSense FAQ page today (via Nick W’s interview with Matt Cutts) that I never knew existed - how to emphasize or deemphasize text on a webpage (or blog) to help AdSense show more relevant ads.
The feature is called Section Targeting.
After trying it out on a few pages, it’s very simple to implement on a webpage and does make quite a difference.
As most blogs are template driven, a few changes to a template to surround the post tags with the emphasizing aspect, and the navigation in a deemphasis is incredibly easy.
<!– google_ad_section_start –>
This text is weighted heavier
<!– google_ad_section_end –>
<!– google_ad_section_start(weight=ignore) –>
This text is weighted less
<!– google_ad_section_end(weight=ignore) –>
For a wordpress blog, your template would look like this:
<html>
<meta information>
</head>
<!– google_ad_section_start –>
the_content <-- This section is your post content section
<!-- google_ad_section_end -->
More template information
<!– google_ad_section_start(weight=ignore) –>
get_sidebar <--- This section is your entire sidebar - should have a few tags
<!-- google_ad_section_end(weight=ignore) -->
If you add those tags to a blog, and refresh the page a few times, you should begin to see some different ads show up.
If you’re not happy with them yet, you can also include your comments (depending on how many good keywords your community uses) in the weight-ignore tags and any other non-post based information.
This same standard can be applied to any webpage as well:
<html>
<head>
<meta content>
</head>
<body>
<top banner / navigation>
<!– google_ad_section_start –>
Main Page Content
<! –google_ad_section_end –>
<!– google_ad_section_start(weight=ignore) –>
The rest of your navigation
<!– google_ad_section_end(weight=ignore) –>
</body>
</html>
These are very simple tags, and can dramatically increase the effectiveness of your advertising.
A few simple tests show the are working very well.
Enjoy - I’m off to add some code to other pages.
Possibly Related Posts:
- Maximizing AdSense for Forums
- AdSense Tips for Forums
- Blog Promotional Info
- Blog Promotional Info
- Troubleshooting Wizards from the AdSense Team
Comments
Sorry, the comment form is closed at this time.
- Sony adds Pizza Ordering to Everquest (1)
- Easy Pizza Dough Recipe: […] tour on Wednesday, losing 1-0 to the New York Red Bulls in Arizona. The team...
- PPC Management Pricing Options (1)
- submit link: Press releases have some unique characteristics that can contribute to an increase in search engine...
- Traffic Diversity isn’t just for Protecting Yourself; Each Type of Traffic has a Different Characteristics that Together form Long Term Synergies (3)
- Unknown: Brad Geddes/eWhisper: Traffic Diversity isn’t just for Protecting Yourself; Each Type of Traffic has a...
- Primer: How to host your own online applications for non-techies (2)
- Tim Dineen: Even for tech-ish types, this is a nice starting point or plan. Thanks for posting it.
- Negative Embedded Match | The least used feature of Google AdWords (3)
- Scott Clark: will negate the constant algorithmic display of Google-chosen keywords. Think “automated...






No comments yet.