tags:

views:

60

answers:

3

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

+2  A: 

I'd checkout sitemaps.org for details of the format of the files.

martin clayton
+5  A: 

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

Galen
A: 

You should create a dynamic page accessing your database and renbering the result in a html <ul> list

Chris Jones