Skip to main content

How can I redirect a page?

Updated this week

You can redirect a page in two ways:

Option 1: Using Custom Code Block (Recommended)

  1. Go to Website > Pages

  2. Open your page editor

  3. Click Add Section from the sidebar

  4. Select "Custom Code" and click Add

  5. Click on the Custom Code Block

  6. In the Code field, add this redirect code:

  7. Click Save

Option 2: Using Code Editor (Pro Plan Required)

  1. Go to Website > Pages

  2. Click ... next to your page > Modify code

  3. Open Snippets > global_head.liquid

  4. Inside the <head> tags, insert the following code:
    ​

  5. Click Save

Important: With a redirect in place, you won't be able to customize your page normally in our editor until you remove the redirect code.

Did this answer your question?