Redirecting from one Builder Page to Another Builder Page

Is it possible to redirect an existing Builder page to a new Builder page?

Hi! Thanks for the question.

Yes, this is possible. If you have code permissions, you can go to the “Data” tab and select the “edit custom JS/CSS” button. Enter in location.href = ' https://the-url.com '. Where ‘https://the-url.com’ is, you can enter in the page you want to redirect to (this can be another Builder page or another page entirely).

I hope this was helpful. If you have any questions, let us know!

1 Like

Hello!

Since this post has been brought up in some support threads, I wanted to make some clarifications!

If you have a Shopify store that has Builder installed, you can use their URL Redirects. This is an easier way to manage your incoming links, rather than adding a manual redirect to each Builder page that is no longer in use. URL redirects · Shopify Help Center

If you are using Builder for a code project or as a headless CMS, you can add the redirect code to the Javascript panel, as described by Maddy above. In this screenshot, I have redirected the visitors of the page to Google.com. You can replace that URL with whatever page you want the user to see!

1 Like