ASP-based sitemap creator
Posted: July 7th, 2005 | Author: Michael R. Murphy | Filed under: ASP | 1 Comment »Today I implemented a sitemap generator written in ASP by my good friend Clark. I must say I’m pretty pleased with it. It’s a function that can be included on any domain on our server and when passed the directory name,it indexes everything in it and writes it to an HTML page. While the script indexes everything,the presence of some custom meta tags indicate whether the file should be included in the sitemap or not and how it should appear. With a little modification,it can also be used to output a sitemap.xml file which appears to be all the rage now that Google accepts XML feeds of sitemaps. In addition to being able to output both an HTML and XML document,the script automatically updates these files when pages are added or removed from the domain. A PHP-based version is in the works for this site.
Popular Posts:
- Hulkamania!
- Ahhhh, the first post…
- McAfee Anti-Phishing filter for Internet Explorer causes onclick events to not fire?
- Green Hosting
- Yaeger, Treviso & Associates, Inc.
Related Posts:
- ASP “Templating”
- Google sitemaps service
- Yaeger, Treviso & Associates, Inc.
- X-Cart E-Commerce Software
- CSS pointers and a starting place



Sounds good – will you be releasing the code?