<?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 Blog &#187; title tag</title>
	<atom:link href="http://blog.spidergourmet.com/tag/title-tag/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.spidergourmet.com</link>
	<description>Helping you understand and benefit from SEO</description>
	<lastBuildDate>Thu, 02 Sep 2010 16:28:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Meta tags and Title Tags for SEO</title>
		<link>http://blog.spidergourmet.com/2010/03/meta-title-tags-seo/</link>
		<comments>http://blog.spidergourmet.com/2010/03/meta-title-tags-seo/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 16:42:46 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[aardvark]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[meta tags]]></category>
		<category><![CDATA[title tag]]></category>

		<guid isPermaLink="false">http://blog.spidergourmet.com/?p=113</guid>
		<description><![CDATA[where and how should I add meta tags in my html code to improve my SEO?
- Matias P. M / Montreal, Canada
Meta tags belong between the  &#60;head&#62; tags near the top of your HTML code.
The tags you definitely want to have are:
Title tag &#8211; Not technically a meta tag but definitely to be included, [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>where and how should I add meta tags in my html code to improve my SEO?<br />
- Matias P. M / Montreal, Canada</p></blockquote>
<p>Meta tags belong between the  &lt;head&gt; tags near the top of your HTML code.</p>
<p>The tags you definitely want to have are:</p>
<p><strong>Title tag</strong> &#8211; Not technically a meta tag but definitely to be included, Most important tag for SEO and deifnitely includes your primary keywords for the page.<br />
<code>&lt;title&gt;&lt;/title&gt;</code></p>
<p><strong>Description Tag</strong> &#8211; Second most important tag, use sentences, make a pitch if you can, but definitely include your keywords here.<br />
<code>&lt;meta name=&quot;description&quot; content=&quot;&quot; /&gt;</code></p>
<p><strong>Keywords Tag</strong> &#8211; Separate your keywords with commas, or group into phrases, lot of flexibility here and a lot of conflicting advice exists.<br />
<code>&lt;meta name=&quot;keywords&quot; content=&quot;&quot; /&gt;</code></p>
<p><strong><span style="text-decoration: underline;">Robot Meta Tags</span></strong><br />
<strong>Primary Robots Tag</strong> &#8211; Instructs robots, or search engine software, to include your content in their search index and follow the links on this page to others in your website<br />
<code>&lt;meta name=&quot;robots&quot; content=&quot;index,follow&quot; /&gt;</code></p>
<p><strong>Slurp No Yahoo Directory description tag</strong> &#8211; Tells Yahoo search engine to use your meta description instead of a description they find in the yahoo directory.<br />
<code>&lt;meta name=&quot;slurp&quot; content=&quot;noydir&quot; /&gt;</code></p>
<p><strong>Google bot tag</strong> &#8211; Similar to robots tag, provides directions to Googlebot. It is not necessary but can&#8217;t hurt.<br />
<code>&lt;meta name=&quot;Googlebot&quot; content=&quot;index,follow&quot; /&gt;</code></p>
<p>Note, the examples above use the XML-style closing tag. Leave out the trailing / if your page is not xhtml.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spidergourmet.com/2010/03/meta-title-tags-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
