Multiple, compressed xml sitemaps. What do I have to do?
« on: March 24, 2006, 10:27:50 PM »
My site is pretty huge, so I know that multiple map files will be produced, I also want them compressed, so I checked this option.

Now, do I only have to create the single sitemap.xml (or sitemap.xml.gz) file, and give them 666 permissions, or do I have to guess how many need to be created, and manually add that number of files?

Or, does the program create sitemap files automatically if more than one are needed?

Completely confused by this aspect!

Thanks in advance!
« Last Edit: March 24, 2006, 10:30:08 PM by paul3 »
Re: Multiple, compressed xml sitemaps. What do I have to do?
« Reply #1 on: March 24, 2006, 10:42:41 PM »
Hello,

in case if Sitemap Generator has enough permissions to create files in target folder (which is not the case usually, but you can set 0766 permissions for this folder manually), it will create all sitemaps automatically. Otherwise, you should create all sitemap files (1,2,etc) and set permissions for them.
Re: Multiple, compressed xml sitemaps. What do I have to do?
« Reply #2 on: March 24, 2006, 10:45:07 PM »
Thanks.

Can you tell me, are the sitemaps generated as it goes, or is the data stored up and sitemap(s) written when the crawl is finished?
Re: Multiple, compressed xml sitemaps. What do I have to do?
« Reply #3 on: March 24, 2006, 10:53:16 PM »
All sitemaps are generated after the process is completed (it is required to keep all crawled info until it is finished to avoid duplicates etc).
Re: Multiple, compressed xml sitemaps. What do I have to do?
« Reply #4 on: March 24, 2006, 10:56:12 PM »
Thought so.  Thanks again.