Javascript Integration

Add the block code to your website directly

Team avatar
Written by Team
Updated over a week ago

Each Geo Block 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 block 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 block will be almost instantaneous.

The block 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 blocked.

Did this answer your question?