views:

79

answers:

2

What should be maximum size of Sitemap.xml for any e-commerece ASP .Net website.

+1  A: 

From Wikipedia:

The file must be UTF-8 encoded, and cannot be more than 10MB large or contain more than 50,000 URLs, but can be compressed as a gzip file.

David
A: 

Well actually if you are developing e-commerce website, it would be best practice to write your own SiteMapProvider and store the links in database. So you don't need to worry about any xml-based deficiencies.

Braveyard
I do have all the urls in database. I am generating sitemap.xml file in our root directly for search engine such as Google, Live Search, Yahoo.
Neil
Then that's great.
Braveyard
Down vote again ? Down vote lovers.
Braveyard