<?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>SEO Consultant for Small Business &#187; Search Results  &#187;  robots.txt</title>
	<atom:link href="http://www.thomsonchemmanoor.com/search/robots.txt/feed/rss2/" rel="self" type="application/rss+xml" />
	<link>http://www.thomsonchemmanoor.com</link>
	<description>SEO consultant with 9 years experience in Search Engine Optimization</description>
	<lastBuildDate>Mon, 19 Dec 2011 13:00:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>10 common mistakes using robots.txt on your website</title>
		<link>http://www.thomsonchemmanoor.com/10-common-mistakes-using-robotstxt-on-your-website.html</link>
		<comments>http://www.thomsonchemmanoor.com/10-common-mistakes-using-robotstxt-on-your-website.html#comments</comments>
		<pubDate>Mon, 09 Mar 2009 14:44:39 +0000</pubDate>
		<dc:creator>Thomson</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Website Security]]></category>

		<guid isPermaLink="false">http://www.thomsonchemmanoor.com/?p=209</guid>
		<description><![CDATA[Robots.txt is a special file which is located in the root of each server which is a plan text file which allows the administrator of a website to define which web content need to be allowed and disallowed for the bot which visitors their website. All major search engine like Google, Yahaoo and MSN agrees [...]]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><script type="text/javascript">
			<!-- 
				tweetmeme_url = "http://www.thomsonchemmanoor.com/10-common-mistakes-using-robotstxt-on-your-website.html";
				tweetmeme_source = "socializeWP";
				tweetmeme_style = "normal";
				
			//-->
			</script>
                        <script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div><div class="socialize-in-button socialize-in-button-vertical"><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.thomsonchemmanoor.com/10-common-mistakes-using-robotstxt-on-your-website.html&amp;layout=box_count&amp;show_faces=false&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-vertical"><g:plusone size="tall" href="http://www.thomsonchemmanoor.com/10-common-mistakes-using-robotstxt-on-your-website.html"></g:plusone></div></div><p>Robots.txt is a special file which is located in the root of each server which is a plan text file which allows the administrator of a website to define which web content need to be allowed and disallowed for the bot which visitors their website.</p>
<p>All major search engine like Google, Yahaoo and MSN agrees to the Robots Exclusion Protocol. There are several elements that every website owner need to understand for a easing crawling of their website. Following are the top 10 common mistakes to be avoided while create a robots.txt file.</p>
<p>1. <strong>Adding robots.txt not under the root directory </strong>- This is one of the common mistake webmaster do. They upload the robots.txt file at the wrong place it must reside in the root of the domain and must be named &#8220;robots.txt&#8221;. A robots.txt file uploaded in subdirectory is not a valid one since blots check for robots.txt file only in the root of the domain name.</p>
<p>User-agent: *<br />
Disallow:</p>
<p>2. <strong>Wrong syntax in robots.txt</strong> &#8211; Another explanation is that the Webmaster used the wrong syntax when creating the robots.txt. Therefore, always double check the robots.txt file using tools like <a href="http://tool.motoricerca.info/robots-checker.phtml">Robots.txt Checker </a><br />
Here is an example</p>
<p>User-agent: *<br />
Disallow: private.html</p>
<p>We advise you to start a file/directory name with a leading slash char (Example: /private.html).</p>
<p>3. <strong>Adding comment at the end of the sentence instead of at the beginning</strong> &#8211; If you wish to include comments in your robots.txt file, you should precede them with a # sign like this:</p>
<p># Here are my comments about this entry.<br />
User-agent: *<br />
Disallow:</p>
<p>4. <strong>Empty robots.txt file almost like not having one</strong> &#8211; If you have created a robots.txt file under your root directory and there is nothing in it, then it is similar like not having one. Because nothing is disallowed or no User-agent is given, everything is allowed for every bots.</p>
<p>5. <strong>Blocking the pages which you need to get indexed </strong>- If  you are blocking spider bots and pages using robots.txt you should have thorough understanding of the syntax to be used any mistake can cause you huge problem with the spiderbots.</p>
<p>6. <strong>URL&#8217;s Paths are case sensitive</strong> &#8211; URL paths are often case sensitive, so be consistent with the site capitalization WARNING! Many robots and webservers are case-sensitive. So this path will not match any root-level folders named <samp>private</samp> or <samp>PRIVATE</samp>.</p>
<p>7. <strong>Misspelled robots/user agent names</strong> &#8211; SpiderBots will ignore mispelled User-Agent names. Check out your raw server log to find User-Agent name which you need to be blocked. Check out <a href="http://www.useragentstring.com/pages/useragentstring.php" target="_blank">UserAgentString.com </a>for a list of User Agent name.</p>
<p>8. <strong>Don&#8217;t add all the files in one single line</strong> &#8211; Some of the common mistake is adding all the files under on disallow.<br />
For example</p>
<p>User-agent: *<br />
Disallow: /private/ /images/ /javascript/</p>
<p>This is a wrong syntax and robots will not understand this format. The correct syntax is given below.</p>
<p>User-agent: *<br />
Disallow: /private/<br />
Disallow: /images/<br />
Disallow: /javascript/</p>
<p>9. <strong>No allow command in robots.txt </strong>- There is only one command that is Disallow: and there is no command called Allow: So if you want to allow the bots to visit the page just don&#8217;t add the files.</p>
<p>10. <strong>Missing the colon</strong> &#8211; Missing the colon in Disallow and User-agent entry. Here is one of the example of a missing colon entry.</p>
<p>#This is a wrong entry<br />
User-agent: googlebot<br />
Disallow /</p>
<p>#The correct entry<br />
User-agent: googlebot<br />
Disallow: /</p>
<p>Please leave your comment if you find any other common mistakes which need to be avoided while generating a robots.txt file. Also below are few robots.txt useful resources and tools.</p>
<p><a href="http://www.mcanerin.com/en/search-engine/robots-txt.asp" target="_blank">http://www.mcanerin.com/en/search-engine/robots-txt.asp</a><br />
<a href="http://webtools.live2support.com/se_robots.php" target="_blank">http://webtools.live2support.com/se_robots.php</a><br />
<a href="http://googlewebmastercentral.blogspot.com/2008/03/speaking-language-of-robots.html" target="_blank">http://googlewebmastercentral.blogspot.com/2008/03/speaking-language-of-robots.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomsonchemmanoor.com/10-common-mistakes-using-robotstxt-on-your-website.html/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>16 Web Based Handy Web Designer Tools</title>
		<link>http://www.thomsonchemmanoor.com/16-web-based-handy-web-designer-tools.html</link>
		<comments>http://www.thomsonchemmanoor.com/16-web-based-handy-web-designer-tools.html#comments</comments>
		<pubDate>Sun, 05 Oct 2008 04:40:59 +0000</pubDate>
		<dc:creator>Thomson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web Graphic Design]]></category>

		<guid isPermaLink="false">http://www.thomsonchemmanoor.com/16-web-based-handy-web-designer-tools.html</guid>
		<description><![CDATA[while designing and developing a website a web designer need to several tools to maximizing the effectiveness of the website. There are a wide range of different tools which is been presented here. Each of these tools is so important for a web designer. Web Page Analyzer Tool â€“ This tool can be used to [...]]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><script type="text/javascript">
			<!-- 
				tweetmeme_url = "http://www.thomsonchemmanoor.com/16-web-based-handy-web-designer-tools.html";
				tweetmeme_source = "socializeWP";
				tweetmeme_style = "normal";
				
			//-->
			</script>
                        <script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div><div class="socialize-in-button socialize-in-button-vertical"><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.thomsonchemmanoor.com/16-web-based-handy-web-designer-tools.html&amp;layout=box_count&amp;show_faces=false&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-vertical"><g:plusone size="tall" href="http://www.thomsonchemmanoor.com/16-web-based-handy-web-designer-tools.html"></g:plusone></div></div><p>while designing and developing a website a web designer need to several tools to maximizing the effectiveness of the website. There are a wide range of different tools which is been presented here. Each of these tools is so important for a web designer.</p>
<ol>
<li> <a href="http://www.websiteoptimization.com/services/analyze/"><img src="http://www.thomsonchemmanoor.com/images-for-blog/web-tool-1.jpg" title="Web Page Analyzer Tool" alt="Web Page Analyzer Tool" width="317" border="0" height="170" /></a><br />
<strong><a href="http://www.websiteoptimization.com/services/analyze/">Web Page Analyzer Tool â€“</a></strong> This tool can be used to test the loading time of your web page. It gives a detailed report on how many objects and size of the objects on the page. These tools have several rating for each object like Green ratings is for good, Yellow for caution and Red for warnings.</li>
<li><a href="http://jigsaw.w3.org/css-validator/"><img src="http://www.thomsonchemmanoor.com/images-for-blog/web-tool-2.jpg" title="W3C CSS Validation Services" alt="W3C CSS Validation Services" width="314" border="0" height="169" /></a><a href="http://jigsaw.w3.org/css-validator/"><br />
<strong>W3C CSS Validation Services â€“</strong> </a>This W3C CSS validation Service is a web based tool helps web designers to check Cascading Style Sheets(CSS) are validated. The CSS can be validated here by three ways one is typing the URL, second is by uploading the file and finally by inputting the direct CSS code in the input box.</li>
<li><a href="http://browsershots.org/"><img src="http://www.thomsonchemmanoor.com/images-for-blog/web-tool-3.jpg" title="Browser compatibility testing tool" alt="Browser compatibility testing tool" width="319" border="0" height="171" /></a><br />
<strong><a href="http://browsershots.org/">Browser compatibility testing tool â€“</a></strong> By using Browsershots you can test your web designed pages in different browsers. As we all know the importance of checking the web pages with different multiple browsers. Browser compatibility testing is a critical element in the web development practice.</li>
<li><a href="http://www.gliffy.com/free-wireframe-software/"><img src="http://www.thomsonchemmanoor.com/images-for-blog/web-tool-4.jpg" title="Website Wireframe Tool" alt="Website Wireframe Tool" width="319" border="0" height="171" /></a><a href="http://www.gliffy.com/free-wireframe-software/"><br />
<strong>Website Wireframe Tool â€“</strong></a> Wireframes are a basic visual guide for any web page layout design. Wireframe also allows maintaining design consistency throughout the site. Wireframes are very important part in the initial stage of the design process. Gliffy is a free web-based diagram editor. Gliffy free wireframe software makes it easy to create website wireframes and to share web mockups with anyone.</li>
<li><a href="http://www.pagetutor.com/colorpicker/index.html"><img src="http://www.thomsonchemmanoor.com/images-for-blog/web-tool-5.jpg" title="Web color picker" alt="Web color picker" width="319" border="0" height="171" /></a><br />
<strong><a href="http://www.pagetutor.com/colorpicker/index.html">Web color picker -</a></strong> This color picker will help you fine tune the hex color codes for your web page. These color picker tools are great for exploring colors and color schemes for your web design project.</li>
<li><a href="http://www.ranks.nl/tools/screen_resolutions.html"><img src="http://www.thomsonchemmanoor.com/images-for-blog/web-tool-6.jpg" title="Screen Resolutions Checker" alt="Screen Resolutions Checker" width="326" border="0" height="175" /></a><br />
<strong><a href="http://www.ranks.nl/tools/screen_resolutions.html">Screen Resolutions Checker â€“</a></strong> Quickly and easily test any Website in various Screen Resolutions! This tool allows you to check any web page in different screen resolutions. As web visitors uses different screen resolutions web designers need to check their web page design in different screen resolutions and make sure it looks in all of them.</li>
<li><a href="http://www.lipsum.com/"><img src="http://www.thomsonchemmanoor.com/images-for-blog/web-tool-7.jpg" title="Dummy Text Generator" alt="Dummy Text Generator" width="311" border="0" height="166" /></a><a href="http://www.lipsum.com/"><br />
<strong>Dummy Text Generator â€“</strong></a> A dummy text generator will come handy to any web designers because when they wait for the content. Web designers can use dummy text generators to fill up that space.</li>
<li><a href="http://www.webmaster-toolkit.com/css-menu-generator.shtml"><img src="http://www.thomsonchemmanoor.com/images-for-blog/web-tool-8.jpg" title="CSS Menu Generator" alt="CSS Menu Generator" width="317" border="0" height="171" /></a><br />
<strong><a href="http://www.webmaster-toolkit.com/css-menu-generator.shtml">CSS Menu Generator &#8211; </a></strong>will generate both the CSS and the HTML code required to produce a text-based yet appealing set of navigation buttons. Menu generator makes it easy to create custom CSS menus without having to know all the complicated HTML and CSS</li>
<li><a href="http://www.iwebtool.com/broken_link_checker"><img src="http://www.thomsonchemmanoor.com/images-for-blog/web-tool-9.jpg" title="Broken Link checker" alt="Broken Link checker" width="299" border="0" height="161" /></a><a href="http://www.iwebtool.com/broken_link_checker"><br />
<strong>Broken Link checker â€“</strong> </a>Use this tool to check for Broken Links on a website. Broken links are links that lead nowhere; Clicking on the link will show an error page.</li>
<li><a href="http://whatsmy.browsersize.com/"><img src="http://www.thomsonchemmanoor.com/images-for-blog/web-tool-10.jpg" title="Browser size checker" alt="Browser size checker" width="298" border="0" height="160" /></a><a href="http://whatsmy.browsersize.com/"><br />
<strong>Browser size checker -</strong></a> A nifty online tool for setting your browser size while doingWeb design.</li>
<li><a href="http://www.mcanerin.com/EN/search-engine/robots-txt.asp"><img src="http://www.thomsonchemmanoor.com/images-for-blog/web-tool-11.jpg" title="Robot Control Code Generation Tool" alt="Robot Control Code Generation Tool" width="298" border="0" height="160" /></a><a href="http://www.mcanerin.com/EN/search-engine/robots-txt.asp"><br />
<strong>Robot Control Code Generation Tool â€“</strong></a> The only reason you might need to use a robots.txt file is if you want to prevent someone else from using this search engine to index your site</li>
<li><a href="http://www.webconfs.com/http-header-check.php"><img src="http://www.thomsonchemmanoor.com/images-for-blog/web-tool-12.jpg" title="Http header checker" alt="Http header checker" width="298" border="0" height="160" /></a><br />
<strong><a href="http://www.webconfs.com/http-header-check.php">Http header checker -</a></strong> Check your server to make sure the proper HTTP Status Codes (200, 301, 302, 304, 307, 404, 410) are being returned in the server headers.</li>
<li><a href="http://www.iwebtool.com/htaccess_url_rewrite"><img src="http://www.thomsonchemmanoor.com/images-for-blog/web-tool-13.jpg" title="URL rewriting tool" alt="URL rewriting tool " width="299" border="0" height="161" /></a><br />
<strong><a href="http://www.iwebtool.com/htaccess_url_rewrite">URL rewriting tool -</a></strong> This tool helps you convert dynamic URLs into static looking html URLs.</li>
<li><a href="http://www.clockwatchers.com/htaccess_tool.html"><img src="http://www.thomsonchemmanoor.com/images-for-blog/web-tool-14.jpg" title="htaccess tool" alt="htaccess tool" width="306" border="0" height="164" /></a><br />
<strong><a href="http://www.clockwatchers.com/htaccess_tool.html">htaccess tool â€“ </a></strong>These tools will create .htaccess and .htpasswd files for you, without having to build these manually.</li>
<li><a href="http://www.roundedcornr.com/"><img src="http://www.thomsonchemmanoor.com/images-for-blog/web-tool-15.jpg" title="Rounded Corner and Gradient Generator" alt="Rounded Corner and Gradient Generator" width="305" border="0" height="164" /></a><br />
<strong><a href="http://www.roundedcornr.com/">Rounded Corner and Gradient Generator -</a></strong> This generates a basic box with rounded corners. It will create four image files and the necessary HTML and CSS code for you to put rounded corners around your content.</li>
<li><a href="http://stripgenerator.com/"><img src="http://www.thomsonchemmanoor.com/images-for-blog/web-tool-16.jpg" title="Strip Generator" alt="Strip Generator" width="300" border="0" height="161" /></a><br />
<strong><a href="http://stripgenerator.com/">Strip Generator</a> </strong>lets you make your own comic strips. Users can even create their own Strip Blog, which combines the art of creating comic strips with blogging.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.thomsonchemmanoor.com/16-web-based-handy-web-designer-tools.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

