2009年1月9日星期五

如何查看没有nofollow的网站

这篇文章提供了2个小工具(被暗红色标出的那一段里面)。

在网上逛,发现现在的站长们和几年前不一样了,说起seo都一套一套的,做反向链接也是心狠手辣,见一个可以留言的地方就冲上去留下网址链接。很多blog 那都是一堆堆的垃圾留言,就为了名字可以带个自己网站的链接。这做法本身没有错,如果你是做中文站的,你就这么做下去吧。只是本站是专门讨论英文站的,做 英文站如果不注意nofollow的问题,会白白浪费很多无用功,对站长来说,时间就是金钱啊。如果你是买反向链接的,你也要特别注意对方有没有 nofollow,不要让钱白花了。

反向链接,英文称为backlinks,是指从其它的站链向自己的站的链接。学过seo知识的都知道,搜索引擎认为,当别人的站链向你的站时,相当于为你 的站投了一票,你的网站的重要性因此而升高,对提升网站PR值,提高搜索引擎排名有益。因此反向链接总是越多越好的。(当然这也不是绝对的,已有实践证 明,如果你只在PR0的网站上做反向链接,无论你做上百万个链接,你的网站最高也不会超过PR1,在一个高PR值的网站做反向链接胜过n个低PR值的反向 链接,这话题扯远了,今天我们谈得不是这个)。所以,总有很多站长盲目的在人家blog上回帖,实际上却浪费了不少的时间。问题出在哪里呢?

问题就出在链接上,更准确的说,问题就处在链接里的 rel="nofollow"这个标签上。nofollow是什么? nofollow是Google为了减低垃圾链接对网站和搜索引擎的影响,发明的一个标签。只要将 rel="nofollow" 写在html语言的链接标签里(举例:<a href="http://seo.baigaogu345.cn" rel="nofollow"> 美国站长站</a>),搜索引擎的蜘蛛就会略过这个链接。这意味着什么?这意味着上文所说的投票效果也就没有了,这个反向链接你就白做了。你 辛苦的找到一个高PR的Blog,为了不让博主和垃圾过滤器删除你的留言,你硬着头皮看完博主的鸡毛蒜皮,搜肠刮肚的赞美了博主一番,结果只是空欢喜一 场。。。。。。。。

Google为什么发明这个nofollow标签好让蜘蛛不要爬?我来解释一下,假如天下没有nofollow这东西。A站是个博客,B站是个垃圾站。B 站长到A站留言作了反向链接。相当于A站投了B站一票,这我们上面都说了。但是反过来呢?如果搜索引擎发现B站是垃圾站,反过来这个链接就相当于B站向A 站投了负面的一票!搜索引擎惩罚B站的时候,也会在一定程度上惩罚A站!然而,A站其实是无辜的,A站站长莫名奇妙,不知道自己为什么被惩罚了。 现在有了nofollow标签,只要A站用程序自动给博客所有留言加上nofollow标签,从此高枕无忧,再不担心被别人的站拖累了。所以, nofollow的存在是有其意义的,是应该赞成的。

目前,不止google,其他如yahoo,msn等主流搜索引擎蜘蛛全都支持nofollow标签,会自动避开含nofollow的链接。象 wordpress这样出名的blog程序,从1.5版开始,自动给所有留言的链接加nofollow,包括留言者姓名上的网站链接和留言内容里的网站链 接,全都是nofollow的。现在作英文站,还冲去wordpress的blog作反向的,基本属于傻冒。(当然也有例外,现在有wordpress插 件支持把留言的nofollow去掉,只是我想不出什么人会去装这个插件。另外,做链接除了有反向链接的作用外,毕竟有微乎其微的吸引到人点击这个链接带 来直接流量的可能性,所以不能全盘否定,只是看个人认为花那时间值不值得的问题。用程序自动留言?目前Akismet和Captcha功能也不弱,普及度 也很高了)

为什么我一直只强调英文站注意nofollow? 因为百度。百度是中文站的衣食父母,它不但经常不理会robots.txt,它也完全无视nofollow!所以,做中文站,想做反向链接见blog你就 向前冲吧。但反过来说,做中文站,如果你允许别人在你站上发链接,你可能怎么死都不知道。即使象月光博客这样的博客,他也承认他多次被百度降权,现在从 google来的流量比百度还多。。。。。。嗯,你不用去试了,月光博客留言已经nofollow了。

那么你可能犯嘀咕了:这么麻烦,以后岂不是我到一个网站要先看源代码,有没有nofollow,我不会html怎么办,而且也太浪费时间? 呵呵,有麻烦就总有人想办法解决。如果你用得是Firefox浏览器,你有两个插件可以选择。一个叫 NoDoFollow,另一个叫SearchStatus。第一个安装并激活后,会自动把网页里的所有链接加高亮突出显示,nofollow的链接显示为 红色,dofollow的链接显示为蓝色。。。。。。这个。。。。我忘了说dofollow了,dofollow是nofollow的反意,如果你在一个 链接加上rel="dofollow",那就表示这个链接蜘蛛可以通过,当然不写的话也可以,默认就是dofollow,大家都懒,我都没见过有人写 dofollow的。总之我们一般直接称不允许蜘蛛通过的链接为nofollow链接,而允许蜘蛛通过的链接为dofollow链接。好了,我们接着说第 二个插件SearchStatus,它激活相应选项后,不对dofollow链接作任何处理,而只是把nofollow的链接高亮红色。这个插件同时还可 以直接查看当前网站的PR和Alexa排名,以及一些其它的功能。总的来说,比较推荐第2个插件。

