Archive for Search

Google AdSense :如何对付恶意点击(无效点击)的官方解答

您好!

感谢您的来信。我们知道您担心您的网站可能产生了无效点击,因此,我们在下面提供了一些解决方案,希望能够解除您的忧虑。
Read the rest of this entry »

评论

十大流行金曲风云榜

十大流行金曲风云榜
排名 关键词 趋势 今日搜索
1 皇后与梦想 197899
2 不哭 143817
3 等一分钟 140975
4 香水有毒 128421
5 我的乌鸦男友 102755
6 菊花台 99371
7 谁动了我的琴弦 97480
8 如果爱下去 87446
9 死了都要爱 86122
10 死心塌地 84117
更多>>

在百度那里看了一下,这些应该是现在比较流行的歌。我比较喜欢听香水有毒

评论

你所不知道的Google反作弊团队的故事

在谷歌中国工程研究院从有了第一个工程师,就开始了反作弊的工作。原来,坐标的比例尺在靠近横轴的右下角,半年来,经过中国团队发作弊团队的共同努力,中文作弊结果比例下降很快,曲线与坐标横轴太接近以至被比例尺挡住,为此,这个通用多年的图标不得不将比例尺从图标右下角搬家至左下角才解决了问题。

Read the rest of this entry »

Comments (1)

Matt Cutts详解Google处理被黑的网站的过程

当你的网站被别人黑掉了,别人偷偷地在你的网站源代码里放入了一些恶意代码,比如大量的垃圾链接。然后过一段时间,你发现自己的网站在Google里 的排名严重下降甚至不再出现在搜索结果里了,那该怎么办?Google是如何确认一个网站是否被黑?它又如何确认一个网站是否有spam行为呢?到底 spam行为有多严重,Google才会进行惩罚?在Google的反Spam之王Matt Cutts的最新文章里,你可以找到上述问题的答案。

  Matt Cutts首次在自己的blog里详细地讲述了Google是如何发现一个网站被黑,又是如何发现它有spam行为,然后将它惩罚;在实施惩罚前, Google又是通过怎样的方式通知网站管理员的。由于篇幅很长,这里不再作翻译。如果你正在运营一个网站,这绝对是值得一读的好文章。

  当然,如果你不感兴趣,你还是可以记住一点:千万不要试图在网页里加入大量的隐藏的垃圾链接,因为这等同于自杀。

摘自:http://www.gseeker.com/50226711/matt_cuttseegoogleceeccccec_51427.php

Comments (2)

Google Adsense常用技巧总结

Google AdSense是网站收入的主要来源之一,这里介绍一些常用的技巧,希望通过这些技巧能够增加大家的Google AdSense收入,并防止自己的帐号被删除。 
 广告点击追踪软件

Read the rest of this entry »

评论

Google、雅虎和微软采用统一网站索引标准

搜索引擎竞争对手Google、雅虎和微软摒弃前嫌转而合作,并于周四发表联合声明表示,网站站长应用该项技术更易于使得自己的站点被搜索引擎索引到。

Read the rest of this entry »

评论

Yahoo搜索的PHP接口

http://developer.yahoo.com/php/
Yahoo自己提供了相关的接口。也提供了相应的代码,可以参考写一下属于自己的小搜索。呵呵。。

评论

HOWTO: Cache Yahoo! Web Service REST Calls with PHP

Caching Requests With a File Swap Cache

A file swap cache is a simple flat-file caching technique. In essence, it does nothing more than store your web service requests in local files. When a file becomes too old (when the cache becomes "stale"), the file is deleted and replaced by a fresh web service request.

To make a web services request using the cache, you call the caching function instead of making a direct request.

Read the rest of this entry »

评论

HOWTO: Parse Yahoo! Web Service REST Calls with PHP

Parsing JSON

In addition to XML, some Yahoo! Web Services can also return JavaScript Object Notation (JSON). JSON is a compact data notation that has some advantages over XML. Not all Yahoo! Web Services are capable of returning JSON. For details on JSON, consult our JSON documentation.

PHP developers have two choices for parsing JSON:

  • PHP-JSON – a PHP extension written in C.
  • JSON-PHP – a library written in PHP.

Read the rest of this entry »

评论

HOWTO: Make Yahoo! Web Service REST Calls with PHP

Overview of Making REST Requests With PHP

REST requests are modeled after the way a web browser makes requests from a web server. So, when we use the PHP programming language for REST requests, our PHP scripts mimic the way a web browser interacts with a web server. PHP, being an extremely flexible and feature-rich language, provides a number of different mechanisms you can choose from to make your REST requests. The ones we recommend are:

Read the rest of this entry »

评论