As soon as your domain is verified you will be able to specify a redirect list for it.
Each line of the "Redirect list" field correspond to a redirection rule.
A redirection rule as three parameters, each separated by a semicolon (;).
**from**;**to**;**mode
from**;**to**;**mode
...**
👉🏻 Any malformed line will be skipped.
👉🏻 Redirect won't be effective on already assigned funnel slugs.
👉🏻 You can use the (.*) wildcard in the From parameter to match a set of slugs.
👉🏻 The matching wildcard value can be used in the To parameter using $1.
pages/(.*);funnels/$1;302
With this rule, the slug pages/funnel1 will be redirected to funnels/funnel1.