Google page rank and 'header' redirects

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • while_1

    Google page rank and 'header' redirects

    If I have a links page that uses php header calls,
    for each link, to jump to an external page, does
    Google see those links as "internal to my site"
    or do they get counted as links to the redirect?

    IE: people ask me to exchange links all the time.
    Sometimes (usually not) I do it, but always with a
    link to in interal-to-my site file that has a

    header("Locatio n: http://someothersite.c om");

    So, in other words, in Google terms, do those
    people get the page rank credit they are seeking,
    when I do it that way?
  • William Holroyd

    #2
    Re: Google page rank and 'header' redirects

    "while_1" <while_1@montan a-riverboats.com> wrote in message
    news:9be1f7f8.0 406100631.6715f 20a@posting.goo gle.com...[color=blue]
    > If I have a links page that uses php header calls,
    > for each link, to jump to an external page, does
    > Google see those links as "internal to my site"
    > or do they get counted as links to the redirect?
    >
    > IE: people ask me to exchange links all the time.
    > Sometimes (usually not) I do it, but always with a
    > link to in interal-to-my site file that has a
    >
    > header("Locatio n: http://someothersite.c om");
    >
    > So, in other words, in Google terms, do those
    > people get the page rank credit they are seeking,
    > when I do it that way?[/color]

    The Google searchbot loads webpages like a web browser would and follows any
    links it finds. Even if the subsequent pages are redirects. It doesn't store
    the redirects, just the final destination.

    -William


    Comment

    Working...