I noticed in my Drupal logs that google is looking for a file called rss.xml on my site:
09/10/2004 - 13:23 404 error: 'rss.xml' not found Anonymous
I am eager to keep google happy but how to create such a file? I had a brainwave and added a mod_rewrite rule to my .htaccess file:
RewriteRule rss.xml blog/feed/1
So any attempts to access rss.xml trigger the link that my RSS buttons point to. Note that I have 'Clean Urls' turned on.
Come back google, I'm waiting for you!

