The holiday website is almost complete. In order to get more pages indexed by Google as soon as possible, I’ve decided to create a Google Sitemap.
For specific information about the purpose of a Google Sitemap, please see here: http://www.visc.cn/blog/post/170.html
There’s no way I could write the code myself to generate a Google Sitemap file, so I had to do some searching. I had previously downloaded an ASP version of a sitemap generator, but after using it, I noticed that the URLs in the generated Google Sitemap file always included the server's root directory name.
This time, I finally found a very useful one. The code is as follows:
......