The HTML tag to emphasize a page for Adsense section targeting takes the following format:
<!– google_ad_section_start –>
<!– google_ad_section_end –>
You can also use another tag to tell the AdSense Bot to ignore that section. You simply use a (weight=ignore) tag inside the start tag.
<!– google_ad_section_start(weight=ignore) –>
With these tags added to your web pages the final code will look something like this:
<html><head><title>Your Webpage Title</title></head>
<body>
<table><tr>
<!– google_ad_section_start(weight=ignore) –>
<td>Left side bar menu</td>
<!– google_ad_section_end –>
<td>
<!– google_ad_section_start –>
This is my post article content
<!– google_ad_section_end –>
</td>
<!– google_ad_section_start(weight=ignore) –>
<td> Right Side bar Menu</td>
<!– google_ad_section_end –>
</tr></table>
</body>
</html>
Google says you can use section targeting to make suggestions about as many sections of a page as you like. However, please be aware that we can’t guarantee results, and that it may take up to 2 weeks before our crawlers take into account any changes you’ve made to your site. So be patient, once you have applied Adsense section targeting to your site only revert back after 15-20 days so you can see if this method works on your site or not.













