CONVERTRICKS
CONVERTRICKS
AFTER YOU HAVE SETUP BLANK PAGES ON OLD PATH
AFTER YOU HAVE SETUP BLANK PAGES ON OLD PATH
auto-REDIRECT (OLD) CONVERTRI PAGES
auto-REDIRECT (OLD) CONVERTRI PAGES
But why do I need to redirect?
You had a Sales Page named for "Black Friday" and now you wish to use content for some other event, and you do not want your customers to hit browser back button to visit old link. So you currently have few options like:
1/ You can setup a blank page and let the traffic die on that blank page (because customers might still use that link)
2/ You can setup a link/button on blank page and 'hope' someone is interested enough to click and reach your new offer!
I am not going to give more ideas, but hope you understand. :)
So how do I achieve it?
Simply add this script under Page META -> Scripts section (see this) of the page from where you want to redirect users.
<script type="text/javascript">
window.location.replace("LINK-TO-REDIRECT-TO")
</script>
Alternately, (Thanks to idea from Katharine M.) if you want to also pass URL paramters from previous page, then use this code (see the extra +location.search added to the code):
<script type="text/javascript">
window.location.replace("LINK-TO-REDIRECT-TO"+location.search)
</script>
Replace LINK-TO-REDIRECT-TO to your new link location.
That's ALL!
EXAMPLE: Try to access these links and see the redirects:
But why do I need to redirect?
You had a Sales Page named for "Black Friday" and now you wish to use content for some other event, and you do not want your customers to hit browser back button to visit old link. So you currently have few options like:
1/ You can setup a blank page and let the traffic die on that blank page (because customers might still use that link)
2/ You can setup a link/button on blank page and 'hope' someone is interested enough to click and reach your new offer!
I am not going to give more ideas, but hope you understand. :)
So how do I achieve it?
Simply add this script under Page META -> Scripts section (see this) of the page from where you want to redirect users.
<script type="text/javascript">
window.location.replace("LINK-TO-REDIRECT-TO")
</script>
Alternately, (Thanks to idea from Katharine M.) if you want to also pass URL paramters from previous page, then use this code (see the extra +location.search added to the code):
<script type="text/javascript">
window.location.replace("LINK-TO-REDIRECT-TO"+location.search)
</script>
Replace LINK-TO-REDIRECT-TO to your new link location.
That's ALL!
EXAMPLE: Try to access these links and see the redirects:
If you like and will use this ConverTrick, Thanks to Recommend or Save Page!
or leave comments below:
If you like and will use this ConverTrick, Thanks to Recommend or Save Page!
or leave comments below: