<?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>VV&#039;s Corner &#187; SEO</title>
	<atom:link href="http://vinoaj.com/blog/category/howtos/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://vinoaj.com/blog</link>
	<description>my collection of random thoughts, how-to&#039;s and code snippets</description>
	<lastBuildDate>Sat, 04 Dec 2010 15:05:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>robots.txt</title>
		<link>http://vinoaj.com/blog/2007/04/robotstxt/</link>
		<comments>http://vinoaj.com/blog/2007/04/robotstxt/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 08:02:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[robots]]></category>

		<guid isPermaLink="false">http://vinoaj.com/blog/howtos/seo/robots/robotstxt/</guid>
		<description><![CDATA[A robots.txt file in your web site&#8217;s root directory informs robots who follow the Robots Exclusion Protocol on which areas of your site can be indexed and which areas cannot be indexed. A simple robots.txt implementation tells all robots that your entire site is indexable: User-agent: * Disallow: But be careful not to do the [...]]]></description>
			<content:encoded><![CDATA[<p>A robots.txt file in your web site&#8217;s root directory informs robots who follow the Robots Exclusion Protocol on which areas of your site can be indexed and which areas cannot be indexed.</p>
<p>A simple robots.txt implementation tells all robots that your entire site is indexable:<br />
<code>User-agent: *<br />
Disallow:</code></p>
<p>But be careful <strong>not </strong>to do the following.  The slash &#8220;/&#8221; tells the robots that the entire site is off limits:<br />
<code>User-agent: *<br />
Disallow: /</code></p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://vinoaj.com/blog/2007/04/robotstxt/&via=vinoaj&text=robots.txt&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://vinoaj.com/blog/2007/04/robotstxt/&via=vinoaj&text=robots.txt&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://vinoaj.com/blog/2007/04/robotstxt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

