<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 给你的WordPress 博客建立一个 robots.txt 文件</title>
	<atom:link href="http://wordpressmoneyblog.com/2008/12/06/create-a-robots-txt-file-for-your-wordpress-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpressmoneyblog.com/2008/12/06/create-a-robots-txt-file-for-your-wordpress-blog/</link>
	<description>关注Wrdoress、博客建设与博客赚钱</description>
	<lastBuildDate>Fri, 16 Mar 2012 15:09:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: 如何避免Google收录博客文章分类及归档下的内容 &#124; Wordpress 赚钱博客</title>
		<link>http://wordpressmoneyblog.com/2008/12/06/create-a-robots-txt-file-for-your-wordpress-blog/comment-page-1/#comment-6</link>
		<dc:creator>如何避免Google收录博客文章分类及归档下的内容 &#124; Wordpress 赚钱博客</dc:creator>
		<pubDate>Wed, 31 Dec 2008 19:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressmoneyblog.com/?p=79#comment-6</guid>
		<description>[...] Wordpress有文章分类以及文章归档等功能，这些功能是为了方便对读者的导航的。但如果博客上的单篇文章被Google收录了，而Google的机器人有在你的文章分类或文章归档那里找到相同的文章的话，傻傻的机器人就有可能认定你两篇（或多篇）相同的文章中有一篇是被转载的，这样就有会降低搜索权重。为了避免google的重复收录，你可以通过建立robots.txt 文件来告诉google哪些内容不要被收录。如果你不想使用robots.txt 文件的话，可以在wordpress主题中的header.php 文件内使用下面的代码： &lt;?php if(is_archive()){ ?&gt;&lt;meta name=&quot;robots&quot; content=&quot;noindex&quot;&gt;&lt;?php } ?&gt; [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress有文章分类以及文章归档等功能，这些功能是为了方便对读者的导航的。但如果博客上的单篇文章被Google收录了，而Google的机器人有在你的文章分类或文章归档那里找到相同的文章的话，傻傻的机器人就有可能认定你两篇（或多篇）相同的文章中有一篇是被转载的，这样就有会降低搜索权重。为了避免google的重复收录，你可以通过建立robots.txt 文件来告诉google哪些内容不要被收录。如果你不想使用robots.txt 文件的话，可以在wordpress主题中的header.php 文件内使用下面的代码： &lt;?php if(is_archive()){ ?&gt;&lt;meta name=&#8221;robots&#8221; content=&#8221;noindex&#8221;&gt;&lt;?php } ?&gt; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
