I have an application which consumes rss feeds (could be anything though). Users provide these feed urls and they often get 301 permanent redirects. From a best practices point of view should I be storing the original url or the new url?
I assume the latter is more appropriate given that this is the purpose of the 301 redirect (as well as 308) and this is what crawlers do?