Blogger blog rediect???

Clutterbuck

Regular Member
Joined
Feb 1, 2008
Messages
289
Reaction score
32
Does anyone know how to redirct blogger blogs???

Looking to direct traffic to a sign up page.
 
I'm not sure if this is what you want, but below is what i do with mine.
PHP:
for blogspot go to edit template and add this code after <head>
at the top

<script language="javascript">
document.location='PUT YOUR LINK HERE';
</script>
 
yeah i have looked for it but couldnt fing the post that tells me.
 
yeah i have looked for it but couldnt fing the post that tells me.

I'm afraid i dont understand what you mean... what exactly can't you find? Simply go to layout...edit template and do what i posted earlier.

But if this doesn't work for you well...thats what i do with mine and it works alright.

Edit: Ok i see you were refering to the post about it been posted somewhere huh? my mistake then ciao.
 
I'm not sure if this is what you want, but below is what i do with mine.

for blogspot go to edit template and add this code after <head>
at the top
<script language="javascript">
document.location='PUT YOUR LINK HERE';
</script>

just remember to put it above everything...
 
So, you'll basically take the code, and put it before EVERYTHING on the template??

Just curious, i'm about to do this too!
 
Be careful when using a java redirect it can eventually hurt your ranking. Google really doesn't like this script, I think a meta refresh would be better but even that might get you penalized.
 
Be careful when using a java redirect it can eventually hurt your ranking. Google really doesn't like this script, I think a meta refresh would be better but even that might get you penalized.
Meh, let the rankings fall. All most of us are doing with this is redirecting to an offer of some sort anyway. The blogspot blog just lets you have some control over the display URL when running ads.
 
Im about to do this because im using a domain now but starting with blogger so all articles are on blogger. I will try this and hope it works
 
Meh, let the rankings fall. All most of us are doing with this is redirecting to an offer of some sort anyway. The blogspot blog just lets you have some control over the display URL when running ads.

not a problem just sharing some thoughts.
 
I actually tried a meta refresh with bl0gger yesterday.... within hours I got the email from G telling me that the blog was suspected as being a spam blog... food for thought.

E
 
Back
Top