<?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>TYPO3-Addict &#187; TYPO3 robots.txt</title>
	<atom:link href="http://www.typo3-addict.com/tag/typo3-robots-txt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.typo3-addict.com</link>
	<description>For those addicted to TYPO3</description>
	<lastBuildDate>Wed, 06 Jul 2011 08:08:32 +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>TYPO3: Robots.txt</title>
		<link>http://www.typo3-addict.com/2009/03/robotstxt-for-typo3/</link>
		<comments>http://www.typo3-addict.com/2009/03/robotstxt-for-typo3/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 19:24:23 +0000</pubDate>
		<dc:creator>Maarten</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[TYPO3 robots.txt]]></category>

		<guid isPermaLink="false">http://www.typo3-addict.com/?p=408</guid>
		<description><![CDATA[First of all: I&#8217;m very busy at the moment so it&#8217;s been a little quite lately, but I’ll try to keep up.. I’ve done some research and I think this is a pretty good example of how to use robots.txt on a TYPO3 website: User-Agent: * Allow: /       # Allow bot to enter Disallow: [...]]]></description>
			<content:encoded><![CDATA[<p>First of all: I&#8217;m very busy at the moment so it&#8217;s been a little quite lately, but I’ll try to keep up..</p>
<p>I’ve done some research and I think this is a pretty good example of how to use robots.txt on a TYPO3 website:</p>
<pre>User-Agent: *
Allow: /                                      # Allow bot to enter
Disallow: /fileadmin/website/notimportant/    # Exclude only folders with no
                                              # link from frontend, like
                                              # templates, css, js.
Disallow: /t3lib/                             # Nothing to see here
Disallow: /typo3/                             # Nothing to see here
Disallow: /typo3conf/                         # Nothing to see here
Disallow: /typo3temp/                         # Nothing to see here
Disallow: /*?id=*                             # Disable non-realurl
Disallow: /*&amp;type=98                          # Disable print pages

Sitemap: http://www.example.tld/sitemap.xml   # Your Sitemap
Sitemap: http://www.example.tld/rss.xml       # Your RSS Feed</pre>
<p>You&#8217;ll notice the upload folder is allowed since there are files in here, which are linked to the frontend. The same applies for files in the fileadmin. If you don&#8217;t use RealUrl keep in mind to remove that specific line or else the bot won&#8217;t index much.</p>
<p>If anyone knows a better setup please don&#8217;t hesitate to comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.typo3-addict.com/2009/03/robotstxt-for-typo3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

