Use the redirecturl.xsd schema file to import URL redirects.
Granularity: all rules that determine the format of URLs for the storefront.
Administration > Site Development > Site Import & Export
N/A
As of release 14.8, the schema allows multiple pipeline-aliases sections, where each section can have an optional language attribute that specifies the locale.
<pipeline-aliases xml:lang="x-default">
<pipeline-alias pipeline="Home-Show">home</pipeline-alias>
</pipeline-aliases>
<pipeline-aliases xml:lang="de">
<pipeline-alias pipeline="Home-Show">startseite</pipeline-alias>
</pipeline-aliases>