|
If you are looking for a FREE and easy to use sitemap generator that can
generate Google and Yahoo sitemaps for your search engine submission,
Moonlightchest Sitemap Generator is what you are looking for.
Moonlightchest Sitemap Generator is written in ASP. It creates a simple Google
XML sitemap and a Yahoo plain text sitemap in one go.
The pro of this generator is, by recognizing the meta tags found on your web
pages, it will not list down those include files, admin web pages and etc. on
your sitemap file. The con is, your web pages needs to be tidy with the
necessary standardized meta tags on all your content pages. So, it will not work
well if your web site is unkempt.
To use Moonlightchest Sitemap Generator on your web site, please follow the
step-by-step instructions below:
| 1 |
Download the script HERE |
| 2 |
Extract the only script file mlc_sitemap.asp in the zipped file and upload it to the root directory of your web site. |
| 3 |
You must have a writable directory on your web
site for this script to write the two sitemap files. If you have difficulty
in preparing this folder,
please consult your server admin. |
| 4 |
Open the mlc_sitemap.asp script with your editor. Perform the following
configurations right after the Begin Configuration remark:
- writeFolder = "c:\inetpub\wwwroot\your_folder\"
writeFolder is the writable folder on your web site. The generated sitemap files
will be written here. It is the physical path of your harddisk. Please
contact your server admin if you are unsure how to get this path name.
- yahooFile = "urllist.txt"
googleFile = "google.xml"
urllist.txt is the generated Yahoo sitemap file found in the writeFolder after
you ran this script. google.xml is the XML sitemap file for Google use.
You may use other file names for Google XML sitemap.
- strToSearch = "htm, html, php, asp"
Enter file extensions of the files types you want to get listed in the sitemap
files. Separate them by commas.
- strBarredFolders="_vti_cnf, _private, admin, images"
Enter names of the folders that you do not want to get listed in the sitemap
files. Separate them by commas.
- strBarredFiles = "admin.asp, administrator.asp"
Enter names of the files that you do not want to get listed in the sitemap
files. Separate them by commas.
- strIndexWords = "Index, Follow"
This is the identity text on those web pages that you want to get listed in the
sitemap files. Example: if your web site uses robots meta tag for
search engine crawling, and it has a standard format of <meta name="Robots" content="Index, Follow"> on all youir content pages, you may
choose "Index, Follow" as the key word.
- domainurl = "http://www.your_domain.com/"
This is the domain of your web site. You may run Moonlightchest Sitemap
Generator on your development server with this domainurl set to the
URL of your live server.
|
Copyright Notice
Moonlightchest Sitemap Generator
Copyright 2005-2006 Chen Yu All Rights Reserved
This program is free software; you can modify (at your own risk) any part of it
and use it both privately and commercially at your own risk. All
copyright notices must remain in tacked in the scripts and the outputted HTML
files.
You may use parts of this program in your own private work, but you may not
redistribute, repackage, or sell the whole or any part of this program
even if it is modified in whole or in part without express permission from the
author. You may not pass the whole or any part of this application off
as your own work.
This program is distributed in the hope that it will be useful, but without any
warranty; without even the implied warranty of merchantability, fitness
for a particular purpose or any other warranties whether expresses or implied.
You may freely distribute this script providing you use the original
distribution file with no changes, omissions or additions.
No official support is available for this script but you may post support
questions at:
http://forum.moonlightchest.com/message.asp?no=15
To download latest version of Moonlightchest Sitemap generator please visit: http://freebie.moonlightchest.com/sitemap_generator.asp
|