Log in

View Full Version : Google Adsense Section Targeting Question


GTX2
01-11-2010, 01:00 AM
Hi All !

I started to use Google Adsense Section Targeting
( https://www.google.com/adsense/support/bin/answer.py?hl=en&answer=23168 )

This way google will find more relevant ads and remove non-relevant pages.


Question: How to i exclude certain forums from getting crawled by google adsense?
Code should be this one:


<!-- google_ad_section_start(weight=ignore) -->
content to ignore
<!-- google_ad_section_end -->



Where and what should i do to ignore forumID X,Y,Z ?

FitgirlWorld
01-12-2010, 03:18 AM
you could just modify your forum root robots.txt file to "Disallow" googlebot from whatever links you want imo that would be the easiest way.

What about just putting a conditional statement wherever you are placing your google section targeting code?

such as this one


<if condition="in_array($forum['forumid'], array(1,2,3,6))"></if>