serendipity_event_google_sitemap .gz output
Posted: Wed Nov 30, 2005 12:10 pm
I'm sure that google's requirement for compressed sitemaps file format is sitemap.xml.gz and not sitemap.gz as output by s9y plugin for google_sitemap.
I have got this to work by changing line 306 in serendipity_event_google_sitemap.php from:
to:
Now google seems to accept the gzipped map...
regards
raz
I have got this to work by changing line 306 in serendipity_event_google_sitemap.php from:
Code: Select all
$filename = '/sitemap.gz';Code: Select all
$filename = '/sitemap.xml.gz';regards
raz