What are some client-side sitemap generators?
Posted
by
BHare
on Pro Webmasters
See other posts from Pro Webmasters
or by BHare
Published on 2011-02-25T10:03:07Z
Indexed on
2011/02/25
15:33 UTC
Read the original article
Hit count: 323
sitemap
Most of the sitemap generators I've found all scan my internal files and base it on that. However using apache and htaccess I have many aliases for things for example:
/brand/model/photos/
is empty directory wise, but on the web it relocates it to a zenphoto gallery using htaccess.
http://www.xml-sitemaps.com/ does What I need, but I'd like to have more control over it and I need it to be dynamic and run weekly or daily. Allow for specific change frequencies based on the file/directory. I also want to be able to make a "pretty" sitemap html file.
Counting the photo gallery I have around 300 links, without the photo gallery more like 100.
I have MySQL, PHP 5.3 installed.
© Pro Webmasters or respective owner