We have an annual christmas sale on this URL:
www.example.com /christmas-sale/
In February, when the sale is over, we no longer want the URL to be available. However we do want the URL to be available again in a year's time.
Is there a recommended protocol for dealing with a situation like this?
Should we be using a redirect? I figure not, because we are not specifying a new location for the same resource. The resource has become unavailable (if only temporarily).
Should we be using a 404? That doesn't seem like a good idea, because it will lead to a load of dead links from other websites. Ones that will be valid again next year.