Forum Moderators: coopster
As an SEO, I can't help but get nervous when I hear the word "redirect". I want to make sure "Big G" doesn't think that I'm cloaking, redirecting, or anything even like that. This is a big client and I need to stay as white hat as possible with it.
The script he is planning on using is something like...
<?php header("Location:other-page.php");?>
<!DOCTYPE.....>
<html>
...
Can someone confirm for this "nervous SEO" that I should not be concerned? This is normal operation and should not get us in trouble, should it?
Corey
Any thoughts on if this could get us in trouble with the SEs?
This can't run on static pages, can it?
<?php header("Location:other-page.php");?>
<!DOCTYPE.....>
<html>
...
Hab
[edited by: eelixduppy at 12:56 pm (utc) on May 31, 2007]
[edit reason] disabled smile face [/edit]
if you are including the template why not just include the custom template for those few pages
Having a redirect is the wrong way to do it, it is not a temporary or permanent move, you are just using the redirect as part of your normal site function, which would be incorrect.