Redirect all Pages to a Holding Page

Hi All,

I’m doing a bite site overhaul, and I’ve made a holding page that’s in line with my new messaging/brand identity to go up for a couple of weeks. I have a lot of links out there in the world on Pinterest, Instagram, ect so I’d like to redirect all my current pages to point to the Holding Page.

I’ve had a look on here, and I’ve gotten myself confused. But this feels like it should be a simple thing! Any advice?

Thank you! :slightly_smiling_face:
Kaitlyn

Place this code in the HEAD section of the pages you want to redirect:

<meta http-equiv="refresh" content="0; URL='http://domain.com/url'" />

0 is a delay in seconds

Hi Vincent,

Won’t putting this in the head, just affect all the pages automatically? Or is there a way that I need to specifically go into each page and put it in the HEAD?

Thank you for your help!

Custom code at page level affect the page, so yes, go through all the pages. In their Settings panel there are 2 areas for cutom code.

Thanks Vincent, I’ll give this a go!

Hi Vincent,

This worked a treat, thanks! Do you know if there is anyway to stop the flash of the pages before the redirect happens? Thanks!

Not really. I’m a bit confused about what pages you’re redirecting to were.

You’re redirecting pages from one site to the same site on another (holding) page?
You’re redirecting pages from other sites to the webflow site on the holding page?