I want to redirect from old pages to a new web page. BUT the current implementation of the feature doesn't allow having the same target page more than once.
This is IMO an error, because I can't do that:
  • my-old-page -> newsite
  • my-other-old-route -> newsite
  • my-old-high-rated-in-google-page -> newsite
The constraint of having only one target at a time limits the feature and makes it useless for real situations.
The improvement suggestion:
Allow the target page to be accessed an unlimited number of times.