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

<channel>
	<title>涅磐-wordpress技巧,linux vps技巧,分享电影音乐,摄影爱好者,微博控 &#187; Seo</title>
	<atom:link href="http://www.openboy.net/tag/seo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.openboy.net</link>
	<description>wordpress技巧,linux vps技巧,分享电影音乐,摄影爱好者,微博控</description>
	<lastBuildDate>Sat, 21 Jan 2012 18:59:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>nginx301重定向</title>
		<link>http://www.openboy.net/nginx-301-rewrite-for-web-seo.html</link>
		<comments>http://www.openboy.net/nginx-301-rewrite-for-web-seo.html#comments</comments>
		<pubDate>Fri, 13 May 2011 19:41:24 +0000</pubDate>
		<dc:creator>@openboy</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[301重定向]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[Seo]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://www.openboy.net/?p=648</guid>
		<description><![CDATA[实在找不到什么太好的主机,每天宕机1.2个小时，唉～这又换了,顺便从之前的lnmpa换回现在的lnmp.又牵扯到了nginx的301重定向问题,而apache确实不需要担心这些多余的问题～ 而wordpress也不需要设置其他，例如我的网站，默认自己会从openboy.net跳转到www.openboy.net.但是如果不是wordpress就需要做一下设置了。网上目前流行两个版本:都是修改nginx.conf~ 第一种方法是判断nginx核心变量host server { server_name www.openboy.net openboy.net; if ($host != 'www.openboy.net' ) { rewrite ^/(.*)$ http://www.openboy.net/$1 permanent; } 这个是非常可取的～每篇文章不带www的地址也自然会跳转到带www的地址上去，这样每篇文章都有唯一的地址，也是seo友好的一种表现～！ 还有一种方法大家暂时不要尝试,会引起301重定向的死循环。 server { server_name openboy.net; rewrite ^/(.*) http://www.openboy.net/$1 permanent; } 修改完成 /usr/local/nginx/sbin/nginx -t 如果都ok的话，重启你的lnmp :/root/lnmp restart 就ok了。。。 顺便在附送一个 nginx下drupal简洁链接的rewrite规则 location / { if (!-e $request_filename) { rewrite ^/(.*)$ /index.php?q=$1 last; } &#160; } vps安装lnmp一些问题以及putty管理vpsnginx下安装mediawiki以及url rewriteDiscuz7.2首页最后发表帖子URL301重定向的SEO优化初试VPS的一些感想以及安装LNMPvps备份网站mysql数据到邮箱/ftpvps上WordPress升级/安装插件时需要填写FTP信息的解决办法Vps [...]<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="Discuz7.2首页最后发表帖子URL301重定向的SEO优化" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fdiscuz-last-post-url-seo.html&from=http%3A%2F%2Fwww.openboy.net%2Fnginx-301-rewrite-for-web-seo.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900951.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Discuz7.2首页最后发表帖子URL301重定向的SEO优化</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="nginx下安装mediawiki以及url rewrite" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fnginx-install-mediawiki-and-url-rewrite.html&from=http%3A%2F%2Fwww.openboy.net%2Fnginx-301-rewrite-for-web-seo.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900914.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">nginx下安装mediawiki以及url rewrite</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="初试VPS的一些感想以及安装LNMP" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Ftry-vps-and-install-linux-nginx-mysql-php.html&from=http%3A%2F%2Fwww.openboy.net%2Fnginx-301-rewrite-for-web-seo.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8899197.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">初试VPS的一些感想以及安装LNMP</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="vps安装lnmp一些问题以及putty管理vps" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fvps-install-lnmp-for-putty-ssh.html&from=http%3A%2F%2Fwww.openboy.net%2Fnginx-301-rewrite-for-web-seo.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/05/17/8663035.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">vps安装lnmp一些问题以及putty管理vps</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="centos vps安装phpmyadmin" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fcentos-vps-install-phpmyadmin.html&from=http%3A%2F%2Fwww.openboy.net%2Fnginx-301-rewrite-for-web-seo.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8903614.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">centos vps安装phpmyadmin</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>实在找不到什么太好的主机,每天宕机1.2个小时，唉～这又换了,顺便从之前的lnmpa换回现在的<a href="http://www.openboy.net/tag/lnmp">lnmp</a>.又牵扯到了<a href="http://www.openboy.net/nginx-301-rewrite-for-web-seo.html">nginx的301重定向</a>问题,而apache确实不需要担心这些多余的问题～</p>
<p>而<a href="http://www.openboy.net/category/wordpress">wordpress</a>也不需要设置其他，例如我的网站，默认自己会从openboy.net跳转到www.openboy.net.但是如果不是wordpress就需要做一下设置了。网上目前流行两个版本:都是修改nginx.conf~</p>
<p>第一种方法是判断nginx核心变量host<span id="more-648"></span></p>

<div class="wp_syntax"><div class="code"><pre class="shell" style="font-family:monospace;">server {
server_name www.openboy.net openboy.net;
if ($host != 'www.openboy.net' ) {
rewrite ^/(.*)$ http://www.openboy.net/$1 permanent;
}</pre></div></div>

<p>这个是非常可取的～每篇文章不带www的地址也自然会跳转到带www的地址上去，这样每篇文章都有唯一的地址，也是seo友好的一种表现～！<br />
还有一种方法大家暂时不要尝试,会引起301重定向的死循环。<br />
<del datetime="2011-05-13T19:24:46+00:00"><br />
server {<br />
server_name openboy.net;<br />
rewrite ^/(.*) http://www.openboy.net/$1 permanent;<br />
}</del></p>
<p>修改完成 /usr/local/nginx/sbin/nginx  -t 如果都ok的话，重启你的lnmp :/root/lnmp restart<br />
就ok了。。。</p>
<p>顺便在附送一个</p>
<h3><a href="http://www.openboy.net/nginx-301-rewrite-for-web-seo.html">nginx下drupal简洁链接的rewrite规则</a></h3>

<div class="wp_syntax"><div class="code"><pre class="shell" style="font-family:monospace;">location / {
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php?q=$1 last;
}
&nbsp;
}</pre></div></div>

<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="Discuz7.2首页最后发表帖子URL301重定向的SEO优化" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fdiscuz-last-post-url-seo.html&from=http%3A%2F%2Fwww.openboy.net%2Fnginx-301-rewrite-for-web-seo.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900951.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Discuz7.2首页最后发表帖子URL301重定向的SEO优化</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="nginx下安装mediawiki以及url rewrite" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fnginx-install-mediawiki-and-url-rewrite.html&from=http%3A%2F%2Fwww.openboy.net%2Fnginx-301-rewrite-for-web-seo.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900914.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">nginx下安装mediawiki以及url rewrite</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="初试VPS的一些感想以及安装LNMP" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Ftry-vps-and-install-linux-nginx-mysql-php.html&from=http%3A%2F%2Fwww.openboy.net%2Fnginx-301-rewrite-for-web-seo.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8899197.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">初试VPS的一些感想以及安装LNMP</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="vps安装lnmp一些问题以及putty管理vps" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fvps-install-lnmp-for-putty-ssh.html&from=http%3A%2F%2Fwww.openboy.net%2Fnginx-301-rewrite-for-web-seo.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/05/17/8663035.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">vps安装lnmp一些问题以及putty管理vps</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="centos vps安装phpmyadmin" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fcentos-vps-install-phpmyadmin.html&from=http%3A%2F%2Fwww.openboy.net%2Fnginx-301-rewrite-for-web-seo.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8903614.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">centos vps安装phpmyadmin</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table><ul class="related_post"><li><a href="http://www.openboy.net/vps-install-lnmp-for-putty-ssh.html" title="vps安装lnmp一些问题以及putty管理vps">vps安装lnmp一些问题以及putty管理vps</a></li><li><a href="http://www.openboy.net/nginx-install-mediawiki-and-url-rewrite.html" title="nginx下安装mediawiki以及url rewrite">nginx下安装mediawiki以及url rewrite</a></li><li><a href="http://www.openboy.net/discuz-last-post-url-seo.html" title="Discuz7.2首页最后发表帖子URL301重定向的SEO优化">Discuz7.2首页最后发表帖子URL301重定向的SEO优化</a></li><li><a href="http://www.openboy.net/try-vps-and-install-linux-nginx-mysql-php.html" title="初试VPS的一些感想以及安装LNMP">初试VPS的一些感想以及安装LNMP</a></li><li><a href="http://www.openboy.net/vps-backup-to-mail-or-ftp.html" title="vps备份网站mysql数据到邮箱/ftp">vps备份网站mysql数据到邮箱/ftp</a></li><li><a href="http://www.openboy.net/vps-wordpress-upgrade-plugins-need-to-write-ftp.html" title="vps上WordPress升级/安装插件时需要填写FTP信息的解决办法">vps上WordPress升级/安装插件时需要填写FTP信息的解决办法</a></li><li><a href="http://www.openboy.net/used-vps-ssh-management-mysql.html" title="Vps ssh管理mysql">Vps ssh管理mysql</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.openboy.net/nginx-301-rewrite-for-web-seo.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Discuz7.2首页最后发表帖子URL301重定向的SEO优化</title>
		<link>http://www.openboy.net/discuz-last-post-url-seo.html</link>
		<comments>http://www.openboy.net/discuz-last-post-url-seo.html#comments</comments>
		<pubDate>Wed, 25 Aug 2010 15:00:32 +0000</pubDate>
		<dc:creator>@openboy</dc:creator>
				<category><![CDATA[建站心得]]></category>
		<category><![CDATA[301重定向]]></category>
		<category><![CDATA[Discuz]]></category>
		<category><![CDATA[Seo]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.openboy.net/?p=527</guid>
		<description><![CDATA[很久很久以前就说过想做论坛,做过放弃过.现在又从新开始弄了一个，嗯～小小的，面对一部分人群～主要是对Discuz这个论坛程序很感兴趣啊..众所周知.最近炒的风风火火的就是Discuz被腾讯收购了= =不过这个论坛程序还是非常优秀的，刨去一些特色问题. 不过在优秀，还是有一些东西需要修改的，防备以后忘记～ Discuz论坛首页上每个版面最后发表的帖子的url一般都是这个格式的./redirect.php?tid=274&#38;goto=lastpost#lastpost .如果你不开启301rewrite还好，如果开启了，论坛存在两种地址，对seo非常不友好；这就是要修改成url伪静态化的原因 打开templates/default/目录下的discuz.htm 搜索 redirect.php?tid=$forum[lastpost][tid]&#38;amp;goto=lastpost#lastpost 能得到两条结果. 之后把这两条全部修改成 thread-$forum[lastpost][tid]-1-1.html ok了- - nginx301重定向Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置Discuz伪静态.htaccess规则和贴内右侧广告环绕wordpress的ping功能是否会影响Google收录？【转载】针对Google的优化圣经总结最全的wordpress优化技巧。向Live提交的网站地图。<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="nginx301重定向" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fnginx-301-rewrite-for-web-seo.html&from=http%3A%2F%2Fwww.openboy.net%2Fdiscuz-last-post-url-seo.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/07/28852993.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">nginx301重定向</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="seo技术之网站地图" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fseo-web-sitemap.html&from=http%3A%2F%2Fwww.openboy.net%2Fdiscuz-last-post-url-seo.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8899765.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">seo技术之网站地图</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="SEO技术---影响关键词排名的因素" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fseo-ranking-keywords.html&from=http%3A%2F%2Fwww.openboy.net%2Fdiscuz-last-post-url-seo.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900416.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">SEO技术---影响关键词排名的因素</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Discuz伪静态.htaccess规则和贴内右侧广告环绕" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fdiscuz-htaccess-and-adsense-float.html&from=http%3A%2F%2Fwww.openboy.net%2Fdiscuz-last-post-url-seo.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8901005.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Discuz伪静态.htaccess规则和贴内右侧广告环绕</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fdrupal-pathauto-zh-hans-and-wordpress2drupal-url-path.html&from=http%3A%2F%2Fwww.openboy.net%2Fdiscuz-last-post-url-seo.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900924.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>很久很久以前就说过想做论坛,做过放弃过.现在又从新开始弄了一个，嗯～小小的，面对一部分人群～主要是对<a title="Discuz!是个可免费下载的PHP网络论坛程序，简称DZ，由戴志康（Crossday）所创立" href="http://zh.wikipedia.org/zh-cn/Discuz" rel="external">Discuz这个论坛程序</a>很感兴趣啊..众所周知.最近炒的风风火火的就是<strong><a title="腾讯已收购Discuz!" href="http://www.cnbeta.com/articles/119997.htm" rel="external nofollow">Discuz被腾讯收购</a></strong>了= =不过这个论坛程序还是非常优秀的，刨去一些特色问题.</p>
<p>不过在优秀，还是有一些东西需要修改的，防备以后忘记～<br />
Discuz论坛首页上每个版面最后发表的帖子的url一<span id="more-527"></span>般都是这个格式的./redirect.php?tid=274&amp;goto=lastpost#lastpost .如果你不开启301rewrite还好，如果开启了，论坛存在两种地址，对seo非常不友好；这就是要修改成url伪静态化的原因</p>
<p>打开templates/default/目录下的discuz.htm</p>
<p>搜索</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">redirect.php?tid=$forum[lastpost][tid]&amp;amp;goto=lastpost#lastpost</pre></div></div>

<p>能得到两条结果.<br />
之后把这两条全部修改成</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">thread-$forum[lastpost][tid]-1-1.html</pre></div></div>

<p>ok了- -</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="nginx301重定向" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fnginx-301-rewrite-for-web-seo.html&from=http%3A%2F%2Fwww.openboy.net%2Fdiscuz-last-post-url-seo.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/07/28852993.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">nginx301重定向</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="seo技术之网站地图" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fseo-web-sitemap.html&from=http%3A%2F%2Fwww.openboy.net%2Fdiscuz-last-post-url-seo.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8899765.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">seo技术之网站地图</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="SEO技术---影响关键词排名的因素" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fseo-ranking-keywords.html&from=http%3A%2F%2Fwww.openboy.net%2Fdiscuz-last-post-url-seo.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900416.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">SEO技术---影响关键词排名的因素</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Discuz伪静态.htaccess规则和贴内右侧广告环绕" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fdiscuz-htaccess-and-adsense-float.html&from=http%3A%2F%2Fwww.openboy.net%2Fdiscuz-last-post-url-seo.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8901005.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Discuz伪静态.htaccess规则和贴内右侧广告环绕</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fdrupal-pathauto-zh-hans-and-wordpress2drupal-url-path.html&from=http%3A%2F%2Fwww.openboy.net%2Fdiscuz-last-post-url-seo.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900924.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table><ul class="related_post"><li><a href="http://www.openboy.net/nginx-301-rewrite-for-web-seo.html" title="nginx301重定向">nginx301重定向</a></li><li><a href="http://www.openboy.net/drupal-pathauto-zh-hans-and-wordpress2drupal-url-path.html" title="Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置">Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置</a></li><li><a href="http://www.openboy.net/discuz-htaccess-and-adsense-float.html" title="Discuz伪静态.htaccess规则和贴内右侧广告环绕">Discuz伪静态.htaccess规则和贴内右侧广告环绕</a></li><li><a href="http://www.openboy.net/wordpress-ping-impact-blog-indexed.html" title="wordpress的ping功能是否会影响Google收录？">wordpress的ping功能是否会影响Google收录？</a></li><li><a href="http://www.openboy.net/brett-tabke-say-seo-about-google-to-success.html" title="【转载】针对Google的优化圣经">【转载】针对Google的优化圣经</a></li><li><a href="http://www.openboy.net/all-of-wordpress-seo-skills.html" title="总结最全的wordpress优化技巧。">总结最全的wordpress优化技巧。</a></li><li><a href="http://www.openboy.net/to-live-sitemap.html" title="向Live提交的网站地图。">向Live提交的网站地图。</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.openboy.net/discuz-last-post-url-seo.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>wordpress的ping功能是否会影响Google收录？</title>
		<link>http://www.openboy.net/wordpress-ping-impact-blog-indexed.html</link>
		<comments>http://www.openboy.net/wordpress-ping-impact-blog-indexed.html#comments</comments>
		<pubDate>Tue, 08 Sep 2009 15:03:20 +0000</pubDate>
		<dc:creator>@openboy</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[Seo]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[收录]]></category>

		<guid isPermaLink="false">http://www.openboy.net/?p=437</guid>
		<description><![CDATA[今天上班比较无聊,看盘之余,就看了下Google对我的博客的收录情况.收录多少不说，结果却非常叫我诧异.我前几天写的那篇我的M42老相机-zenit 122 的文章，已经几天过去了，google不但没有收录,而且排名第一的，竟然是一个专门采集网站的采集站，而他采集的文章，正是我写的文章，而且人家还算正规，我的链接人家一个都没去掉.就这样，我脑海中闪现了一个问题：”为什么我的原创文章google不收录,而排名第一的竟然是采集我的文章？” 其实我对seo并不是有很深的研究，但是搜索引擎喜欢原创文章我还是知道的.这也是更叫我诧异的.后来我在google搜索看到了孙波的沙盒子里的这篇”WordPress升级造成Ping功能失效，Google不收录“文章，就也试着在google博客搜索里site了下自己的博客.竟然发现,在”回到古代-涿州影视城“这篇文章以后就都没有收录过，但是，其中却夹杂了一篇我测试windows live writer的一篇删除了的日记.那就很明显，其他日记都是在wordpress后台写的，唯独那篇文章是用windows live writer写的，且就那篇文章ping成功了. 所以，我根据孙波的提示，怀疑是不是wordpress的ping功能影响了收录？我现在还不敢断然下结论.这篇文章也算个测试，我在发表这篇文章前调整了下wordpress后台的ping功能的设置.把Google的排在了第一.看看后续的结果如何吧.. http://blogsearch.google.com/ping/RPC2 http://rpc.pingomatic.com/ http://ping.baidu.com/cgi-bin/blog http://www.xianguo.com/xmlrpc/ping.php http://www.zhuaxia.com/rpc/server.php http://blog.youdao.com/ping/RPC2 http://rpc.weblogs.com/RPC2 http://ping.feedburner.com http://blog.iask.com/ping.php http://rpc.feedsky.com/ping http://ping.blo.gs/ http://rpc.technorati.com/rpc/ping http://xmlrpc.blogg.de http://api.feedster.com/ping http://ping.amagle.com/ http://ping.rootblog.com/rpc.php http://ping.weblogalot.com/rpc.php http://rcs.datashed.net/RPC2/ http://rpc.blogbuzzmachine.com/RPC2 http://rpc.newsgator.com/ http://www.blogoon.net/ping/ http://www.blogsnow.com/ping http://www.blogstreet.com/xrbin/xmlrpc.cgi http://www.lasermemory.com/lsrpc/ http://www.newsisfree.com/RPCCloud http://www.snipsnap.org/RPC2 http://ping.syndic8.com/xmlrpc.php http://rpc.blogrolling.com/pinger/ http://rpc.icerocket.com:10080/ http://rpc.technorati.com/rpc/ping http://rpc.weblogs.com/RPC2 http://topicexchange.com/RPC2 http://www.blogdigger.com/RPC2 http://www.blogoole.com/ping/ http://www.popdex.com/addsite.php http://www.wasalive.com/ping/ http://www.weblogues.com/RPC/ http://blogping.unidatum.com/RPC2/ http://api.moreover.com/RPC2 http://bblog.com/ping.php 哈哈～博客有Google Sitelinks了【转载】针对Google的优化圣经总结最全的wordpress优化技巧。生活，博客，wordpress^_^35互联也搞起了博客托管。nginx301重定向一些wordpress函数<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="生活，博客，wordpress^_^" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Flife-blog-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-ping-impact-blog-indexed.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8904700.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">生活，博客，wordpress^_^</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="【转载】针对Google的优化圣经" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fbrett-tabke-say-seo-about-google-to-success.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-ping-impact-blog-indexed.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/23/33500425.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">【转载】针对Google的优化圣经</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="哈哈～博客有Google Sitelinks了" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fopenboy-net-have-google-sitelinks.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-ping-impact-blog-indexed.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">哈哈～博客有Google Sitelinks了</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="总结最全的wordpress优化技巧。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fall-of-wordpress-seo-skills.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-ping-impact-blog-indexed.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/15/22821101.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">总结最全的wordpress优化技巧。</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="博客由Pjblog转成wordpress了。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fpjblog-to-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-ping-impact-blog-indexed.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8899605.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">博客由Pjblog转成wordpress了。</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>今天上班比较无聊,看盘之余,就看了下Google对<a title="猪小猪'space By @openboy" href="http://www.openboy.net/"><strong>我的博客</strong></a>的<strong>收录情况</strong>.收录多少不说，结果却非常叫我诧异.我前几天写的那篇<a title="我的M42老相机-zenit 122" href="http://www.openboy.net/my-m42-dlsr-cameras-zenit-122.html">我的M42老相机-zenit 122</a> 的文章，已经几天过去了，google不但<strong>没有收录</strong>,而且排名第一的，竟然是一个专门采集网站的采集站，而他采集的文章，正是我写的文章，而且人家还算正规，我的链接人家一个都没去掉.就这样，我脑海中闪现了一个问题：”为什么我的原创文章google不收录,而排名第一的竟然是采集我的文章？”<span id="more-437"></span></p>
<div class="wp-caption alignnone" style="width: 585px"><a href="http://www.google.cn/search?hl=zh-CN&amp;q=%E6%88%91%E7%9A%84M42%E8%80%81%E7%9B%B8%E6%9C%BA-zenit+122&amp;sourceid=navclient-ff&amp;rlz=1B3GGGL_zh-CNCN337CN337&amp;ie=UTF-8"><img title="Google对我的M42老相机-zenit 122文章的收录情况" src="http://farm4.static.flickr.com/3475/3899821025_7b8b1e8c88_o.jpg" alt="Google对我的M42老相机-zenit 122文章的收录情况" width="575" height="355" /></a><p class="wp-caption-text">Google对&quot;我的M42老相机-zenit 122&quot;文章的收录情况</p></div>
<p>其实我对<a title="搜索引擎优化" href="http://www.openboy.net/category/seo">seo</a>并不是有很深的研究，但是<strong>搜索引擎喜欢原创文章</strong>我还是知道的.这也是更叫我诧异的.后来我在google搜索看到了孙波的沙盒子里的这篇”<a rel="external nofollow" href="http://www.sunbo.name/20081223/wordpress-ping-google">WordPress升级造成Ping功能失效，Google不收录</a>“文章，就也试着在google博客搜索里<a title="google blogsearch对猪小猪'space的收录情况" href="http://blogsearch.google.com/blogsearch?hl=zh-CN&amp;client=firefox-a&amp;um=1&amp;ie=UTF-8&amp;q=site%3Awww.openboy.net&amp;btnG=%E6%90%9C%E7%B4%A2%E5%8D%9A%E5%AE%A2&amp;lr=" target="_blank">site了下自己的博客</a>.竟然发现,在”<a title="我去涿州影视城旅游拍摄的照片" href="http://www.openboy.net/zhuozhou-movie-and-television-city.html">回到古代-涿州影视城</a>“这篇文章以后就都没有收录过，但是，其中却夹杂了一篇我测试windows live writer的一篇删除了的日记.那就很明显，其他日记都是在wordpress后台写的，唯独那篇文章是用windows live writer写的，且就那篇文章<strong>ping成功</strong>了.</p>
<div class="wp-caption alignnone" style="width: 592px"><a href="http://blogsearch.google.com/blogsearch?hl=zh-CN&amp;client=firefox-a&amp;um=1&amp;ie=UTF-8&amp;q=site%3Awww.openboy.net&amp;btnG=%E6%90%9C%E7%B4%A2%E5%8D%9A%E5%AE%A2&amp;lr="><img title="Google blogsearch对博客的收录情况" src="http://farm3.static.flickr.com/2590/3899868209_dc0b20c4c6_o.jpg" alt="Google blogsearch对博客的收录情况" width="582" height="612" /></a><p class="wp-caption-text">Google blogsearch对博客的收录情况</p></div>
<p>所以，我根据孙波的提示，怀疑是不是<strong>wordpress的ping功能</strong>影响了收录？我现在还不敢断然下结论.这篇文章也算个测试，我在发表这篇文章前调整了下wordpress后台的ping功能的设置.把Google的排在了第一.看看后续的结果如何吧..</p>
<pre>http://blogsearch.google.com/ping/RPC2

http://rpc.pingomatic.com/

http://ping.baidu.com/cgi-bin/blog

http://www.xianguo.com/xmlrpc/ping.php

http://www.zhuaxia.com/rpc/server.php

http://blog.youdao.com/ping/RPC2

http://rpc.weblogs.com/RPC2

http://ping.feedburner.com

http://blog.iask.com/ping.php

http://rpc.feedsky.com/ping

http://ping.blo.gs/

http://rpc.technorati.com/rpc/ping

http://xmlrpc.blogg.de

http://api.feedster.com/ping

http://ping.amagle.com/

http://ping.rootblog.com/rpc.php

http://ping.weblogalot.com/rpc.php

http://rcs.datashed.net/RPC2/

http://rpc.blogbuzzmachine.com/RPC2

http://rpc.newsgator.com/

http://www.blogoon.net/ping/

http://www.blogsnow.com/ping

http://www.blogstreet.com/xrbin/xmlrpc.cgi

http://www.lasermemory.com/lsrpc/

http://www.newsisfree.com/RPCCloud

http://www.snipsnap.org/RPC2

http://ping.syndic8.com/xmlrpc.php

http://rpc.blogrolling.com/pinger/

http://rpc.icerocket.com:10080/

http://rpc.technorati.com/rpc/ping

http://rpc.weblogs.com/RPC2

http://topicexchange.com/RPC2

http://www.blogdigger.com/RPC2

http://www.blogoole.com/ping/

http://www.popdex.com/addsite.php

http://www.wasalive.com/ping/

http://www.weblogues.com/RPC/

http://blogping.unidatum.com/RPC2/

http://api.moreover.com/RPC2

http://bblog.com/ping.php</pre>
<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="生活，博客，wordpress^_^" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Flife-blog-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-ping-impact-blog-indexed.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8904700.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">生活，博客，wordpress^_^</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="【转载】针对Google的优化圣经" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fbrett-tabke-say-seo-about-google-to-success.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-ping-impact-blog-indexed.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/23/33500425.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">【转载】针对Google的优化圣经</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="哈哈～博客有Google Sitelinks了" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fopenboy-net-have-google-sitelinks.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-ping-impact-blog-indexed.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">哈哈～博客有Google Sitelinks了</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="总结最全的wordpress优化技巧。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fall-of-wordpress-seo-skills.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-ping-impact-blog-indexed.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/15/22821101.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">总结最全的wordpress优化技巧。</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="博客由Pjblog转成wordpress了。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fpjblog-to-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fwordpress-ping-impact-blog-indexed.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8899605.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">博客由Pjblog转成wordpress了。</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table><ul class="related_post"><li><a href="http://www.openboy.net/openboy-net-have-google-sitelinks.html" title="哈哈～博客有Google Sitelinks了">哈哈～博客有Google Sitelinks了</a></li><li><a href="http://www.openboy.net/brett-tabke-say-seo-about-google-to-success.html" title="【转载】针对Google的优化圣经">【转载】针对Google的优化圣经</a></li><li><a href="http://www.openboy.net/all-of-wordpress-seo-skills.html" title="总结最全的wordpress优化技巧。">总结最全的wordpress优化技巧。</a></li><li><a href="http://www.openboy.net/life-blog-wordpress.html" title="生活，博客，wordpress^_^">生活，博客，wordpress^_^</a></li><li><a href="http://www.openboy.net/35-blog-openid.html" title="35互联也搞起了博客托管。">35互联也搞起了博客托管。</a></li><li><a href="http://www.openboy.net/nginx-301-rewrite-for-web-seo.html" title="nginx301重定向">nginx301重定向</a></li><li><a href="http://www.openboy.net/some-wordpress-function.html" title="一些wordpress函数">一些wordpress函数</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.openboy.net/wordpress-ping-impact-blog-indexed.html/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>【转载】针对Google的优化圣经</title>
		<link>http://www.openboy.net/brett-tabke-say-seo-about-google-to-success.html</link>
		<comments>http://www.openboy.net/brett-tabke-say-seo-about-google-to-success.html#comments</comments>
		<pubDate>Sun, 24 May 2009 08:33:17 +0000</pubDate>
		<dc:creator>@openboy</dc:creator>
				<category><![CDATA[Seo]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.openboy.net/?p=388</guid>
		<description><![CDATA[首先说说为什么要转载这篇文章：虽然很长,但是很朴实. 肯定很有用,但是很难做到. 为什么只针对Google?因为百度很bad，囧； 这篇文章是webmasterworld.com的创始人Brett Tabke写的,以下为引用. 是搜索引擎优化领域里教皇级的人物。据说他以前是经常使用和实验各种作弊手段的人物，当然他现在已经改邪归正了，至少表面上看起来如此。 近些年，他在站长世界里的帖子并不是很多，而且都非常简短。但无论他帖什么，往往都被追捧。因为他所管理的网站涉及面之宽，他本人所亲身认识的各个搜索引擎和各大电子商务公司的高层人物之多，以及他在网络世界里的权威地位之高，使他的话不得不被重视。 他有一篇非常著名的关于Google排名优化的文章，标题是”十二个月内，仅仅依靠Google打造成功网站“. 这篇文章写于2002年2月3号，到目前为止，这篇文章还是被奉为Google排名优化的圣经。所有资深的搜索引擎专家无不对这篇文章推崇倍至，而且 Brett Tabke也多次骄傲的声明，就算过了四年时间，历尽了多次Google更新和Google算法的改变，他的这篇Google排名优化文章还是没什么好改动的。 今天我转载的就是这篇”十二个月内，仅仅依靠Google打造成功网站” 让我们跳过理论来看看实际对Google有效的方法。我知道下面的这个系统对Google来说，每一次都有效，而且对所有的关键词都有效。这个系统是我给客户做网站时所应用的，而且百试不爽。成功的程度当然也取决于网站所在的行业，潜在市场和竞争水平。下面的要点可以让你仅仅依靠Google，在一年的时间里，打造一个成功的网站。 a)准备工作和建立内容。 在你注册域名之前，你就应该记录下你的想法，应该准备足够100个网页的内容。请注意是至少。这100个网页应该是真正的内容，而不是链接页，关于我们页，联系我们或者版权声明等等杂七杂八的网页。 b)域名。 你应该选择一个很容易建立品牌的域名，你要的是Google.com，而不是关键词.com。充斥关键词的域名应该被丢弃，易于建立品牌的和容易辩识的域名才是最好的。 域名当中所包含的关键词作用现在非常之小。为什么goto.com改名为overture.com，那次改名是我所见过的，最大胆的策略之一。这个改名的策略摧毁了几年时间所建立的品牌。 c）网站设计越简单越好。 一个指标是文字内容的比重应该大于HTML格式的比重。整个网页应该规范化，应该在所有的浏览器上显示正常。比如使它符合HTML3.2标准。搜索引擎蜘蛛还并不太喜欢HTML4.0标准。 应该远离那些太重的因素：flash, dom, java script等。如果你必须要使用这些脚本的话，把他们作为外部文件来使用。在我看来，根本没有必要使用这些东西。这些东西几乎不能给一个网站增色，却会极大的从各个方面伤害网站的表现（搜索引擎友好问题只是其中之一）。 用逻辑的方式安排你的网站，可以在目录名当中使用关键词。你也可以采用另外一种方法，也就是把所有的网页都放在根目录当中（这种方法很少见，但是事实证明是非常好的有效的方法）。 不要让你的网站堆砌一大堆没用的东西，比如说建议使用什么什么浏览器，或者计数器等等，使它保持最简单化，看起来专业化。向Google自己学习，看看他的主页，简单的没法再简单了。这也正是人们所需要的。 速度不是最重要的因素之一，而是唯一的重要因素。你的网页应该非常快速，如果你的网页会延时3，4秒钟，你就完蛋了。当然如果你的主机和访客在不同 的国家， 3，4秒钟还有情可原，对当地的访客来说，3到4秒钟的下载时间已经是极限了。超过这个时间，每多一秒钟，你就会丧失10%的流量。而这10%的流量可能正是成功与失败的分野。 d)网页大小 越小越好，最好保持在15K以下。越小越好，最好保持在12K以下。越小越好，你最好保持在10K以下。你明白了我的意思了吧。比5K大，小于10K，这是最好的。很难做到，但是却是最有效的。对搜索引擎也有效，对访客也有效。 e)内容 每天建一页两百到五百字的网页。如果你不知道该写些什么的话，做点关键词调查，然后根据你所得到的热门关键词写文章。 f)密度，位置等等 简单老式的SEO，在这些地方用一次你的关键词：网页标题，说明标签，正文标题，网址URL，黑体，斜体，网页的最开始。关键词密度介于 5%到20%之间（也别太在意）。写出好的文章，并且检查错字。拼写检查（对中文来说，检查错字）正在变得越来越重要。因为搜索引擎已经开始运用自动纠错功能，所以已经没有可以写错别字的借口了。 g)导出链接 在每一个网页连向一到两个排名高的网站，在链接文字当中加上关键词（这一点对未来来说很重要）。 h)网站内的交叉链接 指的是同一个网站内的链接。在你的网站之内，高质量的内容之间互相链接起来。如果一个网页是关于食物的，那么你应该确保这页连向关于苹果的和蔬菜的那些页。尤其对Google来说，基于共同内容的相互链接对在你的网站之内分享PR是非常重要的。 你要的不是使其他网页黯然失色的一个全明星网页，你需要的是50个每天吸引一个访客的网页，而不是一个每天吸引50个访客的网页。如果你发现你的网站里面有一页，确实是吸引大部分流量的页，那么你就应该把这一页的PR值通过交叉链接，分散到其他网页上。这有一点像老话说的分享财富。 i)开通网站 最好不要使用虚擬主机。最好使用你自己的单独的IP地址。确保你的网站可以被搜索引擎蜘蛛所索引。所有的网页都应该连向你网站里其他的网页。所有的网页距离主页都不应该超过两次点击。所有内容页也都应该链接回主页。一个在所有页上都存在的菜单系统，应该链接到你的网站上的主要部分。 在你完成一个高质量的网站之前，不要把它开通。开通一个不好的网站，比不开通网站更糟糕，你要的是从一开始就是一个优秀的网站。 申请登录开放目录，如果你有预算的话，也申请提交到雅虎和其他付费目录。如果没有预算的话，可以试试雅虎的免费提交，但是不要抱太大希望。 j)网站提交 把主页提交到Google等搜索引擎，然后接下来六个月就忘了这件事。没错，提交，然后忘了它。 k)记录和跟踪 使用一个高质量的能够记录访客来源的日志分析软件。如果你的主机提供商不提供访客来源，你就应该使用另外一家主机提供商。 l)观察蜘蛛 观察来自搜索引擎的蜘蛛们，确保蜘蛛在爬行你的整个网站。如果不是的话，你应该检查你的所有链接系统，确保蜘蛛能发现你整个的网站。如果搜索引擎需要两次才能检索完你的网站，你也不要害怕。对很多搜索引擎来说，可能需要六个月才能发现和爬行你的网站。 m)主题性的分类目录 几乎每一个行业都它自己的权威分类目录，去提交到这些分类目录当中。 n)链接 到Google版本的开放目录查看一下你的网站所在的行业，找到那些可以免费交换链接的网站，要求和这些网站交换链接。在主题性的网页上选择一段内容做为链出的文字。如果那些网站的站长不愿意和你交换链接，也没什么，继续下一个。每一天与一个新的网站交换链接，一个很简短的个人化的邮件就足够了。如果某个网站不愿意链接向你，别把它当回事-实际上早晚有一天他们会的。 [...]<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="Google软件精选管理器" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fgoogle-featured-manager-software.html&from=http%3A%2F%2Fwww.openboy.net%2Fbrett-tabke-say-seo-about-google-to-success.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/12/8998682.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Google软件精选管理器</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Google情结之Google Chrome初试用&lt;多图&gt;" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fgoogle-chrome-one.html&from=http%3A%2F%2Fwww.openboy.net%2Fbrett-tabke-say-seo-about-google-to-success.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8902892.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Google情结之Google Chrome初试用&lt;多图&gt;</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Google AdSense for Feeds" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fgoogle-adsense-for-feeds.html&from=http%3A%2F%2Fwww.openboy.net%2Fbrett-tabke-say-seo-about-google-to-success.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8902254.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Google AdSense for Feeds</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="最近关于Google的一些消息" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fabout-google-youtube-gfw-news.html&from=http%3A%2F%2Fwww.openboy.net%2Fbrett-tabke-say-seo-about-google-to-success.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8904723.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">最近关于Google的一些消息</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="共享你的详细位置:Google Latitude" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fgoogle-latitude-now-lets-you-publish-your-location-to-gmail-chat-and-your-blogation-badge.html&from=http%3A%2F%2Fwww.openboy.net%2Fbrett-tabke-say-seo-about-google-to-success.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8904492.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">共享你的详细位置:Google Latitude</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>首先说说为什么要转载这篇文章：虽然很长,但是很朴实.</p>
