View Single Post
  #4 (permalink)  
Old 09-21-2006, 06:16 PM
southplatte's Avatar
southplatte southplatte is offline
WebProWorld Veteran
 
Join Date: Jul 2003
Location: Colorado
Posts: 358
southplatte RepRank 1
Default

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?
Reply With Quote