Yesterday only i have found this feature of Adsense, Section Targeting. Using this feature we can suggest to Adsense that which part in your text and HTML you would like to exphasize to display ads that match your site's content You can emphasize or de-emphasize you content using a piece of code HTML tags to emphasize a page section <!-- google_ad_section_start --> <!-- google_ad_section_end --> Tags for ignoring a page section (weight=ignore) to the starting tag: <!-- google_ad_section_start(weight=ignore) --> And your final code look like <html><head><title>Section targeting</title></head> <body> <!-- google_ad_section_start --> Text ( your content resides here) <!-- google_ad_section_end -->