<?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>Basic lessons in HTML, CGI, SEO, domain registration, hosting - build an on line business! &#187; XML Site Maps</title>
	<atom:link href="http://powertoearnmoney.com/tag/xml-site-maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://powertoearnmoney.com</link>
	<description>Learn to write HTML, CGI, SEO tips, domain setup- to build a website or blog to earn money from home</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:15:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Do Drop Down Menus Work With a Site Map?</title>
		<link>http://powertoearnmoney.com/html/do-drop-down-menus-work-with-a-site-map/</link>
		<comments>http://powertoearnmoney.com/html/do-drop-down-menus-work-with-a-site-map/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 22:03:55 +0000</pubDate>
		<dc:creator>AdminP</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Drop Down Menus]]></category>
		<category><![CDATA[HTML Site Maps]]></category>
		<category><![CDATA[XML Site Maps]]></category>

		<guid isPermaLink="false">http://powertoearnmoney.com/?p=926</guid>
		<description><![CDATA[<p>Learned something about site maps while uploading our new website BodyBuildingFitnessProgram.com the other day &#8211; and want to pass it along. What I learned is in reference to the usefulness of an XML site maps and how the internal links are seen when generating a site map. </p>
<p>If your website uses standard, traditional links, i.e., &#60;a href=&#8221;http://www.yourdomain.com/page.html&#8221;&#62; [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-928" href="http://powertoearnmoney.com/html/do-drop-down-menus-work-with-a-site-map/attachment/sitemapshadow-2/"><img class="alignleft size-full wp-image-928" title="sitemapshadow" src="http://powertoearnmoney.com/wp-content/uploads/2010/02/sitemapshadow1.jpg" alt="" width="139" height="134" /></a>Learned something about site maps while uploading our new website <a href="http://www.bodybuildingfitnessprogram.com">BodyBuildingFitnessProgram.com </a>the other day &#8211; and want to pass it along. What I learned is in reference to the usefulness of an XML site maps and how the internal links are seen when generating a site map. </p>
<p>If your website uses standard, traditional links, i.e., <span style="color: #0000ff;"><strong>&lt;a href=&#8221;http://www.yourdomain.com/page.html&#8221;&gt;</strong></span>  - not a problem. You can build a site map using the Free Site Map Builder we previously discussed without any trouble. However, if you are using drop down links ( maybe you want to have categories ) - these links will not be read by the site map builder. A sample of a drop down menu is shown below. In this sample, there would be two (2) categories with drop-down links. Category 1 has 2 links; Category 2 has 4 links.</p>
<form accept-charset="UNKNOWN" enctype="application/x-www-form-urlencoded" method="get">
<select name="menu">
<option selected="selected">Category 1</option>
<option value="http://www.yourdomain.com/Cat1Page1.html">Page 1</option>
<option value="http://www.yourdomain.com/Cat1Page2.html">Page 2</option>
</select></form>
<form accept-charset="UNKNOWN" enctype="application/x-www-form-urlencoded" method="get">
<select name="menu">
<option selected="selected">Category 2</option>
<option value="http://www.yourdomain.com/Cat2Page1.html">Page 1</option>
<option value="http://www.yourdomain.com/Cat2Page2.html">Page 2</option>
<option value="http://www.yourdomain.com/Cat2Page3.html">Page 3</option>
<option value="http://www.yourdomain.com/Cat2Page4.html">Page 4</option>
</select>
<p> </p>
<p>HTML code to write this would look like the following:</p>
</form>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>&lt;form name=&#8221;jump1&#8243;&gt;</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>&lt;select name=&#8221;menu&#8221; onChange=&#8221;location=document.jump1.menu.options[document.jump1.menu.selectedIndex].value;&#8221; value=&#8221;GO&#8221;&gt;</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>&lt;option value=&#8221;"&gt;<span style="color: #000000;">Category 1</span></strong></span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>&lt;option value=&#8221;http://www.yourdomain.com/Cat1Page1.html&#8221;&gt;<span style="color: #000000;">Page 1</span>&lt;/option&gt;</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>&lt;option value=&#8221;http://www.yourdomain.com/Cat1Page2.html&#8221;&gt;<span style="color: #000000;">Page 2</span>&lt;/option&gt;</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>&lt;/select&gt;&lt;/form&gt;</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>&lt;form name=&#8221;jump2&#8243;&gt;</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>&lt;select name=&#8221;menu&#8221; onChange=&#8221;location=document.jump2.menu.options[document.jump2.menu.selectedIndex].value;&#8221; value=&#8221;GO&#8221;&gt;</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>&lt;option value=&#8221;"&gt;<span style="color: #000000;">Category 2</span></strong></span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>&lt;option value=&#8221;http://www.yourdomain.com/Cat2Page1.html&#8221;&gt;<span style="color: #000000;">Page 1</span>&lt;/option&gt;</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>&lt;option value=&#8221;http://www.yourdomain.com/Cat2Page2.html&#8221;&gt;<span style="color: #000000;">Page 2</span>&lt;/option&gt;</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>&lt;option value=&#8221;http://www.yourdomain.com/Cat2Page3.html&#8221;&gt;<span style="color: #000000;">Page 3</span>&lt;/option&gt;</strong></span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"><strong>&lt;option value=&#8221;http://www.yourdomain.com/Cat2Page4.html&#8221;&gt;<span style="color: #000000;">Page 4</span>&lt;/option&gt;</strong></span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;"><strong>&lt;/select&gt;&lt;/form&gt;</strong></span></p>
<h4 style="text-align: center;"><a href="http://astore.amazon.com/ptem-20"><span style="color: #ff0000;">Learn all about HTML &#8211; Our Favorite Books Available on Amazon</span></a></h4>
<h5>What can you do if you want to use drop down links AND have an XML site map?</h5>
<p>It&#8217;s quite easy &#8211; simply build an HTML site map. You can easily create a single HTML site map page where each page (file name) inside the website is linked to using traditional HTML code links. Once you&#8217;ve created the site map page, place a link to the site map on the Index page and upload both pages. Now when you submit your website ( with the drop down menus ) to the XML site map builder, it will read the HTML site map (from the link on the home page) and build the XML map based on the link information there.</p>
<h5>Conclusion</h5>
<p>While using drop down menus can make for a cleaner looking page, it does nothing for building a site map. You will need to have a separate HTML site map. In all honesty, you should have an HTML site map on every website regardless if you are using drop down menus or not.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-1598331958804858";
/* TEM_Posts_02192010_336x280, created 4/20/10 */
google_ad_slot = "0869538347";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fpowertoearnmoney.com%2Fhtml%2Fdo-drop-down-menus-work-with-a-site-map%2F&amp;title=Do%20Drop%20Down%20Menus%20Work%20With%20a%20Site%20Map%3F"><img src="http://powertoearnmoney.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://powertoearnmoney.com/html/do-drop-down-menus-work-with-a-site-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

