<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="/xslt/rss2.xsl" media="screen"?>
<rss version="2.0"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Latest from 飞腿站长站's 谷歌优化</title>
		<link>http://www.feitui.com/go/google</link>
		<description>这是一个站长建站交流和共享的地方</description>
		<category>Technology</category>
		<language>zh_cn</language>
		<item>
			<title>邮件推广的被动方式 ... no reply</title>
			<link>http://www.feitui.com/topic/view/359.html</link>
			<comments>http://www.feitui.com/topic/view/359.html#reply</comments>
			<dc:creator>zhiyeman</dc:creator>
			<author>zhiyeman</author>
			<!--<enclosure url="http://www.feitui.com/img/p_1.gif" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p_1_s.gif" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p_1_n.gif" type="image/jpeg" />-->
			<category>谷歌优化</category>
			<description>
			邮件推广的被动方式&lt;br /&gt;
提到邮件推广，你会想当然的认为是群发邮件。不管是许可邮件推广还是spam邮件推广，都是主动的推广方式，需要很多的时间和精力去寻邮件地址并且组织群发。能不能反其道而行之呢？当然有个比较好的办法，虽然效果比不上主动推广，但性价比上绝对可以居上，主要是设置一次，长期受用。&lt;br /&gt;
      那么怎么进行呢？其实很简单，一点就透。那就是利用电子邮件的签名功能和自动回复功能。现在一般的免费邮件服务商提供的邮箱都有这个功能，只要简单几个步骤设置一下，就可以达到被动式自动推广的效果。&lt;br /&gt;
     拿yahoo邮箱和推客联盟来说，进入邮箱，点击右上角的“邮箱设置”，点签名，在出现的签名文本编辑器里输入即可，支持超级链接。这样在你发的每封邮件里都有了你的网站的签名，潜在的起到宣传的作用。接着设置自动回复，时间一般为半年，内容自己策划一下，要有诱惑力。&lt;br /&gt;
     这样设置后，对于任何人给你发的邮件，系统自动回复你预设的内容（如推客联盟跳转代码），这样你就不用过分抵触垃圾邮件了吧，自动达到你推广的目的。&lt;br /&gt;
     这个方法是在做推客联盟推广时偶然发现的，在查阅统计数据时，经常发现有来自邮箱的来路，后来刻意强化一下，效果还不错。&lt;br /&gt;
     就写这么多吧，这会儿不怕别人采集你的邮箱地址了吧，或许，从此以后，你更希望这样。哈哈，看完后，感觉不错，你就大喊一声：让垃圾邮件来的更猛烈些吧！&lt;br /&gt;
本文来源：懒蚂蚁@推客联盟
			</description>
			<pubDate>Tue, 02 Sep 2008 22:18:15 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/359.html</guid>
		</item>
		<item>
			<title>Google AJAX Libraries API 发布 ... no reply</title>
			<link>http://www.feitui.com/topic/view/278.html</link>
			<comments>http://www.feitui.com/topic/view/278.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>谷歌优化</category>
			<description>
			Google 最近发布了 AJAX Libraries API。简单说就是 Google 把一些非常流行的 JavaScript 框架放到 Google 的服务器上。这样大家来说可以充分利用 Google 的服务器资源，节省自己的网络带宽，更重要的是 Google 对这些框架进行了压缩，所以在使用 JavaScript 框架的时候速度方面有很大的提高。&lt;br /&gt;
