Can I make my Unbounce page show up once landing on my site's index page

  • 13 December 2011
  • 2 replies
  • 687 views

Hi, I currently use a code on my site’s index page for my previous online source for landing pages prior to Unbounce. The page I guess redirects technically to another url to show the landing page. Is there a way to accomplish something similar now with my Unbounce page? (I’m on the free plan currently) without getting penalized by Google and other search engines. Thank you.

Here’s what that script looks like (I deleted script commands so it would show up:
script type=“text/javascript” src="//d1nu2rn22elx8m.cloudfront.net/performable/embed/page.js">script
script type=“text/javascript”>
(function() {
var $f = new PerformableEmbed();
$f.initialize({‘host’:‘roadtrip.per.fm’, ‘page’:‘0nhgUB’});
$f.write();
})()


2 replies

Anyone?

Hey Kevin, sorry we missed this! That Performable script doesn’t do a redirect, it actually takes the landing page and dynamically writes it into the current document. We don’t have something handy that would let you do the same thing. Instead of that script, however, you could just redirect to your Unbounce page from your home page with Javascript:

<script type="text/javascript"> <br />
window.location = "your_unbounce_page_url"; <br /> </script>   

Would that work for you?

Reply