> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.weblium.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Automatic page redirect to an external resource

In some cases you may need to automatically redirect your site visitors from a particular site page to an external resource. This comes in handy when you are using functionality not yet available on Weblium — for example, login and personal profiles, also if you'd like to direct visitors to a particular resource without the need to click a link. 

Follow the instructions below to enable the automatic page redirect to an external source.

||| ${color}[#f97700](Important:) This option is available for Pro sites only.

# Page redirect to an external resource 

1. First, open the page from where you want to set an automatic redirect, and hide all the blocks there. The redirect doesn't occur immediately, so the content of the original page might be displayed for a couple of seconds. By using a blank page, you will be able to avoid unnecessary glitches.

The [Hiding a block on a page](https://help.weblium.com/en-us/article/hiding-a-block-on-a-page-ks8qqj/) article will guide you through this process.

2. Then, open the block gallery, select the **Embed Code** tab and place the block on the page:

![](https://storage.crisp.chat/users/helpdesk/website/fa84b4d83a50e800/image_kkic0q.png)

3. Hover over the block and click on the "gear" to access its settings:

![](https://storage.crisp.chat/users/helpdesk/website/fa84b4d83a50e800/image_bzkw7n.png)

4. In the new window, enter the following code in the **Code Snippet / HTML** tab:

```
undefined<meta http-equiv="refresh" content="0;URL=https://google.com"/>
```

After `URL=` tag in the code, place a link to an external source where you want to redirect visitors. In this example, visitors will be redirected to a Google page.

| ${color}[#1aa900](Tip:) You can set a delay before the redirect happens by changing the number that follows the `content`. For instance, 0 is redirect without delay, while 5 will set a 5-second delay.

5. Click **Save**:

![](https://storage.crisp.chat/users/helpdesk/website/fa84b4d83a50e800/template-1077-1_uzn05y.png)

6. [Publish your site](/en-us/article/publishing-a-site-tgxmch/) for the changes to take effect.