Quote:
|
Originally Posted by Nick-UK
But if the pages are dynamically generated how do I create a Google sitemap? I do not know what pages will be in the database day-to-day so not sure how I could list the pages in a sitemap. How would I name the pages? How could I differentiate one similar product to another?
|
Generally you point Google to a sitemap file in html or xml format - why could you not just pull the from the database in real-time? eg. perform a query for the links that are there when the sitemap is loaded so that way it is always current?