<?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>Search Engine Optimisation (SEO) Blog &#187; robots</title>
	<atom:link href="http://www.thewebclinic.co.uk/blog/tag/robots/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thewebclinic.co.uk/blog</link>
	<description>SEO Tips, Tricks and Talks</description>
	<lastBuildDate>Thu, 29 Jul 2010 08:52:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Manipulating Search Engine User Agents</title>
		<link>http://www.thewebclinic.co.uk/blog/manipulating-search-engine-user-agents/</link>
		<comments>http://www.thewebclinic.co.uk/blog/manipulating-search-engine-user-agents/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 13:19:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[robots]]></category>

		<guid isPermaLink="false">http://www.b-1st.com/SEO-blogs/?p=17</guid>
		<description><![CDATA[A search engine optimisation specialist can instruct a search engine user agent (webbot/spider/crawler) what to index and what not to index using special external files called robots exclusion protocol files and on page meta tags or no follow attributes. The following The Web Clinic blog describes some of the SEO commands you can use to [...]


Related posts:<ol><li><a href='http://www.thewebclinic.co.uk/blog/search-engine-marketing-sem-versus-search-engine-optimisation-seo/' rel='bookmark' title='Permanent Link: Search engine marketing versus search engine optimisation'>Search engine marketing versus search engine optimisation</a> <small>Marketing is an integral part of any business, not just...</small></li><li><a href='http://www.thewebclinic.co.uk/blog/search-engine-queries/' rel='bookmark' title='Permanent Link: Search engine queries'>Search engine queries</a> <small>Given below are some Search Queries • Dictionary: To see...</small></li><li><a href='http://www.thewebclinic.co.uk/blog/search-engine-marketing-the-latest-trend-in-the-vogue/' rel='bookmark' title='Permanent Link: Search Engine Marketing: The Latest Trend in the Vogue'>Search Engine Marketing: The Latest Trend in the Vogue</a> <small>If you get the total number of web pages on...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>A search engine optimisation specialist can instruct a search engine user agent (webbot/spider/crawler) what to index and what not to index using special external files called robots exclusion protocol files and on page meta tags or no follow attributes. The following The Web Clinic blog describes some of the SEO commands you can use to control what a search engine indexes off your ecommerce website&#8230;</p>
<p>It is useful to instruct a search engine not to crawl and index a page that is under construction. Adding the nofollow attribute to a link takes the form &#8220;&lt;a href = &#8220;www.healthstore.uk.com&#8221; rel = &#8220;nofollow&#8221; &gt;Health Store&lt;/a&gt;&#8221; and prevents a link from being followed by search engine spiders.</p>
<p>The &#8220;nofollow&#8221; attribute can also be used in a robots meta tag placed in the head of a webpage. The following will instruct search engines not to index this page and not to follow any links from this page for use in indexing or weighting&#8230;</p>
<p>&lt;meta name=&#8221;robots&#8221; content=&#8221;noindex, nofollow&#8221; /&gt;</p>
<p>The following will tell a spider not to index this page, but to allow the following of links that can then be indexed and weighted&#8230;</p>
<p>&lt;meta name=&#8221;robots&#8221; content=&#8221;noindex, follow&#8221;&gt;</p>
<p>The following will instruct the spider to index this page but not to follow any links from it and is most commonly used in message boards&#8230;</p>
<p>&lt;meta name=&#8221;robots&#8221; content=&#8221;index, nofollow&#8221;&gt;</p>
<p>&#8220;Robots exclustion protocol&#8221; is used to prevent directories from being indexed in a separate robots.txt file which is located in the site&#8217;s root directory.</p>
<p>The following instruction tells the search engines to disallow NO directories for any search engine.</p>
<p>User-agent: *<br />
Disallow:</p>
<p>Conversely, the following command will disallow ALL directories for any search engine.</p>
<p>User-agent: *<br />
Disallow: /</p>
<a href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.thewebclinic.co.uk%2Fblog%2Fmanipulating-search-engine-user-agents%2F&amp;linkname=Manipulating%20Search%20Engine%20User%20Agents" class="a2a_dd addtoany_share_save" ><img src="http://www.thewebclinic.co.uk/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Save/Bookmark"/></a>

<p>Related posts:<ol><li><a href='http://www.thewebclinic.co.uk/blog/search-engine-marketing-sem-versus-search-engine-optimisation-seo/' rel='bookmark' title='Permanent Link: Search engine marketing versus search engine optimisation'>Search engine marketing versus search engine optimisation</a> <small>Marketing is an integral part of any business, not just...</small></li><li><a href='http://www.thewebclinic.co.uk/blog/search-engine-queries/' rel='bookmark' title='Permanent Link: Search engine queries'>Search engine queries</a> <small>Given below are some Search Queries • Dictionary: To see...</small></li><li><a href='http://www.thewebclinic.co.uk/blog/search-engine-marketing-the-latest-trend-in-the-vogue/' rel='bookmark' title='Permanent Link: Search Engine Marketing: The Latest Trend in the Vogue'>Search Engine Marketing: The Latest Trend in the Vogue</a> <small>If you get the total number of web pages on...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.thewebclinic.co.uk/blog/manipulating-search-engine-user-agents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
