HTML Redirects Get You Banned?

mrpatel786

BANNED
Joined
Sep 14, 2008
Messages
446
Reaction score
65
Hey guys. I was wondering if the following HTML redirect would get me penalized by google:

===============

<meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com"></HEAD>

===============


If so, what other redirects are there that would avoid the problem?

Thanks in advance!
 
Do you want to not to redirect bots?

If only humans, you can put a javascript that will redirect
in .js file and load it.
 
Do you want to redirect bots?

If only humans, you can put a javascript that will redirect
in .js file and load it.

So you're saying it's possible to have content that's invisible to people, yet visible to search engines for in-page SEO? Sounds good.
 
Back
Top