Hi All Can anybody tell me how to create the Static Sitemaps in HTML inside the website Is there any software where we can create automatically I am talking about the sitemaps which are visible in the websites not at the background like www.abc.com/sitemap.xml Thanks in Advance
HTML sitemaps are typically built manually. I suppose if you're running some type of CMS you could automate the generation of an HTML site map by having a special sitemap template that runs code to query the CMS for certain types of pages (possibly those w/ some user defined flag on it saying to include in sitemap) and generate the page. It's just another HTML page on your site with links to all important pages on your site that you want to rank. It's just another way to get search engines to deep crawl your site. You typically don't link to every page on your site, just those important pages that you want indexed.