<?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>Web Hosting, Website Design, E-Business Information &#187; generator</title>
	<atom:link href="http://www.web-hosting-reference.com/tag/generator/feed" rel="self" type="application/rss+xml" />
	<link>http://www.web-hosting-reference.com</link>
	<description>Your Online Web Hosting Reference</description>
	<lastBuildDate>Thu, 08 Jul 2010 18:41:30 +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>Creating A Google Sitemap</title>
		<link>http://www.web-hosting-reference.com/web-site-design/creating-a-google-sitemap.html</link>
		<comments>http://www.web-hosting-reference.com/web-site-design/creating-a-google-sitemap.html#comments</comments>
		<pubDate>Tue, 13 Apr 2010 19:33:30 +0000</pubDate>
		<dc:creator>manjonka</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Web Site Design]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[child]]></category>
		<category><![CDATA[crawl]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gsitecrawler]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[priority]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.web-hosting-reference.com/?p=169</guid>
		<description><![CDATA[Adding a sitemap to your website is a great way to help Internet Search Engines find and quickly index your web pages. A sitemap can also provide a &#8220;Table of Contents&#8221; for your website visitors. There are however two distinct types of sitemap: one for the search engines and the other for human visitors. In [...]]]></description>
			<content:encoded><![CDATA[<p>Adding a sitemap to your website is a great way to help Internet Search Engines find and quickly index your web pages. A sitemap can also provide a &#8220;Table of Contents&#8221; for your website visitors. There are however two distinct types of sitemap: one for the search engines and the other for human visitors. In this article, we will only focus on <strong>Search Engines Sitemap. </strong>Although the title of this post may be misleading, the  sitemap you will create can be used for all Search Engines not only Google.</p>
<h2><span style="color: #E96D11;">Google Sitemap</span></h2>
<p><span id="more-169"></span></p>
<p>This sitemap intended for the Search Engines is an XML file (Extensible Markup Language) . It has  a preset structure defining the URL, update frequency and crawl priority of each web page you would like to add in the search engine index.</p>
<p>That XML file format and structure is supported by all major Search Engines: Google, Yahoo, Bing and Ask. In a nutshell an XML sitemap looks like this:</p>
<p style="color: #333333; font-style: italic;">&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;<br />
&lt;?xml-stylesheet type=&#8221;text/xsl&#8221; href=&#8221;gss.xsl&#8221;?&gt;<br />
&lt;urlset xmlns=&#8221;http://www.sitemaps.org/schemas/sitemap/0.9&#8243;<br />
xmlns:xsi=&#8221;http://www.w3.org/2001/XMLSchema-instance&#8221;<br />
xsi:schemaLocation=&#8221;http://www.google.com/schemas/sitemap/0.84 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd&#8221;&gt;<br />
&lt;url&gt;<br />
&lt;loc&gt;http://www.web-hosting-reference.com&lt;/loc&gt;<br />
&lt;lastmod&gt;2010-04-13T01:38:06+00:00&lt;/lastmod&gt;<br />
&lt;changefreq&gt;weekly&lt;/changefreq&gt;<br />
&lt;priority&gt;1.00&lt;/priority&gt;<br />
&lt;/url&gt;<br />
&lt;url&gt;<br />
&lt;loc&gt;http://www.web-hosting-reference.com/category/domain-name&lt;/loc&gt;<br />
&lt;lastmod&gt;2010-03-25T16:48:23+00:00&lt;/lastmod&gt;<br />
&lt;changefreq&gt;weekly&lt;/changefreq&gt;<br />
&lt;priority&gt;0.5&lt;/priority&gt;<br />
&lt;/url&gt;<br />
&#8230;<br />
&#8230;<br />
&lt;/urlset&gt;</p>
<p><span style="font-style: normal;">For those familiar with XML documents structure, you will notice:</span></p>
<div>
<ul>
<li>the first line, as always, contains the XML declaration with its version and encoding type (<em>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;</em>)</li>
<li>the second line specifies the stylesheet associate with the document for presentation purpose.</li>
<li>the third line is the root element (&lt;urlset &#8230;.. &gt; &#8230;.&lt;/urlset&gt;) with the document&#8217;s namespace</li>
<li>then follow the &lt;url&gt;&#8230;&lt;/url&gt; &#8220;child nodes&#8221; each containing its own child nodes as well.</li>
<li>&lt;loc&gt;..&lt;/loc&gt; specifies the internet address (URL) of the web page</li>
<li>&lt;lastmod&gt;&#8230;&lt;/lastmod&gt; encloses the full date and time that web page was last modified.</li>
<li>&lt;changefreq&gt;&#8230;&lt;/changefreq&gt; defines the frequency you expect that web page will be changed/updated.</li>
<li>&lt;priority&gt;..&lt;/priority&gt; assigns a crawl priority for each web page. It&#8217;s a number ranging from 0.0 to 1.o. The higher the priority the more important that web page will be in the &#8220;eyes&#8221; of the search engine regarding the crawling rate. In this example, I choose the home page as the highest priority (http://www.web-hosting-reference.com). The home page will be  therefore  crawled more often by Search Engines.</li>
</ul>
</div>
<p>As you just learned, you can manually create a sitemap for search engines that is if your website contains just a few pages. All you have to is to keep adding &lt;url&gt;&#8230;&lt;/ul&gt; nodes following the markup shown above until you include all your web pages.</p>
<p>However for larger web sites, you are better of  having this chore done by a  <strong>sitemap generator</strong>. It&#8217;s software program designed specifically for creating sitemaps. The advantages of using a sitemap generator are:<br />
<strong>- real time saving<br />
-  guarantee that you won&#8217;t miss any web page<br />
- and error-free XML markup.</strong></p>
<h2><span style="color: #E96D11;">Sitemap Generator</span></h2>
<p>You can find a free sitemap generator online by just typing &#8220;<em>google sitemap generator</em>&#8221; in your favorite Search Engine. All you need is to specify your website address (e.g. <em>http://www.web-hosting-reference.com</em>) and the program will handle the rest. Within a minute or two, you will have your sitemap file you can upload to your website then just point the Search Engines to it.</p>
<p>My favorite sitemap generator however  is &#8220;<strong>gsitecrawle</strong>r&#8221;. It&#8217;s a desktop application by SOFTplus that allows you to create a Google sitemap (<em>all search engines included</em>) for a website of any size. The best part is <strong>it&#8217;s FREE</strong>. You can find the download link by just looking for it using the name above in your favorite Search Engine.</p>
<p>You can choose to exclude certain web pages you do not wish the search engines to index. You can also  exclude entire folders or let the program read your &#8220;robots.txt&#8221; file to determine which files/folders to exclude. This software even reports broken links and pages it cannot access for whatever reason, so you can investigate and fix the issue.</p>
<p>You can  automate the process so the software can recreate your sitemap at schedule dates then upload the file to your web hosting server. Did I also mention you can setup as many websites as you want in this software. It can be a very valuable tool for all of you webmasters out there.</p>
<p>Creating and submitting a sitemap to search engines should be part of your SEO and SEM campaign. On an upcoming article, I will show you how to submit your sitemap to Google, Yahoo, Bing and Ask Search Engines.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.web-hosting-reference.com/web-site-design/creating-a-google-sitemap.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

