Improve Your Rankings with a Sitemap That Works: The HTML
http://www.seochat.com/c/a/Search-Engine-O...Works-The-HTML/
QUOTE
An effective search engine optimization campaign should include designing an effective site map. This page is the pillar of any customer centric web site; in addition to letting visitors almost instantly find any page of your site, it also makes excellent fodder for the autonomous search engine spiders that crawl the web indexing sites.
Improve Your Rankings with a Sitemap That Works: The CSS
http://www.seochat.com/c/a/Search-Engine-O...-Works-The-CSS/
QUOTE
If you’ve read the previous article and followed the examples therein, you should have a working sitemap that will enhance your ranking rather than tarnish it. Admittedly, although autonomous visitors will be pleased by it, most human ones will not, so it’s time to add some basic CSS that will improve the visuals without detracting from the SEO ambitions of the page.
Note: in the comments of the first article a reader noted that it would be better to change the <h2 /> tags to wrap outside the <a /> tag rather than in it. This:
CODE
<li><h2><a href="house.htm">House - The staple of Dance Music</a></h2></li>
CODE
<li><a href="house.htm"><h2>House - The staple of Dance Music</h2></a></li>
I also wanted to mention that when the article suggests using the same - id="whatever" - in multiple places, that you should change this to using a - class="whatever" - instead, as an id attribute is only supposed to be used once per page. Further tweaking things a bit, the end of the article suggests two slightly different style sheets, one for IE and one for Mozilla/Firefox and using JavaScript to detect a user, but I don't usually suggest that either. Other than that, the steps worked pretty well.
QUOTE
An optimized sitemap should be part of any SEO campaign. Your entire site should be search-engine friendly and contain (at the very least) a sitemap already. You’ll find that search engine spiders may start to like your site a little more after they find your stash of links.
In just a few minutes, using notepad, I made an example matching what they have done in the two articles and am adding it as an attachment to this post. Try it out and enjoy! [attachmentid=39]