|
本帖最后由 cjyzpcl 于 2012-7-18 18:33 编辑
Google image搜索流量就不解释了,多数是浪费,原因是只能看到图片,用户不一定到你的站上去,大家都懂的。
下面的代码可以做到,用户点击搜索图片后直接redirect到你的站上:- <script type="text/javascript">
- <!--
- var SESSIONURL = "";
- var vb_disable_ajax = parseInt("1", 10);
- if (self != top && document.referrer.indexOf('http://images.google.') <= -1 && document.referrer.indexOf('/imgres?imgurl=') <= -1){
- top.location.href = document.location.href ;
- }//--></script>
复制代码 (代码放在</head>前)
这样点击广告比例必然提升,但是有两个问题这里说明下:
1.会不会被Google K站,答案是不会;
2.如果使用Adsense,会不会Adsense K号,答案是不知道,虽然我看到不少大站这样用,但不保证会不会k站,如果用其他广告商必然不会k了。
我有个站是挂了这个代码的,Adsense,发钱了,所以可能没事吧。
测试大家都会吧?使用google image搜索:"site:xxx.com" |
评分
-
查看全部评分
|