I'm wondering if there would be a way to create a module that would do 301 redirects from static pages to Drupal pages.
That is, if I have a site constructed of old html pages, and I upgrade the client to Drupal, I am in theory faced with having to cut and paste the content from the old page into a node form of some sort. This is fine.
However, in order for the page rank of this old html page to be maintained, I need to point SEs to the new node rather than the old page.
Would it be possible to do this with a module?
Relating to this: http://drupal.org/node/16084