Forum Moderators: martinibuster
Thanks to everyone who sent emails! It was a big help.
What appears to be modified by AskJeeves is the 'Ads By Goooooogle' link, which has a referrer inserted for the AskJeeves search results page from which a site is viewed from. However, the ad URLs themselves aren't being modified. Hopefully this will be reassuring news.Several publishers have noted that AJ strips sites of the Google ads. Could someone clarify as to whether that means the Google ads are actually disappearing from the pages, or that the code's being modified (as described in the previous paragraph)?
Also, if you're concerned about the ads being mis-targeted when framed through AskJeeves (which they most likely are), I recommend updating your ad code with the special frames code found in your AdSense account as others have already mentioned.
Thanks everyone!
ASA
lets analyze this a bit
Also, if you're concerned about the ads being mis-targeted when framed through AskJeeves (which they most likely are), I recommend updating your ad code with the special frames code found in your AdSense account as others have already mentioned.
The code below also stops your sites graphics from being framed when anyone has searched using google images
<script type="text/javascript">
if (top!=self) { top.location.href = ''; }
</script>
Place the code before the closing </HEAD> tag of your web page to stop your pages from being framed on another site