Quote:
|
Originally Posted by Nick-UK
But if the pages are dynamically generated how do I create a Google sitemap?
|
I wrote a program that updates my sitemaps by going through the tables in the database once a day, figuring out which pages have changed, and creating the file.
I decided not to create the xml page on demand as the page is quite big, and I was concerned about it timing out whilst Google was reading it. Anyway, if I create it, I can tell Google if I have updated it - most days there are some changes.