PDA

View Full Version : Redirect



lemon
09-09-2003, 10:38 AM
Hi folks ...

I've been playing around with html redirect ...

Created a page eg. lemons.htm to redirect to lemons.com ...

<html>
<head>
<META NAME="robots" CONTENT="noindex,nofollow">
<META HTTP-EQUIV=Refresh CONTENT="0; URL=http://www.lemons.com/;l">
</head>
<body>
</body>
</html>

Then I linked from my website to lemons.com using lemons.htm.

Do you think this method will prevent a leak of PR?

Will Google be upset with this kind of redirect? Will it accidentally trigger their doorway filters or something?

:rolleyes: :p

Chris
09-09-2003, 12:47 PM
I think you should be safe and also it should not have any PR flow through it.