&lt;br /&gt;
目前 Google 已经包含了以下的 JavaScript 框架:&lt;br /&gt;
&lt;br /&gt;
# jQuery&lt;br /&gt;
# prototype&lt;br /&gt;
# script.aculo.us&lt;br /&gt;
# MooTools&lt;br /&gt;
# dojo&lt;br /&gt;
&lt;br /&gt;
目前可以有两种调用这些 JavaScript 框架的方法：&lt;br /&gt;
&lt;br /&gt;
第一种，传统的 JavaScript 调用方法：&lt;br /&gt;
&lt;div class="code"&gt;&lt;br /&gt;
&amp;lt;script src = "http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.2/prototype.js"&amp;gt; &amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;/div&gt;
第二种通过 Google AJAX API Loader 的 google.load() 方法。&lt;br /&gt;
&lt;div class="code"&gt;&lt;br /&gt;
&amp;lt;script src="http://www.google.com/jsapi"&amp;gt;&amp;lt;/script&amp;gt; &amp;lt;script&amp;gt;   // Load jQuery   google.load("jquery", "1"); &amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;/div&gt;
更多详细介绍请看 &lt;a href="http://code.google.com/apis/ajaxlibs/" rel="nofollow external" class="tpc"&gt;AJAX Libraries API&lt;/a&gt; 网站。
			</description>
			<pubDate>Fri, 30 May 2008 16:08:46 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/278.html</guid>
		</item>
		<item>
			<title>Google员工跳槽之后都在干啥？ ... 1 reply</title>
			<link>http://www.feitui.com/topic/view/216.html</link>
			<comments>http://www.feitui.com/topic/view/216.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>谷歌优化</category>
			<description>
			Google作为最大的互联网企业，每天能接到异常多的求职简历，进去如此的不容易，那么在里面的人是否也像《围城》里描述的那样想出来呢？近期美国《连线》杂志正在编译一份从Google（本文Google指Google美国）跳槽的员工名单，让我们来看看他们跳槽了之后的去向吧：&lt;br /&gt;
&lt;br /&gt;
Gokul Rajarman: Google Adsense之父，他说不能透露目前的工作，到第三季度的时候才能公开他目前在做的事&lt;br /&gt;
&lt;br /&gt;
Louis Monier, Anna Patterson, Russell Power: 他们正在为一家叫做“Cuill”的公司的搜索服务工作，该公司宣称他们的网络爬虫“twiceler”能够比Google更经济的索引网页&lt;br /&gt;
&lt;br /&gt;
Jason Liebman， Sanjay Raman和Daniel Blackman: 他们合作创立了一家名为“HowCast”公司，提供视频服务，目前已经筹集到了800万美元的投资&lt;br /&gt;
&lt;br /&gt;
Steffen Mueller: 创立了一个叫“Topicle”的搜索引擎社区&lt;br /&gt;
&lt;br /&gt;
Vanessa Fox: 离开Google之后加入了一个名叫“Zillow”的房产搜索公司&lt;br /&gt;
&lt;br /&gt;
Dan Daugherty: 在一个房产出租网站任职，他以前在Google的同僚Tim Moynihan任网站的COO&lt;br /&gt;
&lt;br /&gt;
Kevin Fox: 前Google资深用户体验设计师（user experience designer），加入了一个全部由前Google员工成立的公司FriendFeed。同样在这家公司的还有Bret Taylor, Jim Norris, 提出“不作恶”原则的Paul Buchheit, Sanjeev Singh和Ana Yang&lt;br /&gt;
&lt;br /&gt;
Brian Dick: 曾经帮助创立了Google TV Ads， 现在在LimeWire&lt;br /&gt;
&lt;br /&gt;
Jess Lee: Google Maps的产品经理，本月刚刚从Google跳槽到Polyvore&lt;br /&gt;
&lt;br /&gt;
Nathan Stoll: 去年12月份从Google离职，现在情况不清&lt;br /&gt;
&lt;br /&gt;
Sean Knapp，Belsasar Lepe和Bismarck Lepe: 在2007年初期创办了一个名叫“Ooyala”的视频传送平台，迄今为止已经得到了1000万美元的投资&lt;br /&gt;
&lt;br /&gt;
Jason Shellen: 2007年8月离开Google，现在就职于名为“The Secret Agency”的组织&lt;br /&gt;
&lt;br /&gt;
Rob Radez， Gabor Cselle: 共同为一家新电子邮件公司“Xobni”工作，Radez刚离开Google不到几个星期，Cselle一年前离开Google&lt;br /&gt;
&lt;br /&gt;
Chris Sacca: 前”特殊创新“部门（Special Initiatives）领导人，现为天使投资人&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
据统计，迄今为止Google共有40名员工跳槽，占总员工数的10%
			</description>
			<pubDate>Mon, 31 Mar 2008 09:47:14 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/216.html</guid>
		</item>
		<item>
			<title>Google发布首款Android操作系统手机 ... 1 reply</title>
			<link>http://www.feitui.com/topic/view/169.html</link>
			<comments>http://www.feitui.com/topic/view/169.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>谷歌优化</category>
			<description>
			首款采用谷歌Android操作系统开发而成的手机产品日前于本届3GSM大展上亮相。&lt;br /&gt;
