Submitting my sitemap to google, I received a "URL not allowed error". Problem is that the first entry of the sitemap(located ad http://lulug.org/~lifelog/sitemap.xml) is: <url> <loc>http://lulug.org/~lifelog</loc> </url>
and google say that this URL at a higher level than the sitemap. Adding a slash at the end of the URL the sitemap is ok(sitemaps.plugin.php): --$url_loc = $url->addChild( 'loc', Site::get_url( 'habari' )); +$url_loc = $url->addChild( 'loc', Site::get_url( 'habari' )."/"); (generate) <loc>http://lulug.org/~lifelog/</loc> It's a bug of the sitemap plugin? P.s. Using habari 0.6.4 and sitemap 0.6-0.6.4 -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-users
