On my business website sometime ago, I took the following actions
In an ideal world,
In our world, robots insist on caching outdated content, even though my entire business website has an expiry date of 1 day. What this means is that, if a particular page is accessed today, then, anytime before the same time tomorrow, if the same page is accessed, the browser can use it's cache to display the content. However, if the page is accessed anytime after the same time tomorrow, the browser has to re-fetch (or refresh) the page from the website.
Worse still, a particular web robot named ZyBorg insists on checking the article directory more than a month after I have migrated it's contents. In order to direct this particular web robot, I had to
I then tested the URL redirection by trying http://mysite/article/somefile.htm, and IIS did two redirections, firstly, it redirected to http://mysite/articles/somefile.htm, then it redirected to http://mysite/articles/somefile.aspx.
So now, ZyBorg should be pretty happy.