How do I generate a simple 'sitemap'
Posted by: abgrp
Posted on: 2008-08-09 05:57:00
A client wants a 'sitemap' generated for a web site. Why? Because some blowhard 'expert' friend they know is now giving them 'advice' about their vacation rental web site. The 'expert' says ALL web sites MUST have a sitemap or Google won't search the site. Uugh.
I found a Python script that generates a sitemap, but the configuration, installation, etc. seems too complicated for the simple thing I want to accomplish. All I want is to list five URLs to help search engines access the site. (http://www.sourceforge.net/project/showfiles.php?group_id=137793&package_id=153422)
Is there an easy way to write an html file or xml file that will accomplish the same this without spending all day doing it?