<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>何苦.org - 搜索引擎优化</title><link>http://www.heku.org/</link><description>热爱互联网,专注搜索引擎营销 - </description><generator>RainbowSoft Studio Z-Blog 1.8 Devo Build 80201</generator><language>zh-CN</language><copyright>Copyright 何苦.org. Some Rights Reserved.</copyright><pubDate>Mon, 06 Sep 2010 19:24:39 +0800</pubDate><item><title>百度搜索引擎优化指南v1.0免费下载(2010.8.14发布)</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/baiduseov1.0.html</link><pubDate>Sat, 14 Aug 2010 00:44:09 +0800</pubDate><guid>http://www.heku.org/SEO/baiduseov1.0.html</guid><description><![CDATA[<p>&nbsp;百度搜索引擎优化指南v1.0免费下载(2010.8.14发布)</p><p>&nbsp;</p><p>点击直接下载.</p><p><a href="http://www.heku.org/upload/2010/8/baiduseoV1.0.pdf" target="_blank">baiduseoV1.0.pdf</a></p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/baiduseov1.0.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=127</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=127&amp;key=909bf9f2</trackback:ping></item><item><title>.htaccess应用的N个技巧</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/124.html</link><pubDate>Fri, 16 Jul 2010 07:22:37 +0800</pubDate><guid>http://www.heku.org/SEO/124.html</guid><description><![CDATA[<p>&nbsp;<span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 20px; ">.htaccess&nbsp;文件 (Hypertext Access file) 是Apache Web服务器的一个非常强大的配置文件，对于这个文件，Apache有一堆参数可以让你配置出几乎随心所欲的功能。.htaccess 配置文件坚持了Unix的一个文化&mdash;&mdash;使用一个ASCII 的纯文本文件来配置你的网站的访问策略。<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">这篇文章包括了16个非常有用的小技巧。另外，因为.htaccess 是一个相当强大的配置文件，所以，一个轻微的语法错误会造成你整个网站的故障，所以，在你修改或是替换原有的文件时，一定要备份旧的文件，以便出现问题的时候可以方便的恢复。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">1. 使用.htaccess 创建自定义的出错页面。</strong>对于Linux Apache来说这是一项极其简单的事情。使用下面的.htaccess语法你可以轻松的完成这一功能。（把.htaccess放在你的网站根目录下）</p><p style="margin-top: 10px; margin-right: 2px; margin-bottom: 10px; margin-left: 2px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">&nbsp;</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); ">ErrorDocument 401 /error/401.php<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />ErrorDocument 403 /error/403.php<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />ErrorDocument 404 /error/404.php<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />ErrorDocument 500 /error/500.php</span></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">&nbsp;</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">2. 设置网站的时区</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); ">SetEnv TZ America/Houston</span></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">3. 阻止IP列表</strong><br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />有些时候，你需要以IP地址的方式阻止一些访问。无论是对于一个IP地址还是一个网段，这都是一件非常简单的事情，如下所示：</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); ">allow from all<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />deny from 145.186.14.122<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />deny from 124.15</span></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">Apache对于被拒绝的IP会返回403错误。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">4. 把一些老的链接转到新的链接上&mdash;&mdash;搜索引擎优化SEO</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); ">Redirect 301 /d/file.html&nbsp;</span><a href="http://www.htaccesselite.com/r/file.html" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(41, 112, 166); cursor: pointer; text-decoration: none; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); ">http://www.htaccesselite.com/r/file.html</span></a></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">5. 为服务器管理员设置电子邮件。</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); ">ServerSignature EMail<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />SetEnv SERVER_ADMIN&nbsp;</span><a href="mailto:default@domain.com" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(41, 112, 166); cursor: pointer; text-decoration: none; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); ">default@domain.com</span></a></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">6. 使用.htaccess 访止盗链。</strong>如果你网站上的一个图片被别的N多的网站引用了，那么，这很有可能会导致你服务器的性能下降，使用下面的代码可以保护某些热门的链接不被过多的引用。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); ">Options +FollowSymlinks<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " /># Protect Hotlinking<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />RewriteEngine On<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />RewriteCond %{HTTP_REFERER} !^$<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />RewriteCond %{HTTP_REFERER} !^http://(</span><a href="http://www.%29/?domainname.com/" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(41, 112, 166); cursor: pointer; text-decoration: none; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); ">www.)?domainname.com/</span></a><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); ">&nbsp;[nc]<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />RewriteRule .*.(gif|jpg|png)$&nbsp;</span><a href="http://www.heku.org/upload/2010/7/201007160723352548.png" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(41, 112, 166); cursor: pointer; text-decoration: none; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); ">upload/2010/7/201007160723352548.png</span></a><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); ">&nbsp;[nc]</span></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">7.&nbsp;阻止 User Agent 的所有请求</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); ">## .htaccess Code :: BEGIN<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />## Block Bad Bots by user-Agent<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />SetEnvIfNoCase user-Agent ^FrontPage [NC,OR]<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />SetEnvIfNoCase user-Agent ^Java.* [NC,OR]<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />SetEnvIfNoCase user-Agent ^Microsoft.URL [NC,OR]<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />SetEnvIfNoCase user-Agent ^MSFrontPage [NC,OR]<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />SetEnvIfNoCase user-Agent ^Offline.Explorer [NC,OR]<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />SetEnvIfNoCase user-Agent ^[Ww]eb[Bb]andit [NC,OR]<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />SetEnvIfNoCase user-Agent ^Zeus [NC]</span></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); ">Order Allow,Deny<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />Allow from all<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />Deny from env=bad_bot</span></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); ">## .htaccess Code :: END</span></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">8. 把某些特殊的IP地址的请求重定向到别的站点</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); ">ErrorDocument 403&nbsp;</span><a href="http://www.youdomain.com/" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(41, 112, 166); cursor: pointer; text-decoration: none; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); ">http://www.youdomain.com</span></a><br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " /><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); ">Order deny,allow<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />Deny from all<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />Allow from 124.34.48.165<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />Allow from 102.54.68.123</span></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">9.&nbsp;直接找开文件而不是下载</strong>&nbsp;&ndash; 通常，我们打开网上文件的时候总是会出现一个对话框问我们是下载还是直接打开，使用下面的设置就不会出现这个问题了，直接打开。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); ">AddType application/octet-stream .pdf<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />AddType application/octet-stream .zip<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />AddType application/octet-stream .mov</span></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">10.&nbsp;修改文件类型</strong>&nbsp;&ndash; 下面的示例可以让任何的文件都成为PHP那么被服务器解释。比如：myphp, cgi，phtml等。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); ">ForceType application/x-httpd-php<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />SetHandler application/x-httpd-php</span></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">11. 阻止存取.htaccess 文件</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); "># secure htaccess file</span></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); ">order allow,deny<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />deny from all</span><br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " /><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">12. 保护服务器上的文件被存取</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); "># prevent access of a certain file</span><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); ">&nbsp;order allow,deny<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />deny from all</span><br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " /><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">13.&nbsp;阻止目录浏览</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); "># disable directory browsing<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />Options All -Indexes</span></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">14. 设置默认主页</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); "># serve alternate default index page<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />DirectoryIndex about.html</span></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">15.&nbsp;口令认证</strong>&nbsp;&ndash; 你可以创建一个文件用于认证。下面是一个示例：</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); "># to protect a file</span></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); ">AuthType Basic<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />AuthName &ldquo;Prompt&rdquo;<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />AuthUserFile /home/path/.htpasswd<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />Require valid-user</span></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); "># password-protect a directory<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />resides<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />AuthType basic<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />AuthName &ldquo;This directory is protected&rdquo;<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />AuthUserFile /home/path/.htpasswd<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />AuthGroupFile /dev/null<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />Require valid-user</span></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><strong style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">16. 把老的域名转像新的域名</strong></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); "># redirect from old domain to new domain<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />RewriteEngine On<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />RewriteRule ^(.*)$&nbsp;</span><a href="http://www.yourdomain.com/$1" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(41, 112, 166); cursor: pointer; text-decoration: none; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); ">http://www.yourdomain.com/$1</span></a><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(255, 102, 0); ">&nbsp;[R=301,L]</span></p><p style="margin-top: 10px; margin-right: 2px; margin-bottom: 10px; margin-left: 2px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">例子：<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />我现在要在127.0.0.1这个IP下面再做一个站，原有的站是www.abc.com<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />现在我想再建一个www.123.com的网站。<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />于是我先在www.abc.com的根目录建立一个123的文件夹，然后制作了一个.htaccess文件。</p><p style="margin-top: 10px; margin-right: 2px; margin-bottom: 10px; margin-left: 2px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">DirectoryIndex default.php index.htm index.php index.html default.htm default.html index.shtml default.shtml<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />RewriteEngine On<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />Options All -Indexes<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />php_value upload_max_filesize 20M<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />RewriteEngine on<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />RewriteCond %{HTTP_HOST} ^(www.)?123.com$<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />RewriteCond %{REQUEST_URI} !^/123/<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />RewriteCond %{REQUEST_FILENAME} !-f<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />RewriteCond %{REQUEST_FILENAME} !-d<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />RewriteRule ^(.*)$ /123/$1<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />RewriteCond %{HTTP_HOST} ^(www.)?123.com$<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />RewriteRule ^(/)?$ 123/index.php [L]<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />ErrorDocument 401 /404.htm<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />ErrorDocument 403 /404.htm<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />ErrorDocument 404 /404.htm<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />ErrorDocument 500 /404.htm</p><p style="margin-top: 10px; margin-right: 2px; margin-bottom: 10px; margin-left: 2px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">DirectoryIndex default.php index.htm index.php index.html default.htm default.html index.shtml default.shtml<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />这个是定义默认首页的<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />RewriteEngine On<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />Options All -Indexes<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />php_value upload_max_filesize 20M</p><p style="margin-top: 10px; margin-right: 2px; margin-bottom: 10px; margin-left: 2px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">这个是修改程序上传文件大小的</p><p style="margin-top: 10px; margin-right: 2px; margin-bottom: 10px; margin-left: 2px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">RewriteEngine on<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />RewriteCond %{HTTP_HOST} ^(www.)?123.com$ 这个是域名<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />RewriteCond %{REQUEST_URI} !^/123/ 这个是目录设置<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />RewriteCond %{REQUEST_FILENAME} !-f<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />RewriteCond %{REQUEST_FILENAME} !-d<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />RewriteRule ^(.*)$ /123/$1 目录设置<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />RewriteCond %{HTTP_HOST} ^(www.)?123.com$ 域名<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />RewriteRule ^(/)?$ 123/index.php [L] 默认访问的文件，可以修改成别的<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />ErrorDocument 401 /404.htm<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />ErrorDocument 403 /404.htm<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />ErrorDocument 404 /404.htm<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />ErrorDocument 500 /404.htm<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />这些是错误文档定义。<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />.htaccess文件很强大的，可以实现很多功能，甚至可以定义php参数，比如上传文件大小，PHP程序运行时间等等，只要善于发掘，就能够实现更多的功能。</p></span></p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/124.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=124</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=124&amp;key=1fb4f0cc</trackback:ping></item><item><title>用asp实现301永久重定向</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/301-Moved-Permanently.html</link><pubDate>Tue, 06 Jul 2010 19:15:29 +0800</pubDate><guid>http://www.heku.org/SEO/301-Moved-Permanently.html</guid><description><![CDATA[<blockquote><p>&nbsp;&lt;%@ Language=VBScript %&gt;</p><p>&lt;%</p><p>Response.Status=&quot;301 Moved Permanently&quot;</p><p>Response.AddHeader &quot;Location&quot;,&quot;http://www.heku.org/&quot;</p><p>Response.End</p><p>%&gt;</p></blockquote><p>完全复制以上的asp代码.创建asp文件,替换需要重定向的文件. (或者创建index.asp用来重定向某个目录.)</p><p>&nbsp;</p><p>php的重定向代码如下: ps:未经验证.</p><p>&nbsp;</p><p><span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif; color: rgb(103, 102, 21); line-height: 22px; "><blockquote><p style="line-height: 22px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; ">header(&quot;HTTP/1.1 301 Moved Permanently&quot;)；</p><p style="line-height: 22px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; ">header(&quot;Location：http://www.yoursite.com/&quot;)；</p><p style="line-height: 22px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-indent: 2em; ">exit()；</p></blockquote></span></p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/301-Moved-Permanently.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=123</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=123&amp;key=b720da2d</trackback:ping></item><item><title>百度给站长的建站建议</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/121.html</link><pubDate>Mon, 07 Jun 2010 20:29:21 +0800</pubDate><guid>http://www.heku.org/SEO/121.html</guid><description><![CDATA[<p>&nbsp;<span class="Apple-style-span" style="font-family: 宋体; line-height: 24px; "><span class="p2" style="font-size: 14px; color: rgb(51, 51, 51); line-height: 24px; "><ol id="">    <li class="p2" id="" style="font-size: 14px; color: rgb(51, 51, 51); line-height: 24px; ">为每个网页添加合适的标题，如果是网站首页，则标题建议使用站点名称或者站点代表的公司、机构名称；其余的内容页面，标题建议做成与正文内容的提炼和概括，这可以让您的潜在用户通过搜索引擎结果中的标题快速访问到您的页面。<br />    &nbsp;</li>    <li class="p2" id="" style="font-size: 14px; color: rgb(51, 51, 51); line-height: 24px; ">充分利用网站首页或者频道首页的 description 标签，提供此网页内容的概括说明，形式为&lt;meta name=&quot;description&quot; content=&quot;此网页内容的概括说明&quot; /&gt;，这将帮助用户和搜索引擎加强对你的网站和网页的理解。<br />    &nbsp;</li>    <li class="p2" style="font-size: 14px; color: rgb(51, 51, 51); line-height: 24px; ">网站应该有明晰的导航和层次结构，网站上重要的网页，应该能从网站比较浅层的位置找到，确保每个页面都可以通过至少一个文本链接到达。<br />    &nbsp;</li>    <li class="p2" id="" style="font-size: 14px; color: rgb(51, 51, 51); line-height: 24px; ">尽量使用文字而不是flash、Javascript等来显示重要的内容或链接，百度暂时无法识别Flash、Javascript中的内容，这部分内容可能无法在百度搜索得到；仅在flash、Javascript中包含链接指向的网页，百度可能无法收录。<br />    &nbsp;</li>    <li class="p2" style="font-size: 14px; color: rgb(51, 51, 51); line-height: 24px; ">尽量少使用frame和iframe框架结构，通过iframe显示的内容可能会被百度丢弃。<br />    &nbsp;</li>    <li class="p2" id="" style="font-size: 14px; color: rgb(51, 51, 51); line-height: 24px; ">如果网站采用动态网页，减少参数的数量和控制参数的长度将有利于收录。<br />    &nbsp;</li>    <li class="p2" style="font-size: 14px; color: rgb(51, 51, 51); line-height: 24px; ">网站改版或者网站内重要页面链接发生变动时，应该将改版前的页面301永久重定向到改版后的页面。<br />    &nbsp;</li>    <li class="p2" style="font-size: 14px; color: rgb(51, 51, 51); line-height: 24px; ">网站更换域名，应该将旧域名的所有页面301永久重定向到新域名上对应的页面。</li></ol></span><span class="p2" style="font-size: 14px; color: rgb(51, 51, 51); line-height: 24px; ">　　只有当搜索引擎、站长、互联网用户之间，能有一种默契的利益均衡，这个行业才会顺畅发展。竭泽而渔式的网站建设，只会使您与用户、与搜索引擎越来越远。搜索引擎与站长之间，宜和谐发展，共同拥抱美好的愿景。<br /><br />以下是我们给出的一些网站质量方面的建议：</span><span class="p2" style="font-size: 14px; color: rgb(51, 51, 51); line-height: 24px; "><ol>    <li class="p2" style="font-size: 14px; color: rgb(51, 51, 51); line-height: 24px; ">网站的内容应该是面向用户的，搜索引擎也只是网站的一个普通访客，放置任何用户不可见、或者欺骗用户的内容，都可能被搜索引擎当做作弊行为，这些行为包括但不仅限于：在网页中加入隐藏文字或隐藏链接；在网页中加入与网页内容不相关的关键词；具有欺骗性跳转或重定向；专门针对搜索引擎制作桥页；针对搜索引擎利用程序生成的内容；具有大量重复无价值内容；充斥大量恶意广告或恶意代码等。<br />    &nbsp;</li>    <li class="p2" id="aeaoofnhgocdbnbeljkmbjdmhbcokfdb-mousedown" style="font-size: 14px; color: rgb(51, 51, 51); line-height: 24px; ">百度更喜欢独特的原创内容，如果您的站点内容只是从各处采集复制而成，很可能不会被百度收录。<br />    &nbsp;</li>    <li class="p2" style="font-size: 14px; color: rgb(51, 51, 51); line-height: 24px; ">谨慎设置您的友情链接，如果您网站上的友情链接，多是指向一些垃圾站点，那么您的站点可能会受到一些负面影响。<br />    &nbsp;</li>    <li class="p2" style="font-size: 14px; color: rgb(51, 51, 51); line-height: 24px; ">谨慎加入频道共建、内容联盟等不能产生或很少产生原创内容的计划，除非您能为内容联盟创造原创的内容。<br />    &nbsp;</li>    <li class="p2" style="font-size: 14px; color: rgb(51, 51, 51); line-height: 24px; ">百度会尽量收录提供不同信息的网页，如果您网站上相同的内容可以通过不同形式展现（如论坛的简版页面、打印页），可以使用robots.txt禁止spider抓取您不想向用户展现的形式，这也有助于节省您的带宽。</li></ol></span></span></p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/121.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=121</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=121&amp;key=e78912d3</trackback:ping></item><item><title>琐碎记录20090908</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/101.html</link><pubDate>Mon, 07 Sep 2009 20:33:30 +0800</pubDate><guid>http://www.heku.org/SEO/101.html</guid><description><![CDATA[<p>1.随着windows自动更新的发布,ie8的市场占有率也在不断提升,今天看到的统计数据表明: 一周内ie8的网站访问中有5.9%使用了ie8浏览器,昨天的访客中,有6.5%使用了ie8.</p><p>2.在做一个决定(事业)之前,需要考虑的主要有以下三点:<span style="color: rgb(255, 0, 0); ">投资,风险,收益. </span>&nbsp;</p><p>投资主要是指资本,人力;</p><p>风险主要应该考虑政策风险,市场风险</p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/101.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=101</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=101&amp;key=ea07ff37</trackback:ping></item><item><title>搜索引擎大事 简单记录</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/100.html</link><pubDate>Fri, 04 Sep 2009 19:17:41 +0800</pubDate><guid>http://www.heku.org/SEO/100.html</guid><description><![CDATA[<p>&nbsp;2009.9.2 腾讯soso正式上线, 从此腾讯使用自己的搜索结果,放弃了google的搜索结果.</p><p>2009.9.2 &nbsp;google取消了对自动请求的验证码输入, 不知道是否与soso独立有关系.</p><p>2009.9.4 &nbsp;李开复正式从谷歌辞职. &nbsp; &nbsp;开复博士加油!</p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/100.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=100</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=100&amp;key=0e6df88e</trackback:ping></item><item><title>Google logo开启了&amp;quot;时光隧道&amp;quot;</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/Google-baibaoxiang.html</link><pubDate>Fri, 05 Jun 2009 18:27:52 +0800</pubDate><guid>http://www.heku.org/SEO/Google-baibaoxiang.html</guid><description><![CDATA[<p>Google推出百宝箱有一段时间了.</p><p>今天的logo搜索,应该是着实的推了一把.</p><p><a target="_blank" href="http://www.google.cn/search?q=%E4%BF%84%E7%BD%97%E6%96%AF%E6%96%B9%E5%9D%97&amp;hl=zh-CN&amp;sa=N&amp;tbo=1&amp;newwindow=1&amp;tbs=tl:1&amp;num=100&amp;ei=1cUpSrzCNsOXkQW6muSECw&amp;oi=timeline_navigation_bar&amp;ct=timeline-navbar&amp;cd=3">透过时光隧道来看俄罗斯方块的发展</a></p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/Google-baibaoxiang.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=94</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=94&amp;key=138d0d83</trackback:ping></item><item><title>新闻的处理,Google还是要比百度快的多.</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/news.html</link><pubDate>Sat, 11 Apr 2009 02:55:27 +0800</pubDate><guid>http://www.heku.org/SEO/news.html</guid><description><![CDATA[<p>&nbsp;今天的一个新闻,山东沂水的一次学生乘坐的客车车祸事件.下午的时候各大网站已经争相报道.傍晚的时候,搜索&quot;沂水县翻入沟&quot;,在Google搜索结果的首页,已经全部都是各大网站的相关报道.</p><p>而在百度的搜索结果中,却丝毫看不到这一条新闻.</p><p>百度新闻的搜索结果也只有一条结果.然而确实2007年的&quot;新闻&quot;....</p><p>百度的技术水平....堪忧</p><p>下面看图...</p><p><strong>Google搜索结果</strong></p><p><img title="" alt="" src="http://www.heku.org/upload/2009/4/Google-yishui.jpg" onload="ResizeImage(this,520)" /></p><p><strong>百度网页搜索结果</strong></p><p><img title="" alt="" src="http://www.heku.org/upload/2009/4/baidu-yishui.jpg" onload="ResizeImage(this,520)" /></p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/news.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=90</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=90&amp;key=0f5a663f</trackback:ping></item><item><title>蓝杉SEO培训即将开始!</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/seo-training.html</link><pubDate>Sun, 18 Jan 2009 10:30:36 +0800</pubDate><guid>http://www.heku.org/SEO/seo-training.html</guid><description><![CDATA[<p><strong><span style="font-size: medium">蓝杉的SEO培训开始接受报名了!</span></strong></p><p>&nbsp;</p><p>培训周期：5天（周三-周日）<br />培训方式：常规培训（SEO基本知识、方法、窍门、SEO技术类、思维类、SEO背后的工作、B2B、B2C）每天4 小时<br />实践辅导（站点制作）每天2小时<br />2-3小时的网络培训(培训中某天晚上--主讲：丘仕达)<br />培训讲师：黑白画映、何苦、penny、tony<br />培训嘉宾：丘仕达、酒醒还是我（其他在确认中）<br />培训费用：5000/人<br />培训地点：北京-瑞海姆度假村</p><p><br />不想吹那么多乱七八糟的东西在内，就想搞点实际的，毕竟在QQ群里很多人在问这个事情，问蓝杉是不是有做培训的可能，不定期的搞一下吧。有几点要说一下，希望大家理解一下。</p><p><strong>1、时间问题</strong>，我个人认为教会一个人认识SEO到理解SEO和应用SEO不是一个短期的事情，所以我确定时间为5天，从人情层面讲，5天足够交到一个好的朋友，比如你和我的认识，所以会倾囊相授。</p><p><strong>2、费用问题，</strong>5000的价格实在是很低了，朋友们可以算一下，每天6-7小时的时间共30小时，这个每小时166，里面还要算上食宿费用等，刚才和群里的朋友说了一下，我每天日薪700左右，按这个时间我要请3天的假期和1个周末，还要算上其他几个人，具体价格就不算了，伤和气。</p><p><strong>3、培训大纲，</strong>节后会制定出来，提前说一下，我不敢误人子弟，也不想留下千古骂名，所以会认真对待这个事情。</p><p>PS：有意的朋友请联系我,QQ:51611065，请注明：SEO培训，春节后会建立培训QQ群，用以通知和相应的训前沟通。</p><p>本文来自: 蓝杉SEO博客(<a href="http://www.lention.com.cn/blog/">http://www.lention.com.cn/blog/</a>) 详细出处参考：<a href="http://www.lention.com.cn/blog/post/365.html">http://www.lention.com.cn/blog/post/365.html</a></p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/seo-training.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=83</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=83&amp;key=57a447f9</trackback:ping></item><item><title>强大而优雅的菊子曰（From 菊仙子）</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/JuZiYue.html</link><pubDate>Thu, 08 Jan 2009 10:51:42 +0800</pubDate><guid>http://www.heku.org/SEO/JuZiYue.html</guid><description><![CDATA[<p><a href="http://www.juxianzi.com/">菊仙子 :: 博客从这里开始...</a></p><p>看到这个名字,打开网页看到网页,很有一种优雅的感觉~~</p><p>本来,想拿这个免费的,正在测试期间的软件跟虫虫博客群建2009来做一番比较.可是,给这么一个优雅的软件,冠以一个&quot;博客群发&quot;的名号.貌似是对菊仙子的不敬~~</p><p>菊子曰目前支持的博客系统主要有:</p><p>新浪博客/百度空间/网易空间等</p><p>Zblog/WordPress等独立博客系统...</p><p><a href="http://www.juxianzi.com/product/juziyue/help/partner.html">详细列表在这里</a></p><p>看到这个文章的朋友,建议下载试用一下,如果有兴趣,可以尝试加入菊仙子的测试团队:<a href="http://www.juxianzi.com/downloads/">http://www.juxianzi.com/downloads/</a></p><p>希望可以看到更加强大的一个菊子曰~</p><p>最新版菊子曰下载地址暂时不提供,感兴趣的朋友,到官方网站申请加入测试团队,会有邮件联系.</p><p>(另外有一点需要说明,针对大站博客群发信息的朋友来说,可能面临封杀账号的风险.新浪/网易对新注册的用户,审核严格,极有可能遭到封杀.百度不仅对新注册用户,老用户也有可能被封杀.请谨慎选择恰当的方式.)</p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/JuZiYue.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=82</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=82&amp;key=bfbf8526</trackback:ping></item><item><title>自动隐藏内容的css代码</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/css-code.html</link><pubDate>Thu, 25 Dec 2008 14:54:37 +0800</pubDate><guid>http://www.heku.org/SEO/css-code.html</guid><description><![CDATA[<p><span class="Apple-style-span" style="word-spacing: 0px; font: 16px Simsun; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; webkit-border-horizontal-spacing: 0px; webkit-border-vertical-spacing: 0px; webkit-text-decorations-in-effect: none; webkit-text-size-adjust: auto; webkit-text-stroke-width: 0"><pre style="word-wrap: break-word"><span style="color: #ff0000">overflow:hidden;white-space:nowrap;text-overflow:ellipsis;</span></pre></span></p><p>&nbsp;</p><p><span class="Apple-style-span" style="word-spacing: 0px; font: 16px Simsun; text-transform: none; color: rgb(0,0,0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; orphans: 2; widows: 2; webkit-border-horizontal-spacing: 0px; webkit-border-vertical-spacing: 0px; webkit-text-decorations-in-effect: none; webkit-text-size-adjust: auto; webkit-text-stroke-width: 0">将此属性定义到li</span>,同时定义li的宽度</p><p>可以达到这样的目的: 超出宽度自动隐藏.</p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/css-code.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=80</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=80&amp;key=bb20557c</trackback:ping></item><item><title>{转}学习SEO从哪里开始,技术的起点是什么</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/seo-class.html</link><pubDate>Wed, 03 Dec 2008 22:12:14 +0800</pubDate><guid>http://www.heku.org/SEO/seo-class.html</guid><description><![CDATA[<div><ol>    <li title="代码设计">    <p><b>Web Design 网站设计基础</b> -包括网页代码设计和美工</p>    <p>&nbsp;</p>    <p>建议从XHTML代码设计的WEB标准开始：了解网站设计的基本元素- CSS、DIV的概念,包括最基本的html代码书写、名称、具体代码使用规则;<br />    <b>WEB设计软件的运用</b>：Dreamweaver( 最新版本 MX,即Ver.8)的使用,操作系统平台建议使用Win2000或XP;</p>    <p>当然,如果你已经可以手写网页代码,而且熟知XHTML的代码结构和规则,可以直接进入下一环节。注意：不要使用FrontPage学习,也不要使用VISTA操作平台学习。</p>    <p><b title="平面设计">2D Design &ndash; Photoshop平面设计软件的基本使用</b>,这个是针对将来可以独立运营网站或者在SEO的同时调整网站布局时所需要运用到的,初级的SEO学习可先略过此环节</p>    <p>&nbsp;</p>    </li>    <li title="SEO 文案撰写"><b>Copywriter Capacity 文案撰写能力</b><br />    SEO文案的好坏,占整个SEO策划是否成功的30%左右,文案好坏可以说是SEO技术好坏的评断之一。<br />    这一项属于个人素质，技术可以短时间内学习、掌握，素质可能是与生俱来的或者亘长时间内综合学习、成长的结果。 如果你从学生时代就可独立成篇,那恭喜你！    <p>&nbsp;</p>    <p>&nbsp;</p>    </li>    <li title="SEO 分析能力"><b>Analytical 分析能力</b>    <p>&nbsp;</p>    <p>包含逻辑推理（可以看侦探小说？呵呵）、数据汇总分析能力、预测能力<br />    平时生活中注重细节、看影视剧很容易就找到穿帮片段、有评论欲望,这些都可能是促成好的分析能力的点滴</p>    <p>&nbsp;</p>    </li>    <li title="自信力"><b>Self-confidence 自信力</b>    <p>&nbsp;</p>    <p>这一点不容易三言两语说明白,但 却是SEO从业人员应有的素质、本性的重要因素- 不盲目,有见地,对自己的SEO策划有一定把握,无论别人持什么对立意见,或者外界发生了对立的、反常的情形.</p>    <p>&nbsp;</p>    </li></ol><p>综上所述,本节讲述了<a href="http://the1design.cn/Search-Engine-Optimization-Study-Class-1.html">SEO和相关的技术、技术从业人员的起点、基础知识、个基本素养</a>。<br />中意独家发布,转载请注明出处及本文章原始地址。</p></div>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/seo-class.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=77</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=77&amp;key=eeb92326</trackback:ping></item><item><title>Google的118种排名因素分析（解密文档）</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/google-rank.html</link><pubDate>Wed, 03 Dec 2008 09:38:53 +0800</pubDate><guid>http://www.heku.org/SEO/google-rank.html</guid><description><![CDATA[<p><a target="_blank" href="http://www.lention.com.cn/blog/post/307.html">蓝杉SEO官方群</a>（群号：50099271）成立了，在群里和大家交流一些东西，但发现一个问题，很多朋友目前处于刚刚知道SEO或者刚刚学习SEO的阶段，但并没有对SEO以及在SEOer眼中搜索引擎到底是个什么样子呢？很巧，最近tony在正好在写一些爬虫程序，同时买了很多关于搜索引擎原理的书籍，所以他最近开始在技术层面和大家交流搜索引擎到底是怎么运作的，而我也应一些朋友的要求开始找了一些很老但很实际、&ldquo;解恨&rdquo;的文档再次发布出来，也算这些年来我学习SEO的一些笔记、资料等等，希望大家赏脸～哈哈！</p><p>今天发出的是一个老文档---<a target="_blank" href="http://www.lention.com.cn/blog/post/Google-Ranking-Factors_7578.html">Google的118种排名因素分析</a>，大家不要把这个当成什么秘籍，它只是简要的说明了什么做法是对搜索引擎（Google、百度）是友好的，什么做法是爬虫喜爱的，我们做网站的时候，部署这些东西到底是为了什么，也许可以说是你如果想你的站点在搜索引擎上有所作为都需要怎么做，SEO的老鸟都知道，当一个站点在做SEO的同时，你的竞争对手也同样的在做这个工作，那什么时候决定双方排名的最终结果呢？是细节。</p><p>好了～我们一起来看这个表格吧，希望能给大家一些启发吧～</p><p>再次声明：我们做SEO是为了向搜索引擎推送最合理的内容，拒绝SPAM～<br />&nbsp;</p><p><a target="_blank" href="http://www.heku.org/upload/2008/12/GoogleRankingFactors.pdf">下载：Google的118种排名因素分析</a></p><p>&nbsp;</p><p>本文来自: 蓝杉SEO博客(<a href="http://www.lention.com.cn/blog/">http://www.lention.com.cn/blog/</a>) 详细出处参考：<a href="http://www.lention.com.cn/blog/post/Google-Ranking-Factors_7578.html">http://www.lention.com.cn/blog/post/Google-Ranking-Factors_7578.html</a></p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/google-rank.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=76</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=76&amp;key=601cc54c</trackback:ping></item><item><title>怎么样让网站能让百度搜索到?</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/WangZhan-BaiDu.html</link><pubDate>Sat, 06 Sep 2008 10:59:38 +0800</pubDate><guid>http://www.heku.org/SEO/WangZhan-BaiDu.html</guid><description><![CDATA[<p>这几天,有好几个朋友都在问我,怎么样能让网站在百度的搜索结果里边找到?</p><p>每次听到这个问题,我都会笑一笑...三秒钟以后,告诉他(她):这个...三天三夜大概也讲不完.</p><p>可是,每次朋友总想知道一些东西.我简单的讲...</p><p><strong>何苦&nbsp; 10:46:01<br />你以后从博客。论坛或者其他网站上能发布信息的地方。如果文字能够带链接的话。你就 加上一个链接。</strong></p><p><strong>比如说 济南婚庆 四个字。做链接到&nbsp; </strong><a href="http://www.jinanqingdian.cn/"><strong>http://www.jinanqingdian.cn/</strong></a><strong><br />何苦&nbsp; 10:46:23<br />以后。别人搜索 济南婚庆，搜索结果里边就有可能显示&nbsp; </strong><a href="http://www.jinanqingdian.cn/"><strong>http://www.jinanqingdian.cn/</strong></a><strong><br />何苦&nbsp; 10:46:37<br />比如说，你从舜网的&nbsp; 论坛签名里边。你 写上这个链接。。<br />何苦&nbsp; 10:46:50<br />以后你从舜网发一个帖子或者回复，就带了个链接了。<br />何苦&nbsp; 10:47:17<br />当然，你也可以写的更好一点。比如说，济南专业的婚庆策划机构，然后链接到这个网址。<br />何苦&nbsp; 10:47:31<br />除了对排名有好处以外，也是相当于一个广告。</strong><br />&nbsp;</p><p><strong>何苦&nbsp; 10:49:27<br />你隔上几天。尽量往网站上发几篇文章。<br />何苦&nbsp; 10:49:46<br />三天左右发一篇文章就行。<br />何苦&nbsp; 10:49:55<br />要注意的是，文章不要简单的复制别的网站的。<br />何苦&nbsp; 10:50:22<br />这么说吧，如果你的网站的内容，都是别的网站上已经有的，那百度就会认为你的网站没有价值。排名的时候就不会把你排到前面。。<br />何苦&nbsp; 10:50:34<br />所以，你尽量创造一些独一无二的内容。<br />何苦&nbsp; 10:51:02<br />比如说，可以发一个公告，恭喜 谁谁喜结良缘。。。<br />何苦&nbsp; 10:51:13<br />发布几张婚礼过程的图片。。。<br />何苦&nbsp; 10:51:31<br />除了优化之外，也是一个给别的访客有感染力的东西。。<br />何苦&nbsp; 10:51:38<br />自我宣传嘛。。<br /></strong></p><p>&nbsp;</p><p><em><strong>跟另一个朋友,是这样讲的:</strong></em></p><p><strong>百度相当于一个裁判员,其他的网页,都是下面的普通人,几乎每个人都在说话(导出外链),比如说,我是一个小博客的一个内页(权重很低),这个网页上有这么一个链接:济南庆典,四个字,链接到了<a href="http://www.jinanqingdian.cn/">http://www.jinanqingdian.cn/</a>,相当于,我对百度说:济南庆典,就是 <a href="http://www.jinanqingdian.cn/">http://www.jinanqingdian.cn/</a>! 百度(裁判)记住了.如果有好多好多的人都在对百度讲:济南庆典就是 <a href="http://www.jinanqingdian.cn/">http://www.jinanqingdian.cn/</a>...(外链的数量)</strong></p><p><strong>那,以后有人搜索&quot;济南庆典&quot;是,http://www.jinanqingdian.cn/出现在搜索结果前面的可能性就会比较大.</strong></p><p><strong>当然,如果百度认为,这数量巨大的投票,是你花钱雇人投的,或者是你通过一些不太光明的手段造假.那百度(裁判)就会比较生气,就会取消你的比赛资格(红牌罚下,搜索作弊,黑帽,搜索引擎惩罚).</strong></p><p><strong>不同的人说的话,对百度(裁判)的影响并不相同,我是一个普通的博客的一个普通页面(市井小人物),新浪首页(省委书记),对百度(裁判)说了同样的一句话,显然,我所说的话的分量肯定很低.(链接权重传递)</strong></p><p><strong>(因而,高质量的链接也是非常好的...)</strong></p><p>&nbsp;</p><p>看完这些,之前不懂seo的你,,,你稍微的懂那么一点点了么...<img alt="" src="http://www.heku.org/image/face/Haha.gif" /></p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/WangZhan-BaiDu.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=59</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=59&amp;key=597ae823</trackback:ping></item><item><title>各大搜索引擎对cang.baidu.com快照的不同处理</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/cang.baidu.com.html</link><pubDate>Thu, 04 Sep 2008 16:19:33 +0800</pubDate><guid>http://www.heku.org/SEO/cang.baidu.com.html</guid><description><![CDATA[<p>&nbsp;不多说,直接上图.</p><p><strong>百度搜索site:cang.baidu.com结果</strong></p><p><img height="370" alt="百度搜索site:cang.baidu.com" width="530" onload="ResizeImage(this,520)" src="http://www.heku.org/upload/2008/9/cang.baidu.com.baidu.JPG" /></p><p><strong>Google搜索site:cang.baidu.com结果</strong></p><p><img height="304" alt="Google搜索site:cang.baidu.com" width="530" onload="ResizeImage(this,520)" src="http://www.heku.org/upload/2008/9/cang.baidu.com.google.JPG" /></p><p><strong>搜狗搜索site:cang.baidu.com结果</strong></p><p><img height="369" alt="搜狗搜索site:cang.baidu.com结果" width="530" onload="ResizeImage(this,520)" src="http://www.heku.org/upload/2008/9/cang.baidu.com.sogou.JPG" /></p><p><strong>Yahoo搜索site:cang.baidu.com结果</strong><img height="297" alt="Yahoo搜索site:cang.baidu.com结果" width="530" onload="ResizeImage(this,520)" src="http://www.heku.org/upload/2008/9/cang.baidu.com.yahoo.JPG" /></p><p>&nbsp;</p><p>上面几个图，重点在 对百度搜藏的快照处理上。各个搜索引擎有着截然不同的处理结果。</p><p>显而易见，各种处理方法中，百度是做的最好的，也许是因为百度对自己的产品的更加了解。。。</p><p>其他的几个不足之处：</p><p>1.Google 仅收录了一页，也许是认为百度搜藏的页面没有价值？</p><p>2.Yahoo收录 了一部分快照，</p><p>3.Sogou是犯错误最严重的，貌似把所有的搜藏条目快照都收录了？</p><p>&nbsp;</p><p>（写完了才发现。。。好像Google收录了一些cache.baidu.com的页面。。。不知道有啥用。。。）</p><p>&nbsp;</p><p>胡言乱语，不做进一步的探讨。。。</p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/cang.baidu.com.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=58</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=58&amp;key=c3128092</trackback:ping></item><item><title>清除整站下载文件中的冗余代码:tppabs等</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/tppabs-Teleport.html</link><pubDate>Wed, 03 Sep 2008 15:14:39 +0800</pubDate><guid>http://www.heku.org/SEO/tppabs-Teleport.html</guid><description><![CDATA[<p>&nbsp;用Teleport pro下载的离线网页文件(整站下载得到)源码中,包含了大量的&nbsp;</p><p><span style="background-color: rgb(192,192,192)"><span style="color: rgb(0,0,255)">&lt;</span><span style="color: rgb(128,0,0)">&nbsp;<font color="#ff0000">tppabs</font></span><font color="#ff0000"><span style="color: rgb(0,0,255)">=&quot;http://www.****.com/images/bg.gif&quot;</span></font><span style="color: rgb(255,0,0)">&nbsp;style</span><span style="color: rgb(0,0,255)">=&quot;font-size:12px;&quot;</span><span style="color: rgb(0,0,255)">&gt;</span></span></p><p>以及</p><p><span style="background-color: rgb(192,192,192)"><span style="color: rgb(0,0,255)">&lt;</span><span style="color: rgb(128,0,0)">a&nbsp;</span><span style="color: rgb(255,0,0)">href</span><span style="color: rgb(0,0,255)">=&quot;javascript: if(confirm('http://www.xxx.com/bbs/&nbsp;&nbsp;\n\n文件并未依&nbsp;Teleport&nbsp;Pro&nbsp;取回，因为&nbsp;服务器报告因为错误的发生导致无法读取。&nbsp;&nbsp;\n\n你要从服务器上打开它吗？'))window.location='http: //www.xxx.com/bbs/'&quot;</span><span style="color: rgb(255,0,0)">&nbsp;</span><span style="color: rgb(0,0,255)">&gt;</span></span></p><p>&nbsp;</p><p>这样的代码,这些是 Teleport pro给代码加的.相当于一个说明.提示.</p><p>可以在 DreamWeaver中使用正则表达式批量清除这种代码.</p><p>具体写法如下:</p><p><strong>匹配tppabs标签: </strong><br /><span style="color: rgb(255,0,0)">\btppabs=&quot;h[^&quot;]*&quot;</span></p><p>替换为</p><p><span style="color: rgb(255,0,0)">(空)</span></p><p><strong>匹配javascript代码:</strong><br /><span style="color: rgb(255,0,0)">href=&quot;javascript:if\(confirm\('htt[^&quot;]*&quot;</span></p><p>替换为</p><p><span style="color: rgb(255,0,0)">href=&quot;../&quot;</span></p><p>注意<strong>替换的时候.应该勾选 &quot;使用正则表达式&quot;</strong></p><p>css文件中,还有一些类似<span style="background-color: #ffff00">/*tpa=http://image.39.net/cancer/images/focus_bmark_bg.gif*/</span>这样的代码</p><p>用正则,是这样做的.</p><p><span style="color: #ff0000">tpa=http://[^\s]*.gif</span></p><p>替换为</p><p><span style="color: #ff0000">(空)</span></p><p>然后剩下的就是<span style="color: #ff0000">/**/ </span>了,可以不需要正则替换了.</p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/tppabs-Teleport.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=57</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=57&amp;key=0469a087</trackback:ping></item><item><title>无意中,又看到一个百度网站制作的不足之处.</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/baidu-bug.html</link><pubDate>Fri, 15 Aug 2008 19:47:37 +0800</pubDate><guid>http://www.heku.org/SEO/baidu-bug.html</guid><description><![CDATA[<p>下班回家,打开电脑,看一下奥运金牌榜...</p><p>&nbsp;</p><p>自然的从百度的搜索结果里边就进入了2008.baidu.com 上一次说过,<a target="_blank" href="http://www.heku.org.cn/SEO/55.html">百度的网页设计人员并不懂百度seo</a>,由此制造出了一些百度自己都不收录的页面...</p><p>今天又发现了一个问题.</p><p>http://2008.baidu.com/olympic/winner/list/c/203</p><p>http://2008.baidu.com/olympic/winner/list?c=203</p><p>这两个页面,明显就是同一个页面.是采用的伪静态实现的.</p><p>实际上.这两个页面都被链接到了.</p><p>这个问题,在通常的网站制作中是不允许出现的.很容易造成重复内容的出现.</p><p>事实上,百度本身的网站运营人员,并不懂seo.</p><p>从这一次2008.baidu.com看起来,貌似百度开始涉足门户站的建设.以便自己可以尽最大可能的回手流量.</p><p>&nbsp;</p><p>实际上.百度的网页设计人员的素质,仍然有待提高.</p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/baidu-bug.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=56</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=56&amp;key=e8a7e13d</trackback:ping></item><item><title>百度网页设计人员并不了解百度SEO</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/55.html</link><pubDate>Sat, 09 Aug 2008 03:18:29 +0800</pubDate><guid>http://www.heku.org/SEO/55.html</guid><description><![CDATA[<p>偶然间看到百度的几个页面,来自2008.baidu.com,那个路径的形式.就是之前分析过的,KingCMS5天生具有的url结构.纯拼音的目录结构.百度自己竟然也采用了这种结构.前面分析过.这种结构.不利于百度的收录.</p><p>site一下看看吧.</p><p>先看百度:</p><p><a href="http://www.baidu.com/s?lm=0&amp;si=&amp;rn=10&amp;tn=myie2dg&amp;ie=gb2312&amp;ct=0&amp;wd=inurl%3A/changguan/+site%3A2008%2Ebaidu%2Ecom&amp;cl=0">http://www.baidu.com/s?lm=0&amp;si=&amp;rn=10&amp;tn=myie2dg&amp;ie=gb2312&amp;ct=0&amp;wd=inurl%3A/changguan/+site%3A2008%2Ebaidu%2Ecom&amp;cl=0</a> <br />收录3篇</p><p>看下Google<br /><a href="http://www.google.cn/search?client=aff-cs-maxthon&amp;forid=1&amp;ie=utf-8&amp;oe=UTF-8&amp;hl=zh-CN&amp;q=inurl%3A%2Fchangguan%2F+site%3A2008.baidu.com">http://www.google.cn/search?client=aff-cs-maxthon&amp;forid=1&amp;ie=utf-8&amp;oe=UTF-8&amp;hl=zh-CN&amp;q=inurl%3A%2Fchangguan%2F+site%3A2008.baidu.com</a></p><p>收录86篇</p><p>再看Yahoo<br /><a href="http://one.cn.yahoo.com/s?p=inurl%3A%2Fchangguan%2F+site%3A2008.baidu.com&amp;v=web">http://one.cn.yahoo.com/s?p=inurl%3A%2Fchangguan%2F+site%3A2008.baidu.com&amp;v=web</a></p><p>收录1篇??(咋回事呢.好像上午看的时候还有几十篇,难道百度被yahooK的只有首页了?...<img alt="" src="http://www.heku.org/image/face/Hehe.gif" />)</p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/55.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=55</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=55&amp;key=6094f2ac</trackback:ping></item><item><title>Google PR即将更新!</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/google-pr-update.html</link><pubDate>Fri, 25 Jul 2008 06:31:47 +0800</pubDate><guid>http://www.heku.org/SEO/google-pr-update.html</guid><description><![CDATA[<p>Google pr即将更新!</p><p>从点石看到了一个帖子.介绍了<a href="http://www.mattcutts.com/blog">Matt Cutts</a>提到的消息</p><p><strong>New Toolbar PageRanks coming</strong></p><p>新的工具条的PR值就要来了.</p><p>Google PR就要更新了!</p><p>试目以待吧.</p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/google-pr-update.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=54</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=54&amp;key=99662b51</trackback:ping></item><item><title>继续往前走...-记蓝杉SEO团队人员变动</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/lention-seo.html</link><pubDate>Mon, 14 Jul 2008 19:18:58 +0800</pubDate><guid>http://www.heku.org/SEO/lention-seo.html</guid><description><![CDATA[<p><strong>蓝杉SEO团队</strong>成立一年之际，我的朋友-轩辕地洋迎来了对蓝杉团队最矛盾的一天，bill因为创业的关系要暂时离开我们了，而丘仕达作为蓝杉SEO团队的关键词分析师加入进来，不知是喜还是悲。不过既然bill选择这个，作为搭档的我应该支持，我们感谢bill对蓝杉SEO团队建设所付出的一切，也默默的等待bill在未来的某一天再次回到我们团队的大家庭中来。<br /><br />以前我和一些业内的朋友一起聊过，<span style="background-color: #ffff00">蓝杉SEO</span>的发展是低调的，但这次我们在送走 bill的同时迎来了一个中国SEO界的一个不低调的人物---丘仕达，这个响当当的名字影响着中国SEO的一大批人，SEO资料站也拥有着点石互动以外的第二大草根站长和SEO爱好者，丘仕达在经历了长时间的反思后，决定致力于SEO研究、危机公关处理等高端SEO/SEM项目，因此选择加盟蓝杉。<br /><br />丘仕达简介：<br />丘仕达，男，2007年毕业于广东中山大学行政管理系，在校期间曾任政务学院党建辅导员、团委副书记、学生会主席等职务，现供职于深圳市邮政局。<br />2006年接触SEO，2007年建立SEO资料站(chinaseo.org.cn)，任点石互动（dunsh.org）SEO技术版资深版主，对用户搜索行为及单页面优化有较深的研究，主攻百度SEO。<br /><br />坚持SEO优化思路重于技术的理念，105天将<u>SEO</u>关键词做到百度排名第一，并保持了将近一年时间；137天创造土豆网单页面将近6万IP的神话；105天时间将草根网发展成为日IP超10万的个人网站；在SEO学习过程中敢于分享，属实战派，学习SEO期间发布了大量案例。包括初期的系列讲座、升降机案例、热血江湖私服案例、车载冰箱案例、163邮箱案例、土豆网案例、英文站sometopics案例及08年的流量大比拼等，为SEO初学者们提供了珍贵的教程，打开了SEO学习的另一扇门。<br />&nbsp;</p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/lention-seo.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=50</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=50&amp;key=4c46b643</trackback:ping></item><item><title>网站设计说明</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/web-design.html</link><pubDate>Fri, 11 Jul 2008 01:49:51 +0800</pubDate><guid>http://www.heku.org/SEO/web-design.html</guid><description><![CDATA[<p>网站需要开发的模块（概要）</p><p>1.网站整体美工（由专业的网页设计师设计平面效果图，包含滚动栏等）<br />2.关于我们，联系方式，购买方式等约3个静态页面。（后台可以修改）<br />3.新闻管理模块（新闻发布，新闻修改，新闻删除）<br />4.产品（艺术作品）管理模块（产品发布，产品修改，产品删除，产品置顶等功能）<br />5.留言管理模块（前台发表留言，后台查看留言，删除留言）<br />6.流量分析系统（统计每一个访客的浏览行为，可以十分准确的了解潜在客户的行为特征。）<br />7.符合搜索引擎优化规范的站内结构部署（遵循国际代码规范，有利于搜索引擎蜘蛛爬行，是网站在搜索引擎中获得优秀排名的基础。）<br />8.搜索引擎推广业务,让站点更容易在搜索引擎中突出,展现整体实力（可选。保证某些选定关键词的排名，通过对比分析，帮助您选取更合适的关键词）</p><p><br />所需要的硬件：<br />1.网站域名（com或cn）万网域名。<br />2.网站空间（100M-200M）电信网通双线，速度有保证。<br />3.企业邮局（可选）&nbsp; 也可以采用我们赠送的 hotmail邮箱，或者Google Gmail邮箱，以本网站的域名为邮箱的后缀。</p><p>&nbsp;</p><p>_____________________________________</p><p>&nbsp;</p><p>这是给以前一个要做网站的客户写的网站制作说明.</p><p>记录下来.准备从桌面删除文档.</p><p>原记录文件是&nbsp; web-design.txt</p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/web-design.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=47</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=47&amp;key=418fdf15</trackback:ping></item><item><title>名人戏说SEO</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/History-SEO.html</link><pubDate>Wed, 02 Jul 2008 20:27:39 +0800</pubDate><guid>http://www.heku.org/SEO/History-SEO.html</guid><description><![CDATA[<p>苏轼：十年黑帽两茫茫，不思量，自难忘，千里群发，无处话凄凉。<br /><br />辛弃疾：众里搜它千百度，蓦然回首，那词却在十页开外处。<br />&nbsp;</p><p>元稹：曾经沧海难为水，除却站群不是链。</p><p>雪村：老张建站做链接，收了；百度谷歌大更新，K了。<br /><br />杜甫：安得流量千百万，大庇天下SEOer尽欢颜。</p><p>鲁迅：其实新站本来没有链接，博客建得多了，也就有了链接。</p><p><br />李商隐：此词可待成追忆，只是当时已惘然。 <br /><br />司马光：互链争如不链，友情还似无情。</p><p><br />赵传：我网站很烂，但我网站排名很好。<br /><br />荀况：评论一链，不能十名；站群十个，功在不舍。<br /><br />秦观：排名似水,流量如梦。 网站若是长久时，又岂在朝朝暮暮。<br /><br />李清照：SEO,怎一个愁字了得？<br /><br />曹操：何以解愁，唯有SEO！<br /><br />徐志摩：轻轻的我的网站被K了，正如悄悄的被收；我挥一挥衣袖，不带走一个排名。<br /><br /><br />李清照：SEO,怎一个愁字了得？<br /><br />周星驰：曾经有一个PR8的链接摆在的面前，我没有去珍惜，直到失去才追悔莫及，人世间最大的悲痛莫过于此。<br /><br />和绅：五十年来站幻真,今朝被K谢红尘;他日站泛首页日,任取链接是后身。</p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/History-SEO.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=44</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=44&amp;key=6995fc0a</trackback:ping></item><item><title>更换Zblog1.8测试文章</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/37.html</link><pubDate>Sun, 15 Jun 2008 09:51:19 +0800</pubDate><guid>http://www.heku.org/SEO/37.html</guid><description><![CDATA[<p>这是zblog1.8新安装的测试文章.</p><p>&nbsp;</p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/37.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=37</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=37&amp;key=338a4f3a</trackback:ping></item><item><title>网站服务器对SEO的影响</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/server-seo.html</link><pubDate>Sun, 08 Jun 2008 08:06:43 +0800</pubDate><guid>http://www.heku.org/SEO/server-seo.html</guid><description><![CDATA[<p>这几天,<a href="http://www.hyseo.cn">木木的网站</a>出了点问题.不知道有何影响,观察中.</p><p>&nbsp;</p><p>还有白冰的服务器,导致山东seo的网站也出现了几次问题.明天有时间,观察下,看下有何负面影响.</p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/server-seo.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=35</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=35&amp;key=2b061bd5</trackback:ping></item><item><title>网站程序漏洞检查方法</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/site-safe.html</link><pubDate>Thu, 05 Jun 2008 19:30:01 +0800</pubDate><guid>http://www.heku.org/SEO/site-safe.html</guid><description><![CDATA[<p>在点石上任第二天.发出了一个自己总结的比较有用的方法.记录如下:</p><div class="msgbody"><div class="msgheader">QUOTE:</div><div class="msgborder">原帖由 <i>hukaid</i> 于 2008-6-3 00:47 发表 <a href="http://www.dunsh.org/forums/redirect.php?goto=findpost&amp;pid=226004&amp;ptid=26496" target="_blank"><img onmousewheel="return imgzoom(this);" onmouseover="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open(this.src);}" alt="" src="http://www.dunsh.org/forums/images/common/back.gif" onload="if(this.width&gt;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border="0" /></a><br />平时就留html。。要采集的时候把需要的挂上去。。。采集后又删</div></div><p><br />见过一个前辈这么做的.本地生成.完了以后,上传所有html文件.服务器上不带任何脚本程序.<br /><br />附自己总结的windows2003网站程序漏洞检查<br /><br />网站文件被修改后(比如说,被批量添加iframe),几乎就是被一些不怀好意的人拿到了webshell.按照以下几步来做.<br /><br /><b>1.自己上传一个webshell.(如果没有,可以找我来要).webshell有个功能,可以查找asp木马,你可以找到.在你的网站目录下,是否有其他的网页木马存在.找到它,然后记下文件名,以及文件创建时间<br />2.查看iis log,去看,文件创建的时间,是哪一个ip地址,通过什么方式,创建了这个文件.通常最多的可能是 上传文件漏洞<br />3.在当天的iis的log文件中,或者前几天的文件中,搜索 那个ip地址,可以看到.那个人都做了什么?<br /><br />接下来,你应该能知道是你的哪个文件有漏洞了吧?怎么处理...自己搞定吧.</b><br /><br />(PS:看iis log,log中记录的时间,可能是 格林威治时间,也就是说,你看到文件中的时间,加上 8小时就是北京时间,也就是服务器时间.)<br /><br />至于 arp 欺骗,前几天帮朋友写了一个论文,关于arp的,时机合适了以后,公布出来给大家看.</p><p>&nbsp;</p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/site-safe.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=33</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=33&amp;key=7c55ee21</trackback:ping></item><item><title>排名上升中...</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/seo-paiming.html</link><pubDate>Sat, 24 May 2008 07:53:21 +0800</pubDate><guid>http://www.heku.org/SEO/seo-paiming.html</guid><description><![CDATA[<p>&nbsp;先上图</p><p><img onload="ResizeImage(this,520)" src="http://www.heku.org/upload/2008/5/sem.JPG" alt="" title=""/></p><p>百度搜索&quot;<b>搜索引擎营销</b>&quot;,本博客排在了第四位.上升了9位.</p><p>为防止明天掉下来看不到了.截图留念<img alt="" src="http://www.heku.org.cn/image/face/Smile.gif" /></p><p>下一张</p><p>&nbsp;</p><p><img onload="ResizeImage(this,520)" src="http://www.heku.org/upload/2008/5/web.JPG" alt="" title=""/></p><p>百度搜索&quot;<b>济南网站制作</b>&quot;,到了第一!</p><p>首页,上面五个竞价,下面四个,在中间的位置.爽啊.</p><p>同样道理,为了防止掉下来,截图留念...</p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/seo-paiming.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=29</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=29&amp;key=a949c0aa</trackback:ping></item><item><title>新手必备10个SEO窍门</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/10-seo.html</link><pubDate>Wed, 14 May 2008 02:43:14 +0800</pubDate><guid>http://www.heku.org/SEO/10-seo.html</guid><description><![CDATA[<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span lang="EN-US"><span style="font-size: small; font-family: Times New Roman"><strong><font size="2">1. New Domain? Old Domain?</font></strong></span></span></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: small"><font size="2"><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">要使用老域名</span><span lang="EN-US"><span style="font-family: Times New Roman">,</span></span><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">这样在搜索引擎会有一定的信任基础</span><span lang="EN-US"><span style="font-family: Times New Roman">.</span></span></font></span></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span lang="EN-US"><span style="font-size: small; font-family: Times New Roman"><font size="2">&nbsp;</font></span></span></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><font size="2"><span lang="EN-US"><span style="mso-spacerun: yes"><span style="font-size: small; font-family: Times New Roman">&nbsp;</span></span></span><span lang="EN-US"><span style="font-size: small; font-family: Times New Roman">2. Don&rsquo;t go for the popular keywords.</span></span></font></strong></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: small"><font size="2"><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">不要做那些热门的流行的词</span><span style="font-family: Times New Roman"> </span><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">比如</span><span style="font-family: Times New Roman"> </span><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">旅游</span><span lang="EN-US"><span style="font-family: Times New Roman">,</span></span><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">电脑</span></font></span></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span lang="EN-US"><span style="font-size: small; font-family: Times New Roman"><font size="2">&nbsp;</font></span></span></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><font size="2"><span lang="EN-US"><span style="mso-spacerun: yes"><span style="font-size: small; font-family: Times New Roman">&nbsp;</span></span></span><span lang="EN-US"><span style="font-size: small; font-family: Times New Roman">3. Design your site to be &ldquo;spider-friendly&rdquo;.</span></span></font></strong></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: small"><font size="2"><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">把你的网站设计的对</span><span style="font-family: Times New Roman"> </span><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">搜索引擎友好</span><span lang="EN-US"><span style="font-family: Times New Roman">.</span></span><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">这个看多很多中文的应该都知道吧导航什么的</span><span style="font-family: Times New Roman"> </span><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">要用文字不要用</span><span lang="EN-US"><span style="font-family: Times New Roman">FLASH.</span></span></font></span></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span lang="EN-US"><span style="font-size: small; font-family: Times New Roman"><font size="2">&nbsp;</font></span></span></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><font size="2"><span lang="EN-US"><span style="mso-spacerun: yes"><span style="font-size: small; font-family: Times New Roman">&nbsp;</span></span></span><span lang="EN-US"><span style="font-size: small; font-family: Times New Roman">4. Only link out to non-spammer, non-linkfarm and quality sites.</span></span></font></strong></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: small"><font size="2"><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">不要让连接工厂或者其他垃圾连接出现在你的网站上</span><span lang="EN-US"><span style="font-family: Times New Roman">,</span></span></font></span></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span lang="EN-US"><span style="font-size: small; font-family: Times New Roman"><font size="2">&nbsp;</font></span></span></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><font size="2"><span lang="EN-US"><span style="mso-spacerun: yes"><span style="font-size: small; font-family: Times New Roman">&nbsp;</span></span></span><span lang="EN-US"><span style="font-size: small; font-family: Times New Roman">5. Put your most important keyword in your url and title tag.</span></span></font></strong></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: small"><font size="2"><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">把你要做的关键词</span><span style="font-family: Times New Roman"> </span><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">放到放到你的标题上和</span><span lang="EN-US"><span style="font-family: Times New Roman">url</span></span><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">上</span><span lang="EN-US"><span style="mso-spacerun: yes"><span style="font-family: Times New Roman">&nbsp; </span></span></span><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">比如</span><span lang="EN-US"><span style="font-family: Times New Roman"> keyword.html</span></span></font></span></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span lang="EN-US"><span style="font-size: small; font-family: Times New Roman"><font size="2">&nbsp;</font></span></span></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt">&nbsp;</p><p class="MsoNormal" style="margin: 0cm 0cm 0pt">&nbsp;</p><p><span lang="EN-US"><span style="font-size: small; font-family: Times New Roman"><strong><font size="2">6. Use keywords for folder names and file names.</font></strong></span></span></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: small"><font size="2"><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">使用关键词</span><span style="font-family: Times New Roman"> </span><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">为你的文件夹和文件命名</span><span lang="EN-US"><span style="font-family: Times New Roman">.. </span></span><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">这个好象和上一个可以归纳为一个</span></font></span></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><font size="2"><span lang="EN-US"><span style="font-size: small; font-family: Times New Roman">&nbsp;</span></span><span lang="EN-US"><span style="font-size: small; font-family: Times New Roman">&nbsp;</span></span></font></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span lang="EN-US"><span style="font-size: small; font-family: Times New Roman"><strong><font size="2">7. Make sure your site loads fast and rarely go down.</font></strong></span></span></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: small"><font size="2"><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">确定你的网站速度快</span><span lang="EN-US"><span style="font-family: Times New Roman">,</span></span><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">不要经常挂掉</span><span lang="EN-US"><span style="font-family: Times New Roman">.</span></span></font></span></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt">&nbsp;</p><p class="MsoNormal" style="margin: 0cm 0cm 0pt">&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span lang="EN-US"><span style="font-size: small; font-family: Times New Roman"><strong><font size="2">8. Never rename your webpage unless your site is new</font></strong></span></span></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: small"><font size="2"><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">不要把你的网页重命名</span><span lang="EN-US"><span style="font-family: Times New Roman">,</span></span><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">如果重新设计你的网站了</span><span lang="EN-US"><span style="font-family: Times New Roman">,</span></span><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">也要把旧的文件保留</span><span lang="EN-US"><span style="font-family: Times New Roman">.</span></span></font></span></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span lang="EN-US"><span style="font-size: small; font-family: Times New Roman"><font size="2">&nbsp;</font></span></span></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span lang="EN-US"><span style="font-size: small; font-family: Times New Roman"><strong><font size="2">9. Never implement ANY cloaking methods on your site</font></strong></span></span></p><p>&nbsp;</p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: small"><font size="2"><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">不要伪装你的网站</span><span lang="EN-US"><span style="font-family: Times New Roman">, </span></span><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">我想大概就是不要让蜘蛛和普通</span><span lang="EN-US"><span style="font-family: Times New Roman">visiter </span></span><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">看到的不一样吧</span><span lang="EN-US"><span style="font-family: Times New Roman">.</span></span></font></span></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt">&nbsp;</p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span lang="EN-US"><span style="font-size: small; font-family: Times New Roman"><strong><font size="2">10. Do not over-optimize</font></strong></span></span></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><span style="font-size: small"><font size="2">不要过度优化</font><br /></span></span></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt">&nbsp;</p><p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: small"><span style="font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><font size="2">&nbsp;<em>&nbsp;本文为转载,翻译:<a href="http://www.xmsem.cn/"><font color="#333333">厦门搜索引擎优化观察</font></a></em></font></span></span></p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/10-seo.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=24</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=24&amp;key=4ee8a840</trackback:ping></item><item><title>总结-英文Google中搜索词大小写问题-总结</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/heku-google-end.html</link><pubDate>Tue, 06 May 2008 07:12:49 +0800</pubDate><guid>http://www.heku.org/SEO/heku-google-end.html</guid><description><![CDATA[<p>再次搜索半天，找到相关文章两篇。</p><p>初步判定，这种情况的出现，属于google的一种错误。</p><p>只是，究竟是为什么会有这么低级的错误。尚不可知。</p><p>两篇文章，引用如下：</p><p>--------------------------------------------------------</p><p>http://www.5iseo.org.cn/post/381.html</p><p>　谷歌一份关于网页搜索的文件明确规定，搜索结果不区分大小写。文件举了一个例子，&ldquo;用关键字george washington， George Washington和gEoRgE wAsHiNgToN搜索，会得到同样的结果。&rdquo;</p><p>　&nbsp; 而事实却并非如此。</p><p>　　不仅谷歌举的例子得到的是不同的结果，博客主们注意到其它许多搜索结果都是不同的。</p><p>　　笔者用自己的一些短语做过试验（我用的是新西兰IP）&mdash;&mdash;Global Warming/global warming， United Kingdom/united kingdom and Amazon/amazon&mdash;&mdash;所有这些都是得到的不同的搜索结果。</p><p>　　这是不是意味着现在搜索引擎优化需要考虑大小写？目前考虑这是一个错误，希望谷歌在营销人员改变其拷贝之前澄清这个问题。</p><p>------------------------------------------------------</p><p>http://www.shenzhenseo.org.cn/seo/Google-Case-Sensitive-Search.html</p><p>&nbsp;&nbsp; 几个星期前有一个新的关于Google大小写搜索的问题开始出现在留言板上，尤其是我本人在过去两个星期对某一特定客户的网站工作时，已经注意到了这个现象。</p><p>&nbsp;&nbsp;&nbsp;&nbsp; 这个问题影响到与客户的沟通，起初，我以为是当事人和我本人从两个不同的数据中心看到的结果，当时我已意识到，客户端是用英文大写字母同时搜索影响了Google的结果。</p><p>&nbsp;&nbsp;&nbsp;&nbsp; 多年来Google和其他搜索引擎都表示，他们的搜索不区分大小写，但现在看来对于有些关键字短语情况并非如此，这点你必须注意。不过，并不是所有的关键字短语使用或不使用英文大写字母都受到影响。</p><p>&nbsp;&nbsp;&nbsp;&nbsp; 我已经实验了一些，结果是好坏参半，有一个数字化论坛谈这个问题，使用&quot;Cool Time&quot;与&quot;cool time&quot; 同时在Google上进行搜索，搜索结果证明是这个问题是存在的。</p><p>&nbsp;&nbsp;&nbsp;&nbsp; 有些人看到了不同的结果，而有些人却没有，我可以确认这两个词查询我的确看到了不同的结果。对于我来说，在进行搜索时前两页的结果是一样的，而第三页有一点不一样。</p><p>&nbsp;&nbsp;&nbsp;&nbsp; 此外，还有在搜索引擎观察和管理员的世界正在举报的现象，但不影响同一个问题。现在，第一个问题的突出想到的是&quot;为什么&quot;？Google的大小写搜索结果不一的动机是什么？</p><p>&nbsp;&nbsp;&nbsp;&nbsp; 现在，我只能猜测，也许这是一个试图阻挠博客评论或留言板的垃圾邮件呢？或者，也许这是试图区分公司的正式名称或产品名称的通用方法。</p><p>&nbsp;&nbsp;&nbsp;&nbsp; 这一Google的大小写搜索问题将影响到一些大的站点，或许，他们的公司名称是他们网页关键短语的一部分，他们获得好的名次时，为他们的公司名称使用英文大写字母。但是，如果大多数搜索者输入小写而相同的网站没有排名，以及在较低的情况下。</p><p>&nbsp;&nbsp;&nbsp;&nbsp; 这使我想起另外一个问题，链接建设者现在有机会使用大小写字母的锚文本，以在Google SERPs达到最佳的效果？title和meta也将会受到英文大写字母的影响？</p><p>&nbsp;&nbsp;&nbsp;&nbsp; 对于许多企业主大小写搜索并不是一个问题，但是，明知这些问题的答案却不能很好的解决将是对他们的底线的一个极大的挑战。</p><p>&nbsp;</p><p>-------------------------------------------------------</p><p>以上的两种分析都蛮有道理。</p><p>&nbsp;</p><p>还是希望能有Google的人来回答下。</p><p>&nbsp;</p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/heku-google-end.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=21</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=21&amp;key=e663164d</trackback:ping></item><item><title>英文Google中搜索词大小写问题-随手做几个测试</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/heku-google-4.html</link><pubDate>Tue, 06 May 2008 06:53:01 +0800</pubDate><guid>http://www.heku.org/SEO/heku-google-4.html</guid><description><![CDATA[<p>继续上面的一些测试。</p><p>在芬兰搜索</p><p>Seo Results 1 - 10 of about 237,000,000 for Seo</p><p>sEo Results 1 - 10 of about 225,000,000 for sEo</p><p>seO&nbsp;Results 1 - 10 of about 243,000,000 for seO</p><p>排名，前几个的排名相同，没有变化。</p><p>&nbsp;</p><p>在济南的google.com in English搜索</p><p><font size="2">Results <b>1</b> - <b>10</b> of about <b>257,000,000</b> for <b>Seo</b>.</font></p><p><font size="2">Results <b>1</b> - <b>10</b> of about <b>257,000,000</b> for <b>sEo</b>. </font></p><p><font size="2">Results <b>1</b> - <b>10</b> of about <b>257,000,000</b> for <b>seO</b>. </font></p><p><font size="2">前几名排名没有变动。。。</font></p><p>&nbsp;</p><p><font size="2">感谢韩亭亭同学的大力支持。。。</font></p><p>&nbsp;</p><p>&nbsp;</p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/heku-google-4.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=20</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=20&amp;key=3645c1dc</trackback:ping></item><item><title>英文Google中搜索词大小写问题(三)</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/heku-google-3.html</link><pubDate>Tue, 06 May 2008 06:35:03 +0800</pubDate><guid>http://www.heku.org/SEO/heku-google-3.html</guid><description><![CDATA[<p>请一个身在芬兰的朋友,用Google.com in English搜索&quot;seo&quot;以及&quot;SEO&quot;</p><p>结果如下(无法抓图):</p><p>搜索&quot;SEO&quot;跟我(在济南)用Google.com in English,搜索&quot;SEO&quot;的前几名排序相同.但总数量不同</p><p>Results 1 - 10 of about 225,000,000 for SEO. (0.11 seconds)&nbsp; ---芬兰</p><p><font size="2">Results <b>1</b> - <b>10</b> of about <b>257,000,000</b> for <b>SEO</b>. (<b>0.13</b> seconds)---济南</font></p><p>搜索&quot;seo&quot;的结果,</p><p>我的搜索结果,前几名排序没有变化,</p><p>但是芬兰的朋友,随着refresh,排序不断发生变化,一会是跟我的&quot;seo&quot;结果相同,一会是跟&quot;SEO&quot;的结果相同.</p><p>收录量</p><p>Results 1 - 10 of about 225,000,000 for SEO. (0.11 seconds)&nbsp; ---芬兰</p><p><font size="2">Results <b>1</b> - <b>10</b> of about <b>251,000,000</b> for <b>seo</b>. (<b>0.16</b> seconds)--济南</font></p><p>&nbsp;</p><p><font size="2">(PS:芬兰搜索&quot;SEO&quot;,总数量也在不断变化,208,000000/248,000000/225,000000,这几个数字在变...</font></p><p>&nbsp;</p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/heku-google-3.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=19</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=19&amp;key=cd943db0</trackback:ping></item><item><title>英文Google中搜索词大小写问题(二)</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/heku-google-2.html</link><pubDate>Tue, 06 May 2008 06:03:49 +0800</pubDate><guid>http://www.heku.org/SEO/heku-google-2.html</guid><description><![CDATA[<p>Google一下,查了一系列的相关信息.</p><p>摘抄如下:</p><p><a name="case"><i><b>英文字母大小写是否有影响？</b></i></a></p><p><i>Google 搜索<b>不</b>区分英文字母大小写。所有的字母均当做小写处理。例如：搜索&ldquo;google<span lang="ZH-CN">&rdquo;</span>、&ldquo;GOOGLE<span lang="ZH-CN">&rdquo;</span>或&ldquo;GoOgLe<span lang="ZH-CN">&rdquo;</span>，得到的结果都一样。 </i></p><p>原文地址:http://www.google.com/intl/zh-CN/help/basics.html</p><p>很显然,这个google的搜索说明,是针对中文Google的,</p><p>那英文世界的google呢?</p><p>继续寻找新资料...</p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/heku-google-2.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=18</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=18&amp;key=a2e5e5a3</trackback:ping></item><item><title>何苦新发现:英文Google中搜索词大小写问题</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/heku-google.html</link><pubDate>Tue, 06 May 2008 03:12:13 +0800</pubDate><guid>http://www.heku.org/SEO/heku-google.html</guid><description><![CDATA[<div class="post-body"><p>直接抓图</p><p><img width="520" style="cursor: pointer;" onload="ResizeImage(this,520)" src="http://www.seoguy.cn/upload/2008/5/google-serp-1.JPG" alt="何苦现象" /></p><p>&nbsp;</p><p>这一个是从英文google搜索&ldquo;seo&rdquo;（注意，这里的seo，是<b>小写</b>！）</p><p><img width="520" style="cursor: pointer;" onload="ResizeImage(this,520)" src="http://www.seoguy.cn/upload/2008/5/GOOGLE-SERP-2.JPG" alt="何苦现象" /></p><p>这一个，是从英文google搜索&ldquo;SEO&rdquo;（这里是<b>大写</b>）</p><p>&nbsp;</p><p>细心的朋友，应该可以发现其中的差别。</p><p>收录量不同，排名也有不同。</p><p>再查看中文的搜索引擎，百度，中文google似乎都没有大小写区别对待的问题。</p><p>&nbsp;</p><p>两个推测：</p><p>1.难道google对待英文世界的内容，对<b>大小写</b>是区别看待的？那么，大小写的不同，又有何关联呢？是属于同义词？还是被当作完全不同的词来对待（似乎可能性不大）？</p><p>2.从google用户角度来考虑，<b>大小写的不同，带给用户不同的搜索结果页面</b>，这样，会增进用户体验么？</p><p>&nbsp;</p><p>问了身边几位朋友，似乎都不太明白这是什么现象，临时起个名字吧。&ldquo;<a title="何苦现象" href="http://www.seoguy.cn/SEO-Case/google-en.html"><b>何苦现象</b></a>&rdquo; <img src="http://www.seoguy.cn/image/face/Haha.gif" alt="" /></p><p>&nbsp;</p><p>继续观察中。。。</p></div><p>分析过的高手加我QQ交流下&nbsp; 552799258</p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/heku-google.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=17</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=17&amp;key=1f93f16e</trackback:ping></item><item><title>英文Google收录实验</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/Google-fetch.html</link><pubDate>Tue, 06 May 2008 02:25:17 +0800</pubDate><guid>http://www.heku.org/SEO/Google-fetch.html</guid><description><![CDATA[<p>域名.&nbsp;&nbsp;&nbsp; www.skid-steer-loader.org</p><p>注册日期 Created&nbsp;On:06-May-2008&nbsp;07:48:16&nbsp;UTC (这个应该是国际时间)</p><p>(检查whios信息的时候,页面刚挂上不到半个小时,Domaintools.com已经更新过来了!兴许,Domaintools.com的服务器,也是放在Godaddy)</p><p>页面挂上时间(2008.5.6 17:00),域名解析服务器是中国频道的DNS服务器.</p><p>没有做任何外链,也没有从google页面提交.</p><p>只是把网站加入到了google'管理员工具.提交了仅包含一个网址的sitemap.xml文件.</p><p>&nbsp;</p><p>等待收录时间,后续跟进记下google抓取时间,放出时间.</p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/Google-fetch.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=16</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=16&amp;key=0863a184</trackback:ping></item><item><title>透过“白冰简述中国SEO行业走向”看百度收录</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/baibing-seo-baidu.html</link><pubDate>Wed, 23 Apr 2008 04:16:46 +0800</pubDate><guid>http://www.heku.org/SEO/baibing-seo-baidu.html</guid><description><![CDATA[<div class="post-body"><p>今天中午没事儿时写了一篇&ldquo;白冰简述中国SEO行业走向&rdquo;，立刻发给海宁，两分钟内放到了中国SEO站上，基本同步发出。（但还是我先发表，海宁后发表。）<br />两个小时后，百度同时降两个站上的同一篇文章收录，效果图如下：<br />搜索&ldquo;白冰简述中国SEO行业走向&rdquo;</p><p><a target="_blank" href="http://www.sdseo.com.cn/upimg/userup/0804/231012422R6.jpg"><img width="439" height="240" border="0" src="http://www.sdseo.com.cn/upimg/userup/0804/231012422R6.jpg" alt="透过&ldquo;白冰简述中国SEO行业走向&rdquo;看百度收录" /></a>&nbsp;</p><p>大家都可以看到当前只显示了我一个人的网站，无疑，这是因为我为原创站点。再点一下：点击这里，可以看到被省的内容。</p><p><a target="_blank" href="http://www.sdseo.com.cn/upimg/userup/0804/2310143A929.jpg"><img width="469" height="321" border="0" src="http://www.sdseo.com.cn/upimg/userup/0804/2310143A929.jpg" alt="透过&ldquo;白冰简述中国SEO行业走向&rdquo;看百度收录" /></a>&nbsp;</p><p>而 到这里。却把中国SEO站排到了前面，我的原创站点为什么会被排在下面呢？大家分析一下这句话：白冰简述中国SEO行业走向，白冰简述的是什么？是&ldquo;中国 SEO的走向&quot;，而海宁的站名为：中国SEO，所以可以分析为百度把我的原创内容认为是我白冰简述的是中国SEO这个网站的未来，当然也可以这样去理解， 海宁的标题占了很大的优势。请接着看，我去搜索一下：&ldquo;白冰简述中国SEO&rdquo;，看图：</p><p><a target="_blank" href="http://www.sdseo.com.cn/upimg/userup/0804/231021296431.jpg"><img width="496" height="236" border="0" src="http://www.sdseo.com.cn/upimg/userup/0804/231021296431.jpg" alt="透过&ldquo;白冰简述中国SEO行业走向&rdquo;看百度收录" /></a>&nbsp;</p><p>却又把海宁的站放到的首位，而我的原创站点被忽略，这是为什么？分析一下：还是像刚才一样这从这个语句去看，主谓宾，白冰简述的还是中国SEO，再加上自身优势，将其设为重点。但我们去点击这里，看一下结果：</p><p><a target="_blank" href="http://www.sdseo.com.cn/upimg/userup/0804/23102F2I21.jpg"><img width="502" height="310" border="0" src="http://www.sdseo.com.cn/upimg/userup/0804/23102F2I21.jpg" alt="透过&ldquo;白冰简述中国SEO行业走向&rdquo;看百度收录" /></a>&nbsp;</p><p>这样分析一下，我为什么反而又占了优势了呢？还可以原创的说话来解说，原创本身同名文章自然排名第一。那么纵观全局，看一下，我从第一张图片到第四张图片的解决是不是就存在一定的矛盾？</p><p>我们把四个解说放到一起去对比一下：</p><p>1.搜索文章全称：我的站第一位，海宁被忽略．</p><p>2.点击显示所有文章：海宁的站第一，我的站第二．</p><p>3.搜索:&quot;白冰简述中国SEO&quot;：海宁的站第一，我的站被忽略．</p><p>4.点击显示所有文章：我的站第一，海宁的站第二．</p><p>如果当从排名积分去看，我们两个网站分数应是2:2打个平手，哈哈，当然我们不是看排名，而是看百度排名规则．</p><p>我 认为：当用户搜索文章全称＂白冰简述中国SEO行业走向＂时，百度采用了一种计算方式(简称为原创优先原则)，用户体验为主，急力为用户推荐原创文章．而 当我们去点击查看所有时，百度才真正的使用了广为人知的分词技术，相关性，URL&nbsp;等的相关算法去认真的对比两个网站的权重。</p><p>看第二种情 况：当用户搜索&ldquo;白冰简述中国SEO&rdquo;时，百度把他当作了一个普通的关键词，去计算了他的综合因素，展示给用户一个百度认为权重比较高的结果。而我们再去 点击查看所有文章时，百度则就又使用&quot;原创优先原则&quot;去对我和海宁的站进计算，所以原本排在第一位的他，在同类文章结果中的排名还是不及原创站点的排名。 （哈哈，可能说的比较晕，本人文笔不太好，多次强调过了。）</p><p>总结：本文将最终说明一点：百度对原创文章的优势要远远高于分词利用+相关性+URL+H1+H2+&lt;STRONG&gt;+关键词密度。</p><p>哈，可能说的有些过分，近期将持续关注些现象，后期分析即将跟近，敬请关注山东seo团队后续测试分享．</p><p>作者：<a href="http://www.seoguy.cn/">山东seo团队白冰</a>，转载请注明连接。</p><p>( 实验目的，本连接连接到本站。)</p><p><a href="http://www.seoguy.cn/SEO-Case/baibing-seo-baidu.html" title="白冰seo">http://www.seoguy.cn/SEO-Case/baibing-seo-baidu.html</a></p></div>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/baibing-seo-baidu.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=15</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=15&amp;key=4337ee08</trackback:ping></item><item><title>何苦SEO培训:把你想要表达的内容,告诉搜索引擎!</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/heku-seo-training.html</link><pubDate>Tue, 22 Apr 2008 19:35:39 +0800</pubDate><guid>http://www.heku.org/SEO/heku-seo-training.html</guid><description><![CDATA[<div class="on_text"><p>SEO到底是什么?之前一直有人在讨论.百度百科也有十几个朋友对SEO一词的解释进行了多次改进.我之前也写过一些&quot;什么是seo?&quot;之类的文字.</p><p>经过几个月的沉淀,现在又多了一些新的认识.写出来,跟朋友一起交流一下.</p><p>SEO,搜索引擎优化,是做什么工作的呢?</p><p>SEO是用来将你的网站内容,更好的表达给搜索引擎,表现给你的访客的一种工具.</p><p>1.你的网站需要有你的潜在客户,搜索引擎需要的内容.如果没有人需要,那还需要什么表达呢?SEO无用武之地.</p><p>2.SEO是一种表达途径.反例:好多网站的title为&quot;欢迎访问!&quot;,软件下载站,软件页面的title里边,没有包含软件的名字.这一些错误,都不配用&quot;SEO错误&quot;来形容.是绝对不能容忍的.</p><p>那如何更好的来表达呢?这就需要注意细节问题了.这里所说的细节,并不是有一些SEO新手经常问的&quot;标题的关键词,用什么分隔好啊?关键词密度,多少合适啊?&quot;等等,而是,你的网页代码,内部结构,如何来构建才能更好的让搜索引擎收录,如何才能告诉搜索引擎你的页面的中心思想.如何提升你自身网站权重?</p><p>这一些问题,才是SEO的重点.</p><p>记住一句话:告诉搜索引擎,你的页面是表达的什么?搜索引擎才会在serp中体现出来.</p><p>3.SEO只是一种工具.</p><p>SEO不是一个网站的全部,绝对不是.SEO是搜索引擎优化.除了这个,用户体验优化呢?</p><p>更何况,一个网站需要做<a title="搜索引擎营销" href="http://www.heku.org.cn/"><strong>搜索引擎营销</strong></a>,还需要别的么?软文营销?事件营销?口碑营销?论坛营销?</p><p>真正运营一个优秀的网站.只有<a title="SEO技术" href="http://www.seoschools.cn/seo-jishu/"><strong>SEO技术</strong></a>,是远远不够的...</p><p>PS,写的比较乱.凑个原创吧..</p><p>&nbsp;</p><p>转载请注明链接:SEO 谢谢!</p><p><br />本文来自: SEO Guy(<a href="http://www.seoguy.cn/">http://www.seoguy.cn/</a>) 详细出处参考：<a href="http://www.seoguy.cn/SEO-Tech/seo-means.html">http://www.seoguy.cn/SEO-Tech/seo-means.html</a></p></div>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/heku-seo-training.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=14</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=14&amp;key=0dd14ed8</trackback:ping></item><item><title>山东SEO团队第二次成员代表大会圆满闭幕</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/shandong-seo.html</link><pubDate>Sat, 19 Apr 2008 09:53:53 +0800</pubDate><guid>http://www.heku.org/SEO/shandong-seo.html</guid><description><![CDATA[<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 热烈祝贺山东SEO团队第二次成员代表大会圆满闭幕！<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 经过三个月的考验和磨合，今天山东SEO团队召开了第二次成员大会，首先为了提升团队凝聚力和当地SEO普及工作的讯速发展，以及作好当地市场服务于调查工作，针对本次会议没有参于者，以及三个月以来态度不积极的成员作了相应的调整。<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 在人员调整过后，我们就山东SEO团队后期的运作以及发展方向作了深度的交流，每一位成员都作出了积极的反应和发言，最终确立了以济南SEO（白冰，ZHN，何苦）为代表的团队核心技术指导，以其它各地市优秀的SEO代表为基础的团队站略合作方针，共同去引导山东网络营销市场，浮化山东企业老板对旧的网络营销的认识，整顿和规范山东SEO服务市场，积极推进山东SEO的发展。我们还就后期团队成员业务能力和技术能力的提升作出来新的计划，目前还没有最重决定该计划的名销，主要是提供一个团队成员后期的SEO业务发展，定期SEO技术交流和提升、搜索引擎营销（SEM）以及如何提升客户转换率的交互性平台。<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 最后，在白冰的引导下，我们非常荣幸的吸呐了几位新成员，一位是东营的知名SEOer（相逢：韩玉军）和济宁SEOr新秀（曹玉杰），都是在省内比较突出的SEOer，而且团队意识比强。现在团队成员还有待于调整，现有团队成员名单，将会于近期公布，最近的工作是要把团队内部思想统一，加强团队成员之间的合作于协作精神，努力提升团队综合技术及业务水平，争取打造山东第一SEO团队。山东SEO团队在济南圆满闭幕！<br />&nbsp;</p><p>原文发表于:<a href="http://www.sdseo.com.cn/html/news/20080419/587.html">http://www.sdseo.com.cn/html/news/20080419/587.html</a></p><p>转载请以链接形式注明版权</p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/shandong-seo.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=13</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=13&amp;key=bae85cd2</trackback:ping></item><item><title>SEO辅助软件更新-第二版</title><author>heku@heku.org (何苦)</author><link>http://www.heku.org/SEO/SEO-Tool.html</link><pubDate>Sat, 08 Mar 2008 06:09:36 +0800</pubDate><guid>http://www.heku.org/SEO/SEO-Tool.html</guid><description><![CDATA[<p><strong><a title="SEO工具" href="http://www.heku.org.cn/SEO/SEO-Tool.html">SEO工具</a>-SEO辅助软件更新</strong></p><p>使用说明:http://www.seo-pattern.cn</p><p>基本功能<br />1.指数查询---结果取自index.baidu.com<br />2.百度相关查询---结果取自index.baidu.com<br />3.批量关键词查询<br />4.PR查询<br />5.Alexa查询<br />6.网站排名查询 <br />7.相似站点查询---结果取自Google结果前十位<br />8.排名监控<br />9.seo检查---查询Meta、外链个数、前50个外链的信息&middot;取自Yahoo<br />10.浏览查询记录</p><p>----------------------------请往下看---------------------------</p><p>第二版<br />================================================<br />改变的地方<br />1.实现对英文关键词的支持，不过只支持Google.cn，不支持COM的<br />2.由于有人提到GOOGLE封IP的问题，增加了设置选项，可以设置排名监控针对那几个SE<br />3. SEO检测提供更加完整的网站信息，导出数据更加全面<br />4.排名监控提供更多的网站信息监控，导出数据更加详细<br />5.相似站查询提供导出数据功能</p><p>注意：<br />由于软件更新,以前数据不可用&nbsp; 不好意思了</p><p>SEO监控中<br />更新排名：只更新网站的关键词排名<br />更新信息：更新关键词排名和网站信息 pr,ALEXA，收录量，外链数目&nbsp; 点击查看详细可以看</p><p>未实现代理机制</p><p><br />详细请阅读:</p><p><br />第一版<br />=============================================================<br />注意事项：<br />1.由于指数查询，相关查询的信息不是一时一变，所以采用了Cache,缓存存在Cache目录下，过期时间为2个小时，也就是说2个小时内查询同一个词的话，不会去网上重新抓取，可以有效提高效率<br />2.可以使用设置-》清除所有缓存 选项来清除缓存<br />3.批量关键词查询，请使用.txt的文本<br />例如：<br />卡丁车<br />跑跑卡丁车<br />卡丁车视频<br />。。。。。</p><p>&nbsp;</p><p>严重BUG:<br />google排名查询中，对英文关键词支持很不好，无法得到正确结果</p><p>点击以下地址下载<b>SEO工具最新版</b></p><p><a href="http://www.heku.org/upload/2008/3/SEO-tool-version-101.rar" target="_blank">SEO-tool-version-101.rar</a></p>]]></description><category>搜索引擎优化</category><comments>http://www.heku.org/SEO/SEO-Tool.html#comment</comments><wfw:comment>http://www.heku.org/</wfw:comment><wfw:commentRss>http://www.heku.org/feed.asp?cmt=6</wfw:commentRss><trackback:ping>http://www.heku.org/cmd.asp?act=tb&amp;id=6&amp;key=81e953b1</trackback:ping></item></channel></rss>
