Redirecting Landing Page URLs

Elana_Shama
Level 2

Redirecting Landing Page URLs

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?

11 REPLIES 11
SanfordWhiteman
Level 10 - Community Moderator

Re: Redirecting Landing Page URLs

<meta http-equiv="refresh" content="5; url=http://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?

Elana_Shama
Level 2

Re: Redirecting Landing Page URLs

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

Elana_Shama
Level 2

Re: Redirecting Landing Page URLs

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?

Grégoire_Miche2
Level 10

Re: Redirecting Landing Page URLs

Hi Elena,

Provide the URL of your page.

-Greg

Elana_Shama
Level 2

Re: Redirecting Landing Page URLs

www.alomone.com

Grégoire_Miche2
Level 10

Re: Redirecting Landing Page URLs

No, the faulty one, meaning the one with the form

Elana_Shama
Level 2

Re: Redirecting Landing Page URLs

The landing page from which I want to redirect is: http://info.alomone.com/Thank-You.html

Grégoire_Miche2
Level 10

Re: Redirecting Landing Page URLs

Hi Elana Shama​,

Your code looks like this :

<meta http-equiv="refresh" content="5"; url="http://www.alomone.com"/>

it should be:

<meta http-equiv="refresh" content="5; url=http://www.alomone.com"/>

You need to remove 2 "

-Greg

Anonymous
Not applicable

Re: Redirecting Landing Page URLs

hello Greg

Comment rediriger la Thank you page je n'ai pas compris ou mettre exactement le meta tag?

je pensais qu'on pouvait à partir de la form utilisée (dans form settings) dans la landing page, rediriger vers une thank you page, attendre 10 secondes et rediriger ensuite vers une page du site web...