support for Google Sitemaps
https://www.google.com/webmasters/sitemaps/stats

service that allows webmasters to define how
often their sites' content is going to change, to give Google a better
idea of what to index. It uses some basic XML as the method of
submitting a sitemap. More information on the protocol is available in
an FAQ.

CommentFileSizeAuthor
#4 google_map.module2.17 KBixis.dylan
#3 sitemap2_0.rar1.05 KBshunz
#2 sitemap2.rar1.07 KBshunz

Comments

Jasper Bryant-Greene’s picture

I agree support would be good (maybe through a plugin?), but in the meantime you can just point Google Sitemaps at one or more of your RSS feeds, since it can parse RSS.

shunz’s picture

Category: feature » support
StatusFileSize
new1.07 KB

I write a module for google sitemap.
more infomation in here:
http://www.shunz.net/google_sitemap_module

shunz’s picture

StatusFileSize
new1.05 KB

latest upload have some bugs.

ixis.dylan’s picture

StatusFileSize
new2.17 KB

Here's a version that includes the correct "last updated" time, and changes priority for a node if it's promoted. It also lists all nodes, not just those promoted to the front page.

Note that this is just a simple tweak of the original code. The "last updated" time is not aware of comments made to the node, and no admin settings are exposed.