Great inputs!
But what if, for legal reasons (price, pictures, etc), the ad has to be removed after it has expired. (real case here)
Ideas:
- Modify the ad page and return a 200? (remove ad data and add a message saying it's expired)
- Throw a friendly 404 page, saying the ad has expired and show other options for the user to navigate to
- 301 to it's parent page
(3) is my favourite, but (2) may be the best option for users.
Thoughts?