<?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>搜索引擎优化-Simba &#187; robot</title>
	<atom:link href="http://www.simbaguan.com/tag/robot/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simbaguan.com</link>
	<description>注重整站的白帽优化，重视用户体验</description>
	<lastBuildDate>Wed, 11 Nov 2009 15:01:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Robots.txt文件</title>
		<link>http://www.simbaguan.com/2008/12/05/robot/</link>
		<comments>http://www.simbaguan.com/2008/12/05/robot/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 05:17:44 +0000</pubDate>
		<dc:creator>simba</dc:creator>
				<category><![CDATA[搜索引擎优化]]></category>
		<category><![CDATA[robot]]></category>

		<guid isPermaLink="false">http://www.simbaguan.com/?p=147</guid>
		<description><![CDATA[1.站点中的所有文件，都可以让蜘蛛爬取、收录写法:
User-agent: *
Disallow:
2.完全禁止搜索引擎来访的Robots.txt文件写法:
User-agent: *
Disallow: /
要禁止掉某个搜索引擎来访的Robots.txt文件写法:
User-agent: Googlebot
Disallow: /
3.网站中某个文件夹不希望让搜索引擎收录的Robots.txt文件写法:
User-agent: *
Disallow: /abc/
4.禁止Google抓取网站中的图片文件:
User-agent: Googlebot
Disallow: /*.jpg$
]]></description>
		<wfw:commentRss>http://www.simbaguan.com/2008/12/05/robot/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