据法新社报道，谷歌最初于去年发布Android，并希望其能够成为手机市场上最受欢迎的操作系统。与其它软件平台相比，Android最大的特点在于它允许运营商为用户提供质量更高的互联网服务。&lt;br /&gt;
&lt;br /&gt;
尽管本周一展出的只是一款原型作品，但业内专家及记者们均对其显示出浓厚的兴趣。在展品推出的一小时内，该展厅前始终人头攒动。&lt;br /&gt;
&lt;br /&gt;
Gartner的一名分析师向法新社记者表示：“很明显Android的前途非常光明。这款手机的出现意味着今年下半年成品可能就将上市。” &lt;br /&gt;
&lt;img class="code" src="http://news.ccidnet.com/col/attachment/2008/2/1389689.jpg" border="0" style="max-width: 500px;" /&gt;&lt;br /&gt;
工作人员正在布置本届巴塞罗那3GSM中的一个展厅，首款采用了谷歌Android操作系统的手机即将登场。
			</description>
			<pubDate>Tue, 12 Feb 2008 11:56:11 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/169.html</guid>
		</item>
		<item>
			<title>传ARM下周将展示Google Android平台新手机 ... no reply</title>
			<link>http://www.feitui.com/topic/view/159.html</link>
			<comments>http://www.feitui.com/topic/view/159.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>谷歌优化</category>
			<description>
			据接近公司的消息来源称，英国芯片设计商ARM公司将于下周一在巴塞罗那召开的移动世界大会上(Mobile World Congress)展示一款基于Google公司Android平台的新手机样机。&lt;br /&gt;
Google公司与ARM公司均拒绝对这则报道发表评论。德国电信公司旗下T-Mobile公司和中国台湾HTC公司曾表示，它们打算在今年推出基于开源Android软件平台的新手机。&lt;br /&gt;
&lt;br /&gt;
网络搜索领先者Google公司有可能以其Android软件系统颠覆整个无线产业，Android的设计理念是让移动设备上网像电脑上网一样便捷，以挑战诺基亚、微软和苹果公司。&lt;br /&gt;
&lt;br /&gt;
Google还在美国提出了对无线频道的竞标请求，此举旨在挑战诸如AT&amp;T和Verizon这些老牌的无线运营商。
			</description>
			<pubDate>Sat, 09 Feb 2008 12:37:48 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/159.html</guid>
		</item>
		<item>
			<title>Google离职富翁们都在干什么？ ... no reply</title>
			<link>http://www.feitui.com/topic/view/95.html</link>
			<comments>http://www.feitui.com/topic/view/95.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>谷歌优化</category>
			<description>
			假如你拥有1千万或1亿美元，你会干什么？退休，每天继续去让你成为富翁的公司上班还是去追逐其它梦想？&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.cnetnews.com.cn/2008/0123/716533.shtml" rel="nofollow external" class="tpc"&gt;http://www.cnetnews.com.cn/2008/0123/716533.shtml&lt;/a&gt;
			</description>
			<pubDate>Fri, 25 Jan 2008 18:32:07 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/95.html</guid>
		</item>
		<item>
			<title>李开复透露谷歌08年策略 称仍然不着急盈利 ... no reply</title>
			<link>http://www.feitui.com/topic/view/88.html</link>
			<comments>http://www.feitui.com/topic/view/88.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>谷歌优化</category>
			<description>
			谷歌大中华区总裁李开复在昨晚表示,谷歌2008年仍将延续过去的策略,继续加强本土化进程,谷歌仍然不会急于盈利.&lt;br /&gt;
