I have a site with around 5000 pages. and On this site daily new 10-20 products add. so my confusion is how to make sitemap.xml for this ? can i generate dynamic sitemap.xml ? Any suggestions ??
You could schedule sitemap generator program? Otherwise find a shopping cart sitemap plugin that can read updates directly from DB?
Is Your website in CMS like word press, Drupal if so you need to install plug in which will update regularly.
Using PHP, you can create a script that update / create sitemaps depending on the schedule that you will set.
Thanks For reply ...I have E- commerce site in ASP.net having 5000+ pages also daily 10-12 new product add by clients and site is dynamic so can any one suggest me how can i generate dynamic sitemap.xml ?
1) code it yourself (since you have raw access to database) 2) find a plugin for your specific ecommerce/cms platform (try search the net) 3) schedule a sitemap generator to e.g. update each night (e.g. using A1 Sitemap Generator or similar product)
would anybody here be willing to create me a site map so I can submit it to google webmaster tools or at this point would that be unnecessary?
Now write the complete XML. Dealing with a larger amount of pages, you should print the <url> tag on each iteration followed by a flush(). If you publish tens of thousands of pages, you should provide multiple sitemaps and a sitemap index. Each sitemap file that you provide must have no more than 50,000 URLs and must be no larger than 10MB.