<?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>WpFunc &#187; robots</title>
	<atom:link href="http://wpfunc.com/tag/robots/feed" rel="self" type="application/rss+xml" />
	<link>http://wpfunc.com</link>
	<description>Awesome, Quick, Simple WordPress Functions!</description>
	<lastBuildDate>Sun, 06 May 2012 02:21:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Disable Caching!</title>
		<link>http://wpfunc.com/wordpress/disable-caching.html</link>
		<comments>http://wpfunc.com/wordpress/disable-caching.html#comments</comments>
		<pubDate>Tue, 20 Oct 2009 16:30:39 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[disable caching]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[header.php]]></category>
		<category><![CDATA[robots]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=270</guid>
		<description><![CDATA[Search engines are cahce our/your site for search results. If you want to disable this function sor search engines (ex. Google, Yahoo) just place a meta tag to your header. Lets&#8217; begin&#8230; Here is the code; Just place this code to your header.php. With this code your site and posts will not cache by search [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Search engines are cahce our/your site for search results. If you want to disable this function sor search engines (ex. Google, Yahoo) just place a meta tag to your header. Lets&#8217; begin&#8230;<span id="more-270"></span></p>
<h3>Here is the code;</h3>
<pre class="brush: xml; title: ; notranslate">&lt;meta name=&quot;robots&quot; content=&quot;noarchive&quot;&gt;</pre>
<p style="text-align: justify;">
Just place this code to your header.php. With this code your site and posts will not cache by search engines.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpfunc.com/wordpress/disable-caching.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Add No-Index to Images</title>
		<link>http://wpfunc.com/wordpress/add-no-index-to-images.html</link>
		<comments>http://wpfunc.com/wordpress/add-no-index-to-images.html#comments</comments>
		<pubDate>Fri, 17 Jul 2009 10:00:19 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[no-index]]></category>
		<category><![CDATA[robots]]></category>
		<category><![CDATA[spiders]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=33</guid>
		<description><![CDATA[When Google spiders reach to our site, google automatically index everything with our site images. If we want to make a non-indexable images, there is a simple code. We can make all our images non-indexable. We will add a code to our header.php. Also we can stop directory indexing with simple Robots.txt command. And we [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">When Google spiders reach to our site, google automatically index everything with our site images. If we want to make a non-indexable images, there is a simple code. We can make all our images non-indexable. We will add a code to our header.php. Also we can stop directory indexing with simple Robots.txt command.<span id="more-33"></span></p>
<p>And we begin&#8230;</p>
<h3 style="text-align: justify;">No-Index for all images</h3>
<pre class="brush: plain; title: ; notranslate">&lt;meta name=&quot;robots&quot; content=&quot;noimageindex&quot;&gt;</pre>
<p style="text-align: justify;">Add this code to <strong><em>header.php</em></strong> and Google don&#8217;t resume to index your images.</p>
<p style="text-align: justify;">Also if you want to stop directory indexing. Open your <strong><em>robots.txt</em></strong>. This file located in your <em><strong>Root</strong></em> area;</p>
<p style="text-align: justify;">Ex: We have  <strong>images</strong> and <strong>siteimages</strong> folders. And we have a robots.txt like this.</p>
<pre class="brush: plain; title: ; notranslate">User-agent: *
Disallow:</pre>
<p style="text-align: justify;">We will change this to;</p>
<pre class="brush: plain; title: ; notranslate">User-agent: *
Disallow: /images/
Disallow: /siteimages/</pre>
<p>Thats All! Have a nice day!</p>
]]></content:encoded>
			<wfw:commentRss>http://wpfunc.com/wordpress/add-no-index-to-images.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