李开复称,互联网、手机行业等跨国公司在中国大部分都没有取得成功,主要原因是太过急躁,希望在两年内就能获得回报.而谷歌在创办初期,创始人从未急于盈利,只关注产品,所以才取得了今天的成就.&lt;br /&gt;
&lt;br /&gt;
“谷歌在中国将吸取跨国公司的教训,并继续坚持做产品,而不会急于盈利.谷歌在中国的本土化成功不会是必然,因此将继续努力”,李开复称.&lt;br /&gt;
&lt;br /&gt;
YouTube仍未找到合适的盈利模式&lt;br /&gt;
&lt;br /&gt;
此外,李开复还透露称,视频网站YouTube将会投放广告,不过YouTube并不会急于盈利,而是首先完善新的广告系统.&lt;br /&gt;
&lt;br /&gt;
李开复承认类似YouTube的视频网站,目前仍没有找到最好的盈利模式.“其实,对于视频网站来说,最大的投入在带宽方面.尽管谷歌已经开发出自己特有的带宽技术,但是仍然其未来的成功押注在带宽能够越来越便宜.”&lt;br /&gt;
&lt;br /&gt;
针对国内推出的视频网站政策,李开复表示不便评价.不过他指出,“对于目前国内的视频网站来说,政策不是主要问题.”&lt;br /&gt;
&lt;br /&gt;
不评论中国雅虎搜索业务变动&lt;br /&gt;
&lt;br /&gt;
1月23日阿里巴巴集团宣布新的集团战略布局,新组建三大中心:搜索技术中心、P4P运营中心和媒体销售中心.阿里巴巴集团搜索技术中心由中国雅虎搜索原资深总监张勤操盘,而中国雅虎搜索原副总裁张忆芬则调至个阿里巴巴集团P4P(按效果付费)运营中心.&lt;br /&gt;
&lt;br /&gt;
张忆芬此前在接受采访时曾表示,2007年中国雅虎搜索业务业绩非常好,员工年底的奖金都不用发愁.然而,张忆芬职位变动,仍然引起业内人士对于中国雅虎搜索业务未来的担忧.&lt;br /&gt;
&lt;br /&gt;
针对中国雅虎搜索业务的调整以及竞争格局的变化,李开复表示不能做过多评价.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.cnbeta.com/articles/47840.htm" rel="nofollow external" class="tpc"&gt;http://www.cnbeta.com/articles/47840.htm&lt;/a&gt;
			</description>
			<pubDate>Fri, 25 Jan 2008 11:11:19 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/88.html</guid>
		</item>
		<item>
			<title>SEOBook英文版下载 ... no reply</title>
			<link>http://www.feitui.com/topic/view/70.html</link>
			<comments>http://www.feitui.com/topic/view/70.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>谷歌优化</category>
			<description>
			&lt;img class="code" src="http://www.seobook.com/images/seo-book-new3.gif" border="0" style="max-width: 500px;" /&gt;&lt;br /&gt;
这是一本世界上最有名的SEO教程，本书价格：79美元，这里分享给大家。&lt;br /&gt;
&lt;a href="http://www.ufoer.com/post/282.html" rel="nofollow external" class="tpc"&gt;http://www.ufoer.com/post/282.html&lt;/a&gt;
			</description>
			<pubDate>Sun, 20 Jan 2008 11:23:06 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/70.html</guid>
		</item>
		<item>
			<title>Google Blogger跟随雅虎加入OpenID提供商队伍 ... no reply</title>
			<link>http://www.feitui.com/topic/view/67.html</link>
			<comments>http://www.feitui.com/topic/view/67.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>谷歌优化</category>
			<description>
			十一月份,美国Google公司在其Blogger博客服务上尝试OpenID登录服务.日前,据TechCrunch网站博客的消息,Google的博客服务即将成为OpenID的一个提供者.&lt;br /&gt;
&lt;a href="http://www.cnbeta.com/articles/47508.htm" rel="nofollow external" class="tpc"&gt;http://www.cnbeta.com/articles/47508.htm&lt;/a&gt;
			</description>
			<pubDate>Sun, 20 Jan 2008 11:16:22 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/67.html</guid>
		</item>
		<item>
			<title>经常用iGoogle不？ ... 1 reply</title>
			<link>http://www.feitui.com/topic/view/66.html</link>
			<comments>http://www.feitui.com/topic/view/66.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>谷歌优化</category>
			<description>
			&lt;a href="http://www.igoogle.com" rel="nofollow external" class="tpc"&gt;http://www.igoogle.com&lt;/a&gt;
			</description>
			<pubDate>Sun, 20 Jan 2008 11:14:38 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/66.html</guid>
		</item>
		<item>
			<title>你最高的PR是多少？ ... 1 reply</title>
			<link>http://www.feitui.com/topic/view/60.html</link>
			<comments>http://www.feitui.com/topic/view/60.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>谷歌优化</category>
			<description>
			我的最高pr是5，后来又降了，郁闷。
			</description>
			<pubDate>Tue, 15 Jan 2008 10:47:08 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/60.html</guid>
		</item>
		<item>
			<title>在Google上最热门的10个关键词 ... no reply</title>
			<link>http://www.feitui.com/topic/view/36.html</link>
			<comments>http://www.feitui.com/topic/view/36.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>谷歌优化</category>
			<description>
			1. iphone&lt;br /&gt;
   2. badoo&lt;br /&gt;
   3. facebook&lt;br /&gt;
   4. dailymotion&lt;br /&gt;
   5. webkinz&lt;br /&gt;
   6. youtube&lt;br /&gt;
   7. ebuddy&lt;br /&gt;
   8. second life&lt;br /&gt;
   9. hi5&lt;br /&gt;
  10. club penguin
			</description>
			<pubDate>Fri, 04 Jan 2008 22:31:41 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/36.html</guid>
		</item>
		<item>
			<title>Google在2008年会做些什么？ ... 1 reply</title>
			<link>http://www.feitui.com/topic/view/16.html</link>
			<comments>http://www.feitui.com/topic/view/16.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>谷歌优化</category>
			<description>
			把你对Google 2008年的期望说一下吧。&lt;br /&gt;
