<?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>Search Engine Optimization Tutorials &#38; Techniques &#187; Creating and Submitting Sitemaps</title>
	<atom:link href="http://www.eireseo.ie/seo-tutorials/tag/creating-and-submitting-sitemaps/feed" rel="self" type="application/rss+xml" />
	<link>http://www.eireseo.ie/seo-tutorials</link>
	<description>Seo Tutorials &#38; Seo Techniques</description>
	<lastBuildDate>Sat, 31 Jul 2010 10:37:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Creating and Submitting Sitemaps</title>
		<link>http://www.eireseo.ie/seo-tutorials/2008/09/22/creating-and-submitting-sitemaps.html</link>
		<comments>http://www.eireseo.ie/seo-tutorials/2008/09/22/creating-and-submitting-sitemaps.html#comments</comments>
		<pubDate>Mon, 22 Sep 2008 12:24:25 +0000</pubDate>
		<dc:creator>eireseo</dc:creator>
				<category><![CDATA[SEO Tutorials]]></category>
		<category><![CDATA[Sitemaps]]></category>
		<category><![CDATA[Creating and Submitting Sitemaps]]></category>

		<guid isPermaLink="false">http://www.eireseo.ie/seo-tutorials/?p=53</guid>
		<description><![CDATA[9. Creating &#38; Submitting Sitemaps to Search Engines Sitemaps play an important role when optimising your website for search engines as it helps them indexing your website (especially deep linked pages) and manage their crawl activities. A sitemap is either an HTML page, XML or TEXT file that contains a list of all the pages available [...]]]></description>
			<content:encoded><![CDATA[<h3>9. Creating &amp; Submitting Sitemaps to Search Engines</h3>
<p>Sitemaps play an important role when optimising your website for search engines as it helps them indexing your website (especially deep linked pages) and manage their crawl activities.</p>
<p>A sitemap is either an HTML page, XML or TEXT file that contains a list of all the pages available on your website or at least the most important pages (for large websites).</p>
<p>The HTML format sitemaps, are mostly used for visitors as a quick navigation point through the website, while a more advanced way is XML (Google search engines) or TEXT file (YAHOO search engine).</p>
<h3>XML sitemap</h3>
<p>An XML sitemap can be created either manually or could be an automated system using &#8220;Sitemap Generators&#8221; which are widely available on the NET.</p>
<p>A standard XML sitemap should look like this (italic text is optional):</p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;<br />
  &lt;<span style="font-family: Arial;">urlset</span>xmlns=&#8221;http://www.sitemaps.org/schemas/sitemap/0.9&#8243;&gt;<br />
   &lt;<span style="font-family: Arial;">url</span>&gt;<br />
    &lt;<span style="font-family: Arial;">loc</span>&gt;http://www.example.com/&lt;/loc&gt;<br />
   <em>&lt;<span style="font-family: Arial;">lastmod</span>&gt;2005-01-01&lt;/lastmod&gt;<br />
    &lt;<span style="font-family: Arial;">changefreq</span>&gt;monthly&lt;/changefreq&gt;<br />
    &lt;<span style="font-family: Arial;">priority</span>&gt;0.8&lt;/priority&gt;</em><br />
   &lt;/url&gt;  <br />
  &lt;/urlset&gt;</p>
<p><span><strong>The Sitemap must:</strong></span></p>
<ul>
<li><span>Begin with an opening <span class="style4"><strong>&lt;urlset&gt;</strong></span> tag and end with a closing <span class="style4"><strong>&lt;/urlset&gt;</strong></span> tag.</span></li>
<li><span>Include a <span class="style4"><strong>&lt;url&gt;</strong></span> entry for each URL as a parent XML tag.</span></li>
<li><span>Include a <span class="style4"><strong>&lt;loc&gt;</strong></span> child entry for each <span class="style4"><strong>&lt;url&gt;</strong></span> parent tag. </span></li>
</ul>
<p><strong><span><strong></strong>XML tag definitions</span></strong></p>
<p><span>The available XML tags are described below.</span><strong>always, hourly , daily, weekly, monthly, yearly, never</strong></p>
<p><strong>&lt;urlset&gt; &#8211; </strong>required<br />
Encapsulates the file and references the current protocol standard.</p>
<p><strong>&lt;url&gt; &#8211; </strong>required<br />
Parent tag for each URL entry. The remaining tags are children of this tag.</p>
<p><strong>&lt;loc&gt; &#8211; </strong>required<br />
URL of the page. This URL must begin with the protocol (such as http) and end with a trailing slash, if your web server requires it. This value must be less than 2048 characters.</p>
<p><strong>&lt;lastmod&gt; &#8211; </strong>optional<br />
The date of last modification of the file. This date should be in W3C Datetime format. This format allows you to omit the time portion, if desired, and use YYYY-MM-DD.</p>
<p><strong>&lt;changefreq&gt; &#8211; </strong>optional<br />
How frequently the page is likely to change. This value provides general information to search engines and may not correlate exactly to how often they crawl the page.<br />
Valid values are:</p>
<p>The value &#8220;<strong>always</strong>&#8221; should be used to describe documents that change each time they are accessed. The value &#8220;<strong>never</strong>&#8221; should be used to describe archived URLs.</p>
<p>Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked &#8220;<strong>hourly</strong>&#8221; less frequently than that, and they may crawl pages marked &#8220;<strong>yearly</strong>&#8221; more frequently than that. It is also likely that crawlers will periodically crawl pages marked &#8220;never&#8221; so that they can handle unexpected changes to those pages.</p>
<p><strong>&lt;priority&gt; &#8211; </strong>optional<br />
The priority of this URL relative to other URLs on your site. Valid values range from 0.0 to 1.0. This value has no effect on your pages compared to pages on other sites, and only lets the search engines know which of your pages you deem most important so they can order the crawl of your pages in the way you would most like.</p>
<p>The default priority of a page is 0.5.</p>
<p><strong>Please note</strong> that the priority you assign to a page has no influence on the position of your URLs in a search engine&#8217;s result pages. Search engines use this information when selecting between URLs on the same site, so you can use this tag to increase the likelihood that your more important pages are present in a search index.</p>
<p>Also, please note that assigning a high priority to all of the URLs on your site will not help you. Since the priority is relative, it is only used to select between URLs on your site; the priority of your pages will not be compared to the priority of pages on other sites.</p>
<p><strong>Entity escaping</strong></p>
<p>We require your Sitemap file to be UTF-8 encoded (you can generally do this when you save the file). As with all XML files, any data values (including URLs) must use entity escape codes for the characters listed in the table below.</p>
<p><strong>Character Escape Code</strong><br />
Ampersand &#8220;&amp;&#8221; &#8211;  &#8221;&amp;amp;&#8221;<br />
Single Quote &#8220;&#8216;&#8221; &#8211; &#8220;&amp;apos;&#8221;<br />
Double Quote &#8216;&#8221;&#8216; &#8211; &#8220;&amp;quot;&#8221;<br />
Greater Than &#8220;&gt;&#8221; &#8211; &#8220;&amp;gt;&#8221;<br />
Less Than &#8221;&gt;&#8221; &#8211;  &#8221;&amp;lt;&#8221;</p>
<p>In addition, all URLs (including the URL of your Sitemap) must be encoded for readability by the web server on which they are located and URL-escaped.</p>
<p>More information on this can be found on <a title="google webmaster tools - sitemaps" href="https://www.google.com/webmasters/tools/docs/en/protocol.html" target="_blank">Google website &gt;&gt;</a></p>
<h3>TEXT SITEMAP</h3>
<p>A text sitemap is simply a text file with a list of URLs, one on each line, and is supported by <a title="yahoo! site explorer" href="http://help.yahoo.com/help/us/ysearch/siteexplorer/index.html" target="_blank">Yahoo! Site Explorer</a>. Unlike XML sitemaps, it does not allow for metadata about each URL.</p>
<p>Here is some sample text sitemap code:</p>
<p>http://www.eireseo.ie/seo-tutorials/</p>
<p>http://www.eireseo.ie/seo-tutorials/2008/09/22/creating-and-submitting-sitemaps.html</p>
<p>http://www.eireseo.ie/seo-tutorials/2008/09/22/search-engine-optimization-white-paper.html</p>
<p>http://www.eireseo.ie/seo-tutorials/2008/09/22/page-content.html</p>
<p>http://www.eireseo.ie/seo-tutorials/2008/09/22/getting-the-page-title-right.html</p>
<p>http://www.eireseo.ie/seo-tutorials/2008/09/22/keywords-research.html</p>
<h3>Referencing &amp; Submitting your sitemap</h3>
<p>Once verified and you are sure that the sitemap is properly formated you can either reference to it in your robots.txt file as below:</p>
<p>User-agent: *<br />
Sitemap: http://yourdomain.com/sitemap.xml</p>
<p>which tells the crawler how to find your sitemap or by subitting your sitemap to search engines directly through:</p>
<p>Google Webmaster Tools: <a title="google webmaster" href="http://www.google.com/webmasters" target="_blank">http://www.google.com/webmasters</a> (you must have a Google account)<br />
Yahoo! Site Explorer: <a title="yahoo! site explorer" href="https://siteexplorer.search.yahoo.com" target="_blank">https://siteexplorer.search.yahoo.com</a> (you must have a Yahoo! account)</p>
<p>Once you have an account with the above search engines, you will be presented with a link and a code to verify your website (either by adding a Meta tag or uploading a file on the server).</p>
<p><a title="back to search engine optimization - white paper" href="http://www.eireseo.ie/seo-tutorials/2008/09/22/search-engine-optimization-white-paper.html"><strong>« Back to Search Engine Optimization &#8211; White Paper</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.eireseo.ie/seo-tutorials/2008/09/22/creating-and-submitting-sitemaps.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

