<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>果果大叔`s Blog &#187; SEO/SEM</title>
	<atom:link href="http://www.glyle.net/archives/category/seo-sem/feed" rel="self" type="application/rss+xml" />
	<link>http://www.glyle.net</link>
	<description>毫无疑问，你穿越了！你在门口的指示牌上发现了一排小字：“欢迎来到果果怪黍黍的领地”</description>
	<lastBuildDate>Wed, 08 Sep 2010 12:05:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>在ecshop中添加adwords转换跟踪代码</title>
		<link>http://www.glyle.net/archives/179</link>
		<comments>http://www.glyle.net/archives/179#comments</comments>
		<pubDate>Fri, 20 Aug 2010 07:22:33 +0000</pubDate>
		<dc:creator>果果</dc:creator>
				<category><![CDATA[SEO/SEM]]></category>
		<category><![CDATA[ecshop]]></category>
		<category><![CDATA[adwords]]></category>
		<category><![CDATA[转换跟踪]]></category>

		<guid isPermaLink="false">http://www.glyle.net/?p=179</guid>
		<description><![CDATA[转换是adwords优化很重要的参考数据，是比较准确的ROI数据来源，做adwords的各位不妨一试
你可以在adwords中设置转换跟踪，得到代码，对照做一下修改添加在模板目录flow.dwt的body标签内即可。
&#6... ]]></description>
			<content:encoded><![CDATA[<p>转换是adwords优化很重要的参考数据，是比较准确的ROI数据来源，做adwords的各位不妨一试</p>
<p>你可以在adwords中设置转换跟踪，得到代码，对照做一下修改添加在模板目录flow.dwt的body标签内即可。</p>
<pre>&lt;!-- {if $step eq "done"} 订单提交成功--&gt;
&lt;!-- Google Code for order Conversion Page --&gt;
&lt;script type="text/javascript"&gt;
/* &lt;![CDATA[ */
var google_conversion_id = 1028991713;
var google_conversion_language = "en";
var google_conversion_format = "3";
var google_conversion_color = "ffffff";
var google_conversion_label = "BHskCPzL4AEQ1NXU6gM";
var google_conversion_value = 0;
if (100) {
  google_conversion_value = 100;
}
/* ]]&gt; */
&lt;/script&gt;
&lt;script type="text/javascript" src="<a href="http://www.googleadservices.com/pagead/conversion.js">http://www.googleadservices.com/pagead/conversion.js</a>"&gt;
&lt;/script&gt;
&lt;noscript&gt;
&lt;div style="display:inline;"&gt;
&lt;img height="1" width="1" style="border-style:none;" alt="" src="<a href="http://www.googleadservices.com/pagead/conversion/1028991700/?value=100&amp;amp;label=BHskCPzL4AEQ1NXU6gM&amp;amp;guid=ON&amp;amp;script=0&quot;/">http://www.googleadservices.com/pagead/conversion/1028991700/?value=100&amp;amp;label=BHskCPzL4AEQ1NXU6gM&amp;amp;guid=ON&amp;amp;script=0"/</a>&gt;
&lt;/div&gt;
&lt;/noscript&gt;
&lt;!-- {/if} --&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.glyle.net/archives/179/feed</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>base href 使用方法详解</title>
		<link>http://www.glyle.net/archives/147</link>
		<comments>http://www.glyle.net/archives/147#comments</comments>
		<pubDate>Tue, 22 Jun 2010 02:25:53 +0000</pubDate>
		<dc:creator>果果</dc:creator>
				<category><![CDATA[SEO/SEM]]></category>
		<category><![CDATA[base]]></category>

		<guid isPermaLink="false">http://www.glyle.net/?p=147</guid>
		<description><![CDATA[当点了链接后，跳出的网页地址是http://www.glyle.net，它就是在这些相对路径的文件前加上基链接指向的地址。如果目标文件中的链接没有指定target属性，就用base标记中的target属性。
常在框架结... ]]></description>
			<content:encoded><![CDATA[<p>当点了链接后，跳出的网页地址是<a href="http://www.glyle.net">http://www.glyle.net</a>，它就是在这些相对路径的文件前加上基链接指向的地址。如果目标文件中的链接没有指定target属性，就用base标记中的target属性。</p>
<p>常在框架结构中用，如左右两个框架，把左边的框架中文件里的连接都显示在右边的框架里。只要用base标记，把其target属性值写为右框架名称，这就不用再为左框架里的文件中的每一个连接都指定target属性。</p>
<p>base href标记其他说明：<br />
1、当使用时，BASE 元素必须出现在文档的 HEAD 内，在任何对外部源的引用之前。<br />
2、此元素在 Microsoft® Internet Explorer 3.0 的 HTML 中可用，在 Internet Explorer 4.0 的脚本中可用。<br />
3、此元素不会被渲染。<br />
4、此元素不需要关闭标签。<br />
5、base标签其实还是有用处的，比如&lt;base href=&#8221;_blank&#8221;&gt;将使得本页所有的链接都在新页打开，这样就不必在每个链接处都以上target=&#8221;_blank&#8221; 了。</p>
<p>&lt;base href=&#8221;http://www.glyle.net/&#8221;&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.glyle.net/archives/147/feed</wfw:commentRss>
		<slash:comments>74</slash:comments>
		</item>
		<item>
		<title>使用元标记拦截搜索引擎对您网站的访问</title>
		<link>http://www.glyle.net/archives/143</link>
		<comments>http://www.glyle.net/archives/143#comments</comments>
		<pubDate>Wed, 09 Jun 2010 06:22:49 +0000</pubDate>
		<dc:creator>果果</dc:creator>
				<category><![CDATA[SEO/SEM]]></category>
		<category><![CDATA[noindex]]></category>
		<category><![CDATA[搜索引擎]]></category>

		<guid isPermaLink="false">http://www.glyle.net/?p=143</guid>
		<description><![CDATA[noindex 元标记标准在 http://www.robotstxt.org/meta.html 上有具体介绍。如果您不具备对服务器的根访问权限，此方法将非常有用，因为它允许您逐页控制对网站的访问。
要防止所有漫游器将网站中的... ]]></description>
			<content:encoded><![CDATA[<p>noindex 元标记标准在 <a href="http://www.robotstxt.org/meta.html">http://www.robotstxt.org/meta.html</a> 上有具体介绍。如果您不具备对服务器的根访问权限，此方法将非常有用，因为它允许您逐页控制对网站的访问。</p>
<p>要防止所有漫游器将网站中的网页编入索引，请将以下元标记添加到网页的 &lt;head&gt; 部分：</p>
<pre>&lt;meta name="robots" content="noindex"&gt;</pre>
<p>要允许其他漫游器将网站中的网页编入索引，仅阻止 Google 的漫游器对网页采取同样操作，请将以下元标记添加到网页的 &lt;head&gt; 部分：</p>
<pre>&lt;meta name="googlebot" content="noindex"&gt;</pre>
<p>如果 Google 看到某一页上有 noindex 元标记，就会将此页从我们的搜索结果中完全丢弃，而不管是否还有其他页链接到此页。但是，其他搜索引擎可能会以不同的方式解译此指令。因此，指向相关网页的链接可能仍会显示在搜索结果中。</p>
<p>请注意，由于我们必须抓取您的网页才能看到 noindex 元标记，因此在极少数情况下 Googlebot 可能会看不到和不遵循 noindex 元标记。如果您的网页仍显示在搜索结果中，可能是因为在您添加标记后我们尚未抓取过您的网站。（此外，如果您使用了 robots.txt 文件拦截此网页，我们也无法看到此标记。）</p>
<p>如果内容当前出现在我们的索引中，我们会在下次抓取此内容时将其删除。要加快删除过程，请使用 Google 网站管理员工具中的<a href="http://www.glyle.net/wp-admin/answer.py?answer=61062">网址删除请求</a>工具。</p>
<p><script type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.glyle.net/archives/143/feed</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>14个免费访客行为分析工具 – 揭示人们为什么放弃你的网站【转】</title>
		<link>http://www.glyle.net/archives/119</link>
		<comments>http://www.glyle.net/archives/119#comments</comments>
		<pubDate>Tue, 23 Mar 2010 01:47:44 +0000</pubDate>
		<dc:creator>果果</dc:creator>
				<category><![CDATA[SEO/SEM]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[访客分析]]></category>

		<guid isPermaLink="false">http://www.glyle.net/?p=119</guid>
		<description><![CDATA[为什么你网站的访客不断的离开，甚至有些永远都不再回来!本文介绍的14个免费访客行为分析工具将帮助你：
1. 了解你的访客需求
2. 提升用户体验
3. 提高网站可用性
4. 留住更多的回头客
5. 提... ]]></description>
			<content:encoded><![CDATA[<p>为什么你网站的访客不断的离开，甚至有些永远都不再回来!本文介绍的<strong>14个免费访客行为分析工具</strong>将帮助你：</p>
<p>1. 了解你的访客需求<br />
2. 提升用户体验<br />
3. 提高网站可用性<br />
4. 留住更多的回头客<br />
5. 提高销售的成功率</p>
<p><img title="14tools" src="http://www.adsem.cn/wp-content/uploads/2009/06/14tools.png" alt="14tools" width="478" height="400" /></p>
<p><strong><span><span>关于网站设计有一个很大问题</span></span>:</strong> 如果你想让你网站的访客更好的转换为你的客户（或者忠实读者），你需要理解这一点，为什么大多数的访问者不再返回你的网站！</p>
<p>但是这些来来去去的访客没有留下他们的足迹！你怎么能知道他们到底需要一些什么呢？如何才能知道什么才能让他们采取行动，购买或者订阅你的产品或服务呢？</p>
<p>如果你拥有一个现实生活中的实体店铺的话，这当然很容易：你能听到他们的意见。你可以向他们请教，你会听到他们喃喃自语的抱怨。</p>
<p>但是，通过网站捕捉用户的声音却没有那么容易，不过现在这种情况有望得到改观，你能从本文介绍的14个免费工具中得到你需要的答案！他们分别是：</p>
<p><strong>1、</strong><strong>利用</strong><strong> <a title="google analytics" href="http://www.adsem.cn/google_analytics" target="_blank">Google Analytics</a></strong><strong>跟踪访客来源，以及他们都点击了哪些网站链接</strong></p>
<p><strong>2、</strong><strong>容易说明的 “heatmaps” 将准确的显示人们都点击了哪里（即使不是个链接）<a href="http://www.adsem.cn/user_behavior/crazy-egg" target="_blank">Crazy Egg</a></strong></p>
<p><strong>3、</strong><strong>“In-page” web页面分析，在视频中显示访客的屏幕！<a href="http://www.adsem.cn/google_analytics" target="_blank">Google</a> Analytics的完美补充 – <a title="ClickTale" href="http://www.adsem.cn/user_behavior/clicktale" target="_blank">ClickTale</a></strong></p>
<p><strong>4、</strong><strong>让你的访客在网页中告诉你错过了什么！</strong><strong> <a title="Google Talk Chatback" href="http://www.adsem.cn/user_behavior/google_talk_chatback" target="_blank">Google Talk Chatback</a></strong></p>
<p><strong>5、</strong><strong>向你的访客调查你所有的行销问题 <a title="surveymoney" href="http://www.adsem.cn/user_behavior/surveymoney" target="_blank">SurveyMonkey</a></strong></p>
<p><strong>6、</strong><strong>向你的访客咨询为什么他们访问你的网站，还有他们是否找到了需要的信息 <a href="http://www.adsem.cn/user_behavior/online_survey" target="_blank">4Q</a></strong></p>
<p><strong>7、</strong><strong>获得大量真实的访客活动信息 <a title="Steve Krug’s book" href="http://www.adsem.cn/user_behavior/dont_make_me_think" target="_blank">Steve Krug’s book</a></strong></p>
<p><strong>8、</strong><strong>弹出式问卷调查，允许你招募访客参加你的可用性测试 <a title="ethnio" href="http://www.adsem.cn/user_behavior/ethnio" target="_blank">Ethnio</a></strong></p>
<p><strong>9、</strong><a href="http://www.adsem.cn/user_behavior/your_ears_and_mouth" target="_blank"><strong>使用你的耳朵和口才（到外面去），</strong></a><strong>如果你无法面对面的销售东西给你的客户，你怎么能够指望能从网上把它卖出去呢？</strong></p>
<p><strong>10、</strong><strong>你的客户是你最好的销售人员 – 因此倾听他们是怎么卖东西的！ <a href="http://www.adsem.cn/user_behavior/tell_a_frend_king" target="_blank">Tell-a-Friend King</a></strong></p>
<p><strong>11、</strong><strong>允许你的访客容易的通过web页面给你发送反馈信息 <a title="kampyle" href="http://www.adsem.cn/user_behavior/kampyle" target="_blank">Kampyle</a></strong></p>
<p><strong>12、</strong><strong>你希望了解你的访客的需要吗？他们的需要已经输入到了你网站的搜索框！</strong> <em><a title="Google Site Search" href="http://www.adsem.cn/user_behavior/google_site_search" target="_blank">Google Site Search</a></em> and <em><a title="Google’s Free Custom Search Engine" href="http://www.adsem.cn/user_behavior/google_site_search" target="_blank">Google’s Free Custom Search Engine</a></em></p>
<p><strong>13<strong>、</strong></strong><strong> <a title="serph" href="http://www.adsem.cn/sem/serph" target="_blank">Serph</a><span> </span></strong><span><strong>搜索引擎，让你了解人们如何谈论你和你的生意</strong></span></p>
<p><strong><a onclick="pageTracker._trackPageview('/outbound/article/www.serph.com');" href="http://www.serph.com/" target="_blank"></a></strong></p>
<p><strong>14、</strong><strong>测试不同版本的页面设计，看看哪一个是最棒的 <a title="google website optimizer" href="http://www.adsem.cn/user_behavior/google_website_optimizer" target="_blank">Google Website Optimizer</a></strong></p>
<p>在后面的两个星期，您将了解到如何有效的利用这些工具提高你网站的可用性，并留住你的客户。</p>
<p>原文参考：<a onclick="pageTracker._trackPageview('/outbound/article/www.conversion-rate-experts.com');" href="http://www.conversion-rate-experts.com/articles/understanding-your-visitors/">http://www.conversion-rate-experts.com/articles/understanding-your-visitors/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.glyle.net/archives/119/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>如何关闭Google 的安全搜索功能</title>
		<link>http://www.glyle.net/archives/115</link>
		<comments>http://www.glyle.net/archives/115#comments</comments>
		<pubDate>Tue, 23 Mar 2010 01:27:34 +0000</pubDate>
		<dc:creator>果果</dc:creator>
				<category><![CDATA[SEO/SEM]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google退出中国]]></category>
		<category><![CDATA[启用了 Google 的安全搜索功能]]></category>
		<category><![CDATA[安全搜索功能]]></category>
		<category><![CDATA[已被Google 筛选掉]]></category>
		<category><![CDATA[欢迎您来到谷歌搜索在中国的新家]]></category>

		<guid isPermaLink="false">http://www.glyle.net/archives/115</guid>
		<description><![CDATA[“&#8221;××&#8221; 已被 Google 筛选掉，因为启用了 Google 的安全搜索功能。”
本以为Google退出中国搬到HK就万事大吉，结果竟然还有这档子事。
其实关闭的方法很简单
点击首页的“中文“繁体”... ]]></description>
			<content:encoded><![CDATA[<p>“&#8221;××&#8221; 已被 Google 筛选掉，因为启用了 Google 的安全搜索功能。”<br />
本以为Google退出中国搬到HK就万事大吉，结果竟然还有这档子事。<br />
其实关闭的方法很简单<br />
点击首页的“中文“繁体”” 或者“english”<br />
然后点击右上角的“搜尋設定” 或者“Search settings”<br />
就会看到有一个“「安全搜尋」過濾功能” 英文是：“SafeSearch Filtering”<br />
一共3个筛选级别，“高”“中”“不过滤”<br />
大家都是成年人，自己看着办吧。</p>
<p>但你每次打开GG都要这么设置一番也挺麻烦<br />
下面还可以“鎖定「安全搜尋」”的设置，<br />
需要你登录GG账户了，相信大家都有，不再赘述了。</p>
<p><strong>“欢迎您来到谷歌搜索在中国的新家”</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.glyle.net/archives/115/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[分享]关于GOOGLE离开中国的较理性的思考</title>
		<link>http://www.glyle.net/archives/97</link>
		<comments>http://www.glyle.net/archives/97#comments</comments>
		<pubDate>Fri, 15 Jan 2010 02:31:10 +0000</pubDate>
		<dc:creator>果果</dc:creator>
				<category><![CDATA[SEO/SEM]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[离开中国]]></category>
		<category><![CDATA[谷歌]]></category>
		<category><![CDATA[退出中国市场]]></category>

		<guid isPermaLink="false">http://www.glyle.net/?p=97</guid>
		<description><![CDATA[谈一谈谷歌退出中国事件中的逻辑
我国古代民间文学的光辉诗篇《孔雀东南飞》讲述了这样一个故事：低级公务员焦仲卿迫于老母的淫威休了美丽贤慧的妻子刘兰芝，在刘兰芝面对再婚压力举... ]]></description>
			<content:encoded><![CDATA[<p>谈一谈谷歌退出中国事件中的逻辑</p>
<p>我国古代民间文学的光辉诗篇《孔雀东南飞》讲述了这样一个故事：低级公务员焦仲卿迫于老母的淫威休了美丽贤慧的妻子刘兰芝，在刘兰芝面对再婚压力举身赴清池之后，焦仲卿也后悔地自挂东南枝了。</p>
<p>中学里的这堂课很热闹，语文老师让同学们积极发表看法，广大同学异口同声地表达了对老母的鄙视和厌恶。当时我对东汉末年的家庭结构认识不足（现在也不足），很想不通：明明是焦仲卿休的刘兰芝，为啥同学们不批评焦仲卿呢？这个问题提出来，冷场几秒钟后有人说：焦仲卿都自杀了……</p>
<p>关于Google可能退出中国这样的举动，搜索市场所受的影响虽然对于这个博客的作者们和读者们来说很大，但在整幅画面中终究是小小小小的一块。所以昨天发的贴子是基于一时激愤的纯八卦。今天衍生出来的讨论倒是和搜索营销相关了，因为这里要谈的是批判性思维。</p>
<p>我之前工作的公司也算是业内的一个大腕，但进入中国市场的道路并不平坦。有人对我说过，你们这个产品先进是先进，但也未必就符合中国市场的需求。我说：这样下结论是不是早了点，都没还怎么进来呢！他说，你看看，除了XX，其他账户不是表现很糟糕吗？无语了一会儿，我给他举了一个例子。</p>
<p>我说差不多98，99年的时候我也曾是一个可耻的文青，喜欢混摄影论坛。那个时候没有现在这样百花齐放，我去一个江湖绝色，还去一个色影无忌。江湖是技术坛，无忌是器材坛。通过在无忌坛的成长，我的相机从珠江单反升到了哈苏单反，但是反而不在江湖发帖了。器材升到顶级以后还拍不好，那是我的问题。</p>
<p>除了XX之外其他账户的表现不好，是否足以说明这个产品并不适合中国市场？我觉得还不够。因为除了XX和XXXX，中国市场的其他账户都是在二级代理商手里运作的。二级代理商在乎的是变现，而非账户表现。拿来一个合同就直接把工具丢到账户里，连最起码的环境优化都不知道实现，又怎么能得到好的效果呢？工具毕竟是工具，是管理者来用的。如果管理者自己头脑不清楚，再好的工具也是白搭啊！</p>
<p>他就追问：所以你觉得这个工具也是适合中国市场的其他行业的？</p>
<p>我无可奈何地说：我也不知道……你要是听明白我的意思就不会这么问了。没有得到有效的检验，怎么去证明这个工具到底是不是适合中国市场？我只是认为你到达结论太快了一点。</p>
<p>在数字化的营销管理工作中有两个难点，一个是数据占有，一个是数据处理。由于技术手段相对落后，我接触到的相当一部分在线营销管理员都认为数据占有是一个主要难点。“如果我能够获得什么什么的数据，我就可以如何如何了。”这个看法的前半段是正确的，后半段则未必。是否可以如何如何依赖于你的数据处理能力。</p>
<p>对于那位质疑自动化产品效果的朋友，我没有说出口的是：以他的思维方式，目前不可能是一个合格的数字营销管理者。先有结论，再去挑数据支持，这是艾瑞报告的做法。</p>
<p><strong>用谷歌门引发的昨天这个帖子来讨论一下数据占有和处理两个方面。<span style="font-weight: normal;">MONEY在之前的跟帖中提到信息不对称，这是一个非常重要的因素。我的判断是建立在我所获得的信息基础上的，当然未必正确，起码其来有自。</span></strong></p>
<ol>
<li>在Google发布博文之前，白宫与几个高科技公司的大佬进行了密谈，提到了把审查制度作为贸易壁垒的一个部分来进行对待，认为审查制度是自由贸易的一大害。</li>
<li>Google发布博文，以谷歌中国的存亡为弹药向北京政府进行了“自杀式的攻击”。</li>
<li>美国国务卿希拉里立即对Google博文作出反应，要求中方对黑客攻击予以解释。（国务卿出面谈一个商业公司遭受的黑客攻击，这个事情以前发生过吗？我不是很清楚，我记得以前的反应好像是针对红网攻击的，性质完全不同。）</li>
<li>路透社报道，希拉里将于下周宣布一项技术政策，以帮助其他国家的公民获得未经审查的网络资源。</li>
</ol>
<p>我想国内相当一部分网友并没有知道上述全部内容，这是信息获取不对称的问题，因此形成不同看法是非常容易理解的。但在国内网友可以占有的信息上，是否存在处理方式的差异呢？</p>
<p><span style="text-decoration: underline;">谷歌门的核心问题在这里：审查制度好不好？我认为不好。Google的产品好不好？我认为非常好。Google坚持信息自由的立场对不对？这个问题有一点点埋伏，但总体上我认为是对的。Google为中国人民不能自由获取信息感到愤怒，不惜以退场来争取中国网民的人权？……别开玩笑了！</span></p>
<p>批判性思维是米国高中生和大学新生的一门必修课，不过必修课的意思就是说凡是必须的，就是广大学生最学不进去的，所以受过高等教育的米国人民在表现脑残的时候并不比文盲强多少。批判性思维这个词很拗口，其实通俗点说就是逻辑。看几个谷歌门里的逻辑谬误：</p>
<h4>后此谬误</h4>
<p>常见的逻辑谬误中有一种叫后此谬误。简单说就是A先于B发生，所以A导致了B。A当然有可能导致B，也完全可能和B无关。谷歌门事件中，审查制度是A，Google威胁退出是B。Google说：TG你坏，我就不审查，你要干涉我我就退出。所以顺理成章的，审查制度成了Google退出的原因。那么，我们是否应该相信Google的说法呢？3年前在面对国会质询的时候，Google可不是这么说的。那时候Google义正辞严（一如今日）地说，我们在某个国家做生意，当然要遵循该国的法律…… 当然你也可以说这3年来Google饱受凌辱，心理承受到达了边界，忍无可忍终于爆发。所以价值观是有临界值的，过了这个值就会掉头。这个观点我没法争辩，因为对价值观的定义都不同了，鸡同鸭讲。</p>
<h4>红鲱鱼谬误</h4>
<p>红鲱鱼谬误的来源据说是越狱犯到处乱丢红鲱鱼，用来干扰警犬的鼻子。我不知道到底有多少人看了Google博客的原文。原文之所以引发争论，因为Google给出的最直接的理由是受到黑客攻击。Google突然拿出一桩黑客攻击的例子来说事，并暗示黑客是中国政府组织的行为，进而跳跃到了“审查多年还侵犯人权，我不玩啦！” 对于大型网站来说，受到黑客攻击不是新闻，不受到黑客攻击才是。Google受到黑客攻击的这个案例我是完全相信的，从好大一串攻击中挑出一件来支持人权自由论，就不能令我信服了。好好说事，别乱抓红鲱鱼！</p>
<h4>稻草人谬误</h4>
<p>如昨天所说，对于Google选择的举动，我觉得是合理的，对于它的价值观，哪怕前后并不一致，我也尊重。让我有写帖子冲动的，主要还是一些网友的反应。Google有非常好的产品，如果它离去，给中国用户带来的损失是巨大的。但认为Google离去损害了中国网民的言论自由，就是完全无稽的说法。Google.cn在2006年发轫之际受到美国国会质询，是因为它遵从政府要求进行了自我阉割。它给用户带来的体验一直是过滤过的，局域网一直都是局域网。本来没有用户从Google.cn上享受过自由，我不理解为什么它的离去就损害了这种没有存在过的自由？稻草人谬误的意思是说，我做个稻草人拿针扎它，真人是不是会疼我就不管了。</p>
<h4>乐队花车谬误</h4>
<p>最可怕的谬误是乐队花车，或者说从众谬误。因为别人或者多数人相信什么，就去相信什么，这是从众效应。在中国互联网上从来不缺少干柴，划一根火柴就能呼啦烧个山摇地动。Google要离去是为了为广大P民出头，这是多么让人热血沸腾的事情啊！大家都这么说，群众的眼睛是雪亮的!当信息来源是大众传媒的时候，群众的眼睛从来不是雪亮的。这个时代的新闻媒体不过是大众娱乐的载体，要带给大家的，不管是欢乐还是愤怒，都不过是廉价的娱乐罢了！在这种群体性激动中，事件的具体起因并不重要。归根结底，是长期以来的舆论压制造成Google的破釜沉舟，都是阿共仔的阴MIU啦！群体性激动是简单的站队游戏。当有一个伟大光明正确的Google站在群众这边，为了自由和尊严做出重大的抉择，这个站队游戏就狂欢节化了。这自由和尊严到底是谁的，再说！站完队以后怎么办，再说！群众的热情是被类固醇驱动的，但在Google那一方，驱动行为的是平衡和计算……</p>
<p>这些逻辑谬误所关联的信息是国内网友可以获取的，是数据处理的问题，不再是数据获取的差异。我相信这个博客的大部分阅读者和数字营销有相当的联系，那么这个数据处理的能力对作者对读者同样重要。</p>
<p>我也是活在Google上的人，很乐意看见读者用你们的观点和理论把我打倒然后踩上一千只脚，让我相信Google真的是一个道德楷模。但是但是，请不要仅仅诉诸情感，请用逻辑来说话。</p>
<p>我念中学的时候曾经想过，如果焦仲卿居然胆敢不上吊，那么可供批判的对象就成了母子二人，尽管在休妻这个事实上并无改变。</p>
<p>眼下又有了别开生面的可能：这个焦仲卿如果是个强力人物，面对封建压力居然敢于揭竿而起，老娘我不要了，老婆我也不要了，从此叛出家门和海藻过上了自由快乐随心所欲的生活，那么广大群众就应该感动得热泪盈眶狂赞够MAN！刘兰芝还是继续去赴清池好了。</p>
<p>本文首发 SEM Watch ，转载请注明出处。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.glyle.net/archives/97/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adwords工具收集</title>
		<link>http://www.glyle.net/archives/76</link>
		<comments>http://www.glyle.net/archives/76#comments</comments>
		<pubDate>Sun, 18 Oct 2009 04:32:04 +0000</pubDate>
		<dc:creator>果果</dc:creator>
				<category><![CDATA[SEO/SEM]]></category>

		<guid isPermaLink="false">http://www.glyle.net/?p=76</guid>
		<description><![CDATA[


免费工具：









以下收集的搜索引擎优化工具可以为你有效对网站进行检查，而且他们都是免费的,在大多数情况下你不需要创建一个帐户就可直接使用。（注：这是Charles所见过分类最清... ]]></description>
			<content:encoded><![CDATA[<table style="width: 575px; height: 2648px;" border="0" width="575" align="left">
<tbody>
<tr valign="top">
<td><span style="font-family: 微软雅黑; color: #0066ff; font-size: x-small;">免费工具：</span></td>
</tr>
<tr valign="top">
<td>
<table border="0" width="94%" align="center">
<tbody>
<tr>
<td>
<div>
<div>
<div style="line-height: normal; margin-top: 10px; text-indent: 24px; min-height: 200px; word-wrap: break-word; font-size: 9pt; word-break: break-all;"><span style="font-size: x-small;">以下收集的搜索引擎优化工具可以为你有效对网站进行检查，而且他们都是免费的,在大多数情况下你不需要创建一个帐户就可直接使用。（注：这是Charles所见过分类最清晰质量最高的SEO工具列表，总共包括四个部分：关键词工具、链接工具、可用行工具及其他工具，说明备注并非按原文直接翻译，很多工具也只能用于英文站的搜索引擎优化工作中。） </span></div>
<h3><span style="font-size: x-small;">第一部分：关键词工具 </span></h3>
<p><span style="font-size: x-small;"><strong>关键词研究工具</strong>：适当深入地进行关键字研究,为你的网站进行栏目划分及规范关键词部署做准备。</span></p>
<table id="table1" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="30"><span style="font-size: x-small;">1.</span></td>
<td><a rel="nofollow" href="http://www.webmaster-toolkit.com/keyword-research-tool.shtml" target="_blank"><span style="font-size: x-small;">Keyword Research Tool &#8211; Webmaster toolkit</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">2.</span></td>
<td><a rel="nofollow" href="https://adwords.google.com/select/KeywordToolExternal" target="_blank"><span style="font-size: x-small;">Keyword External Tool &#8211; Google Adwords</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">3.</span></td>
<td><a rel="nofollow" href="http://inventory.overture.com/d/searchinventory/suggestion/" target="_blank"><span style="font-size: x-small;">Keyword Selector Tool &#8211; Inventory Overture</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">4.</span></td>
<td><a rel="nofollow" href="http://www.seochat.com/seo-tools/keyword-suggestions-overture/" target="_blank"><span style="font-size: x-small;">Keyword Suggestions Overture &#8211; SEO Chat</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">5.</span></td>
<td><a rel="nofollow" href="http://www.webconfs.com/website-keyword-suggestions.php" target="_blank"><span style="font-size: x-small;">Website Keyword Suggestions &#8211; Webconfs </span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">6.</span></td>
<td><a rel="nofollow" href="http://www.selfseo.com/keyword_suggestion_tool.php" target="_blank"><span style="font-size: x-small;">Keyword Suggestion Tool &#8211; Self SEO</span></a></td>
</tr>
</tbody>
</table>
<p><span style="font-size: x-small;"><strong>关键词密度</strong>：一个关键字、词在页面出现的个数及所占文本的比率。</span></p>
<table id="table2" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="30"><span style="font-size: x-small;">7.</span></td>
<td><a rel="nofollow" href="http://www.seochat.com/seo-tools/keyword-density/" target="_blank"><span style="font-size: x-small;">Keyword Density &#8211; SEO Chat</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">8.</span></td>
<td><a rel="nofollow" href="http://www.ranks.nl/tools/spider.html" target="_blank"><span style="font-size: x-small;">Keyword Density &amp; Proeminence &#8211; Ranks </span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">9.</span></td>
<td><a rel="nofollow" href="http://www.keyworddensity.com/" target="_blank"><span style="font-size: x-small;">Keyword Density Analyzer &#8211; Keyword density</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">10.</span></td>
<td><a rel="nofollow" href="http://googlerankings.com/ultimate_seo_tool.php" target="_blank"><span style="font-size: x-small;">Analyze Keywords Density &#8211; Google rankings </span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">11.</span></td>
<td><a rel="nofollow" href="http://www.webconfs.com/keyword-density-checker.php" target="_blank"><span style="font-size: x-small;">Keyword Density Checker &#8211; Webconfs</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">12.</span></td>
<td><a rel="nofollow" href="http://tools.seobook.com/general/keyword-density/" target="_blank"><span style="font-size: x-small;">Keyword Density Analyzer Tools &#8211; SEO Book</span></a></td>
</tr>
</tbody>
</table>
<p><span style="font-size: x-small;"><strong>竞争对手分析</strong>:可以分析目标关键词的竞争对手是谁，并分析竞争对手用过的关键词。</span></p>
<table id="table3" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="30"><span style="font-size: x-small;">13.</span></td>
<td><a rel="nofollow" href="http://seodigger.com/" target="_blank"><span style="font-size: x-small;">Competition Tool &#8211; SEO Digger</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">14.</span></td>
<td><a rel="nofollow" href="http://www.seoscorecard.com/" target="_blank"><span style="font-size: x-small;">Competition Analysis Tool &#8211; Seoscorecard</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">15.</span></td>
<td><a rel="nofollow" href="http://www.webuildpages.com/seo-tools/top-competitor-tool.php" target="_blank"><span style="font-size: x-small;">Top Competitor Tool &#8211; Webuildpages</span></a></td>
</tr>
</tbody>
</table>
<p><span style="font-size: x-small;"><strong>搜索引擎关键字位置的工具</strong>:利用这些工具来检查你的关键词目前在主要搜索引擎如Google, Yahoo, MSN所处的位置。</span></p>
<table id="table4" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="30"><span style="font-size: x-small;">16.</span></td>
<td><a rel="nofollow" href="http://www.seochat.com/seo-tools/search-engine-keyword-position/" target="_blank"><span style="font-size: x-small;">Search Engine Keyword Position &#8211; SEO Chat</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">17.</span></td>
<td><a rel="nofollow" href="http://www.mcdar.net/KeywordTool/keywordtool.asp" target="_blank"><span style="font-size: x-small;">Keyword Analysis Tool &#8211; Mcdar</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">18.</span></td>
<td><a rel="nofollow" href="http://www.linkvendor.com/seo-tools/serps-position.html" target="_blank"><span style="font-size: x-small;">SERPS Position Checker &#8211; LinkVendor </span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">19.</span></td>
<td><a rel="nofollow" href="http://www.rnk1.com/" target="_blank"><span style="font-size: x-small;">Website Position Tool &#8211; Rnk1</span></a></td>
</tr>
</tbody>
</table>
<h3><span style="font-size: x-small;">第二部分：链接工具</span></h3>
<p><span style="font-size: x-small;"><strong>链接广度</strong>：跟踪反向链接的总数，并返回哪些网站链回了你及锚文本是哪些。</span></p>
<table id="table5" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="30"><span style="font-size: x-small;">20.</span></td>
<td><a rel="nofollow" href="http://www.seochat.com/seo-tools/link-popularity/" target="_blank"><span style="font-size: x-small;">Link Popularity &#8211; SEO Chat</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">21.</span></td>
<td><a rel="nofollow" href="http://www.webmaster-toolkit.com/link-popularity-checker.shtml" target="_blank"><span style="font-size: x-small;">Link Popularity Checker &#8211; Webmaster Toolkit </span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">22.</span></td>
<td><a rel="nofollow" href="http://www.widexl.com/remote/link-popularity/index.html" target="_blank"><span style="font-size: x-small;">Link Popularity Check &#8211; Widexl Internet Solution</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">23.</span></td>
<td><a rel="nofollow" href="http://www.marketleap.com/publinkpop/" target="_blank"><span style="font-size: x-small;">Link Popularity Check &#8211; Market Leap </span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">24.</span></td>
<td><a rel="nofollow" href="http://www.searchbliss.com/seo-tools/popularity.asp" target="_blank"><span style="font-size: x-small;">Link Popularity &#8211; Backlinks Checker &#8211; Search Bliss </span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">25.</span></td>
<td><a rel="nofollow" href="http://sitening.com/seo-tools/backlink-analyzer/my-analyzer/" target="_blank"><span style="font-size: x-small;">Backlink Analyzer &#8211; Sitening </span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">26.</span></td>
<td><a rel="nofollow" href="http://www.webuildpages.com/neat-o/" target="_blank"><span style="font-size: x-small;">Check Backlinks &#8211; Webuildpages</span></a></td>
</tr>
</tbody>
</table>
<p><span style="font-size: x-small;"><strong>C级IP地址检查:</strong>：对链接伙伴进行IP地址分布检查，而不至于被同一类IP地址的链接所惩罚。</span></p>
<table id="table6" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="30"><span style="font-size: x-small;">27.</span></td>
<td><a rel="nofollow" href="http://www.webrankinfo.com/english/tools/class-c-checker.php" target="_blank"><span style="font-size: x-small;">Class C Checker &#8211; Webrank Info </span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">28.</span></td>
<td><a rel="nofollow" href="http://www.webmaster-toolkit.com/class-c-checker.shtml" target="_blank"><span style="font-size: x-small;">Class C Checker &#8211; Webmaster Toolkit</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">29.</span></td>
<td><a rel="nofollow" href="http://www.seochat.com/seo-tools/class-c-checker/" target="_blank"><span style="font-size: x-small;">Class C Checker &#8211; SEO Chat</span></a></td>
</tr>
</tbody>
</table>
<p><span style="font-size: x-small;"><strong>蜘蛛模拟器</strong>：可以获知网页外观与搜索引擎蜘蛛索引的区别。</span></p>
<table id="table7" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="30"><span style="font-size: x-small;">30.</span></td>
<td><a rel="nofollow" href="http://www.seochat.com/seo-tools/spider-simulator/" target="_blank"><span style="font-size: x-small;">Spider Simulator &#8211; SEO Chat</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">31.</span></td>
<td><a rel="nofollow" href="http://www.iwebtool.com/spider_view" target="_blank"><span style="font-size: x-small;">Spider View &#8211; Iwebtool</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">32.</span></td>
<td><a rel="nofollow" href="http://www.anownsite.com/webmaster-resources/search-engine-spider-simulator.php" target="_blank"><span style="font-size: x-small;">Search Engine Spider Simulator &#8211; Anownsite </span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">33.</span></td>
<td><a rel="nofollow" href="http://www.xml-sitemaps.com/se-bot-simulator.html" target="_blank"><span style="font-size: x-small;">SE Bot Simulator &#8211; XML Sitemaps</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">34.</span></td>
<td><a rel="nofollow" href="http://www.linkvendor.com/seo-tools/se-spider.html" target="_blank"><span style="font-size: x-small;">SE Spider &#8211; LinkVendor</span></a></td>
</tr>
</tbody>
</table>
<h3><span style="font-size: x-small;">第三部分：可用性工具</span></h3>
<p><span style="font-size: x-small;"><strong>浏览器分辨率测试</strong>：在不同屏幕分辨率、不同操作系统、不同浏览器下网页的显示效果。</span></p>
<table id="table8" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="30"><span style="font-size: x-small;">35.</span></td>
<td><a rel="nofollow" href="http://www.markhorrell.com/tools/browser.html" target="_blank"><span style="font-size: x-small;">Browser Screen Resolution Checker &#8211; Markhorrell</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">36.</span></td>
<td><a rel="nofollow" href="http://www.anybrowser.com/ScreenSizeTest.html" target="_blank"><span style="font-size: x-small;">Screen Size Tester &#8211; AnyBrowser </span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">37.</span></td>
<td><a rel="nofollow" href="http://andylangton.co.uk/stuff/screen-resolution-checker" target="_blank"><span style="font-size: x-small;">Screen Resolution Checker &#8211; AndyLangTon</span></a></td>
</tr>
</tbody>
</table>
<p><span style="font-size: x-small;"><strong>HTML及CSS验证</strong>： <span>毫无疑问,W3C的验证会让你取得更好的搜索引擎排名加分，赶快改正那些错误及不规范的代码吧。</span></span></p>
<table id="table9" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="30"><span style="font-size: x-small;">38.</span></td>
<td><a rel="nofollow" href="http://validator.w3.org/" target="_blank"><span style="font-size: x-small;">W3C Validator</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">39.</span></td>
<td><a rel="nofollow" href="http://www.htmlhelp.com/tools/validator/" target="_blank"><span style="font-size: x-small;">WDG HTML Validator &#8211; Web Design Group </span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">40.</span></td>
<td><a rel="nofollow" href="http://onlinewebcheck.com/" target="_blank"><span style="font-size: x-small;">CSE HTML Validator Lite</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">41.</span></td>
<td><a rel="nofollow" href="http://www.validome.org/" target="_blank"><span style="font-size: x-small;">Validation Services for your HTML / XHTML / WML &#8211; Validome</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">42.</span></td>
<td><a rel="nofollow" href="http://jigsaw.w3.org/css-validator/" target="_blank"><span style="font-size: x-small;">CSS Validator &#8211; Jigsaw </span></a></td>
</tr>
</tbody>
</table>
<p><span style="font-size: x-small;"><strong>FireFox扩展</strong>：更多可参考我之前写过的</span><a href="http://www.kseo.cn/post/53.html" target="_blank"><span style="font-size: x-small;">火狐SEO扩展</span></a><span style="font-size: x-small;">。</span></p>
<table id="table10" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="30"><span style="font-size: x-small;">43.</span></td>
<td><a rel="nofollow" href="http://validator.w3.org/" target="_blank"><span style="font-size: x-small;">W3C Validator</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">44.</span></td>
<td><a rel="nofollow" href="http://www.htmlhelp.com/tools/validator/" target="_blank"><span style="font-size: x-small;">WDG HTML Validator &#8211; Web Design Group </span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">45.</span></td>
<td><a rel="nofollow" href="http://onlinewebcheck.com/" target="_blank"><span style="font-size: x-small;">CSE HTML Validator Lite</span></a></td>
</tr>
</tbody>
</table>
<p><span style="font-size: x-small;"><strong>页面速度测试</strong>：页面小、下载速度快的网页谁深受用户喜欢。</span></p>
<table id="table11" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="30"><span style="font-size: x-small;">46.</span></td>
<td><a rel="nofollow" href="http://www.linkvendor.com/seo-tools/speedtester.html" target="_blank"><span style="font-size: x-small;">Speed Tester &#8211; LinkVendor</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">47.</span></td>
<td><a rel="nofollow" href="http://www.web-hosting-top.com/web-hosting/tools.website-speed-test" target="_blank"><span style="font-size: x-small;">Website Speed Test &#8211; Web Hosting Top </span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">48.</span></td>
<td><a rel="nofollow" href="http://www.iwebtool.com/speed_test" target="_blank"><span style="font-size: x-small;">Website Speed Test &#8211; Iwebtool</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">49.</span></td>
<td><a rel="nofollow" href="http://www.websitegoodies.com/tools/speed-test.php" target="_blank"><span style="font-size: x-small;">Speed test &#8211; WebSite Goodies </span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">50.</span></td>
<td><a rel="nofollow" href="http://www.websiteoptimization.com/services/analyze/wso.php" target="_blank"><span style="font-size: x-small;">Web Page Speed Report</span></a></td>
</tr>
</tbody>
</table>
<h3><span style="font-size: x-small;">第四部分：其他SEO工具</span></h3>
<p><span style="font-size: x-small;"><strong>PageRank预测</strong>：包括未来预测及当前PR值。</span></p>
<table id="table12" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="30"><span style="font-size: x-small;">51.</span></td>
<td><a rel="nofollow" href="http://www.seochat.com/seo-tools/future-pagerank/" target="_blank"><span style="font-size: x-small;">Future PageRank &#8211; SEO Chat</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">52.</span></td>
<td><a rel="nofollow" href="http://www.pagerankprediction.com/" target="_blank"><span style="font-size: x-small;">Predict PageRank &#8211; Page Rank Prediction </span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">53.</span></td>
<td><a rel="nofollow" href="http://futurerank.com/rank/" target="_blank"><span style="font-size: x-small;">Future PageRank </span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">54.</span></td>
<td><span style="font-size: x-small;">* </span><a rel="nofollow" href="http://www.dnlodge.com/seo/pagerank_prediction.php" target="_blank"><span style="font-size: x-small;">Page Rank Prediction &#8211; DNLodge</span></a></td>
</tr>
</tbody>
</table>
<table id="table13" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="30"><span style="font-size: x-small;">55.</span></td>
<td><a rel="nofollow" href="http://www.iwebtool.com/visual_pagerank" target="_blank"><span style="font-size: x-small;">Visual PageRank &#8211; Iwebtool</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">56.</span></td>
<td><a rel="nofollow" href="http://www.seochat.com/seo-tools/pagerank-search/" target="_blank"><span style="font-size: x-small;">Search PageRank &#8211; SEO Chat</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">57.</span></td>
<td><a rel="nofollow" href="http://www.pageranktool.net/" target="_blank"><span style="font-size: x-small;">Page Rank Tool</span></a></td>
</tr>
</tbody>
</table>
<p><span style="font-size: x-small;"><strong>流量排名</strong>：网站的流量走势及搜索引擎分析。</span></p>
<table id="table14" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="30"><span style="font-size: x-small;">58.</span></td>
<td><a rel="nofollow" href="http://alexa.com/site/ds/top_500?qterm" target="_blank"><span style="font-size: x-small;">Alexa Traffic</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">59.</span></td>
<td><a rel="nofollow" href="http://awstats.sourceforge.net/" target="_blank"><span style="font-size: x-small;">Awstats</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">60.</span></td>
<td><span style="font-size: x-small;">** </span><a rel="nofollow" href="http://www.sitetracker.com/" target="_blank"><span style="font-size: x-small;">Sitetracker </span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">61.</span></td>
<td><span style="font-size: x-small;">** </span><a rel="nofollow" href="http://www.histats.com/" target="_blank"><span style="font-size: x-small;">Histats</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">62.</span></td>
<td><span style="font-size: x-small;">** </span><a rel="nofollow" href="http://www.google.com/analytics/" target="_blank"><span style="font-size: x-small;">Google Analytics </span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">63.</span></td>
<td><a rel="nofollow" href="http://compete.com/" target="_blank"><span style="font-size: x-small;">Compete</span></a></td>
</tr>
</tbody>
</table>
<p><span style="font-size: x-small;"><strong>搜索引擎饱和度</strong>：搜索引擎索引网站网页的数量。</span></p>
<table id="table15" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="30"><span style="font-size: x-small;">64.</span></td>
<td><a rel="nofollow" href="http://www.marketleap.com/siteindex/" target="_blank"><span style="font-size: x-small;">Search Engine Saturation &#8211; Market Leap</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">65.</span></td>
<td><a rel="nofollow" href="http://www.build-reciprocal-links.com/searchengine-saturation/" target="_blank"><span style="font-size: x-small;">Search Engine Saturation Tool &#8211; Build Reciprocal Links</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">66.</span></td>
<td><a rel="nofollow" href="http://www.searchbliss.com/seo-tools/saturation.asp" target="_blank"><span style="font-size: x-small;">Search Engine Saturation &#8211; SearchBliss</span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">67.</span></td>
<td><a rel="nofollow" href="http://totheweb.com/tools/sesat/index.php" target="_blank"><span style="font-size: x-small;">Search Engine Saturation Tool &#8211; To the Web </span></a></td>
</tr>
<tr>
<td><span style="font-size: x-small;">68.</span></td>
<td><a rel="nofollow" href="http://tools.seobook.com/general/sesat/" target="_blank"><span style="font-size: x-small;">Search Engine Saturation Tool &#8211; SEO Book</span></a></td>
</tr>
</tbody>
</table>
</div>
</div>
<p><span style="font-size: x-small;">　</span></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr valign="top">
<td><span style="font-family: 微软雅黑; color: #0066ff; font-size: x-small;">SEO软件下载：</span></td>
</tr>
<tr valign="top">
<td><span style="font-size: x-small;"><strong>1、网站地图制作软件（英文版）</strong><br />
可以帮助你的网站自动制作出符合Google要求的XML格式网站地图和符合yahoo要求的TXT格式网站地图。<strong><a href="http://www.seo.net.cn/down/RapidSitemaps.rar">点击下载</a></strong><strong>2、搜索引擎排名检测（中文版）</strong><br />
可以帮你方便的检测你的各个网站各个核心关键词的排名，非常好用。<strong><a href="http://www.seo.net.cn/down/seom.rar">点击下载</a></strong>  </p>
<p></span></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.glyle.net/archives/76/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
