Google
Adsense Section Targeting is one of the most
important and valuable method to achieve better click
through rates. Section targeting method allows Adsense
publishers to fine-tune their content and help Adsense
crawler to determine the main theme of the content and
deliver the ads based on the theme.
You can use section targeting to ignore some parts
of content for which you don’t want Adsense to display
ads. It’s very easy to implement this technique and
be sure to implement this method only on the pages which
has more content rich pages otherwise you end up receiving
public service ads or irrelevant ads.
To implement section targeting, you'll need to add
a set of special HTML comment tags to your code. These
tags will mark the beginning and end of whichever section(s)
you'd like to emphasize or de-emphasize for ad targeting.
The HTML tag to emphasize a
page section targeting take the following format:
You can also use another tag to tell AdSense Bot to
ignore that section, to accomplish this you have to
simply use (weight=ignore) tag inside start tag.
With these tags added to your HTML pages the final
code look like something
<html><head><title>Your
Webpage Title</title></head>
<body>
<table><tr>
<td>Left side bar menu</td>
<td>
This is my post article content
</td>
<td> Right Side bar Menu</td>
</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.
google adsense tips
and related posts |