<?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>Exploring The Internet &#187; sitemap</title>
	<atom:link href="http://www.learningwp.com/tag/sitemap/feed" rel="self" type="application/rss+xml" />
	<link>http://www.learningwp.com</link>
	<description>Exploring the web - Growing my experience toward my online business</description>
	<lastBuildDate>Fri, 11 Jun 2010 00:01:48 +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>Sitemap? What is it? How to Add it to Our Website?</title>
		<link>http://www.learningwp.com/sitemap-what-is-it-how-to-add-it-to-our-website.html</link>
		<comments>http://www.learningwp.com/sitemap-what-is-it-how-to-add-it-to-our-website.html#comments</comments>
		<pubDate>Sat, 29 Dec 2007 02:22:41 +0000</pubDate>
		<dc:creator>Lanna</dc:creator>
				<category><![CDATA[Blogger Tips]]></category>
		<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Blogging Tools]]></category>
		<category><![CDATA[Google Service]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[Google Blogger]]></category>
		<category><![CDATA[Google Webmaster Tool]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[sitemaps]]></category>
		<category><![CDATA[WordPress blog]]></category>

		<guid isPermaLink="false">http://www.learningwp.com/2007/12/28/sitemap-what-is-it-how-to-add-it-to-our-website/</guid>
		<description><![CDATA[








Why do we need to add a sitemap to our website? The answer is that it will help Googlebot to crawl your website more efficiently. Instead of just crawling your main page it will crawl more deeply about other pages of your website as well. Thus it increases the visibility of your website showing up [...]]]></description>
			<content:encoded><![CDATA[<p>
<!-- Begin Google Adsense code -->
<div style="display: block; float: left; padding: 5px 10px 10px 0;">
<script type="text/javascript"><!--
google_ad_client = "pub-4932554700716308";
/* 336x280, created 12/24/07 */
google_ad_slot = "2510575724";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<!-- End Google Adsense code -->
Why do we need to add a sitemap to our website? The answer is that it will help <em>Googlebot</em> to crawl your website more efficiently. Instead of just crawling your main page it will crawl more deeply about other pages of your website as well. Thus it increases the visibility of your website showing up on <em>Google search engine</em>. This means that more people will find your website. If you are running a business website, then you are more likely to get more visitors. Thus you will increase your sales.</p>
<p style="text-align: left;">Here I want to show you how to add a sitemap to your website using <a title="Google Webmaster Tool's account" href="https://www.google.com/accounts/ServiceLogin?service=sitemaps&amp;passive=true&amp;nui=1&amp;continue=http%3A%2F%2Fwww.google.com%2Fwebmasters%2Ftools%2Fsiteoverview&amp;followup=http%3A%2F%2Fwww.google.com%2Fwebmasters%2Ftools%2Fsiteoverview&amp;hl=en" target="_blank">Google Webmaster Tool&#8217;s account</a>. If you have a website self-hosted by a web server, then it is easy. Just create a sitemap using <a title="Google Sitemap Generator" href="http://www.sitemapdoc.com" target="_blank">Google Sitemap Generator</a> here. Then save it as <span style="color: #ff0000;">sitemap.xml</span> file. You can name it whatever name you want. After you&#8217;ve done that, upload it to your web server in the root directory using <a title="How to Set Up FTP to Transfer Files?" href="http://meaningfulblog.blogspot.com/2008/03/how-to-set-up-ftp-to-transfer-files.html" target="_blank">FTP</a>, and finally submit it in <em>Google Webmaster Tools</em>&#8216; account like this http://www.<span style="color: #cc66cc;">yourdomainname</span>.com/<span style="color: #ff0000;">sitemap.xml</span>. Make sure you change <span style="color: #cc66cc;">yourdomainname</span> to be your own domain name. It did not give me any problem when I submitted mine.</p>
<p>However it took me pretty long time to figure out how to add a sitemap to my blog which is hosted by <a title="Google Blogger" href="https://www.blogger.com/start" target="_blank">Google Blogger</a> and my other blog which is a self-hosted <a title="WordPress.org" href="http://wordpress.org/" target="_blank">WordPress</a> blog. The self-hosted <em>WordPress</em> blog is in my website&#8217;s sub-directory. It gave me hard time when I tried to submit a sitemap through <a title="Google Webmaster Tool's account" href="https://www.google.com/accounts/ServiceLogin?service=sitemaps&amp;passive=true&amp;nui=1&amp;continue=http%3A%2F%2Fwww.google.com%2Fwebmasters%2Ftools%2Fsiteoverview&amp;followup=http%3A%2F%2Fwww.google.com%2Fwebmasters%2Ftools%2Fsiteoverview&amp;hl=en" target="_blank">Google Webmaster Tool&#8217;s account</a>. In order to make it work I found out from this <a title="Feed Vakudator Tool" href="http://feedvalidator.org/" target="_blank">feed validator web tool</a> that I have to submit it like this http://www.<span style="color: #cc66cc;">yourdomainname</span>.com/blog/<span style="color: #ff0000;">?feed=atom</span> for atom or http://www.<span style="color: #cc66cc;">yourdomainname</span>.com/blog/<span style="color: #ff0000;">feed</span> for <em>RSS</em>. Make sure you change <span style="color: #cc66cc;">yourdomainname</span> to be your own domain name.</p>
<p>The blog with <em>Google Blogger</em> also gave me hard time. I searched <a title="Google Webmaster Help group" href="http://groups.google.com/group/Google_Webmaster_Help?hl=en" target="_blank">Google Webmaster Help Group</a> and I was guided to add <span style="color: #ff0000;">atom.xml</span> to the end of my <span style="font-style: italic">Blogger&#8217;s</span><em> URL</em>, but I just kept getting errors. At the end I found one error saying, &#8220;Paths don&#8217;t match. We&#8217;ve detected that you submitted your Sitemap using a URL path that includes the www prefix (for instance, http://www.example.com/sitemap.xml). However, the URLs listed inside your Sitemap don&#8217;t use the www prefix (for instance, http://example.com/myfile.htm).&#8221; So I just submitted it like this http://<span style="color: #cc66cc;">yourdomainname</span>.blogspot.com/<span style="color: #ff0000;">atom.xml</span><span style="color: #cc66cc;"> </span>without <span style="color: #ff0000;">www</span> and it works! Make sure you change <span style="color: #cc66cc;">yourdomainname</span> to be your own domain name. Now all of my sitemaps in my three websites work fine!</p>
<p>If you have any questions, feel free to ask in the comment section. Good luck to all of you!</p>
<p style="text-align: left;"><div style="float:left;width:49%;margin-right:1%;height:245px;"><a rel="nofollow" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=search+engine+optimization&icep_item=160429635246&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">Search Engine Optimization Bible by Jerri L. Ledford...</a><br /><table border="0" cellpadding="8"><tr><td><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=search+engine+optimization&icep_item=160429635246&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss"><img border="0" src="http://thumbs.ebaystatic.com/pict/160429635246_0.jpg"></a></td><td><strong>US &#36;18.95</strong><br /> End Date: Thursday Jul-29-2010 23:06:14 PDT<br />Buy It Now for only: US &#36;18.95<br /><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=search+engine+optimization&icep_item=160429635246&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">Buy it now</a> | <a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&toolid=10005&campid=5336190399&customid=search+engine+optimization&mpre=http%3A%2F%2Fcgi1.ebay.com%2Fws%2FeBayISAPI.dll%3FMfcISAPICommand%3DMakeTrack%26item%3D160429635246%26ssPageName%3DRSS%3AB%3ASRCH%3AUS%3A104">Add to watch list</a></td></tr></table>
</div><div style="float:left;width:49%;margin-right:1%;height:245px;"><a rel="nofollow" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=search+engine+optimization&icep_item=150439123665&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">Professional Search Engine Optimization With PHP by ...</a><br /><table border="0" cellpadding="8"><tr><td><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=search+engine+optimization&icep_item=150439123665&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss"><img border="0" src="http://thumbs.ebaystatic.com/pict/150439123665_0.jpg"></a></td><td><strong>US &#36;40.95</strong><br /> End Date: Thursday Jul-29-2010 23:16:16 PDT<br />Buy It Now for only: US &#36;40.95<br /><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=search+engine+optimization&icep_item=150439123665&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">Buy it now</a> | <a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&toolid=10005&campid=5336190399&customid=search+engine+optimization&mpre=http%3A%2F%2Fcgi1.ebay.com%2Fws%2FeBayISAPI.dll%3FMfcISAPICommand%3DMakeTrack%26item%3D150439123665%26ssPageName%3DRSS%3AB%3ASRCH%3AUS%3A104">Add to watch list</a></td></tr></table>
</div></p>
<p>Related articles<br />
<a title="Why Do We Need Sitemaps?" href="http://meaningfulblog.blogspot.com/2007/12/why-do-we-need-sitemaps.html" target="_blank">Why Do We Need Sitemaps?</a><br />
<a title="Adding a Google Sitemap to Your Blog" href="http://blogger-tricks.blogspot.com/2006/04/adding-google-sitemap-to-your-blog.html" target="_blank">Adding a Google Sitemap to Your Blog</a><br />
<a title="How to Add Google Sitemap to WordPress.com Blog?" href="http://myinternetstuff.wordpress.com/2008/04/15/how-to-add-google-sitemap-to-wordpresscom-blog/" target="_blank">How to Add Google Sitemap to WordPress.com Blog?</a></p>
<p style="text-align: left;"> </p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fsitemap-what-is-it-how-to-add-it-to-our-website.html&amp;title=Sitemap%3F%20What%20is%20it%3F%20How%20to%20Add%20it%20to%20Our%20Website%3F&amp;bodytext=Why%20do%20we%20need%20to%20add%20a%20sitemap%20to%20our%20website%3F%20The%20answer%20is%20that%20it%20will%20help%20Googlebot%20to%20crawl%20your%20website%20more%20efficiently.%20Instead%20of%20just%20crawling%20your%20main%20page%20it%20will%20crawl%20more%20deeply%20about%20other%20pages%20of%20your%20website%20as%20well.%20Thus%20it%20inc" title="Digg"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.learningwp.com%2Fsitemap-what-is-it-how-to-add-it-to-our-website.html&amp;title=Sitemap%3F%20What%20is%20it%3F%20How%20to%20Add%20it%20to%20Our%20Website%3F&amp;notes=Why%20do%20we%20need%20to%20add%20a%20sitemap%20to%20our%20website%3F%20The%20answer%20is%20that%20it%20will%20help%20Googlebot%20to%20crawl%20your%20website%20more%20efficiently.%20Instead%20of%20just%20crawling%20your%20main%20page%20it%20will%20crawl%20more%20deeply%20about%20other%20pages%20of%20your%20website%20as%20well.%20Thus%20it%20inc" title="del.icio.us"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.learningwp.com%2Fsitemap-what-is-it-how-to-add-it-to-our-website.html&amp;t=Sitemap%3F%20What%20is%20it%3F%20How%20to%20Add%20it%20to%20Our%20Website%3F" title="Facebook"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.learningwp.com%2Fsitemap-what-is-it-how-to-add-it-to-our-website.html&amp;h=Sitemap%3F%20What%20is%20it%3F%20How%20to%20Add%20it%20to%20Our%20Website%3F" title="NewsVine"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Fsitemap-what-is-it-how-to-add-it-to-our-website.html&amp;title=Sitemap%3F%20What%20is%20it%3F%20How%20to%20Add%20it%20to%20Our%20Website%3F" title="Reddit"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Fsitemap-what-is-it-how-to-add-it-to-our-website.html&amp;title=Sitemap%3F%20What%20is%20it%3F%20How%20to%20Add%20it%20to%20Our%20Website%3F" title="StumbleUpon"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.learningwp.com%2Fsitemap-what-is-it-how-to-add-it-to-our-website.html&amp;title=Sitemap%3F%20What%20is%20it%3F%20How%20to%20Add%20it%20to%20Our%20Website%3F&amp;annotation=Why%20do%20we%20need%20to%20add%20a%20sitemap%20to%20our%20website%3F%20The%20answer%20is%20that%20it%20will%20help%20Googlebot%20to%20crawl%20your%20website%20more%20efficiently.%20Instead%20of%20just%20crawling%20your%20main%20page%20it%20will%20crawl%20more%20deeply%20about%20other%20pages%20of%20your%20website%20as%20well.%20Thus%20it%20inc" title="Google Bookmarks"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.learningwp.com%2Fsitemap-what-is-it-how-to-add-it-to-our-website.html&amp;submitHeadline=Sitemap%3F%20What%20is%20it%3F%20How%20to%20Add%20it%20to%20Our%20Website%3F&amp;submitSummary=Why%20do%20we%20need%20to%20add%20a%20sitemap%20to%20our%20website%3F%20The%20answer%20is%20that%20it%20will%20help%20Googlebot%20to%20crawl%20your%20website%20more%20efficiently.%20Instead%20of%20just%20crawling%20your%20main%20page%20it%20will%20crawl%20more%20deeply%20about%20other%20pages%20of%20your%20website%20as%20well.%20Thus%20it%20inc&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Sitemap%3F%20What%20is%20it%3F%20How%20to%20Add%20it%20to%20Our%20Website%3F%20-%20http%3A%2F%2Fwww.learningwp.com%2Fsitemap-what-is-it-how-to-add-it-to-our-website.html" title="Twitter"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.learningwp.com%2Fsitemap-what-is-it-how-to-add-it-to-our-website.html" title="Technorati"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fsitemap-what-is-it-how-to-add-it-to-our-website.html&amp;title=Sitemap%3F%20What%20is%20it%3F%20How%20to%20Add%20it%20to%20Our%20Website%3F" title="Live"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fsitemap-what-is-it-how-to-add-it-to-our-website.html&amp;title=Sitemap%3F%20What%20is%20it%3F%20How%20to%20Add%20it%20to%20Our%20Website%3F&amp;source=Exploring+The+Internet+Exploring+the+web+-+Growing+my+experience+toward+my+online+business&amp;summary=Why%20do%20we%20need%20to%20add%20a%20sitemap%20to%20our%20website%3F%20The%20answer%20is%20that%20it%20will%20help%20Googlebot%20to%20crawl%20your%20website%20more%20efficiently.%20Instead%20of%20just%20crawling%20your%20main%20page%20it%20will%20crawl%20more%20deeply%20about%20other%20pages%20of%20your%20website%20as%20well.%20Thus%20it%20inc" title="LinkedIn"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.learningwp.com%2Fsitemap-what-is-it-how-to-add-it-to-our-website.html&amp;t=Sitemap%3F%20What%20is%20it%3F%20How%20to%20Add%20it%20to%20Our%20Website%3F" title="MySpace"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="" title="YahooMyWeb"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.learningwp.com/sitemap-what-is-it-how-to-add-it-to-our-website.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
