Adsense Targetting
Posted: Sun Mar 18, 2007 3:25 pm
I would like to optimize Adsense, so that the crawler focuses on the posts and ignores the comments in the pull-down menu and the entire right sidebar.
Do I have to put the google section code here in the INDEX.TPL file?
Or somewhere else?
I searched the forums, and someone said in an old threat that the code should go to entries.tpl, but that does not seem right. Where to put it there?
I also found an old threat about suggestions for a plugin for Adsense section targetting, but it seems nobody has made such a plugin yet:
I followed the links for content rewrite, but did not understand how that plugin could be used for adsense.
custom tag plugin
Thanks!
Do I have to put the google section code here in the INDEX.TPL file?
Code: Select all
[b]<!-- google_ad_section_start -->[/b]
<table id="mainpane">
<tr>
<td id="content" valign="top">{$CONTENT}</td>
{if $leftSidebarElements > 0}
<td id="serendipityLeftSideBar" valign="top">{serendipity_printSidebar side="left"}</td>
[b]<!-- google_ad_section_end -->[/b]
{/if}
{if $rightSidebarElements > 0}
<td id="serendipityRightSideBar" valign="top">{serendipity_printSidebar side="right"}</td>
{/if}
</tr>
</table>I searched the forums, and someone said in an old threat that the code should go to entries.tpl, but that does not seem right. Where to put it there?
I also found an old threat about suggestions for a plugin for Adsense section targetting, but it seems nobody has made such a plugin yet:
I followed the links for content rewrite, but did not understand how that plugin could be used for adsense.
custom tag plugin
Thanks!