Adsense Trick to Improve Suggested Ads
Placing ads on your website using Google Adsense is easy you just need to copy the javascript code that provided by Google and viola ads starting to show up on your website. Related ads with your website content usually show up after a few hours after you put the Adsense code on your website. There is some trick to improve this related ads to be more related to your content.
For example you have a blog with a possibitity for visitors to put comment on your articles, since Adsense shows related ads to your website content there is possibility that the ads being shown is actually more related to the comment’s keywords instead of your original blog post’s keywords.
To get the ads to be more related to your blog articles you can emphasize your content by adding section targeting HTML tags. These section targeting tags will provide Google Adsense’s crawler information of which part of your website is the main content.
The HTML tags to emphasize a page section take the following format:
<!-- google_ad_section_start --> <!-- google_ad_section_end -->
You can also designate sections you’d like to have ignored by adding a (weight=ignore) to the starting tag:
<!-- google_ad_section_start(weight=ignore) -->
With these tags added to your HTML code, your final code may look like the following:
<html><head><title>Section targeting</title></head> <body> <!-- google_ad_section_start -->
This is the text of your webpage. Most of your content resides here.
<!-- google_ad_section_end --> </body> </html>
Source: http://www.google.com/support/adsense/bin/answer.py?answer=23168
Related posts:
Leave a comment
Advertisment
Recent Comments
Random Posts
- Minimum Install VNC Remote Desktop Server on Centos
- Building Membership Website Using Wordpress
- WooFunction: 178 Amazing Web Design Icons
- Mozilla Released Thunderbird 3
- Free Mail Server for Windows Server 2003 - 2008
- Ideas: Business Card Sticker as Marketing Tool
- Installing VNC Remote Desktop on Centos VPS
- HTC Will Unlock Their Android Devices Bootloader
- ImgBurn the Ultimate Free CD/DVD Burner
- Playstation 3 Slimmer Edition is Real!








