<?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>The Early Blogger &#187; Robots</title>
	<atom:link href="http://www.earlyblogger.com/category/robots/feed" rel="self" type="application/rss+xml" />
	<link>http://www.earlyblogger.com</link>
	<description>Early Blogger Catches The Best World</description>
	<lastBuildDate>Tue, 13 Dec 2011 06:31:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Meta Tags Explained</title>
		<link>http://www.earlyblogger.com/meta-tags-explained.html</link>
		<comments>http://www.earlyblogger.com/meta-tags-explained.html#comments</comments>
		<pubDate>Wed, 02 Sep 2009 02:45:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging 101]]></category>
		<category><![CDATA[Meta Tags]]></category>
		<category><![CDATA[Robots]]></category>
		<category><![CDATA[SEO and SEM]]></category>
		<category><![CDATA[Meta tag description]]></category>
		<category><![CDATA[Meta Tag keywords]]></category>
		<category><![CDATA[Meta tag robots]]></category>
		<category><![CDATA[what is Meta tag]]></category>

		<guid isPermaLink="false">http://www.earlyblogger.com/?p=443</guid>
		<description><![CDATA[How to get listed on Search Engines? It all starts with your META TAGS&#8230;. Here is the following Meta Tags that is very needed in your web page. &#60;META http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=iso-8859-1&#8243;&#62; &#60;META name=&#8221;keywords&#8221; content=&#8221;keyword1,keyword2,keyword3&#8243;&#62; &#60;META name=&#8221;description&#8221; content=&#8221;brief description about the site&#8221;&#62; &#60;META name=&#8221;robots&#8221; Content=&#8221;Index,Follow&#8221;&#62; No need to have other meta tags like abstract, re-visit [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="text-align: center;"><a href="http://www.earlyblogger.com/wp-content/uploads/2009/09/meta-tags-explained.jpg"><img class="size-full wp-image-445 aligncenter" title="meta-tags-explained" src="http://www.earlyblogger.com/wp-content/uploads/2009/09/meta-tags-explained.jpg" alt="meta-tags-explained" width="420" height="320" /></a></p>
<p class="MsoNormal"><span style="font-size: 11pt; font-family: Verdana;">How to get listed on Search Engines? It all starts with your META TAGS&#8230;.<br />
</span></p>
<p class="MsoNormal"><strong><span style="font-size: 11pt; font-family: Verdana;">Here is the following Meta Tags that is very needed in your web page.</span></strong></p>
<p><em>&lt;META http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=iso-8859-1&#8243;&gt;</em><br />
<em>&lt;META name=&#8221;keywords&#8221; content=&#8221;keyword1,keyword2,keyword3&#8243;&gt;</em><br />
<em>&lt;META name=&#8221;description&#8221; content=&#8221;brief description about the site&#8221;&gt;</em><br />
<em>&lt;META name=&#8221;robots&#8221; Content=&#8221;Index,Follow&#8221;&gt;</em></p>
<p>No need to have other meta tags like abstract, re-visit and all, most people don&#8217;t read it.</p>
<p><span id="more-443"></span><strong><em>No</em></strong><strong><em>w&#8230;</em></strong></p>
<p><em>&lt;META http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=iso-8859-1&#8243;&gt;</em></p>
<p>This tag is tells content type is html and character set used it iso-8859-1 there are other character sets also but this is the one mostly used..</p>
<p><em>&lt;META name=&#8221;keywords&#8221; content=&#8221;keyword1,keyword2,keyword3&#8243;&gt;</em></p>
<p>This one should have all your keywords inside starting from keyword with most counts&#8230;</p>
<p><strong>keyword tag for our example would be something like :<br />
</strong><br />
<em>&lt;META name=&#8221;keywords&#8221; content=&#8221;tech news,technology news, computer technology news,information technology,software news&#8221;&gt;</em></p>
<p>Remember to put around 15-20 keywords max not more than that. Don&#8217;t repeat keywords or dont put keywords like, &#8220;tech news&#8221;, &#8220;info tech news&#8221;, &#8220;latest tech news&#8221; and so on&#8230;</p>
<p><em>&lt;META name=&#8221;description&#8221; content=&#8221;brief description about the site&#8221;&gt;</em></p>
<p>Provide short description about your site and include all the keywords mentioned in the title tag.</p>
<p><strong>Description tag should be:</strong></p>
<p><em>&lt;META name=&#8221;description&#8221; content=&#8221;One Stop for Latest Tech News, Information Technology News, Computer Related and Software news.&#8221;&gt;</em></p>
<p>It can be up to 255 characters and avoid using more than 3 &#8220;,&#8221; commas</p>
<p><em>&lt;META name=&#8221;robots&#8221; Content=&#8221;Index,Follow&#8221;&gt;</em></p>
<p><strong>This is used for search robots. Following explanation will help you:<br />
</strong><br />
index,follow = index the page as well as follow the links<br />
noindex,follow = dont index the page but follow the links<br />
index,nofollow = index the page but dont follow the links<br />
noindex,nofollow = dont index page, dont follow the links<br />
all = same as index,follow<br />
none = same as noindex,nofollow</p>
<p><a href="http://www.earlyblogger.com/wp-content/uploads/2009/09/meta-tags-wordpress.jpg"><img class="size-full wp-image-444 alignnone" title="meta-tags-wordpress" src="http://www.earlyblogger.com/wp-content/uploads/2009/09/meta-tags-wordpress.jpg" alt="meta-tags-wordpress" width="420" height="350" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.earlyblogger.com/meta-tags-explained.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Invasion of Robots Officially Begins</title>
		<link>http://www.earlyblogger.com/the-invasion-of-robots-officially-begins.html</link>
		<comments>http://www.earlyblogger.com/the-invasion-of-robots-officially-begins.html#comments</comments>
		<pubDate>Mon, 11 May 2009 12:57:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Early Videos]]></category>
		<category><![CDATA[Robots]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[bot fight]]></category>
		<category><![CDATA[BotFight]]></category>
		<category><![CDATA[bots]]></category>
		<category><![CDATA[fight]]></category>
		<category><![CDATA[japan]]></category>
		<category><![CDATA[japanese]]></category>
		<category><![CDATA[kondo]]></category>
		<category><![CDATA[kondo battle]]></category>
		<category><![CDATA[KondoBattle]]></category>
		<category><![CDATA[robot]]></category>
		<category><![CDATA[robot battle]]></category>
		<category><![CDATA[robot fight]]></category>
		<category><![CDATA[robot fighting]]></category>
		<category><![CDATA[RobotBattle]]></category>
		<category><![CDATA[RobotFight]]></category>
		<category><![CDATA[RobotFighting]]></category>

		<guid isPermaLink="false">http://www.earlyblogger.com/?p=335</guid>
		<description><![CDATA[With our technology getting more and more advance as time goes by, the assumption that robots will replace the human civilization in no time is getting more crystal clear. Recently in Japan, a Kondo battle tournament was held. The thing is that humans were not the ones to compete but robots. Yes, by watching the [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="text-align: justify;"><img class="size-full wp-image-336 aligncenter" title="kondo-bot-battles-rage-in-japan" src="http://www.earlyblogger.com/wp-content/uploads/2009/05/kondo-bot-battles-rage-in-japan.jpg" alt="kondo-bot-battles-rage-in-japan" width="402" height="275" /></p>
<p class="MsoNormal" style="text-align: justify;"><span style="font-size: 10pt; font-family: Verdana;">With our technology getting more and more advance as time goes by, the assumption that robots will replace the human civilization in no time is getting more crystal clear.</span></p>
<p class="MsoNormal" style="text-align: justify;"><span style="font-size: 10pt; font-family: Verdana;"> </span></p>
<p class="MsoNormal" style="text-align: justify;"><span style="font-size: 10pt; font-family: Verdana;">Recently in Japan, a Kondo battle tournament was held. The thing is that humans were not the ones to compete but robots. Yes, by watching the video clips, you can clearly see that these robots are fighting machines which are even capable of getting up every time they fall. It is fascinating to know that people are able to make this kind of things. They seem to do the impossible. And more surprisingly, these robots are getting up every time they fall down from an attack of their foe or enemy. They seem to have motivation even though they are just robots.</span></p>
<p class="MsoNormal" style="text-align: justify;"><span style="font-size: 10pt; font-family: Verdana;"> </span></p>
<p class="MsoNormal" style="text-align: justify;"><span style="font-size: 10pt; font-family: Verdana;"><span id="more-335"></span>But despite being fascinated, to get worried is inevitable to us humans. Since these robots have this kind of ability (meaning they are capable to combat in human style), we canâ€™t help to think that these kinds of robots will wipe out the human civilization in the future to inhabit our planet. Though this display of skills is astounding, it is also terrifying for us humans.</span></p>
<div align="center">
<embed src="http://c.brightcove.com/services/viewer/federated_f8/1243511167" bgcolor="#FFFFFF" flashVars="videoId=22449871001&#038;playerId=1243511167&#038;viewerSecureGatewayURL=https://console.brightcove.com/services/amfgateway&#038;servicesURL=http://services.brightcove.com/services&#038;cdnURL=http://admin.brightcove.com&#038;domain=embed&#038;autoStart=false&#038;" base="http://admin.brightcove.com" name="flashObj" width="486" height="412" seamlesstabbing="false" type="application/x-shockwave-flash" swLiveConnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed><br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/WqEDMiAHpdA&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/WqEDMiAHpdA&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.earlyblogger.com/the-invasion-of-robots-officially-begins.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

