<?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>昆明SEO &#187; SEO技术</title>
	<atom:link href="http://www.kmseo.cn/post/category/all/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kmseo.cn</link>
	<description>昆明网站优化、网络营销、网站推广服务,联系小马 QQ:七五八一六八三五</description>
	<lastBuildDate>Tue, 31 Aug 2010 02:42:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>服务器日志304的意思</title>
		<link>http://www.kmseo.cn/post/618.html</link>
		<comments>http://www.kmseo.cn/post/618.html#comments</comments>
		<pubDate>Sun, 22 Aug 2010 03:52:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO技术]]></category>
		<category><![CDATA[服务器日志]]></category>

		<guid isPermaLink="false">http://www.kmseo.cn/?p=618</guid>
		<description><![CDATA[早上起来发现有2个网站被百度把首页给干掉了，一个是首页降权，一个是首页被K；分析了下原因，估计是因为长时间没有更新造成的，只能先把网站的友情链接给去了，顺便分析下服务器日志；在两个网站的最近一周的日志中都出现了304这个现象：
2010-08-15 23:52:58 GET /template/css/style.css - - 67.195.111.53 HTTP/1.0 Mozilla/5.0+(compatible;+Yahoo!+Slurp/3.0;+http://help.yahoo.com/help/us/ysearch/slurp) http://www.cnpap.com/peidui/xingmingbihua.html 304 319
2010-08-17 15:48:21 GET / - - 123.125.66.80 HTTP/1.1 Baiduspider+(+http://www.baidu.com/search/spider.htm) - 304 306
304的http状态为，如果网页自请求者上次请求后没有更新，则用304代码告诉搜索引擎机器人；日志出现304页面，应该与上面差就是如果页面在长时间没更新，搜索引擎在爬行网站的时候，会返回304。
哦，不更新网站是会害死人的····
]]></description>
			<content:encoded><![CDATA[<p>早上起来发现有2个网站被百度把首页给干掉了，一个是首页降权，一个是首页被K；分析了下原因，估计是因为长时间没有更新造成的，只能先把网站的友情链接给去了，顺便分析下服务器日志；在两个网站的最近一周的日志中都出现了304这个现象：<span id="more-618"></span><br />
<code>2010-08-15 23:52:58 GET /template/css/style.css - - 67.195.111.53 HTTP/1.0 Mozilla/5.0+(compatible;+Yahoo!+Slurp/3.0;+http://help.yahoo.com/help/us/ysearch/slurp) http://www.cnpap.com/peidui/xingmingbihua.html 304 319</code><br />
<code>2010-08-17 15:48:21 GET / - - 123.125.66.80 HTTP/1.1 Baiduspider+(+http://www.baidu.com/search/spider.htm) - 304 306</code><br />
304的http状态为，如果网页自请求者上次请求后没有更新，则用304代码告诉搜索引擎机器人；日志出现304页面，应该与上面差就是如果页面在长时间没更新，搜索引擎在爬行网站的时候，会返回304。</p>
<p>哦，不更新网站是会害死人的····</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kmseo.cn/post/618.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ECShop出现lib_base.php on line 1203的解决方法</title>
		<link>http://www.kmseo.cn/post/615.html</link>
		<comments>http://www.kmseo.cn/post/615.html#comments</comments>
		<pubDate>Sat, 21 Aug 2010 08:29:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO技术]]></category>
		<category><![CDATA[ECShop错误]]></category>

		<guid isPermaLink="false">http://www.kmseo.cn/?p=615</guid>
		<description><![CDATA[我的手绘鞋批发网站在没有做任何改动的情况下出现了下面的情况：
Notice: Undefined variable: data in /hsphere/local/home/c292609/tujia16.com/includes/lib_base.php on line 1241 Warning: require(/hsphere/local/home/c292609/tujia16.com/languages//common.php): failed to open stream: No such file or directory in /hsphere/local/home/c292609/tujia16.com/includes/init.php on line 120 Fatal error: require(): Failed opening required '/hsphere/local/home/c292609/tujia16.com/languages//common.php' (include_path='.:/hsphere/local/home/c292609/tujia16.com/') in /hsphere/local/home/c292609/tujia16.com/includes/init.php on line 120 
从来没有遇到过，一些朋友说是权限问题，貌似不对，后来在google搜索下发现是缓存的问题，需要清空下ECShop根目录下的“temp/static_caches/ &#8221; 里面的文件，保留index.htm，具体什么原理我也说不清楚，只是保留一些方法，防止以后用到！现在，手绘鞋批发网网站又继续回来了，可惜百度快照什么的是错误的了····
]]></description>
			<content:encoded><![CDATA[<p>我的手绘鞋批发网站在没有做任何改动的情况下出现了下面的情况：<br />
<code>Notice: Undefined variable: data in /hsphere/local/home/c292609/tujia16.com/includes/lib_base.php on line 1241 Warning: require(/hsphere/local/home/c292609/tujia16.com/languages//common.php): failed to open stream: No such file or directory in /hsphere/local/home/c292609/tujia16.com/includes/init.php on line 120 Fatal error: require(): Failed opening required '/hsphere/local/home/c292609/tujia16.com/languages//common.php' (include_path='.:/hsphere/local/home/c292609/tujia16.com/') in /hsphere/local/home/c292609/tujia16.com/includes/init.php on line 120 </code><br />
从来没有遇到过，一些朋友说是权限问题，貌似不对，后来在google搜索下发现是缓存的问题，需要清空下ECShop根目录下的“temp/static_caches/ &#8221; 里面的文件，保留index.htm，具体什么原理我也说不清楚，只是保留一些方法，防止以后用到！现在，<a href="http://www.tujia16.com/">手绘鞋批发</a>网网站又继续回来了，可惜百度快照什么的是错误的了····</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kmseo.cn/post/615.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>韩国主机真不靠谱</title>
		<link>http://www.kmseo.cn/post/582.html</link>
		<comments>http://www.kmseo.cn/post/582.html#comments</comments>
		<pubDate>Thu, 22 Jul 2010 03:36:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO技术]]></category>

		<guid isPermaLink="false">http://www.kmseo.cn/?p=582</guid>
		<description><![CDATA[用了一个韩国的虚拟主机，现在已经是第三次无法访问了，害得我的站总被百度干掉；今天又一次没法访问了:
尊贵的客户您好，很抱歉的通知您，韩国2号机器（IP：&#8230;）因遭遇大规模DDOS攻击，导致被韩国骨干封了IP，我司暂时无法连接到服务器。对此我司新上了一台机器，已经将空间全部重新开通，数据正在备份后转移，预计下午18时转移完毕。
如您自己手里有备份数据，可以自行上传到新的空间，IP为（&#8230;..），FTP帐户和密码均不变，域名也需要重新解析到新的IP上，我们会尽快恢复数据。以后将一直使用新的IP：&#8230;..，旧的IP数据取回后即不用。
我的seode.com.cn已经是三次转移数据了，就因为这样在百度表现非常的差！频繁的更换ip，对网站在搜索引擎的表现影响真的很大！
]]></description>
			<content:encoded><![CDATA[<p>用了一个韩国的虚拟主机，现在已经是第三次无法访问了，害得我的站总被百度干掉；今天又一次没法访问了:<br />
尊贵的客户您好，很抱歉的通知您，韩国2号机器（IP：&#8230;）因遭遇大规模DDOS攻击，导致被韩国骨干封了IP，我司暂时无法连接到服务器。对此我司新上了一台机器，已经将空间全部重新开通，数据正在备份后转移，预计下午18时转移完毕。<br />
如您自己手里有备份数据，可以自行上传到新的空间，IP为（&#8230;..），FTP帐户和密码均不变，域名也需要重新解析到新的IP上，我们会尽快恢复数据。以后将一直使用新的IP：&#8230;..，旧的IP数据取回后即不用。<span id="more-582"></span><br />
我的seode.com.cn已经是三次转移数据了，就因为这样在百度表现非常的差！频繁的更换ip，对网站在搜索引擎的表现影响真的很大！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kmseo.cn/post/582.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>谷歌热榜即将关闭</title>
		<link>http://www.kmseo.cn/post/579.html</link>
		<comments>http://www.kmseo.cn/post/579.html#comments</comments>
		<pubDate>Tue, 20 Jul 2010 13:23:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO技术]]></category>
		<category><![CDATA[谷歌热榜]]></category>

		<guid isPermaLink="false">http://www.kmseo.cn/?p=579</guid>
		<description><![CDATA[他们再次赢了，他们通过各种各样的方式让谷歌越来越原理我们，现在，我们连谷歌热榜也要失去了！
谷歌中国的博客发布了新的文章，公布了在中国新的服务架构：即同时通过Google.cn和 Google.com.hk这两个域名来服务中国用户。Google.cn将提供购物、音乐和翻译三款产品，并将关闭热榜和生活两个服务。
谷歌热榜以前经常用，感觉比百度的指数更新要快很多，相信不少站长做热门新闻的流量主要还是参考的谷歌热榜！生活频道也是非常的好用的一项服务，至少我租房子是在上面找，比我一个一个租房网找方便多了！热榜和生活都关闭了，感觉像失去了什么！还好我现在不用急着看热门的词条，也不用着急去租房子了！对于我们的互联网的制度，不想说什么，不如洗洗睡呢！
谷歌地图估计也会在不久关闭，我们期待着······
]]></description>
			<content:encoded><![CDATA[<p>他们再次赢了，他们通过各种各样的方式让谷歌越来越原理我们，现在，我们连谷歌热榜也要失去了！<br />
谷歌中国的博客发布了新的文章，公布了在中国新的服务架构：即同时通过Google.cn和 Google.com.hk这两个域名来服务中国用户。Google.cn将提供购物、音乐和翻译三款产品，并将关闭热榜和生活两个服务。<span id="more-579"></span><br />
谷歌热榜以前经常用，感觉比百度的指数更新要快很多，相信不少站长做热门新闻的流量主要还是参考的谷歌热榜！生活频道也是非常的好用的一项服务，至少我租房子是在上面找，比我一个一个租房网找方便多了！热榜和生活都关闭了，感觉像失去了什么！还好我现在不用急着看热门的词条，也不用着急去租房子了！对于我们的互联网的制度，不想说什么，不如洗洗睡呢！<br />
谷歌地图估计也会在不久关闭，我们期待着······</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kmseo.cn/post/579.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>网站被百度惩罚怎么办？</title>
		<link>http://www.kmseo.cn/post/563.html</link>
		<comments>http://www.kmseo.cn/post/563.html#comments</comments>
		<pubDate>Sat, 12 Jun 2010 16:20:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO技术]]></category>
		<category><![CDATA[百度SEO]]></category>

		<guid isPermaLink="false">http://www.kmseo.cn/?p=563</guid>
		<description><![CDATA[做垃圾站靠百度获得流量越来越辛苦了··！
最近有2个网站首页被惩罚，目前还没有恢复···
网站被百度惩罚怎么办呢？
我也想知道····
]]></description>
			<content:encoded><![CDATA[<p>做垃圾站靠百度获得流量越来越辛苦了··！<br />
最近有2个网站首页被惩罚，目前还没有恢复···<br />
网站被百度惩罚怎么办呢？<span id="more-563"></span><br />
<del datetime="2010-06-12T16:13:51+00:00">我也想知道····</del></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kmseo.cn/post/563.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>开通QQ围脖</title>
		<link>http://www.kmseo.cn/post/555.html</link>
		<comments>http://www.kmseo.cn/post/555.html#comments</comments>
		<pubDate>Thu, 20 May 2010 15:05:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO技术]]></category>
		<category><![CDATA[QQ围脖]]></category>

		<guid isPermaLink="false">http://www.kmseo.cn/?p=555</guid>
		<description><![CDATA[把QQ微博开通了，也flow那些牛人！
我的微博:http://t.qq.com/muerduo
还有，昆明SEO这个博客没有更新，百度的排名就慢慢下滑！如此而已
]]></description>
			<content:encoded><![CDATA[<p>把QQ微博开通了，也flow那些牛人！<br />
我的微博:http://t.qq.com/muerduo<br />
还有，昆明SEO这个博客没有更新，百度的排名就慢慢下滑！如此而已</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kmseo.cn/post/555.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>如何利用淘宝风云榜？</title>
		<link>http://www.kmseo.cn/post/513.html</link>
		<comments>http://www.kmseo.cn/post/513.html#comments</comments>
		<pubDate>Sun, 07 Mar 2010 10:26:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO技术]]></category>
		<category><![CDATA[淘宝风云榜]]></category>

		<guid isPermaLink="false">http://www.kmseo.cn/?p=513</guid>
		<description><![CDATA[最近淘宝出了个风云榜，下面是如何利用淘宝风云榜的一点头脑风暴合级！
1.与api结合，调用不同分类数据，并且实现样式多样化
2.将风云榜上的关健字对应的商品做成静态页展现在网站上
3.参考风去榜提供的关键词给自己的网站做SEO优化
4.在网站上座关键词精简的小导航
5.参考百度指数，做个淘宝指数网站
6.从热门关键词延伸到长尾关键词，做长尾seo
7.利用热门关键词，筛选出热卖的单品，进行推广
8.利用风云榜提供信息在网易等博客上发类似于排行榜的博文
]]></description>
			<content:encoded><![CDATA[<p>最近淘宝出了个风云榜，下面是如何利用淘宝风云榜的一点头脑风暴合级！<span id="more-513"></span><br />
1.与api结合，调用不同分类数据，并且实现样式多样化<br />
2.将风云榜上的关健字对应的商品做成静态页展现在网站上<br />
3.参考风去榜提供的关键词给自己的网站做SEO优化<br />
4.在网站上座关键词精简的小导航<br />
5.参考百度指数，做个淘宝指数网站<br />
6.从热门关键词延伸到长尾关键词，做长尾seo<br />
7.利用热门关键词，筛选出热卖的单品，进行推广<br />
8.利用风云榜提供信息在网易等博客上发类似于排行榜的博文</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kmseo.cn/post/513.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>淘宝客竟然有收入了</title>
		<link>http://www.kmseo.cn/post/505.html</link>
		<comments>http://www.kmseo.cn/post/505.html#comments</comments>
		<pubDate>Sun, 28 Feb 2010 18:12:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO技术]]></category>
		<category><![CDATA[淘宝客]]></category>

		<guid isPermaLink="false">http://www.kmseo.cn/?p=505</guid>
		<description><![CDATA[一个1月16日花了2个小时做的小网站，每天200ip，到今天3月1号为止刚好45天；今天为止发现竟然有了收入（如图）：


我块放弃了的时候，突然有收入了，更戏剧性的是今天排名突然掉了，掉得我莫名其妙的，我忘记了更新了！
这样的网站并不费力，费力的是怎么保证每天独有销售提成，还要保证流量的稳定！淘宝客是一个吃力不讨好的活，不要做什么淘宝客&#8211;商家作弊、淘宝搞鬼，还是洗洗睡吧！
刚打完电话，写了这个文章！
]]></description>
			<content:encoded><![CDATA[<p>一个1月16日花了2个小时做的小网站，每天200ip，到今天3月1号为止刚好45天；今天为止发现竟然有了收入（如图）：<br />
<span id="more-505"></span><br />
<a rel="attachment wp-att-506" href="http://www.kmseo.cn/post/505.html/attachment/123"><img class="alignnone size-full wp-image-506" title="淘宝客" src="http://www.kmseo.cn/wp-content/uploads/2010/03/123.gif" alt="" /></a><br />
我块放弃了的时候，突然有收入了，更戏剧性的是今天排名突然掉了，掉得我莫名其妙的，我忘记了更新了！<br />
这样的网站并不费力，费力的是怎么保证每天独有销售提成，还要保证流量的稳定！淘宝客是一个吃力不讨好的活，不要做什么淘宝客&#8211;商家作弊、淘宝搞鬼，还是洗洗睡吧！<br />
刚打完电话，写了这个文章！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kmseo.cn/post/505.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>回重庆啦，奋斗吧！</title>
		<link>http://www.kmseo.cn/post/501.html</link>
		<comments>http://www.kmseo.cn/post/501.html#comments</comments>
		<pubDate>Mon, 22 Feb 2010 11:11:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO技术]]></category>
		<category><![CDATA[奋斗]]></category>

		<guid isPermaLink="false">http://www.kmseo.cn/?p=501</guid>
		<description><![CDATA[如题！
这么一看似乎少了点，可是还是不想写太多……难怪现在微博那么火了！
今天早上8点到的重庆，做的火车，飞机票太贵了，消费不起！还是努力的赚钱吧……
2010年该做的什么了！
]]></description>
			<content:encoded><![CDATA[<p>如题！</p>
<p>这么一看似乎少了点，可是还是不想写太多……难怪现在微博那么火了！<br />
今天早上8点到的重庆，做的火车，飞机票太贵了，消费不起！还是努力的赚钱吧……<br />
2010年该做的什么了！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kmseo.cn/post/501.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GODADDY下ECSHOP静态化的方法</title>
		<link>http://www.kmseo.cn/post/496.html</link>
		<comments>http://www.kmseo.cn/post/496.html#comments</comments>
		<pubDate>Fri, 05 Feb 2010 10:02:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO技术]]></category>
		<category><![CDATA[ECSHOP]]></category>
		<category><![CDATA[GoDaddy]]></category>

		<guid isPermaLink="false">http://www.kmseo.cn/?p=496</guid>
		<description><![CDATA[在GODADDY下装了个ecshop，可是怎么也没法设置伪静态了！主机是linux的，所以是按照官方的将 ecshop 目录下的htaccess.txt 重命名为.htaccess，可是怎么弄都没法成功；我的shop绑定的是ecshop目录下的，默认的主机根目录下面的有一个.htaccess没有做任何定义！google搜索了一下才发现是多了个#号！
RewriteEngine On
#RewriteBase /
改为
RewriteEngine On
RewriteBase /
.htaccess要放在ecshop目录而不是更目录！估计是放在跟目录的话要设置为
RewriteEngine On
RewriteBase /ecshop
不过，我没有测试！
]]></description>
			<content:encoded><![CDATA[<p>在GODADDY下装了个ecshop，可是怎么也没法设置伪静态了！主机是linux的，所以是按照官方的将 ecshop 目录下的htaccess.txt 重命名为.htaccess，可是怎么弄都没法成功；我的shop绑定的是ecshop目录下的，默认的主机根目录下面的有一个.htaccess没有做任何定义！google搜索了一下才发现是多了个#号！<span id="more-496"></span><br />
RewriteEngine On<br />
#RewriteBase /<br />
改为<br />
RewriteEngine On<br />
RewriteBase /<br />
.htaccess要放在ecshop目录而不是更目录！估计是放在跟目录的话要设置为<br />
RewriteEngine On<br />
RewriteBase /ecshop<br />
不过，我没有测试！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kmseo.cn/post/496.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
