Javascript Integration

Add the redirect code to your website directly

Team avatar
Written by Team
Updated over a week ago

Each Geo Redirect service you create in our system will come with its own javascript snippet.

This piece of javascript code needs to be placed in your website header i.e. in between the opening <head> and closing </head> tags.

IMPORTANT: Place it just after the opening <head> tag to ensure it processes first and does not get blocked by another script in your page. This will allow the redirect to work as fast as possible.
โ€‹
Our servers respond in 100 to 300 milliseconds so if the script is the first to process in your page, then the redirect will be almost instantaneous.

The redirect script is an asynchronous non blocking script, hence it will process while the rest of your web page loads. This will prevent any increase in page loading time for visitors who don't end up getting redirected.

Did this answer your question?