I just enabled gzip and i'm afraid Googlebot cannot pick up the site content. Anyone knows if there's compatibility issues between mod_gzip and Googlebot spider?
Thanks!
seindal
11:51 pm on Nov 22, 2002 (gmt 0)
mod_gzip will only send zipped data if the client, in this case googlebot, says it understands zipped data. It uses a HTTP header for the message. If googlebot says it can handle zipped data, you should expect it to handle it, so you can send it.
You shouldn't get any problems with mod_gzip and googlebot.