Is it possible to redirect safely?

  • clifffrog
  • Novice
  • Novice
  • No Avatar
  • Joined: Jan 12, 2004
  • Posts: 24
  • Status: Offline

Post February 26th, 2004, 2:21 pm

Does anyone know of a way to redirect a user instantly from a page to another, without Google penalizing it for what it is? i.e. Can I try to hide what I'm doing somehow from Google or other search spiders by somehow running the code in a different file somewhere that it has no access to?
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post February 26th, 2004, 2:21 pm

  • Axe
  • Genius
  • Genius
  • User avatar
  • Joined: Jan 07, 2004
  • Posts: 5744
  • Loc: Sub-level 28
  • Status: Offline

Post February 26th, 2004, 2:22 pm

This is called Cloaking, and when (not if) you eventually get caught, they will penalise you and ban your site from being listed in Google (and other search engines).
  • vetofunk
  • A SEO GUY
  • Mastermind
  • User avatar
  • Joined: Jan 27, 2004
  • Posts: 2253
  • Loc: Chicago
  • Status: Offline

Post February 26th, 2004, 2:29 pm

Yeah cloaking is bad news. You have to watch out for Google and other competitors reporting you.
  • clifffrog
  • Novice
  • Novice
  • No Avatar
  • Joined: Jan 12, 2004
  • Posts: 24
  • Status: Offline

Post February 26th, 2004, 2:53 pm

Hmm.

So does cloaking also apply to a bit of javascript code that detects what browser type you have, and then redirects accordingly to a page designed for that browser?

But then I assume its not common practice to redirect to a different url (e.g. redirect from sitea.com/page_x.html to adifferentsite.com/page_y.html) just because someone has a different browser type.

The problem is, I'm actually redirecting from a page to another one with the exact same content, but due to legal reasons I'm not aloud to display ads on one server as opposed to the other server I'm redirecting to (and no, this isn't a pornography site or anything terribly terrible..).

So I know cloaking sucks...but is there a way to do it without incurring a death penalty?
  • Axe
  • Genius
  • Genius
  • User avatar
  • Joined: Jan 07, 2004
  • Posts: 5744
  • Loc: Sub-level 28
  • Status: Offline

Post February 26th, 2004, 3:00 pm

Well, google isn't going to index ads anyway... It has filters to recognise ads & spam...

If your site is PHP based, simply use the header() function...

Code: [ Select ]
header('Location:http://www.whatever.com');

Both users and search engines will be redirected.
  • pompei
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Dec 19, 2003
  • Posts: 117
  • Status: Offline

Post February 26th, 2004, 5:09 pm

If I were a google/search engine engineer, and I saw any kind of redirection code on the page, I'd probably penalize it because any kind of redirection means that the page itself is not the right one.
  • Johan007
  • Guru
  • Guru
  • User avatar
  • Joined: Sep 17, 2003
  • Posts: 1080
  • Loc: Aldershot, UK
  • Status: Offline

Post February 27th, 2004, 5:50 pm

Whats wrong with a simple message like:

"this website has moved to click here to visit"
Read my Movie Reviews punk!
  • bob9999
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Feb 02, 2004
  • Posts: 11
  • Status: Offline

Post March 2nd, 2004, 12:27 pm

A legitimate redirect which Google approves of is a 301:

http://www.searchenginepromotionhelp.co ... t-safe.php

As others have mentioned, serving the spiders different content is cloaking which is bad news.

hth,
Bob
clifffrog wrote:
Does anyone know of a way to redirect a user instantly from a page to another, without Google penalizing it for what it is? i.e. Can I try to hide what I'm doing somehow from Google or other search spiders by somehow running the code in a different file somewhere that it has no access to?

Post Information

  • Total Posts in this topic: 8 posts
  • Users browsing this forum: No registered users and 19 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.