Has anyone been banned from Blogspot for redirects?

tattoo

Regular Member
Joined
May 10, 2008
Messages
405
Reaction score
37
is it against Blogger TOS? has anyone been banned for redirects using meta refresh or javascript or whatever?
 
if you do slow
likke a normal blog first time
and left time
after you can put java they always look first time blog
after 3 weeks make java
some make toms of blogs differents ip first time
:-) good luck
use java better than refresh if you want quicker results and less troubles and of course quicker results
:-)
 
IT s against their tos.

I have several blogs that redirect, for several months now, i did not get banned.

I think they will ban you only if someone specifically reports you.
 
Same here. about 10 blogs redirecting for months. (Using a java redirect)

But who cares, you can get 1,000 blogger accounts for $2
 
nick flame is correct. I have had quite a few that have lasted a good amount of time, however, I have had one or two banned in the same time period for redirects. I am positive it was because they were reported.
 
hmm,,,

how are you guys doing this?

I put :

<script type="text/javascript">
<!--
window.location ="http://www.g**gle.com"
//-->
</script>

within the HEAD <head> </head>

and it didn't do a thing,,, also tried within the BODY and still nothing.

What am I doing wrong?
 
Hi,
i never put in header
always at
HTML/JavaScript in blogger
go to layout
add a page element
HTML/JavaScript
Add third-party functionality or other code to your blog.

title and copy your cod

that is :)

good luck
 
thanks guys already know about this. and what if I want to redirect my visitor in 3-5 second after he visit my blog to my affiliate page? what html code/javascript should I use. thanks again.
 
Here you are :D

Redirect code

To create an HTML redirect, place the following code between the head tags.
<meta http-equiv="Refresh" content="5; url=/html/tags.cfm">

In the above example, the page will redirect to the specified page in 5 seconds (as indicated in the content attribute.

good luck:)
 
Back
Top