If your content is ambiguos, there is some code, often overlooked by Adsense publishers, to "help" the googlebot to recognize the right/impotrant theme.
The HTML tags to emphasize a page section take the following format(to avoid html interprettion, I use[]instead of <>):
[!-- 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) --]
I'll give a practical example from my work for a customer.
The client is running a spanish language turism site and part of his company name is "vista"!
Placing Adsense on his pages, the ads that appeared immediatly had been targeted on software and Microsoft's "vista".
I used the ad section ignore code the following way:
[!-- google_ad_section_start(weight=ignore) --]vista[!-- google_ad_section_end --]
The correct ads related to turism appeared within less than a minute!
The HTML tags to emphasize a page section take the following format(to avoid html interprettion, I use[]instead of <>):
[!-- 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) --]
I'll give a practical example from my work for a customer.
The client is running a spanish language turism site and part of his company name is "vista"!
Placing Adsense on his pages, the ads that appeared immediatly had been targeted on software and Microsoft's "vista".
I used the ad section ignore code the following way:
[!-- google_ad_section_start(weight=ignore) --]vista[!-- google_ad_section_end --]
The correct ads related to turism appeared within less than a minute!
Comments