<p>肯定很有用,但是很难做到.</p>
<p>为什么只针对Google?因为百度很bad，囧；</p>
<p>这篇文章是<span class="t_tag" onclick="tagshow(event)">web</span>masterworld.com的创始人Brett Tabke写的,以下为引用.</p>
<blockquote><p>是搜索引擎优化领域里教皇级的人物。据说他以前是经常使用和实验各种作弊手段的人物，当然他现在已经改邪归正了，至少表面上看起<span id="more-388"></span>来如此。</p>
<p>近些年，他在站长世界里的帖子并不是很多，而且都非常简短。但无论他帖什么，往往都被追捧。因为他所管理的网站涉及面之宽，他本人所亲身认识的各个搜索引擎和各大电子商务公司的高层人物之多，以及他在网络世界里的权威地位之高，使他的话不得不被重视。</p>
<p>他有一篇非常著名的关于Google排名优化的文章，标题是”<strong>十二个月内，仅仅依靠Google打造成功网站</strong>“.</p>
<p>这篇文章写于2002年2月3号，到目前为止，这篇文章还是被奉为Google排名优化的圣经。所有资深的搜索引擎专家无不对这篇文章推崇倍至，而且 Brett Tabke也多次骄傲的声明，就算过了四年时间，历尽了多次Google更新和<strong>Google算法</strong>的改变，他的这篇Google排名优化文章还是没什么好改动的。</p></blockquote>
<p>今天我转载的就是这篇”<strong>十二个月内，仅仅依靠Google打造成功网站</strong>”<br />
让我们跳过理论来看看实际对Google有效的方法。我知道下面的这个系统对Google来说，每一次都有效，而且对所有的关键词都有效。这个系统是我给客户做网站时所应用的，而且百试不爽。成功的程度当然也取决于网站所在的行业，潜在市场和竞争水平。下面的要点可以让你仅仅依靠Google，在一年的时间里，打造一个成功的网站。</p>
<p>a)准备工作和建立内容。</p>
<p>在你注册域名之前，你就应该记录下你的想法，应该准备足够100个网页的内容。请注意是至少。这100个网页应该是真正的内容，而不是链接页，关于我们页，联系我们或者版权声明等等杂七杂八的网页。</p>
<p>b)域名。</p>
<p>你应该选择一个很容易建立品牌的域名，你要的是Google.com，而不是关键词.com。充斥关键词的域名应该被丢弃，易于建立品牌的和容易辩识的域名才是最好的。</p>
<p>域名当中所包含的关键词作用现在非常之小。为什么goto.com改名为overture.com，那次改名是我所见过的，最大胆的策略之一。这个改名的策略摧毁了几年时间所建立的品牌。</p>
<p>c）网站设计越简单越好。</p>
<p>一个指标是文字内容的比重应该大于HTML格式的比重。整个网页应该规范化，应该在所有的浏览器上显示正常。比如使它符合HTML3.2标准。搜索引擎蜘蛛还并不太喜欢HTML4.0标准。</p>
<p>应该远离那些太重的因素：flash, dom, java script等。如果你必须要使用这些脚本的话，把他们作为外部文件来使用。在我看来，根本没有必要使用这些东西。这些东西几乎不能给一个网站增色，却会极大的从各个方面伤害网站的表现（搜索引擎友好问题只是其中之一）。</p>
<p>用逻辑的方式安排你的网站，可以在目录名当中使用关键词。你也可以采用另外一种方法，也就是把所有的网页都放在根目录当中（这种方法很少见，但是事实证明是非常好的有效的方法）。</p>
<p>不要让你的网站堆砌一大堆没用的东西，比如说建议使用什么什么浏览器，或者计数器等等，使它保持最简单化，看起来专业化。向Google自己学习，看看他的主页，简单的没法再简单了。这也正是人们所需要的。</p>
<p>速度不是最重要的因素之一，而是唯一的重要因素。你的网页应该非常快速，如果你的网页会延时3，4秒钟，你就完蛋了。当然如果你的主机和访客在不同 的国家， 3，4秒钟还有情可原，对当地的访客来说，3到4秒钟的下载时间已经是极限了。超过这个时间，每多一秒钟，你就会丧失10%的流量。而这10%的流量可能正是成功与失败的分野。</p>
<p>d)网页大小</p>
<p>越小越好，最好保持在15K以下。越小越好，最好保持在12K以下。越小越好，你最好保持在10K以下。你明白了我的意思了吧。比5K大，小于10K，这是最好的。很难做到，但是却是最有效的。对搜索引擎也有效，对访客也有效。</p>
<p>e)内容</p>
<p>每天建一页两百到五百字的网页。如果你不知道该写些什么的话，做点关键词调查，然后根据你所得到的热门关键词写文章。</p>
<p>f)密度，位置等等</p>
<p>简单老式的SEO，在这些地方用一次你的关键词：网页标题，说明标签，正文标题，网址URL，黑体，斜体，网页的最开始。关键词密度介于 5%到20%之间（也别太在意）。写出好的文章，并且检查错字。拼写检查（对中文来说，检查错字）正在变得越来越重要。因为搜索引擎已经开始运用自动纠错功能，所以已经没有可以写错别字的借口了。</p>
<p>g)导出链接</p>
<p>在每一个网页连向一到两个排名高的网站，在链接文字当中加上关键词（这一点对未来来说很重要）。</p>
<p>h)网站内的交叉链接</p>
<p>指的是同一个网站内的链接。在你的网站之内，高质量的内容之间互相链接起来。如果一个网页是关于食物的，那么你应该确保这页连向关于苹果的和蔬菜的那些页。尤其对Google来说，基于共同内容的相互链接对在你的网站之内分享PR是非常重要的。</p>
<p>你要的不是使其他网页黯然失色的一个全明星网页，你需要的是50个每天吸引一个访客的网页，而不是一个每天吸引50个访客的网页。如果你发现你的网站里面有一页，确实是吸引大部分流量的页，那么你就应该把这一页的PR值通过交叉链接，分散到其他网页上。这有一点像老话说的分享财富。</p>
<p>i)开通网站</p>
<p>最好不要使用虚擬主机。最好使用你自己的单独的IP地址。确保你的网站可以被搜索引擎蜘蛛所索引。所有的网页都应该连向你网站里其他的网页。所有的网页距离主页都不应该超过两次点击。所有内容页也都应该链接回主页。一个在所有页上都存在的菜单系统，应该链接到你的网站上的主要部分。</p>
<p>在你完成一个高质量的网站之前，不要把它开通。开通一个不好的网站，比不开通网站更糟糕，你要的是从一开始就是一个优秀的网站。</p>
<p>申请登录开放目录，如果你有预算的话，也申请提交到雅虎和其他付费目录。如果没有预算的话，可以试试雅虎的免费提交，但是不要抱太大希望。</p>
<p>j)网站提交</p>
<p>把主页提交到Google等搜索引擎，然后接下来六个月就忘了这件事。没错，提交，然后忘了它。</p>
<p>k)记录和跟踪</p>
<p>使用一个高质量的能够记录访客来源的日志分析软件。如果你的主机提供商不提供访客来源，你就应该使用另外一家主机提供商。</p>
<p>l)观察蜘蛛</p>
<p>观察来自搜索引擎的蜘蛛们，确保蜘蛛在爬行你的整个网站。如果不是的话，你应该检查你的所有链接系统，确保蜘蛛能发现你整个的网站。如果搜索引擎需要两次才能检索完你的网站，你也不要害怕。对很多搜索引擎来说，可能需要六个月才能发现和爬行你的网站。</p>
<p>m)主题性的分类目录</p>
<p>几乎每一个行业都它自己的权威分类目录，去提交到这些分类目录当中。</p>
<p>n)链接</p>
<p>到Google版本的开放目录查看一下你的网站所在的行业，找到那些可以免费交换链接的网站，要求和这些网站交换链接。在主题性的网页上选择一段内容做为链出的文字。如果那些网站的站长不愿意和你交换链接，也没什么，继续下一个。每一天与一个新的网站交换链接，一个很简短的个人化的邮件就足够了。如果某个网站不愿意链接向你，别把它当回事-实际上早晚有一天他们会的。</p>
<p>o)内容</p>
<p>每天一页高质量的有内容的网页。有实效性的有主题的文章永远是最好的。避免太多博客型的个人化的东西，应该写更多文章类型的普通观众愿意看的内容。</p>
<p>提高你的写作技巧，学习适合网上人群的写作方式，多分段，短句子，读起来快的内容。大部分的网站访客不是读，而是浏览。这也就是为什么短的文章很重要。如果你看到一大篇不分段的文章，很多人马上就会按返回按纽了。</p>
<p>人们不会浪费15秒的时间，来了解你的花里唬哨的菜单系统是怎么工作的。某一个大公司的网站放上一个flash菜单系统，并不意味着你也必须这么做。</p>
<p>使用标题，使用黑体来强调重点，并且也是逻辑分割。</p>
<p>p)秘密武器</p>
<p>离所谓的秘密武器，或者今天有用明天就没用的东西远一点。不要用任何看起来像垃圾的东西，任何不道德的，或任何接近于作弊手段的东西。</p>
<p>q)导出链接</p>
<p>当你收到交换链接请求的时候，要仔细查看对方的网站，不要轻易就链接回去。通过Google查看他们的网站，并看他们的PR值。不要链接到有问题的网站和质量不高的网站。确保对方网站和你的类似，是同一个行业的。</p>
<p>r)丰富你的网站</p>
<p>可以用一些内容丰富你的网站。比如说推荐网页给你的朋友，论坛，邮件列表，电子杂志等等。去看一下你本行业的论坛，读的越多越好，直到你读不下去了。</p>
<p>s)注意小册子类型的网站</p>
<p>如果你运行的是电子商务网站，或者你有一个真正的店面，想把生意扩充到英特网上，要注意不要把你的网站做成一个宣传手册。想想人们需要什么，访客不是来你的网站看你的内容，他们是来你的网站寻找他们自己所需要的内容。在你的文章当中，尽量少谈你自己和你的产品（我知道你在怀疑，你自己好好想想）。</p>
<p>t)每天增加一个网页</p>
<p>回到关键词研究，找出好的点子，写新的网页。</p>
<p>u)研究日志文件</p>
<p>过了30到60天之后，你应该开始从已经被登录的地方得到一些访客。仔细看一下，人们是用什么关键词搜索找到你的网站的？是不是有一些很莫名奇妙的关键词组合？为什么人们会用这些关键词找到你的网站呢？有没有什么东西是你所忽视了的呢？很有可能你应该以这些为主题，创建更多的网页。</p>
<p>仔细研究你的网站和日志，给搜索引擎需要的网页。搜索引擎会准确的告诉你，他们想要什么。你要仔细的看，在你的网站日志当中有一座有待开发的金矿。</p>
<p>v)实效性的话题</p>
<p>在你的行业当中，永远走在别人前面。比如说如果一个大公司Z，在年底要推出产品A，那你可以在十月份之前就做好一个网页，是关于产品A的。那么在十二月份之前，搜索引擎就已经收录了这个网页。</p>
<p>w)朋友和家人</p>
<p>社交联系网络对一个网站的成功也非常关键，这也是你看那些论坛的时间要得到回报的时候了。仅仅是看永远是没什么用的，论坛的价值就在于和其他的同事及网友交流。通过交流，你可以得到长远的利益，而不是仅仅读论坛。这种交际网络也会通过其他方面得到回馈。比如说导入链接小窍门，电子邮件交换意见，成为这个行业的专家的可能性等等。</p>
<p>x)记录</p>
<p>如果你每天增加一个网页的话，你会发现有的时候，一个好主意突然就出现了，没准你正在洗澡（先擦干了），正在驾车（先把车靠在路边）或者也许就在桌子上趴着。当一个好的点子出现的时候，把它记下来。不然十分钟以后，你就会忘了你刚想起来的主意。</p>
<p>要把它先记下来，然后再把细节写出来。当你没什么好点子的时候，把这些记录拿出来。这听起来很简单，但是却是一个屡试不爽的好主意。</p>
<p>y)六个月的时候，检查提交的网站</p>
<p>看一下你所提交过网站的地方，是不是收录了你的网站。如果还没有的话，就再提交一次，然后再一次忘记。试一下那些免费的分类目录。</p>
<p>z)每天建增加一页高质量的网页</p>
<p>这一点已经重复好几次了，Google喜欢内容，大量的高质量的内容。以一系列关键词为基础的广泛的内容。在经过一年以后，你应该已经有了400页左右高质量的内容。这些内容应该使你的网站在很广泛的关键词里面得到好的排名。</p>
<p>做这26件事，我担保你一年以后，你会有一个成功的网站。它将能从搜索引擎中得到每天五百到两千个访客。</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="Google软件精选管理器" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fgoogle-featured-manager-software.html&from=http%3A%2F%2Fwww.openboy.net%2Fbrett-tabke-say-seo-about-google-to-success.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/12/8998682.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Google软件精选管理器</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Google情结之Google Chrome初试用&lt;多图&gt;" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fgoogle-chrome-one.html&from=http%3A%2F%2Fwww.openboy.net%2Fbrett-tabke-say-seo-about-google-to-success.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8902892.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Google情结之Google Chrome初试用&lt;多图&gt;</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Google AdSense for Feeds" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fgoogle-adsense-for-feeds.html&from=http%3A%2F%2Fwww.openboy.net%2Fbrett-tabke-say-seo-about-google-to-success.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8902254.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Google AdSense for Feeds</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="最近关于Google的一些消息" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fabout-google-youtube-gfw-news.html&from=http%3A%2F%2Fwww.openboy.net%2Fbrett-tabke-say-seo-about-google-to-success.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8904723.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">最近关于Google的一些消息</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="共享你的详细位置:Google Latitude" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fgoogle-latitude-now-lets-you-publish-your-location-to-gmail-chat-and-your-blogation-badge.html&from=http%3A%2F%2Fwww.openboy.net%2Fbrett-tabke-say-seo-about-google-to-success.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8904492.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">共享你的详细位置:Google Latitude</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table><ul class="related_post"><li><a href="http://www.openboy.net/wordpress-ping-impact-blog-indexed.html" title="wordpress的ping功能是否会影响Google收录？">wordpress的ping功能是否会影响Google收录？</a></li><li><a href="http://www.openboy.net/nginx-301-rewrite-for-web-seo.html" title="nginx301重定向">nginx301重定向</a></li><li><a href="http://www.openboy.net/discuz-last-post-url-seo.html" title="Discuz7.2首页最后发表帖子URL301重定向的SEO优化">Discuz7.2首页最后发表帖子URL301重定向的SEO优化</a></li><li><a href="http://www.openboy.net/openboy-net-have-google-sitelinks.html" title="哈哈～博客有Google Sitelinks了">哈哈～博客有Google Sitelinks了</a></li><li><a href="http://www.openboy.net/foobar2000-music-stats-to-gtalk.html" title="Gtalk状态自动显示foobar2000正在播放的歌曲">Gtalk状态自动显示foobar2000正在播放的歌曲</a></li><li><a href="http://www.openboy.net/happy-birthday-to-myself-22.html" title="太2了">太2了</a></li><li><a href="http://www.openboy.net/ubuntu-install-google-earth.html" title="ubuntu下安装google earth以及解决中文乱码">ubuntu下安装google earth以及解决中文乱码</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.openboy.net/brett-tabke-say-seo-about-google-to-success.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>总结最全的wordpress优化技巧。</title>
		<link>http://www.openboy.net/all-of-wordpress-seo-skills.html</link>
		<comments>http://www.openboy.net/all-of-wordpress-seo-skills.html#comments</comments>
		<pubDate>Thu, 22 Jan 2009 07:03:38 +0000</pubDate>
		<dc:creator>@openboy</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Seo]]></category>

		<guid isPermaLink="false">http://www.openboy.net/?p=275</guid>
		<description><![CDATA[打算写这篇文章开始也是为了自己方便，也省得经常去寻找，首先记个“起笔”日期。08-12-6.因为这个汇总希望自己总结的更全，而且都经过自己测试成功后才会发表出来，肯定会经过无数次存草稿还有无数次不断更新才可以做到～多余的话不说，马上进入正题。 1.首先从你的header.php文件开始：wordpress的Description 和 Keywords 仅对首页和日志页有效，日志页利用tag作为keywords，截取全文前220字作为Description 请把这段代码加在&#60;title&#62;标签的后面。 &#60; ?php if (is_home()) { $description =&#34;猪小猪'space是一个80后Boy的博客,关注互联网、google、wordpress、还有一些网络小技巧。还涉及到一些个人随笔,股市感言,报关报检业务等等&#34;; $keywords =&#34;WordPress, 博客, 互联网, 猪小猪, google, blogger, 生活, 随笔, sns&#34;; } elseif (is_single()){ if ($post-&#62;post_excerpt) { $description = $post-&#62;post_excerpt; } else { $description = substr(strip_tags($post-&#62;post_content),0,220); } $keywords = &#34;&#34;; $tags = wp_get_post_tags($post-&#62;ID); foreach ($tags as $tag ) { $keywords = $keywords . [...]<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="wordpress的ping功能是否会影响Google收录？" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-ping-impact-blog-indexed.html&from=http%3A%2F%2Fwww.openboy.net%2Fall-of-wordpress-seo-skills.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8899212.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">wordpress的ping功能是否会影响Google收录？</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="8个非主流Wordpress插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Ffzl-wordpress-plugin.html&from=http%3A%2F%2Fwww.openboy.net%2Fall-of-wordpress-seo-skills.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900589.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">8个非主流Wordpress插件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="wordpress换域名怎么办?" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-change-domain-name.html&from=http%3A%2F%2Fwww.openboy.net%2Fall-of-wordpress-seo-skills.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900983.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">wordpress换域名怎么办?</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="继续奋斗wordpress..." style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fcontinue-revised-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fall-of-wordpress-seo-skills.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8902905.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">继续奋斗wordpress...</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="去除wordpress日志修订和清除已有修订" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-disable-revision.html&from=http%3A%2F%2Fwww.openboy.net%2Fall-of-wordpress-seo-skills.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8904860.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">去除wordpress日志修订和清除已有修订</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>打算写这篇文章开始也是为了自己方便，也省得经常去寻找，首先记个“起笔”日期。08-12-6.因为这个汇总希望自己总结的更全，而且都经过自己测试成功后才会发表出来，肯定会经过无数次存草稿还有无数次不断更新才可以做到～多余的话不说，马上进入正题。<br />
<span id="more-275"></span><br />
1.首先从你的header.php文件开始：wordpress的Description 和 Keywords</p>
<p>仅对首页和日志页有效，日志页利用tag作为keywords，截取全文前220字作为Description</p>
<p>请把这段代码加在&lt;title&gt;标签的后面。</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt; ?php
		if (is_home()) { 
			$description =&quot;猪小猪'space是一个80后Boy的博客,关注互联网、google、wordpress、还有一些网络小技巧。还涉及到一些个人随笔,股市感言,报关报检业务等等&quot;;
			$keywords =&quot;WordPress, 博客, 互联网, 猪小猪, google, blogger, 生活, 随笔, sns&quot;;
		} elseif (is_single()){    if ($post-&gt;post_excerpt) {        $description     = $post-&gt;post_excerpt;    } else {        $description = substr(strip_tags($post-&gt;post_content),0,220);    }     $keywords = &quot;&quot;;           $tags = wp_get_post_tags($post-&gt;ID);    foreach ($tags as $tag ) {        $keywords = $keywords . $tag-&gt;name . &quot;, &quot;;    }} else if (is_category()) {
			$description = category_description();
		}
	?&gt;
&lt;meta name=&quot;keywords&quot; content=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$keywords</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; /&gt;
&lt;/meta&gt;&lt;meta name=&quot;description&quot; content=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$description</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; /&gt;&lt;/meta&gt;</pre></div></div>

<p>2.继续在header.php文件下优化title</p>
<p>把下面的代码替换原来的title代码。<br />
开始我是使用我爱水煮鱼那种设置，他那种设置是在首页显示博客名字，文章也显示文章名字。我觉得还是文章页显示文章名字-博客名这样比较好</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>title<span style="color: #339933;">&gt;&lt;</span> ?php wp_title<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">''</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">&lt;</span> ?php <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span>wp_title<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">''</span><span style="color: #339933;">,</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">' :'</span><span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">&lt;</span> ?php bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'name'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">&lt;/</span>title<span style="color: #339933;">&gt;</span></pre></div></div>

<p>3.我们在来优化根目录下的robots.txt文件，大家有个误区，那就是搜索引擎收录越多越好，在某些时候也不一定哦。<br />
我们可以把robots.txt文件设置如下。</p>
<pre>
User-Agent: *
Disallow: /wp-
Disallow: /index.php/feed
Disallow: /index.php/trackback
Disallow: /feed/
Disallow: /comments/feed
Disallow: /comment/feed
Disallow: /trackback/
Disallow: /?go=
Disallow: /?p=
Disallow: /?cat=
Disallow: /?m=
Disallow: /?s=
Disallow: /*?*
Disallow: /*?
Allow: /

# BEGIN XML-SITEMAP-PLUGIN
Sitemap: http://www.openboy.net/sitemap.xml.gz
# END XML-SITEMAP-PLUGIN
</pre>
<p>我就是这么设置robots的，对于重复收录会分散权重的,所以大家多多注意下google网站管理员。<br />
4.文章url的优化。<br />
我推荐大家设置成/%postname%.html，我个人也是这样设置的，仅仅代表个人意见哦。<br />
当然也可以设置成/%year%/%monthnum%/%postname%.html这种也是比较流行的。但是当你选择一种永久链接之后轻易不要改变。</p>
<p>5.把sidebar的内容标签换成h3</p>
<p>很多主题边栏的标签全是h2.过多的h2不利于seo,所以首页应该把博客名字设置成h1.主页文章设置成h2.边栏设置成h3.而文章页要把文章设置成h1.其他的内容加成h4就可以。</p>
<p>6.其他利用插件的我们就不说了，google一下会有很多插件的，关于seo的插件我一个都没有最好的seo，只有最适合自己的seo.我感觉一个个人博客做到这样已经就可以了，在高级的seo还是等待高手们去开拓吧。</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="wordpress的ping功能是否会影响Google收录？" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-ping-impact-blog-indexed.html&from=http%3A%2F%2Fwww.openboy.net%2Fall-of-wordpress-seo-skills.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8899212.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">wordpress的ping功能是否会影响Google收录？</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="8个非主流Wordpress插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Ffzl-wordpress-plugin.html&from=http%3A%2F%2Fwww.openboy.net%2Fall-of-wordpress-seo-skills.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900589.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">8个非主流Wordpress插件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="wordpress换域名怎么办?" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-change-domain-name.html&from=http%3A%2F%2Fwww.openboy.net%2Fall-of-wordpress-seo-skills.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900983.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">wordpress换域名怎么办?</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="继续奋斗wordpress..." style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fcontinue-revised-wordpress.html&from=http%3A%2F%2Fwww.openboy.net%2Fall-of-wordpress-seo-skills.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8902905.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">继续奋斗wordpress...</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="去除wordpress日志修订和清除已有修订" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fwordpress-disable-revision.html&from=http%3A%2F%2Fwww.openboy.net%2Fall-of-wordpress-seo-skills.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8904860.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">去除wordpress日志修订和清除已有修订</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table><ul class="related_post"><li><a href="http://www.openboy.net/wordpress-ping-impact-blog-indexed.html" title="wordpress的ping功能是否会影响Google收录？">wordpress的ping功能是否会影响Google收录？</a></li><li><a href="http://www.openboy.net/nginx-301-rewrite-for-web-seo.html" title="nginx301重定向">nginx301重定向</a></li><li><a href="http://www.openboy.net/some-wordpress-function.html" title="一些wordpress函数">一些wordpress函数</a></li><li><a href="http://www.openboy.net/vps-wordpress-upgrade-plugins-need-to-write-ftp.html" title="vps上WordPress升级/安装插件时需要填写FTP信息的解决办法">vps上WordPress升级/安装插件时需要填写FTP信息的解决办法</a></li><li><a href="http://www.openboy.net/change-wordpress-theme.html" title="更换wordpress主题了">更换wordpress主题了</a></li><li><a href="http://www.openboy.net/drupal-pathauto-zh-hans-and-wordpress2drupal-url-path.html" title="Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置">Drupal Pathauto 模块的简体中文语言文件以及wordpress转drupal的url别名设置</a></li><li><a href="http://www.openboy.net/discuz-last-post-url-seo.html" title="Discuz7.2首页最后发表帖子URL301重定向的SEO优化">Discuz7.2首页最后发表帖子URL301重定向的SEO优化</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.openboy.net/all-of-wordpress-seo-skills.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>向Live提交的网站地图。</title>
		<link>http://www.openboy.net/to-live-sitemap.html</link>
		<comments>http://www.openboy.net/to-live-sitemap.html#comments</comments>
		<pubDate>Fri, 22 Aug 2008 15:14:14 +0000</pubDate>
		<dc:creator>@openboy</dc:creator>
				<category><![CDATA[建站心得]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[Seo]]></category>
		<category><![CDATA[sitemap]]></category>

		<guid isPermaLink="false">http://www.openboy.net/%e5%90%91live%e6%8f%90%e4%ba%a4%e7%9a%84%e7%bd%91%e7%ab%99%e5%9c%b0%e5%9b%be%e3%80%82.html</guid>
		<description><![CDATA[           相信大家都都知道像Google，Yahoo提交网站地图，但是面对Live蜗牛般的更新速度大家一半都是放弃，因为对于中文站Live的作用不是很大，不过你要是做英文站，那live的引擎是仅次于Google的。            下面猪小猪交大家像Live提交你的网站地图。首先大家要登陆Live的网站管理员测试站。之后sign in to use the tool(登陆来实用工具)之后按照猪小猪的图片所示，填写您网站的信息 之后点Submit. 后面会叫你在你网站的根目录加入xml文件。你按照步骤都弄好。就可以了，很简单！~ 之后有很多功能还待发掘~猪小猪把部分单词给大家翻译出来方便大家观看~   这样就是加好了~大家可以观察自己网站在live上的抓取信息了~~   本文由猪小猪&#8217;space原创翻译，禁止一切转载~如有违反必将追究责任！ seo技术之网站地图nginx301重定向Discuz7.2首页最后发表帖子URL301重定向的SEO优化wordpress的ping功能是否会影响Google收录？【转载】针对Google的优化圣经LiveSync太强大了.总结最全的wordpress优化技巧。<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="seo技术之网站地图" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fseo-web-sitemap.html&from=http%3A%2F%2Fwww.openboy.net%2Fto-live-sitemap.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8899765.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">seo技术之网站地图</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="SEO技术---影响关键词排名的因素" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fseo-ranking-keywords.html&from=http%3A%2F%2Fwww.openboy.net%2Fto-live-sitemap.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900416.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">SEO技术---影响关键词排名的因素</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="测试Pj3" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Ftest-pjblog3.html&from=http%3A%2F%2Fwww.openboy.net%2Fto-live-sitemap.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8905027.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">测试Pj3</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Discuz7.2首页最后发表帖子URL301重定向的SEO优化" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fdiscuz-last-post-url-seo.html&from=http%3A%2F%2Fwww.openboy.net%2Fto-live-sitemap.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900951.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Discuz7.2首页最后发表帖子URL301重定向的SEO优化</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="微软欲推语意搜索 胜过Google的PageRank" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fmicrosoft-search-browserrank.html&from=http%3A%2F%2Fwww.openboy.net%2Fto-live-sitemap.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8901436.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">微软欲推语意搜索 胜过Google的PageRank</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>           相信大家都都知道像Google，<a title="关于yahoo" href="/tag/yahoo" target="_blank">Yahoo</a>提交网站地图，但是面对<strong>Live</strong>蜗牛般的更新速度大家一半都是放弃，因为对于中文站<strong>Live</strong>的作用不是很大，不过你要是做英文站，那live的引擎是仅次于Google的。</p>
<p>           下面猪小猪交大家像<strong>Live</strong>提交你的网站地图。<span id="more-95"></span>首先大家要登陆<a title="Live的网站管理员" href="http://webmaster.live.com/" target="_blank"><span style="font-size: large;">Live的网站管理员</span></a>测试站。之后sign in to</p>
<p>use the tool(登陆来实用工具)之后按照<strong>猪小猪</strong>的图片所示，填写您网站的信息<img src="http://farm3.static.flickr.com/2254/2785644343_dbe079bd35.jpg?v=0" alt="live" /></p>
<p>之后点Submit.</p>
<p>后面会叫你在你网站的根目录加入xml文件。你按照步骤都弄好。就可以了，很简单！~</p>
<p>之后有很多功能还待发掘~猪小猪把部分单词给大家翻译出来方便大家观看~<img src="http://farm4.static.flickr.com/3224/2785655597_36c9c2887c.jpg?v=0" alt="live" width="500" height="149" /></p>
<p> </p>
<p>这样就是加好了~大家可以观察自己网站在live上的抓取信息了~~</p>
<p> </p>
<p>本文由<a title="猪小猪的博客" href="http://www.openboy.net/" target="_blank"><strong>猪小猪&#8217;space</strong></a>原创翻译，禁止一切转载~如有违反必将追究责任！</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="seo技术之网站地图" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fseo-web-sitemap.html&from=http%3A%2F%2Fwww.openboy.net%2Fto-live-sitemap.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8899765.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">seo技术之网站地图</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="SEO技术---影响关键词排名的因素" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fseo-ranking-keywords.html&from=http%3A%2F%2Fwww.openboy.net%2Fto-live-sitemap.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900416.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">SEO技术---影响关键词排名的因素</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="测试Pj3" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Ftest-pjblog3.html&from=http%3A%2F%2Fwww.openboy.net%2Fto-live-sitemap.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8905027.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">测试Pj3</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Discuz7.2首页最后发表帖子URL301重定向的SEO优化" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fdiscuz-last-post-url-seo.html&from=http%3A%2F%2Fwww.openboy.net%2Fto-live-sitemap.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900951.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Discuz7.2首页最后发表帖子URL301重定向的SEO优化</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="微软欲推语意搜索 胜过Google的PageRank" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fmicrosoft-search-browserrank.html&from=http%3A%2F%2Fwww.openboy.net%2Fto-live-sitemap.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8901436.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">微软欲推语意搜索 胜过Google的PageRank</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table><ul class="related_post"><li><a href="http://www.openboy.net/seo-web-sitemap.html" title="seo技术之网站地图">seo技术之网站地图</a></li><li><a href="http://www.openboy.net/nginx-301-rewrite-for-web-seo.html" title="nginx301重定向">nginx301重定向</a></li><li><a href="http://www.openboy.net/discuz-last-post-url-seo.html" title="Discuz7.2首页最后发表帖子URL301重定向的SEO优化">Discuz7.2首页最后发表帖子URL301重定向的SEO优化</a></li><li><a href="http://www.openboy.net/wordpress-ping-impact-blog-indexed.html" title="wordpress的ping功能是否会影响Google收录？">wordpress的ping功能是否会影响Google收录？</a></li><li><a href="http://www.openboy.net/brett-tabke-say-seo-about-google-to-success.html" title="【转载】针对Google的优化圣经">【转载】针对Google的优化圣经</a></li><li><a href="http://www.openboy.net/livesync-and-cloud-computing.html" title="LiveSync太强大了.">LiveSync太强大了.</a></li><li><a href="http://www.openboy.net/all-of-wordpress-seo-skills.html" title="总结最全的wordpress优化技巧。">总结最全的wordpress优化技巧。</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.openboy.net/to-live-sitemap.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SEO技术&#8212;影响关键词排名的因素</title>
		<link>http://www.openboy.net/seo-ranking-keywords.html</link>
		<comments>http://www.openboy.net/seo-ranking-keywords.html#comments</comments>
		<pubDate>Fri, 30 May 2008 15:42:13 +0000</pubDate>
		<dc:creator>@openboy</dc:creator>
				<category><![CDATA[Seo]]></category>
		<category><![CDATA[关键词]]></category>
		<category><![CDATA[排名]]></category>

		<guid isPermaLink="false">http://www.openboy.net/seo%e6%8a%80%e6%9c%af-%e5%bd%b1%e5%93%8d%e5%85%b3%e9%94%ae%e8%af%8d%e6%8e%92%e5%90%8d%e7%9a%84%e5%9b%a0%e7%b4%a0.html</guid>
		<description><![CDATA[内部因素 URL中出现关键词 网页Title中出现关键词 常规内容中出现关键词 在页面的第一段中出现关键词 在页面的最后一段中出现关键词 Heading 标签 比如h1,h2中出现关键词 站内的链接中出现关键词 导向相关内容的导出链接 导出链接中出现关键词 图片文件名中出现关键词 Alt标签中出现关键词 comment中出现关键词 合理的频率更新内容 内容对搜索引擎的展示位置 网站结构循环PR，而非散发PR 关键词进行适当的修饰（加粗、斜体等） 外部因素 大量的导入链接 从高PR值得网页获得导入链接 从相关内容网站获得导入链接 导入链接指向的网页有具体内容 锚文字中有关键词 锚文字周围有相关词 锚文字存在于文章或句子中 导入链接的时间长度，一般导入链接的存在时间有3-6个月 单向链接的价值高于交换链接 导入链接的页面的导出链接小于100个，流出链接越少越好 链接来自不同IP 合理的导入链接增长频率 你需要避免的事情 关键词堆积 所有的锚文字都相同 使用CSS或背景色隐藏内容，这是十恶不赦的大恶 使用JavaScript跳转 相同ip之下的网页直接进行大量交换链接 桥页和Cloaking，诱导搜索引擎的爬虫，这是十恶不赦的大恶 成人内容，违禁药品，赌博相关内容 内容重复 连向作弊的网站 站内的绝大部分网页有相同的网页title 加入到Link Farm或则Link交换类网站 使用被惩罚过的域名 网站建立在被惩罚的IP上 尽量避免的问题 地址中存在动态变量 单一图片和Flash的网站 用Javascript制作的网站导航条或目录 用图片做网站导航而不加ALT标签 〈head〉〈/head〉之间有太多的代码 存在太多与网站主题无关的内容 导入链接中购买链接占多数 [...]<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="seo技术之网站地图" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fseo-web-sitemap.html&from=http%3A%2F%2Fwww.openboy.net%2Fseo-ranking-keywords.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8899765.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">seo技术之网站地图</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="总结最全的wordpress优化技巧。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fall-of-wordpress-seo-skills.html&from=http%3A%2F%2Fwww.openboy.net%2Fseo-ranking-keywords.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/15/22821101.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">总结最全的wordpress优化技巧。</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Discuz7.2首页最后发表帖子URL301重定向的SEO优化" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fdiscuz-last-post-url-seo.html&from=http%3A%2F%2Fwww.openboy.net%2Fseo-ranking-keywords.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900951.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Discuz7.2首页最后发表帖子URL301重定向的SEO优化</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="【转载】针对Google的优化圣经" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fbrett-tabke-say-seo-about-google-to-success.html&from=http%3A%2F%2Fwww.openboy.net%2Fseo-ranking-keywords.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/23/33500425.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">【转载】针对Google的优化圣经</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="nginx301重定向" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fnginx-301-rewrite-for-web-seo.html&from=http%3A%2F%2Fwww.openboy.net%2Fseo-ranking-keywords.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/07/28852993.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">nginx301重定向</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p><!-- .STYLE1 {font-size: 24px} .STYLE2 { font-size: 18px; font-weight: bold; } --></p>
<div>
<p>内部因素</p>
<p>URL中出现<strong>关键词</strong><br />
网页Title中出现<strong>关键词</strong><br />
常规内容中出现<strong>关键词</strong><br />
在页面的第一段中出现<strong>关键词<span id="more-34"></span></strong><br />
在页面的最后一段中出现<strong>关键词</strong><br />
Heading 标签 比如h1,h2中出现<strong>关键词</strong><br />
站内的链接中出现<strong>关键词</strong><br />
导向相关内容的导出链接<br />
导出链接中出现<strong>关键词</strong><br />
图片文件名中出现<strong>关键词</strong><br />
Alt标签中出现<strong>关键词</strong><br />
comment中出现<strong>关键词</strong><br />
合理的频率更新内容<br />
内容对搜索引擎的展示位置<br />
网站结构循环PR，而非散发PR<br />
<strong>关键词</strong>进行适当的修饰（加粗、斜体等）</p>
<p>外部因素</p>
<p>大量的导入链接<br />
从高PR值得网页获得导入链接<br />
从相关内容网站获得导入链接<br />
导入链接指向的网页有具体内容<br />
锚文字中有<strong>关键词</strong><br />
锚文字周围有相关词<br />
锚文字存在于文章或句子中<br />
导入链接的时间长度，一般导入链接的存在时间有3-6个月<br />
单向链接的价值高于交换链接<br />
导入链接的页面的导出链接小于100个，流出链接越少越好<br />
链接来自不同IP<br />
合理的导入链接增长频率</p>
<p>你需要避免的事情</p>
<p><strong>关键词</strong>堆积<br />
所有的锚文字都相同<br />
使用CSS或背景色隐藏内容，这是十恶不赦的大恶<br />
使用JavaScript跳转<br />
相同ip之下的网页直接进行大量交换链接<br />
桥页和Cloaking，诱导搜索引擎的爬虫，这是十恶不赦的大恶<br />
成人内容，违禁药品，赌博相关内容<br />
内容重复<br />
连向作弊的网站<br />
站内的绝大部分网页有相同的网页title<br />
加入到<a class="STYLE2" title="猪小猪'友情链接" href="http://www.openboy.net/bloglink.asp" target="_blank">Link</a> Farm或则<a class="STYLE2" title="猪小猪的友情链接" href="http://www.openboy.net/bloglink.asp" target="_blank">Link</a>交换类网站<br />
使用被惩罚过的域名<br />
网站建立在被惩罚的IP上</p>
<p>尽量避免的问题</p>
<p>地址中存在动态变量<br />
单一图片和Flash的网站<br />
用Javascript制作的网站导航条或目录<br />
用图片做网站导航而不加ALT标签<br />
〈head〉〈/head〉之间有太多的代码<br />
存在太多与网站主题无关的内容<br />
导入链接中购买链接占多数<br />
和作弊的网站在同一服务器上</p></div>
<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="seo技术之网站地图" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fseo-web-sitemap.html&from=http%3A%2F%2Fwww.openboy.net%2Fseo-ranking-keywords.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8899765.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">seo技术之网站地图</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="总结最全的wordpress优化技巧。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fall-of-wordpress-seo-skills.html&from=http%3A%2F%2Fwww.openboy.net%2Fseo-ranking-keywords.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/15/22821101.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">总结最全的wordpress优化技巧。</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Discuz7.2首页最后发表帖子URL301重定向的SEO优化" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fdiscuz-last-post-url-seo.html&from=http%3A%2F%2Fwww.openboy.net%2Fseo-ranking-keywords.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900951.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Discuz7.2首页最后发表帖子URL301重定向的SEO优化</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="【转载】针对Google的优化圣经" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fbrett-tabke-say-seo-about-google-to-success.html&from=http%3A%2F%2Fwww.openboy.net%2Fseo-ranking-keywords.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/23/33500425.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">【转载】针对Google的优化圣经</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="nginx301重定向" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fnginx-301-rewrite-for-web-seo.html&from=http%3A%2F%2Fwww.openboy.net%2Fseo-ranking-keywords.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/07/28852993.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">nginx301重定向</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table><ul class="related_post"><li><a href="http://www.openboy.net/nginx-301-rewrite-for-web-seo.html" title="nginx301重定向">nginx301重定向</a></li><li><a href="http://www.openboy.net/discuz-last-post-url-seo.html" title="Discuz7.2首页最后发表帖子URL301重定向的SEO优化">Discuz7.2首页最后发表帖子URL301重定向的SEO优化</a></li><li><a href="http://www.openboy.net/wordpress-ping-impact-blog-indexed.html" title="wordpress的ping功能是否会影响Google收录？">wordpress的ping功能是否会影响Google收录？</a></li><li><a href="http://www.openboy.net/brett-tabke-say-seo-about-google-to-success.html" title="【转载】针对Google的优化圣经">【转载】针对Google的优化圣经</a></li><li><a href="http://www.openboy.net/all-of-wordpress-seo-skills.html" title="总结最全的wordpress优化技巧。">总结最全的wordpress优化技巧。</a></li><li><a href="http://www.openboy.net/to-live-sitemap.html" title="向Live提交的网站地图。">向Live提交的网站地图。</a></li><li><a href="http://www.openboy.net/seo-web-sitemap.html" title="seo技术之网站地图">seo技术之网站地图</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.openboy.net/seo-ranking-keywords.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>seo技术之网站地图</title>
		<link>http://www.openboy.net/seo-web-sitemap.html</link>
		<comments>http://www.openboy.net/seo-web-sitemap.html#comments</comments>
		<pubDate>Mon, 19 May 2008 13:20:44 +0000</pubDate>
		<dc:creator>@openboy</dc:creator>
				<category><![CDATA[Seo]]></category>
		<category><![CDATA[sitemap]]></category>

		<guid isPermaLink="false">http://www.openboy.net/seo%e6%8a%80%e6%9c%af%e4%b9%8b%e7%bd%91%e7%ab%99%e5%9c%b0%e5%9b%be.html</guid>
		<description><![CDATA[网站地图对于网站的seo是相当重要的，每一个成功的网站都需要制作一个网站地图，叫浏览者可以一目了然的知道你的站到底是介绍什么的。 网站地图是一个网站所有链接的容器。它为”饥饿”的搜索引擎程序提供食物。网站地图最起码要包括您的主要网页的内容链接或者栏目链接。根据您网站的大小，页面数量的多少，它可以链接部分主要的或者你所有的栏目页面。这意味着，一但搜索引擎程序得到了您的网站地图页面，它就可以访问您整个站点上的所有网页及栏目。使您的所有网页内容都被搜索引擎收录是一件好事，你更喜欢有人在搜索与您网页主题相关的内容时，您的网站会现在他们面前。 如果你想让搜索引擎快速收录和频频更新你的网站，创建一个网站地图是很有必要的。特别是google，平时更新速度比较慢，如果有网站地图辅助，就能更好的更新收录。 下面给大家介绍一个在线制作网站地图的软件。本站就是在那里制作的。 地址：http://www.xml-sitemaps.com/ 首先进入页面，然后按照以下步骤操作： 1.在”Starting URL”的文本框中添写你的网址，如：http://www.openboy.net/ 2.Change frequency/Last modification/Priority这三项采用默认即可 3.点击Start开始生成，系统会生成4种格式的网站地图文件，分别是：.xml .xml.gz .html .txt 4.下载你所需要的地图文件，然后上传到你的网站。 提示：这个在线工具最多支持500个文件，如果超过500则需要采用其它软件来制作。 二、网站地图的提交： 向Google提交网站地图：https://www.google.com/webmasters/tools/login?hl=zh_CN 1、进入这个网址，用你的Google帐户登录(没有的注册)，然后添加你的网址； 2、接下来按照Google的要求验证你网站，你可以选择html文件验证。 3、这时候，按照Google的要求，制作一个Google要求的文件名的html文件 4、用FTP讲这个html文件和你的xml格式的网站地图文件一起传到你网站的根目录 5、确认验证，回到控制台，添加你的地图文件就OK了。很快，Google就会根据网站地图文件来更新你的网站 向yahoo提交网站地图： 英文yahoo提交网址： http://search.yahoo.com/info/submit.html 首先用FTP讲你的网站地图传到网站的根目录。打开网址后，选择Submit Your Site for Free: 用yahoo帐户登录，然后输入你的网站地图的URL就可以了。 中文Yahoo的提交网址： http://sitemap.cn.yahoo.com/mysites 这个操作和Google的差不多，登录、验证网站、提交网址地图URL。 网站地图制作好，提交到搜索引擎，可以加快Google和yahoo的抓取和更新你的网站。 向Live提交的网站地图。nginx301重定向Discuz7.2首页最后发表帖子URL301重定向的SEO优化wordpress的ping功能是否会影响Google收录？【转载】针对Google的优化圣经总结最全的wordpress优化技巧。SEO技术&#8212;影响关键词排名的因素<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="向Live提交的网站地图。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fto-live-sitemap.html&from=http%3A%2F%2Fwww.openboy.net%2Fseo-web-sitemap.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/15/9176480.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">向Live提交的网站地图。</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="SEO技术---影响关键词排名的因素" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fseo-ranking-keywords.html&from=http%3A%2F%2Fwww.openboy.net%2Fseo-web-sitemap.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900416.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">SEO技术---影响关键词排名的因素</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Discuz7.2首页最后发表帖子URL301重定向的SEO优化" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fdiscuz-last-post-url-seo.html&from=http%3A%2F%2Fwww.openboy.net%2Fseo-web-sitemap.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900951.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Discuz7.2首页最后发表帖子URL301重定向的SEO优化</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="总结最全的wordpress优化技巧。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fall-of-wordpress-seo-skills.html&from=http%3A%2F%2Fwww.openboy.net%2Fseo-web-sitemap.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/15/22821101.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">总结最全的wordpress优化技巧。</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="【转载】针对Google的优化圣经" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fbrett-tabke-say-seo-about-google-to-success.html&from=http%3A%2F%2Fwww.openboy.net%2Fseo-web-sitemap.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/23/33500425.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">【转载】针对Google的优化圣经</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p><!-- .STYLE1 {color: #FF0000} .STYLE2 { font-size: xx-large; color: #FF0000; } --></p>
<p>网站地图对于网站的seo是相当重要的，每一个成功的网站都需要制作一个网站地图，叫浏览者可以一目了然的知道你的站到底是介绍什么的。</p>
<p><strong>网站地图</strong>是一个网站所有链接的容器。它为”饥饿”的搜索引擎程序提供食物。<strong>网站地图</strong>最起码要包括您的主要网页的内容链接或者栏目链接。根据您网站的大小，页面数量的多少，它可以链接部分主要的或者你所有的栏目页<span id="more-29"></span>面。这意味着，一但搜索引擎程序得到了您的<strong>网站地图</strong>页面，它就可以访问您整个站点上的所有网页及栏目。使您的所有网页内容都被搜索引擎收录是一件好事，你更喜欢有人在搜索与您网页主题相关的内容时，您的<a title="猪小猪'space给您带来你需要的资讯" href="http://www.openboy.net/" target="_blank">网站</a>会现在他们面前。</p>
<p>如果你想让搜索引擎快速收录和频频更新你的网站，创建一个<strong>网站地图</strong>是很有必要的。特别是google，平时更新速度比较慢，如果有网站地图辅助，就能更好的更新收录。</p>
<p>下面给大家介绍一个在线制作网站地图的软件。本站就是在那里制作的。</p>
<p>地址：<a href="http://www.xml-sitemaps.com/" target="_blank">http://www.xml-sitemaps.com/</a></p>
<p>首先进入页面，然后按照以下步骤操作：</p>
<p>1.在”Starting URL”的文本框中添写你的网址，如：<span class="STYLE1"><a href="http://www.openboy.net/" target="_blank">http://www.openboy.net/</a><br />
</span><br />
2.Change frequency/Last modification/Priority这三项采用默认即可</p>
<p>3.点击Start开始生成，系统会生成4种格式的<strong>网站地图</strong>文件，分别是：.xml .xml.gz .html .txt</p>
<p>4.下载你所需要的地图文件，然后上传到你的网站。</p>
<p>提示：这个在线工具最多支持500个文件，如果超过500则需要采用其它软件来制作。</p>
<p>二、网站地图的提交：</p>
<p>向Google提交网站地图：<a href="https://www.google.com/webmasters/tools/login?hl=zh_CN" target="_blank">https://www.google.com/webmasters/tools/login?hl=zh_CN</a></p>
<p>1、进入这个网址，用你的Google帐户登录(没有的注册)，然后添加你的网址；</p>
<p>2、接下来按照Google的要求验证你网站，你可以选择html文件验证。</p>
<p>3、这时候，按照Google的要求，制作一个Google要求的文件名的html文件</p>
<p>4、用FTP讲这个html文件和你的xml格式的网站地图文件一起传到你网站的根目录</p>
<p>5、确认验证，回到控制台，添加你的地图文件就OK了。很快，Google就会根据网站地图文件来更新你的网站</p>
<p>向yahoo提交网站地图：</p>
<p>英文yahoo提交网址：<br />
<a href="http://search.yahoo.com/info/submit.html" target="_blank">http://search.yahoo.com/info/submit.html</a></p>
<p>首先用FTP讲你的网站地图传到网站的根目录。打开网址后，选择Submit Your Site for Free: 用yahoo帐户登录，然后输入你的网站地图的URL就可以了。</p>
<p>中文Yahoo的提交网址：<br />
<a href="http://sitemap.cn.yahoo.com/mysites" target="_blank">http://sitemap.cn.yahoo.com/mysites</a></p>
<p>这个操作和Google的差不多，登录、验证网站、提交网址地图URL。</p>
<p>网站地图制作好，提交到搜索引擎，可以加快Google和yahoo的抓取和更新你的网站。</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="向Live提交的网站地图。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fto-live-sitemap.html&from=http%3A%2F%2Fwww.openboy.net%2Fseo-web-sitemap.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/15/9176480.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">向Live提交的网站地图。</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="SEO技术---影响关键词排名的因素" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fseo-ranking-keywords.html&from=http%3A%2F%2Fwww.openboy.net%2Fseo-web-sitemap.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900416.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">SEO技术---影响关键词排名的因素</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Discuz7.2首页最后发表帖子URL301重定向的SEO优化" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fdiscuz-last-post-url-seo.html&from=http%3A%2F%2Fwww.openboy.net%2Fseo-web-sitemap.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900951.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Discuz7.2首页最后发表帖子URL301重定向的SEO优化</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="总结最全的wordpress优化技巧。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fall-of-wordpress-seo-skills.html&from=http%3A%2F%2Fwww.openboy.net%2Fseo-web-sitemap.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/15/22821101.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">总结最全的wordpress优化技巧。</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="【转载】针对Google的优化圣经" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fbrett-tabke-say-seo-about-google-to-success.html&from=http%3A%2F%2Fwww.openboy.net%2Fseo-web-sitemap.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/23/33500425.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">【转载】针对Google的优化圣经</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table><ul class="related_post"><li><a href="http://www.openboy.net/to-live-sitemap.html" title="向Live提交的网站地图。">向Live提交的网站地图。</a></li><li><a href="http://www.openboy.net/nginx-301-rewrite-for-web-seo.html" title="nginx301重定向">nginx301重定向</a></li><li><a href="http://www.openboy.net/discuz-last-post-url-seo.html" title="Discuz7.2首页最后发表帖子URL301重定向的SEO优化">Discuz7.2首页最后发表帖子URL301重定向的SEO优化</a></li><li><a href="http://www.openboy.net/wordpress-ping-impact-blog-indexed.html" title="wordpress的ping功能是否会影响Google收录？">wordpress的ping功能是否会影响Google收录？</a></li><li><a href="http://www.openboy.net/brett-tabke-say-seo-about-google-to-success.html" title="【转载】针对Google的优化圣经">【转载】针对Google的优化圣经</a></li><li><a href="http://www.openboy.net/all-of-wordpress-seo-skills.html" title="总结最全的wordpress优化技巧。">总结最全的wordpress优化技巧。</a></li><li><a href="http://www.openboy.net/seo-ranking-keywords.html" title="SEO技术&#8212;影响关键词排名的因素">SEO技术&#8212;影响关键词排名的因素</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.openboy.net/seo-web-sitemap.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>超级连接注释</title>
		<link>http://www.openboy.net/hyperlink-notes.html</link>
		<comments>http://www.openboy.net/hyperlink-notes.html#comments</comments>
		<pubDate>Sun, 18 May 2008 17:38:14 +0000</pubDate>
		<dc:creator>@openboy</dc:creator>
				<category><![CDATA[Seo]]></category>
		<category><![CDATA[超级链接]]></category>

		<guid isPermaLink="false">http://www.openboy.net/%e8%b6%85%e7%ba%a7%e8%bf%9e%e6%8e%a5%e6%b3%a8%e9%87%8a.html</guid>
		<description><![CDATA[今天看了王通的seo电子书&#8230;收获不小。这里给大家介绍下超级连接注释的优化(seo). 超级连接注释 title=”注释内容” 不加注释的代码： &#60;a href=&#34;http://www.openboy.net&#34; target=&#34;_blank&#34;&#62;猪小猪'space&#60;/a&#62; 加注释后的代码： &#60;a title=&#34;猪小猪的博客给您带来各种建站知识理财技巧搞笑网文&#34; href=&#34;http://www.openboy.net&#34;&#62;猪小猪博客&#60;/a&#62; 图片加注释标签： 一半插入图片后 但是想要得到好的排名，我们一定要注意细节，图片也可以加上注释，如下： &#60;a href=&#34;http://www.openboy.net/flickr/photo/3182406034/pussy_cat_kitten_funny_05.html&#34; class=&#34;tt-flickr tt-flickr-Medium&#34; title=&#34;Pussy_cat_kitten_funny_05&#34;&#62;&#60;img class=&#34;alignnone&#34; src=&#34;http://farm4.static.flickr.com/3500/3182406034_b38d751652.jpg&#34; alt=&#34;Pussy_cat_kitten_funny&#34; width=&#34;400&#34; height=&#34;301&#34; /&#62;&#60;/a&#62; alt注释一定要简介名了，不要写的太过冗长或者累加关键词，这样会被搜索引擎当作作弊来主力的哦~ nginx301重定向Discuz7.2首页最后发表帖子URL301重定向的SEO优化wordpress的ping功能是否会影响Google收录？【转载】针对Google的优化圣经总结最全的wordpress优化技巧。向Live提交的网站地图。SEO技术&#8212;影响关键词排名的因素<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="关于博客交换链接..." style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fabout-blog-link.html&from=http%3A%2F%2Fwww.openboy.net%2Fhyperlink-notes.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/10/29807265.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">关于博客交换链接...</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="删除几个有情链接" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fdel-some-friend-links.html&from=http%3A%2F%2Fwww.openboy.net%2Fhyperlink-notes.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/11/09/8903959.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">删除几个有情链接</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="SEO技术---影响关键词排名的因素" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fseo-ranking-keywords.html&from=http%3A%2F%2Fwww.openboy.net%2Fhyperlink-notes.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900416.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">SEO技术---影响关键词排名的因素</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="seo技术之网站地图" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fseo-web-sitemap.html&from=http%3A%2F%2Fwww.openboy.net%2Fhyperlink-notes.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8899765.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">seo技术之网站地图</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="总结最全的wordpress优化技巧。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fall-of-wordpress-seo-skills.html&from=http%3A%2F%2Fwww.openboy.net%2Fhyperlink-notes.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/15/22821101.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">总结最全的wordpress优化技巧。</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>今天看了王通的<strong>seo</strong>电子书&#8230;收获不小。这里给大家介绍下超级连接注释的优化(seo).<br />
<strong>超级连接注释</strong><br />
title=”注释内容”<br />
不加注释的代码：</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;a href=&quot;http://www.openboy.net&quot; target=&quot;_blank&quot;&gt;猪小猪'space&lt;/a&gt;</pre></div></div>

<p>加注释后的代码：</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;a title=&quot;猪小猪的博客给您带来各种建站知识理财技巧搞笑网文&quot; href=&quot;http://www.openboy.net&quot;&gt;猪小猪博客&lt;/a&gt;</pre></div></div>

<p><strong>图片加注释标签：</strong></p>
<p>一半插入图片后</p>
<p>但是想要得到好的排名，我们一定要注意细节，图片也可以加上注释，如下：</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;a href=&quot;http://www.openboy.net/flickr/photo/3182406034/pussy_cat_kitten_funny_05.html&quot; class=&quot;tt-flickr tt-flickr-Medium&quot; title=&quot;Pussy_cat_kitten_funny_05&quot;&gt;&lt;img class=&quot;alignnone&quot; src=&quot;http://farm4.static.flickr.com/3500/3182406034_b38d751652.jpg&quot; alt=&quot;Pussy_cat_kitten_funny&quot; width=&quot;400&quot; height=&quot;301&quot; /&gt;&lt;/a&gt;</pre></div></div>

<p>alt注释一定要简介名了，不要写的太过冗长或者累加关键词，这样会被搜索引擎当作作弊来主力的哦~</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="关于博客交换链接..." style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fabout-blog-link.html&from=http%3A%2F%2Fwww.openboy.net%2Fhyperlink-notes.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/10/29807265.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">关于博客交换链接...</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="删除几个有情链接" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fdel-some-friend-links.html&from=http%3A%2F%2Fwww.openboy.net%2Fhyperlink-notes.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/11/09/8903959.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">删除几个有情链接</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="SEO技术---影响关键词排名的因素" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fseo-ranking-keywords.html&from=http%3A%2F%2Fwww.openboy.net%2Fhyperlink-notes.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900416.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">SEO技术---影响关键词排名的因素</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="seo技术之网站地图" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fseo-web-sitemap.html&from=http%3A%2F%2Fwww.openboy.net%2Fhyperlink-notes.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8899765.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">seo技术之网站地图</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="总结最全的wordpress优化技巧。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fall-of-wordpress-seo-skills.html&from=http%3A%2F%2Fwww.openboy.net%2Fhyperlink-notes.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/15/22821101.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">总结最全的wordpress优化技巧。</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table><ul class="related_post"><li><a href="http://www.openboy.net/nginx-301-rewrite-for-web-seo.html" title="nginx301重定向">nginx301重定向</a></li><li><a href="http://www.openboy.net/discuz-last-post-url-seo.html" title="Discuz7.2首页最后发表帖子URL301重定向的SEO优化">Discuz7.2首页最后发表帖子URL301重定向的SEO优化</a></li><li><a href="http://www.openboy.net/wordpress-ping-impact-blog-indexed.html" title="wordpress的ping功能是否会影响Google收录？">wordpress的ping功能是否会影响Google收录？</a></li><li><a href="http://www.openboy.net/brett-tabke-say-seo-about-google-to-success.html" title="【转载】针对Google的优化圣经">【转载】针对Google的优化圣经</a></li><li><a href="http://www.openboy.net/all-of-wordpress-seo-skills.html" title="总结最全的wordpress优化技巧。">总结最全的wordpress优化技巧。</a></li><li><a href="http://www.openboy.net/to-live-sitemap.html" title="向Live提交的网站地图。">向Live提交的网站地图。</a></li><li><a href="http://www.openboy.net/seo-ranking-keywords.html" title="SEO技术&#8212;影响关键词排名的因素">SEO技术&#8212;影响关键词排名的因素</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.openboy.net/hyperlink-notes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>网页meta集合及各类meta标签的意义</title>
		<link>http://www.openboy.net/web-meta-tag.html</link>
		<comments>http://www.openboy.net/web-meta-tag.html#comments</comments>
		<pubDate>Sun, 04 May 2008 18:34:47 +0000</pubDate>
		<dc:creator>@openboy</dc:creator>
				<category><![CDATA[Seo]]></category>
		<category><![CDATA[meta]]></category>

		<guid isPermaLink="false">http://www.openboy.net/%e7%bd%91%e9%a1%b5meta%e9%9b%86%e5%90%88%e5%8f%8a%e5%90%84%e7%b1%bbmeta%e6%a0%87%e7%ad%be%e7%9a%84%e6%84%8f%e4%b9%89.html</guid>
		<description><![CDATA[SEO中META有多重要不用多说了，猪小猪整理了几乎所有网页META项目，这里分享出来给大家！ name 属性 　　1、用以说明生成工具（如Microsoft FrontPage 4.0）等； 　　2、向搜索引擎说明你的网页的关键词； 　　3、告诉搜索引擎你的站点的主要内容； 　　4、告诉搜索引擎你的站点的制作的作者； 　　5、 　　其中的属性说明如下： 　　设定为all：文件将被检索，且页面上的链接可以被查询； 　　设定为none：文件将不被检索，且页面上的链接不可以被查询； 　　设定为index：文件将被检索； 　　设定为follow：页面上的链接可以被查询； 　　设定为noindex：文件将不被检索，但页面上的链接可以被查询； 　　设定为nofollow：文件将不被检索，页面上的链接可以被查询。 　　http-equiv属性 　　1、 和 用以说明主页制作所使用的文字以及语言； 　　又如英文是ISO-8859-1字符集，还有BIG5、utf-8、shift-Jis、Euc、Koi8-2等字符集； 　　2、定时让网页在指定的时间n内，跳转到页面http://yourlink； 　　3、可以用于设定网页的到期时间，一旦过期则必须到服务器上重新调用。需要注意的是必须使用GMT时间格式； 　　4、是用于设定禁止浏览器从本地机的缓存中调阅页面内容，设定后一旦离开网页就无法从Cache中再调出； 　　5、cookie设定，如果网页过期，存盘的cookie将被删除。需要注意的也是必须使用GMT时间格式； 　　6、网页等级评定，在IE的internet选项中有一项内容设置，可以防止浏览一些受限制的网站，而网站的限制级别就是通过meta属性来设置的； 　　7、强制页面在当前窗口中以独立页面显示，可以防止自己的网页被别人当作一个frame页调用； 8、和设定进入和离开页面时的特殊效果，这个功能即 FrontPage中的“格式/网页过渡”，不过所加的页面不能够是一个frame页面。 META语句的语法是： 　　META 　　　　HTTP-EQUIV=response 　　　　CONTENT=description 　　　　CHARSET=charset 　　　　NAME=description 　　　　URL=url 　　HTTP-EQUIV属性用于指定META语句的性质或绑定HTTP的响应元素.它与其它属性配合使用,可指定主页所用字符集或通知浏览器自动刷新(重新加载)内容等等.该属性规定META语句其他属性的含义. 　　CONTENT应根据HTTP-EQUIV 指定的类型设置为相应的内容.如给出指定主页的关键字或刷新时刻(或时间间隔)等. 　　CHARSET描述HTML文件所用字符集,应与HTTP-EQUIV属性配合使用. 　　NAME属性为主页的一些描述信息. 　　URL指定HTML文件的URL地址.它主要与其它属性配合,通知浏览器到指定时间应加载主页的URL. 　　语法总是抽象的,我们来通过META的一些应用来解释： 设置页面显示用语言 　　在一个最基本的HTML页面里我们所能见到的META标签有是： 　　 　　该META标签定义了HTML页面所使用的字符集为GB2132,就是国标汉字码.如果将其中的“charset=GB2312”替换成“BIG5”,则该页面所用的字符集就是繁体中文Big5码. 　　当你浏览一些国外的站点时,IE浏览器会提示你要正确显示该页面需要下载xx语支持.这个功能就是通过读取HTML页面META标签的Content -Type属性而得知需要使用哪种字符集显示该页面的.如果系统里没有装相应的字符集,则IE就提示下载.其他的语言也对应不同的charset,比如日文的字符集是“iso-2022-jp ”,韩文的是“ks_c_5601”. 　　其他的META标签不是必须的,但是其中的一些描述了HTML页面搜索分类、简单描述以及一些页面特效. 设置页面关键字和分类 　　 　　这个META标签是设置了该页面的关键字.一个页面可以有多个关键字,几个关键字之间用分号隔开.各种搜索引擎可以通过提取一个页面的 [...]<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="seo技术之网站地图" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fseo-web-sitemap.html&from=http%3A%2F%2Fwww.openboy.net%2Fweb-meta-tag.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8899765.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">seo技术之网站地图</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="SEO技术---影响关键词排名的因素" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fseo-ranking-keywords.html&from=http%3A%2F%2Fwww.openboy.net%2Fweb-meta-tag.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900416.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">SEO技术---影响关键词排名的因素</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Discuz7.2首页最后发表帖子URL301重定向的SEO优化" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fdiscuz-last-post-url-seo.html&from=http%3A%2F%2Fwww.openboy.net%2Fweb-meta-tag.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900951.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Discuz7.2首页最后发表帖子URL301重定向的SEO优化</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="总结最全的wordpress优化技巧。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fall-of-wordpress-seo-skills.html&from=http%3A%2F%2Fwww.openboy.net%2Fweb-meta-tag.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/15/22821101.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">总结最全的wordpress优化技巧。</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="【转载】针对Google的优化圣经" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fbrett-tabke-say-seo-about-google-to-success.html&from=http%3A%2F%2Fwww.openboy.net%2Fweb-meta-tag.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/23/33500425.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">【转载】针对Google的优化圣经</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>SEO中META有多重要不用多说了，猪小猪整理了几乎所有网页META项目，这里分享出来给大家！<br />
name 属性</p>
<p>　　1、用以说明生成工具（如Microsoft FrontPage 4.0）等；</p>
<p>　　2、向搜索引擎说明你的网页的关键词；</p>
<p>　　3、告诉搜索引擎你的站点的主要内容；<span id="more-20"></span></p>
<p>　　4、告诉搜索引擎你的站点的制作的作者；</p>
<p>　　5、</p>
<p>　　其中的属性说明如下：</p>
<p>　　设定为all：文件将被检索，且页面上的链接可以被查询；</p>
<p>　　设定为none：文件将不被检索，且页面上的链接不可以被查询；</p>
<p>　　设定为index：文件将被检索；</p>
<p>　　设定为follow：页面上的链接可以被查询；</p>
<p>　　设定为noindex：文件将不被检索，但页面上的链接可以被查询；</p>
<p>　　设定为nofollow：文件将不被检索，页面上的链接可以被查询。</p>
<p>　　http-equiv属性</p>
<p>　　1、</p>
<p>和 用以说明主页制作所使用的文字以及语言；</p>
<p>　　又如英文是ISO-8859-1字符集，还有BIG5、utf-8、shift-Jis、Euc、Koi8-2等字符集；</p>
<p>　　2、定时让网页在指定的时间n内，跳转到页面http://yourlink；</p>
<p>　　3、可以用于设定网页的到期时间，一旦过期则必须到服务器上重新调用。需要注意的是必须使用GMT时间格式；</p>
<p>　　4、是用于设定禁止浏览器从本地机的缓存中调阅页面内容，设定后一旦离开网页就无法从Cache中再调出；</p>
<p>　　5、cookie设定，如果网页过期，存盘的cookie将被删除。需要注意的也是必须使用GMT时间格式；</p>
<p>　　6、网页等级评定，在IE的internet选项中有一项内容设置，可以防止浏览一些受限制的网站，而网站的限制级别就是通过meta属性来设置的；</p>
<p>　　7、强制页面在当前窗口中以独立页面显示，可以防止自己的网页被别人当作一个frame页调用；</p>
<p>8、和设定进入和离开页面时的特殊效果，这个功能即 FrontPage中的“格式/网页过渡”，不过所加的页面不能够是一个frame页面。</p>
<p>META语句的语法是：</p>
<p>　　META<br />
　　　　HTTP-EQUIV=response<br />
　　　　CONTENT=description<br />
　　　　CHARSET=charset<br />
　　　　NAME=description<br />
　　　　URL=url</p>
<p>　　HTTP-EQUIV属性用于指定META语句的性质或绑定HTTP的响应元素.它与其它属性配合使用,可指定主页所用字符集或通知浏览器自动刷新(重新加载)内容等等.该属性规定META语句其他属性的含义.<br />
　　CONTENT应根据HTTP-EQUIV 指定的类型设置为相应的内容.如给出指定主页的关键字或刷新时刻(或时间间隔)等.<br />
　　CHARSET描述HTML文件所用字符集,应与HTTP-EQUIV属性配合使用.<br />
　　NAME属性为主页的一些描述信息.<br />
　　URL指定HTML文件的URL地址.它主要与其它属性配合,通知浏览器到指定时间应加载主页的URL.</p>
<p>　　语法总是抽象的,我们来通过META的一些应用来解释：</p>
<p>设置页面显示用语言</p>
<p>　　在一个最基本的HTML页面里我们所能见到的META标签有是：</p>
<p>　　</p>
<p>　　该META标签定义了HTML页面所使用的字符集为GB2132,就是国标汉字码.如果将其中的“charset=GB2312”替换成“BIG5”,则该页面所用的字符集就是繁体中文Big5码.<br />
　　当你浏览一些国外的站点时,IE浏览器会提示你要正确显示该页面需要下载xx语支持.这个功能就是通过读取HTML页面META标签的Content -Type属性而得知需要使用哪种字符集显示该页面的.如果系统里没有装相应的字符集,则IE就提示下载.其他的语言也对应不同的charset,比如日文的字符集是“iso-2022-jp ”,韩文的是“ks_c_5601”.</p>
<p>　　其他的META标签不是必须的,但是其中的一些描述了HTML页面搜索分类、简单描述以及一些页面特效.</p>
<p>设置页面关键字和分类</p>
<p>　　</p>
<p>　　这个META标签是设置了该页面的关键字.一个页面可以有多个关键字,几个关键字之间用分号隔开.各种搜索引擎可以通过提取一个页面的 KEYWORDS属性来将搜索该页面的.不过目前很多人利用这个keywords来作弊,添入大量的和自己页面无关的关键词以提高自己的页面在搜索引擎里的显示几率,所以当前的引擎不仅通过该属性了解页面的内容,还通过robot属性(因为当前的搜索引擎都是使用机器人－一种搜索程序来查找分类的):</p>
<p>　　</p>
<p>　　其中属性值有以下一些:<br />
　　属性值为”all”: 文件将被检索,且页上链接可被查询;<br />
　　属性值为”none”: 文件不被检索,而且不查询页上的链接;<br />
　　属性值为”index”: 文件将被检索;<br />
　　属性值为”follow”: 查询页上的链接;<br />
　　属性值为”noindex”: 文件不检索,但可被查询链接;<br />
　　属性值为”nofollow”: 文件不被检索,但可查询页上的链接.</p>
<p>设置页面描述和作者</p>
<p>　　和搜索引擎有关的META标签还有2个:</p>
<p>　　<br />
　　</p>
<p>　　第一个是页面的简单描述,比如写“xxx的个人主页……”什么的.该描述将在搜索引擎的搜索结果里显示出来.第二个是页面的作者.你可以将自己的大名填上去啦.　</p>
<p>自动刷新页面或页面定时跳转</p>
<p>　　利用META标签,可以实现一些简单的页面特效.比如定时刷新,转向或是各种转换效果.</p>
<p>　　</p>
<p>　　REFRESH属性可以让页面自动刷新,比如这个例子里就是让页面在5秒后刷新.如果你将后面的URL设置成其他页面,那就变成了自动跳转.</p>
<p>页面进入和退出的特效</p>
<p>　　<br />
　　</p>
<p>　　这个是页面被载入和调出时的一些特效.duration表示特效的持续时间,以秒为单位.transition表示使用哪种特效,取值为1-23:</p>
<p>　　0 矩形缩小<br />
　　1 矩形扩大<br />
　　2 圆形缩小<br />
　　3 圆形扩大<br />
　　4 下到上刷新<br />
　　5 上到下刷新<br />
　　6 左到右刷新<br />
　　7 右到左刷新<br />
　　8 竖百叶窗<br />
　　9 横百叶窗<br />
　　10 错位横百叶窗<br />
　　11 错位竖百叶窗<br />
　　12 点扩散<br />
　　13 左右到中间刷新<br />
　　14 中间到左右刷新<br />
　　15 中间到上下<br />
　　16 上下到中间<br />
　　17 右下到左上<br />
　　18 右上到左下<br />
　　19 左上到右下<br />
　　20 左下到右上<br />
　　21 横条<br />
　　22 竖条<br />
　　23 以上22种随机选择一种<br />
　　<br />
　　</p>
<p>　　META还有一些比较高级的属性,所谓的高级,其实就是平时不常用到的.</p>
<p>不使用页面缓存</p>
<p>　　<br />
　　</p>
<p>　　这两个标签都是让页面无法保存到浏览器的缓存里,也就是说每次载入页面都要重新从服务器端下载.　其中第二个标签EXPRIES属性是设定了页面的过期时间.上面这个例子就是当你在1997年2月26日8:21以后载入页面的话当前保存在浏览器缓存里的原有页面就失效,需要重新载入.</p>
<p>设定站点内容的限制等级</p>
<p>　　利用PICS-Label属性可以设置你站点页面的内容等级(RSAC等级):</p>
<p>　　inet@microsoft.com” for “http://www.microsoft.com”; on “1997.06.30T14:21－0500&#8243; r(n0 s0 v0 l0))&#8217;&gt;</p>
<p>　　RSAC的评估系统提供了一种用来评价Web站点内容的标准.用户可以设置Microsoft Internet Explorer(IE3.0以上)来排除包含有色情和暴力内容的站点.上面这个例子中的HTML取自Microsoft的主页.代码中的(n 0 s 0 v 0 l 0)表示该站点不包含不健康内容.级别的评定是由RSAC,即美国娱乐委员会的评级机构评定的,如果你需要评价自己的网站,可以连接到网站<a href="http://www.rsac.org/" target="_blank">http://www.rsac.org/</a>,按要求提交表格&#8230;/www.rsac.org/.</p>
<p>强制页面在当前窗口以独立页面显示</p>
<p>　　</p>
<p>　　这个属性是用来防止别人在框架页里调用你的页面.</p>
<p>　　看来META标签说重要的确很重要,说不重要,也确实常常被大家忽略.看了这篇文章后,我想你一定对META有一定的了解了吧？　HTML语言看似很容易上手,其实内涵博大精深.尤其是HTML4.0标准、CSS层叠样式表和DHTML－动态HTML.充分发挥现有的属性和方法,可以让你的主页增色不少。</p>
<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="seo技术之网站地图" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fseo-web-sitemap.html&from=http%3A%2F%2Fwww.openboy.net%2Fweb-meta-tag.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8899765.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">seo技术之网站地图</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="SEO技术---影响关键词排名的因素" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fseo-ranking-keywords.html&from=http%3A%2F%2Fwww.openboy.net%2Fweb-meta-tag.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900416.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">SEO技术---影响关键词排名的因素</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Discuz7.2首页最后发表帖子URL301重定向的SEO优化" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fdiscuz-last-post-url-seo.html&from=http%3A%2F%2Fwww.openboy.net%2Fweb-meta-tag.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/10/8900951.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Discuz7.2首页最后发表帖子URL301重定向的SEO优化</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="总结最全的wordpress优化技巧。" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fall-of-wordpress-seo-skills.html&from=http%3A%2F%2Fwww.openboy.net%2Fweb-meta-tag.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/15/22821101.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">总结最全的wordpress优化技巧。</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="【转载】针对Google的优化圣经" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.openboy.net%2Fbrett-tabke-say-seo-about-google-to-success.html&from=http%3A%2F%2Fwww.openboy.net%2Fweb-meta-tag.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/23/33500425.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">【转载】针对Google的优化圣经</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table><ul class="related_post"><li><a href="http://www.openboy.net/nginx-301-rewrite-for-web-seo.html" title="nginx301重定向">nginx301重定向</a></li><li><a href="http://www.openboy.net/discuz-last-post-url-seo.html" title="Discuz7.2首页最后发表帖子URL301重定向的SEO优化">Discuz7.2首页最后发表帖子URL301重定向的SEO优化</a></li><li><a href="http://www.openboy.net/wordpress-ping-impact-blog-indexed.html" title="wordpress的ping功能是否会影响Google收录？">wordpress的ping功能是否会影响Google收录？</a></li><li><a href="http://www.openboy.net/brett-tabke-say-seo-about-google-to-success.html" title="【转载】针对Google的优化圣经">【转载】针对Google的优化圣经</a></li><li><a href="http://www.openboy.net/all-of-wordpress-seo-skills.html" title="总结最全的wordpress优化技巧。">总结最全的wordpress优化技巧。</a></li><li><a href="http://www.openboy.net/to-live-sitemap.html" title="向Live提交的网站地图。">向Live提交的网站地图。</a></li><li><a href="http://www.openboy.net/seo-ranking-keywords.html" title="SEO技术&#8212;影响关键词排名的因素">SEO技术&#8212;影响关键词排名的因素</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.openboy.net/web-meta-tag.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

