<?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>Build A Successful Web Site &#187; HTML Head Setup</title>
	<atom:link href="http://buildasuccessfulwebsite.com/category/html_tutorials/html-head-setup/feed" rel="self" type="application/rss+xml" />
	<link>http://buildasuccessfulwebsite.com</link>
	<description>Build a Web Site &#124; Learn how to direct traffic to your web site.</description>
	<lastBuildDate>Mon, 05 Jul 2010 16:39:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>HTML Head Setup</title>
		<link>http://buildasuccessfulwebsite.com/html_tutorials/html-head-setup</link>
		<comments>http://buildasuccessfulwebsite.com/html_tutorials/html-head-setup#comments</comments>
		<pubDate>Sat, 06 Mar 2010 00:59:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Head Setup]]></category>
		<category><![CDATA[HTML Tutorials]]></category>
		<category><![CDATA[html head]]></category>

		<guid isPermaLink="false">http://buildasuccessfulwebsite.com/?p=292</guid>
		<description><![CDATA[In this tutorial I will explain how to set up your HTML head section. To begin let&#8217;s look at some of the code we will use. The red section is the code I want to draw your attention to because it is the code that search engines will use to index your site. &#60;!DOCTYPE html [...]


Related posts:<ol><li><a href='http://buildasuccessfulwebsite.com/planning/hello-world' rel='bookmark' title='Permanent Link: Plan for your Web Site'>Plan for your Web Site</a></li>
<li><a href='http://buildasuccessfulwebsite.com/html_tutorials/html-tags' rel='bookmark' title='Permanent Link: HTML Tags'>HTML Tags</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In this tutorial I will explain how to set up your HTML head section. To begin let&#8217;s look at some of the code we will use. The red section is the code I want to draw your attention to because it is the code that search engines will use to index your site.</p>
<p id="line1">&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&gt; &lt;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221;&gt;</p>
<p>&lt;head&gt;</p>
<p><span style="color: #ff0000;">&lt;title&gt;Pencil Drawings&lt;/title&gt; </span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;">&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=iso-8859-1&#8243; /&gt;</span> </span></p>
<p><span style="color: #ff0000;">&lt;meta name=&#8221;Description&#8221; content=&#8221;Realistic charcoal and pencil drawings by artist Reuel Feenstra. Pencil drawing galleries, drawing tutorials, tips, and techniques are available here.&#8221; /&gt; </span></p>
<p><span style="color: #ff0000;">&lt;meta name=&#8221;Keywords&#8221; content=&#8221;pencil drawings, drawings, pencil drawing galleries, drawing tutorials, tips, techniques&#8221;&gt; </span></p>
<p><span style="color: #ff0000;">&lt;meta name=&#8221;Subject&#8221; content=&#8221;Pencil Drawings&#8221; lang=&#8221;en&#8221; xml:lang=&#8221;en&#8221; /&gt; </span></p>
<p><span style="color: #ff0000;">&lt;meta name=&#8221;ROBOTS&#8221; content=&#8221;INDEX,FOLLOW&#8221; /&gt; &lt;meta name=&#8221;revisit-after&#8221; content=&#8221;3 days&#8221; /&gt;</span></p>
<p>&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;http://yoursite/yourstylesheet.css&#8221; /&gt; &lt;/head&gt;</p>
<p id="line1">&lt;title&gt;Pencil Drawings&lt;/title&gt;</p>
<p>The first section is your title section. It is between the two tags &lt;title&gt; &lt;/title&gt;. This is the title of the page you are working on that will appear in a tab once your site is loaded by an internet browser. And, once your site is indexed, it will be used as the link for your page in a Google, Yahoo, or Bing search. The title you choose is very important. It must be researched because it must be able to bring traffic to your web site. I used <a title="Adwords" href="http://buildasuccessfulwebsite.com/planning/web_site_keyword_tools/keyword-tools-adwords" target="_blank">Google Adwords Keyword Research Tool</a> to look for a good keyword for this page. I ended up with HTML head as my major keyword. That is why I chose to name this page HTML Head Setup.</p>
<p id="line1">&lt;meta name=&#8221;Description&#8221; content=&#8221;Realistic charcoal and pencil drawings by artist Reuel Feenstra. Pencil drawing galleries, drawing tutorials, tips, and techniques are available here.&#8221; /&gt;</p>
<p>Your description has to fit with your title and your keywords. You will notice in the example the title is pencil drawings, and so the description also contains the words pencil drawings. Your description must contain your exact keyword at least once, and maybe even twice.</p>
<p id="line1">&lt;meta name=&#8221;Keywords&#8221; content=&#8221;pencil drawings, drawings, pencil drawing galleries, drawing tutorials, tips, techniques&#8221;&gt;</p>
<p>The HTML head section of your site MUST contain keywords. They are the words that are naturally sprinkled throughout the content of your web page. For example, if your keywords are pencil drawings, then you MUST use the words pencil drawings every once in awhile throughout the the page. Not graphite sketches, or something close to the keyword. The EXACT keyword or keywords must be used. In every paragraph, try to use the keyword(s) at least once.</p>
<p id="line1">&lt;meta name=&#8221;Subject&#8221; content=&#8221;Pencil Drawings&#8221; lang=&#8221;en&#8221; xml:lang=&#8221;en&#8221; /&gt;</p>
<p>Adding this tells search engines the subject of the page (kind of like your title) and the language of the page.</p>
<p id="line1">&lt;meta name=&#8221;ROBOTS&#8221; content=&#8221;index&#8221; /&gt; &lt;meta name=&#8221;revisit-after&#8221; content=&#8221;3 days&#8221; /&gt;</p>
<p>The last two tags tell the robots to index the page. This information you can also include in the <a title="sitemap XML" href="http://buildasuccessfulwebsite.com/category/develop/xml-sitemaps-develop" target="_blank">sitemap xml document</a> for your web site.  If you choose to not have your web page indexed, add &#8220;no follow&#8221; instead of &#8220;index&#8221;.</p>
<p>That`s all there is too it. Research your keywords and add them throughout your HTML head section. In time, your will find out that search engines are directing more and more visitors to your web site!</p>


<p>Related posts:<ol><li><a href='http://buildasuccessfulwebsite.com/planning/hello-world' rel='bookmark' title='Permanent Link: Plan for your Web Site'>Plan for your Web Site</a></li>
<li><a href='http://buildasuccessfulwebsite.com/html_tutorials/html-tags' rel='bookmark' title='Permanent Link: HTML Tags'>HTML Tags</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buildasuccessfulwebsite.com/html_tutorials/html-head-setup/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
