We are in the process of detemining how to handle URLs that are completely removed from our website? Think of these as listings that have an expiration date (i.e. http://www.noodle.org/test-prep/tphU3/sat-group-course). What is the best practice for removing these listings (assuming not many people are linking to them externally).
- 301 to a general page (i.e. http://www.noodle.org/search/test-prep)
- Do nothing and leave them up but remove from the site map (as they are no longer useful from a user perspective)
- return a 404 or 410?