你只要一直开着Searchstatus插件的Highlight Nofollow Links功能,每到一个blog,你可以看别人的回复者姓名的网站链接有没有被高亮为红色,如果有,继续下一个博客,如果没有,上吧

恶意网站简要统计 - 使用 Google 工具栏发送

恶意网站是指利用浏览器漏洞,嵌入恶意代码,在用户不知情的情况下,对用户的机器进行篡改或破坏的网站。其包含的类型一般包括:浏览器劫持、QQ尾巴、恶意脚本和网络钓鱼等。有些时候,我们将流氓软件扩大定义为恶意网站,现在随着微软及一些杀毒软件的介入,其影响相比3721等横行时代已经大大减少。近期更有瑞星推出了恶意网站监测网,对一些危害比较大的恶意网站进行公布。

恶意网站最常采用的域名

在国内,随着CN域元的大量的普及,它已经成为恶意网站使用最多的域名,从瑞星的恶意网站监测中看,90%以上的恶意网站采用的都是CN域名;在世界范围中,恶意网站根据危害性的前几位排名是:香港(.hk)、中国(.cn)、菲律宾(.ph)、罗马尼亚(.ro)、俄罗斯(.ru)。

恶意网站来源的地区

恶意网站-世界

在世界范围内,据Google安全博客给出的统计:中国、美国、德国和俄罗斯是恶意程序最活跃的国家。

恶意网站-中国

在国内,广东、北京、浙江、江苏、江苏、黑龙江则是恶意网站的主要来源地区。

针对恶意网站,我们只要纠正自己浏览的习惯,使用一些非IE核心的浏览器,经常查杀恶意软件等基本可以避免中招的机率。对其常见破坏方式和解决办法请见《流氓网站常见破坏方式及解决办法》。当然,你也可以将该恶意网站提交给Google瑞星360等,对其进行惩罚等。

10个搜索Twitter的服务网站

Twitter 里面有金子,那么如何才能淘到金子呢?或许下面这些搜索工具有助于您早日找到金子。

1 Twitter Search

Twitter Search

2 Twitscoop

Twitscoop

3 TweetBeep

tweetbeep

4 Tweet Scan

Tweet Scan

5 TwitterLocal

Twitter Local

6 monitter

monitter

7 TweetStats

tweetstats

8 twitturly

twitturly

9 Mr.Tweet

Mr.Tweet

10 Goolge

相信 Google 还是大多数博客最喜欢最常用的搜索工具。

What’s going to happen to SEO in 2009?

Predicting what will happen in the SEO world is pretty much a question of guessing what the engineers and product developers at Google have been working on for the last few months. My predictions last year about the paid link war haven’t really come true so let’s see what happens in 2009.

Google is maturing fast so we can be sure that any changes are tested for a long time internally before being released for bucket testing externally.

The big news for 2008 was that Google didn’t do much in the way of penalising link buyers and sellers. PageRank penalties are purely scare tactics and I don’t know of a single site that has seen reduced traffic as a result of being penalised for link buying or selling.

We do know for a fact that Google has spent the last 12 months working on pattern matching algorithms to detect and devalue paid links. This means very little for link sellers because it doesn’t matter to them whether the links they sell pass weight or not.

It means quite a lot to link buyers and SEO companies because the link acquisition strategies that have worked in the past might not continue to work once Google perfects this algorithm.

Most of the blatant link buying we see in the UK comes from in-house SEO teams rather than SEO companies. These in house teams spring up because the company worked with an SEO company a few years back and realised all the SEO company was doing was buying links and decided they could buy links just as well in-house. These teams don’t keep up to date with the latest SEO trends and are wasting thousands of pounds a month buying useless links.

A big issue springing up in the last few months for Branded3 has been how to handle link acquisition for new clients. If Google is cleverly watching for link buying patterns then it’s important to be cautious when starting a link-acquisition campaign in case it trips a filter and causes the links to be devalued.

For example if Google spots a sudden burst of anchor text rich links springing up from a certain class of sites (blogs or directories for example) then they might devalue all the links in bulk rendering the entire campaign useless. However if the links were spread out over a few months with a lot of natural links built in then Google would never be able to detect a patter and the links would be highly valuable."

2007年12月31日星期一

了了而已: 烦请大家推荐款虚拟主机

先祝新年快乐,YIYIX推荐的应该不错的。如果你实在找不到,我帮你看看,先给你一段时间让你测试一下。