I am creating a site-map with all urls on my site!
I have a classifieds site, so I'm using a mysql database.
What format should I create the 'static' page which contains all the urls and is 'auto incremented' for each ad created on my site ?
Thanks
I am creating a site-map with all urls on my site!
I have a classifieds site, so I'm using a mysql database.
What format should I create the 'static' page which contains all the urls and is 'auto incremented' for each ad created on my site ?
Thanks
I'd checkout sitemaps.org for details of the format of the files.
Since you're creating a sitemap for google and not your users read this...
http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=156184
You should create a dynamic page accessing your database and renbering the result in a html <ul> list