<?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>Agence de Développement Informatique du Nord &#187; robots.txt</title>
	<atom:link href="http://blog.adin.pro/tag/robots-txt/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.adin.pro</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Thu, 26 Dec 2019 08:54:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>Robots.txt disallow all</title>
		<link>http://blog.adin.pro/2013-05-09/robots-txt-disallow-all/</link>
		<comments>http://blog.adin.pro/2013-05-09/robots-txt-disallow-all/#comments</comments>
		<pubDate>Thu, 09 May 2013 08:56:52 +0000</pubDate>
		<dc:creator><![CDATA[blogadmin]]></dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[robots.txt]]></category>

		<guid isPermaLink="false">http://blog.adin.pro/?p=180</guid>
		<description><![CDATA[<p>To prevent google to reference your dev website, you can add a robots.txt file to your web root directory and fill it with The &#8220;User-agent: *&#8221; means that the file applies to all robots. The &#8220;Disallow: /&#8221; means the robot &#8230; <a href="http://blog.adin.pro/2013-05-09/robots-txt-disallow-all/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2013-05-09/robots-txt-disallow-all/">Robots.txt disallow all</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>To prevent google to reference your dev website, you can add a robots.txt file to your web root directory and fill it with</p>
<pre class="brush: php; title: ; notranslate">
User-agent: *
Disallow: /
</pre>
<p>The &#8220;User-agent: *&#8221; means that the file applies to all robots. The &#8220;Disallow: /&#8221; means the robot will not visit any pages on the website.</p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2013-05-09/robots-txt-disallow-all/">Robots.txt disallow all</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.adin.pro/2013-05-09/robots-txt-disallow-all/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
