How to Use Section Targeting in Google Adsense

How to Use Section Targeting in Google Adsense
Learn how to use section targeting in Google AdSense and reap the benefits from this simple must-to-be-implemented tip. Your CPC and CPM rates will get advantage from section targeting.

Google has realized that on websites (especially on blogs) there occurs some information which should not be used for deciding which AdSense contextual ads be displayed on that page. Such information mostly lies in the sidebars and footers. Sometimes, Google’s ad serving algorithm gets confused and take this irrelevant information in account while deciding which ad to show on your blog.

Section Targeting is a mechanism to ensure that the algorithm gets the right content to decide about ad serving. The mechanism is very simple. You just need to put Section Targeting “section start” and “section end” markers in your blog’s code to tell the algorithm about the content that should be considered as context for ad serving.

Marking content that should be considered
For this, Google has provided the following HTML tags. These tags are recognized by the Google ad serving algorithm:

1 <!-- google_ad_section_start -->
2 <!-- google_ad_section_end -->

You should enclose the content you want to target within these start and end tags. You can do so by placing these markers in your single post code. For example, in case of WordPress, you may consider enclosing the_content() function within these Section Targeting tags:

1 <!-- google_ad_section_start -->
2 <div class="entry-content">
3 <?php the_content(); ?></div>
4  <!-- google_ad_section_end -->

Marking sections to be ignored
If you want certain portions of your web page to be totally ignored by the AdSense ad serving algorithm; you can add weight=ignore to the start tag. For example, if you want comments on your page should be ignored –then WordPress code could look like this:

1 <!-- google_ad_section_start weight=ignore -->
2 <?php comments_template( '', true ); ?>
3 <!-- google_ad_section_end -->

Is it worth to do section targeting?
Yes, it appears to be a good idea to implement section targeting while using Google AdSense contextual ads. It helps ad serving algorithm to select the best ads to be shown on your webpage. This would help increase your AdSense CPC and CPM rates.

I hope this AdSense tip was useful for you. Properly using AdSense ensures that you earn better income from your online business. Do let me know if you have any questions regarding this. Happy blogging!
Labels:

Post a Comment

[facebook][blogger]

Author Name

Contact Form

Name

Email *

Message *

Powered by Blogger.