Compress sitemap using GZip
« on: August 14, 2009, 12:54:41 PM »
I was wondering if someone could help me with this.

Is it possible to save both sitemap.xml and sitemap.xml.gz insted of one or the other?
Or do all search engines support .gz compression? thus the reason for only having one.

In my robots.txt I have...
Code: [Select]
Sitemap: http://www.domain.tld/sitemap.xml
I assume I set it to...
Code: [Select]
Sitemap: http://www.domain.tld/sitemap.xml.gz
What about smaller search engines? or do all support it?
Rob
Re: Compress sitemap using GZip
« Reply #1 on: August 14, 2009, 02:56:00 PM »
Hello,

gzip compression is a part of official sitemaps protocol, so all search engines support it: http://sitemaps.org/protocol.php
Re: Compress sitemap using GZip
« Reply #2 on: August 14, 2009, 04:13:45 PM »
Great, I will update everything to say xml.gz
Only problem is, it outputs my urllist.txt as urllist.txt.gz also.

Is it possible to make XML-Sitemaps generate the xml.gz and the normal.xml file like the A1 Sitemap Generator does?
Rob
Re: Compress sitemap using GZip
« Reply #3 on: August 15, 2009, 12:13:11 AM »
Hello,

you can setup 2 separate instances of sitemap generator for that, but there is really no sense in creating both compressed and uncompressed sitemaps - you should submit only one of them anyway.