= Google sitemap generator = == Description == This plugin will handle requests of the URL /sitemap.xml and will produce XML suitable for submission to the [https://www.google.com/webmasters/sitemaps/docs/en/about.html Google sitemap] service. The sitemap is a way to describe your site's content other than depending on a crawler that follows every link. It's suitable for dynamic sites with lots of different URLs for basically the same content. The plugin will notify Google by sending a PING request to their site whenever content on your trac has changed. For now, wiki pages are supported in the sitemap, but tickets will eventually follow. == Bugs/Feature Requests == Existing bugs and feature requests for GoogleSitemapPlugin are [report:9?COMPONENT=GoogleSitemapPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=GoogleSitemapPlugin&owner=datenimperator new ticket]. == Download == Download the zipped source from [download:googlesitemapplugin here]. == Source == You can check out GoogleSitemapPlugin from [http://svn.voidblog.de/sitemap-plugin/trunk here] using Subversion. Visit http://voidblog.de/browser/sitemap-plugin to browse the source code. == Example == This is how a sitemap XML could look like: {{{ #!xml http://localhost/wiki/ImageTest 2006-11-07 15:37:07.961000 daily }}} More about the document format can be found [https://www.google.com/webmasters/sitemaps/docs/en/protocol.html here]. == Recent Changes == [[ChangeLog(googlesitemapplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:datenimperator] [[BR]] '''Contributors:'''