Redirect from blogger to affiliate?

Satyren

Power Member
Joined
Nov 29, 2009
Messages
505
Reaction score
603
Hey!

One of my old blogs (blogger) gets about 800 000 visits/month but doesn't convert very well. I'm wondering if you can implement something like meta refresh and redirect to an affiliate url without getting banned by google?

Have anyone of you tried it?

/s.
 
You can put a redirect code in the head of the page. I've done it for transferring traffic from my blogger to wordpress. never tried it to an affiliate site, may be risky.
 
I think it's not worth it as google might drop you.
 
Add

<meta content="0;url=http://Site You Want To Direct To.com" http-equiv="refresh"/>

Above


<b:include data='blog' name='all-head-content'/>
 
[FONT=Verdana, sans-serif]Definitely, you can put relevant redirect code in the header position of your page. This is performed by most of the experts by redirecting their bloggers. However, if you are willing to try this for any affiliated websites, you may be at very high risk. [/FONT]
 
Definitely, you can put relevant redirect code in the header position of your page. This is performed by most of the experts by redirecting their bloggers. However, if you are willing to try this for any affiliated websites, you may be at very high risk.

how about blog with adsense? is it safe?
 
Code:
<script>
top.location="hxtp://yourlink.com/";
</script>

Where to put this exactly in the blogger html template?


Add

<meta content="0;url=http://Site You Want To Direct To.com" http-equiv="refresh"/>

Above

<b:include data='blog' name='all-head-content'/>
Does this supports 301 redirection or not?
 
Back
Top