I'm using XML sitemap 6.x-1.0-rc2 and it appears that it adds the main page to the sitemap twice for some reason. It writes the following to the sitemap.xml file (domain changed):
http://www.example.com/
2009-07-24T19:50:51+00:00
weekly
http://www.example.com/node/1
2009-07-30T20:36:44+00:00
weekly 0.9
So why it adds node/1 as well as the main page, when they're the same, I don't know. I did fix it by going to Edit on the homepage, and setting the XML sitemap priority to "do not include". This kept the main page at 1.0, and removed the node/1 entry. I've marked this as minor since it's an easy workaround, but I still think it could be a bug.
Comments
Comment #1
m.rademacher commentedOh balls, I forgot to include the sitemap stuff in code tags, so it should be like this:
Comment #2
Anonymous (not verified) commentedThey are different links. The
/<front>page (your first link) can have multiple node previews listed while/node/1will only be the contents of node 1. It is the way Drupal works.Comment #3
m.rademacher commentedI wasn't aware of that. I'm rather new to Drupal. Alright, then I consider this closed.