我的期望：&lt;br /&gt;
Google要做一个手机，取名Google phone
			</description>
			<pubDate>Mon, 31 Dec 2007 09:58:15 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/16.html</guid>
		</item>
		<item>
			<title>我从哪可以提交我的网址到Google上 ... no reply</title>
			<link>http://www.feitui.com/topic/view/10.html</link>
			<comments>http://www.feitui.com/topic/view/10.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>谷歌优化</category>
			<description>
			大多数站长不需要提交网址，Google能够自己在网络上找到你的网址，但是你可以通过下面的方法加速Google的收录。&lt;br /&gt;
1) 提交一个&lt;a href="http://www.google.com/webmasters/sitemaps/" rel="nofollow external" class="tpc"&gt;Google Sitemap&lt;/a&gt;.&lt;br /&gt;
2) 多做外部链接，让Google bots能够在网络上看到你的网站。&lt;br /&gt;
3) &lt;a href="http://www.google.com/addurl/" rel="nofollow external" class="tpc"&gt;手工提交给Google&lt;/a&gt;
			</description>
			<pubDate>Sat, 29 Dec 2007 10:13:03 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/10.html</guid>
		</item>
		<item>
			<title>如何增加网站的PR ... no reply</title>
			<link>http://www.feitui.com/topic/view/9.html</link>
			<comments>http://www.feitui.com/topic/view/9.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>谷歌优化</category>
			<description>
			尽可能多的外部链接。
			</description>
			<pubDate>Sat, 29 Dec 2007 10:03:31 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/9.html</guid>
		</item>
		<item>
			<title>为什么我的网站不同的用户显示的PR不一样 ... 3 replies</title>
			<link>http://www.feitui.com/topic/view/8.html</link>
			<comments>http://www.feitui.com/topic/view/8.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>谷歌优化</category>
			<description>
			Google有很多个数据库服务器，在PR没有完全更新完的时候，显示的是不同的，到下面的网址可以查看到不同服务器的PR值。&lt;br /&gt;
&lt;a href="http://livepr.raketforskning.com/" rel="nofollow external" class="tpc"&gt;http://livepr.raketforskning.com/&lt;/a&gt;
			</description>
			<pubDate>Sat, 29 Dec 2007 09:59:20 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/8.html</guid>
		</item>
		<item>
			<title>Google PR下一次何时更新 ... 7 replies</title>
			<link>http://www.feitui.com/topic/view/7.html</link>
			<comments>http://www.feitui.com/topic/view/7.html#reply</comments>
			<dc:creator>蓝色梦幻</dc:creator>
			<author>蓝色梦幻</author>
			<!--<enclosure url="http://www.feitui.com/img/p/1.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_s.jpg" type="image/jpeg" />
			<enclosure url="http://www.feitui.com/img/p/1_n.jpg" type="image/jpeg" />-->
			<category>谷歌优化</category>
			<description>
			Google PR大概3个月更新一次&lt;br /&gt;
这个网址可以查看到以前的更新日期&lt;br /&gt;
&lt;a href="http://www.seocompany.ca/pagerank/page-rank-update-list.html" rel="nofollow external" class="tpc"&gt;http://www.seocompany.ca/pagerank/page-rank-update-list.html&lt;/a&gt;
			</description>
			<pubDate>Sat, 29 Dec 2007 09:53:33 +0800</pubDate>
			<guid>http://www.feitui.com/topic/view/7.html</guid>
		</item>
	</channel>
</rss>