The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi All !
I started to use Google Adsense Section Targeting ( https://www.google.com/adsense/suppo...n&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: Code:
<!-- 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 ? |
#2
|
|||
|
|||
![]()
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 HTML Code:
<if condition="in_array($forum['forumid'], array(1,2,3,6))"></if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|