<?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>2-Create-a-Website.Com &#124; How To Create a Website &#187; How to allow robots to index my page</title>
	<atom:link href="http://www.2-create-a-website.com/tag/how-to-allow-robots-to-index-my-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.2-create-a-website.com</link>
	<description>How To Create a Website - 2 Create a Website</description>
	<lastBuildDate>Wed, 02 Jun 2010 08:24:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Meta Tags</title>
		<link>http://www.2-create-a-website.com/meta-tags/</link>
		<comments>http://www.2-create-a-website.com/meta-tags/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 19:35:46 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Our Blog]]></category>
		<category><![CDATA[Cache prevention code]]></category>
		<category><![CDATA[How to add a website description]]></category>
		<category><![CDATA[how to allow robots to cache my web page]]></category>
		<category><![CDATA[How to allow robots to index my page]]></category>
		<category><![CDATA[How to allow search engines to list my web page]]></category>
		<category><![CDATA[How to fix a language problem on a website]]></category>
		<category><![CDATA[How to use meta tags]]></category>
		<category><![CDATA[Html Redirection code]]></category>
		<category><![CDATA[Keywords Meta tag kode]]></category>
		<category><![CDATA[Redirection code]]></category>

		<guid isPermaLink="false">http://www.2-create-a-website.com/?p=548</guid>
		<description><![CDATA[


 The code for a basic meta tag:
&#60;meta name="" content=""&#62;
or
&#60;meta http-equiv="" content=""&#62;
Meta tags are in your head section of your html document.  The meta tags help the spiders index your page.  You can redirect a webpage with a meta tag, control spiders, prevent certain browsers to function differently with a code and even set your [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-2970610913513858";
/* 336x280, created 3/8/10 */
google_ad_slot = "8166216068";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></-> <p>The code for a basic meta tag:<br />
<code>&lt;meta name="" content=""&gt;</code><br />
or<br />
<code>&lt;meta http-equiv="" content=""&gt;</code></p>
<p>Meta tags are in your head section of your html document.  The meta tags help the spiders index your page.  You can redirect a webpage with a meta tag, control spiders, prevent certain browsers to function differently with a code and even set your page&#8217;s language with it.</p>
<p>Here is a list of interesting meta tags you can observe and use:</p>
<h2>Description Meta tag:</h2>
<p>&lt;meta name=&#8221;description&#8221; content=&#8221;put your page description here&#8221; /&gt;</p>
<p>This is what appears in the search engines as your description, usually right under your page title when listed in search results.</p>
<h2>Keywords Meta tag:</h2>
<p>&lt;meta name=&#8221;keywords&#8221; content=&#8221;put your keywords here&#8221; /&gt;</p>
<p>This code will help you get listed under correct search results.  You should write keywords that best fits your website.  You should also spererate your keywords with a comma. You can use the below example as a resource.</p>
<p>&lt;meta name=&#8221;keywords&#8221; content=&#8221;how to create a free website, get a free website, what is a keyword&#8221; /&gt;</p>
<h2>Redirection code:</h2>
<p><code>&lt;meta http-equiv="refresh" content="2 ; url=anotherpage.html"&gt;</code></p>
<p>The above code is set to refresh the page and redirect it to anotherpage.html in 2 seconds.  You can change these fields according to your needs.</p>
<h2>Cache Prevention code:</h2>
<p><code>&lt;meta http-equiv="pragma" content="no-cache"&gt;</code></p>
<p>This code is useful when you update your pages a lot and you don&#8217;t want someone loading a page that has been cached on their system. It is supposed to keep a browser from caching your page. Some browsers will ignore the code and cache anyway.</p>
<h2>Code to allow Index Follow for Search Engines (Google,Live ect.) :</h2>
<p><code>&lt;meta name="robots" content="index,follow"&gt;</code></p>
<p>This code will basically tell the robots to index whatever they find on your website.</p>
<div class="aizatto_related_posts"><span class="aizatto_related_posts_header" >Related Posts</span><ul></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.2-create-a-website.com/meta-tags/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
