Redirecting Landing Page URLs | Community
Skip to main content
Level 2
January 25, 2016
Question

Redirecting Landing Page URLs

  • January 25, 2016
  • 1 reply
  • 5218 views

Hi, I'm trying to redirect a landing page to our website homepage. I understand from other discussions how it's done through "Admin > Landing pages". However, i would like to delay the redirect by a few seconds/minutes. How can I do that?

1 reply

SanfordWhiteman
Level 10
January 25, 2016

<meta http-equiv="refresh" content="5; url=example.com/"> in the HEAD of your document. "5" == 5 seconds.

"A few minutes" sounds like a really confusing user experience. 

What is the overall purpose of redirecting without user interaction?

Level 2
January 25, 2016

The landing page is a Thank You page which i then want to redirect after a few seconds to our homepage.

Level 2
January 25, 2016

I added the meta tag but for some reason it's not redirecting to the correct page. It keeps on just redirecting to the landing page rather than the homepage URL i inserted. Any idea why that is?