Redirect foreign customer to Landingpage

Hello togehter,

I wonder if there is a solution for the following problem:

At the moment we only have a german website. Now we want to create a landingpage for every customer outside of Germany where they are automatically send to after they enter our website. This is not a conversion oriented website.

Let’s say we use a Geolocation app that sends a Spanish customer automatically to a /es URL. Is it then possible to redirect this user directly to the international landingpage?

Does anybody have experience with this?

Thanks in advance! :slightly_smiling_face:

Best
Yannick

With javascript if you check the url for the present of a locale you can then do the redirect with javascript.

There’s also using routes and checking those in liquid to serve a meta refresh redirect, and/or possibly just serving the landing page content directly.